/*--------------------------------------------------*\
                        General
\*--------------------------------------------------*/
html {
    position: relative;
    width: 100%;
    min-height: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: "Manrope", sans-serif, 'Font Awesome 5 Free';
    font-size: 16px;
    font-weight: 300;
    color: #000;
    overflow-x: hidden;
}

body.closed {
    overflow: hidden;
}

b, strong {
    font-weight: bold;
}

a {
    color: #000;
    transition: .3s ease;
    font-weight: bold;
}

a:hover {
    color: #5c5c5c;
}

h1 {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 20px;
}

@media(max-width: 990px) {
    h1 {
        font-size: 40px;
    }
}

@media(max-width: 576px) {
    h1 {
        font-size: 28px;
    }
}

h2 {
    font-size: 32px;
    font-weight: normal;
    line-height: 1.3;
}

@media(max-width: 768px) {
    h2 {
        font-size: 28px;
    }
}

@media(max-width: 576px) {
    h2 {
        font-size: 24px;
    }
    
    .subpage .features-content h2 {
        font-size: 20px;
    }
}

h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
}

@media(max-width: 768px) {
    h3 {
        font-size: 20px;
    }
}

#home h3 > a.title-more {
    float: right;
    font-size: 16px;
    text-decoration: underline;
    font-weight: 300;
}

h4 {
    font-size: 20px;
    font-weight: 500;
}

u {
    position: relative;
    text-decoration: none;
}

u:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 6px;
    background: #000;
    display: block;
}

#disclaimer h2 {
    margin: 40px 0 20px;
}

#disclaimer h3,
#messaging h3 {
    margin-bottom: 20px;
}

#disclaimer h4 {
    margin-top: 40px;
    font-weight: bold;
}

#disclaimer ol{
    list-style: lower-alpha;
}

#disclaimer strong {
    font-weight: bold;
}

#disclaimer td {
    padding: 13px;
    border: 1px solid #fff !important;
    width: 50%;
}

#disclaimer span.tag{
    font-size: 12px;
    color: #81afe1;
}


#disclaimer .important-section h4,
#disclaimer .important-section p{
    font-size: 14px;
}

#messaging ul {
    padding-left: 16px;
}

#messaging ul li {
    margin-bottom: 10px;
}

.hidden{
    display: none;
}


@media(max-width: 576px) {
    .xs-disable {
        display: none;
    } 
}

.btn-more {
    font-weight: 700;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 16px;
}

p.btn-more {
    font-weight: 500;
}

.btn-more:before,
.main-link:before{
    content: '\f061';
    font-weight: 900;
    font-size: 16px;
    margin-right: 16px;
}

.list {
    padding-left: 0;
    list-style-type: none;
    margin-top: 24px;
}


button {
    color: inherit;
    background-color: transparent;
    border: 0;
}

button:focus {
    outline: none;    
}

.img-responsive {
    max-width: 100%;
}

.btn:hover, .btn:focus, .btn:active {
    text-decoration: none;
}

@media(max-width: 576px){
    .btn {
        width: 100%;
    }
}

.main-btn {
    padding: 12px 60px;
    background: #000;
    border-radius: 8px;
    margin-top: 16px;
    color: #fff !important;
    text-align: center;
    display: inline-block;
}

.main-btn:hover {
    color: #fff;
    background: #5c5c5c;
}

.main-link {
    display: block;
    margin-top: 16px;
    width: fit-content;
}

@media(max-width: 768px) {
    .main-btn {
        padding: 12px 40px;
        
    }
}

@media(max-width: 576px) {
    .main-btn {
        width: 100%;
    }
    
    .main-link {
        margin: auto;
        margin-top: 20px;
    }
}

.text-center {
    width: 100%;
    text-align: center;
}

.btn-image {
    width: calc(100% / 2 - 20px);
    display: inline-block;
    margin-right: 16px;
    margin-top: 16px;
}

.underline {
    text-decoration: underline;
}

/*--------------------------------------------------*\
            Nav / Header
 \*--------------------------------------------------*/
 
.header {
    border-bottom: 1px solid #ddd;
    background: #fff;
    /*overflow: hidden;*/
}

.top-nav {
    padding: 30px 0 20px;
    font-size: 16px;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-nav p {
    text-align: right;
}

.top-nav a {
    color: #000;
}

.navbar {
    padding: 0;
    /*overflow: hidden;*/
}

.navbar-brand img {
    max-width: 200px;
    transition: .3s ease;
}

.navbar-brand img.company-logo {
    max-width: 300px;
}

/*.navbar-brand img.Expand-logo {*/
/*    max-width: 220px;*/
/*    margin-left: 30px;*/
/*    object-fit: contain;*/
/*}*/

@media(max-width: 768px) {
    .navbar-brand img.company-logo {
        max-width: 200px;
        margin-left: 0;
    }
}

@media(max-width: 425px) {
    .navbar-brand img.company-logo {
        max-width: 150px;
    }
    
    /*.navbar-brand img.Expand-logo {*/
    /*    max-width: 160px;*/
    /*}*/
}

.navbar-expand-lg .navbar-nav {
    flex: auto;
    margin-left: -20px;
}

.expand-sub-logo svg {
    height: 100px;
    margin-left: -32px;
}

.features-content .expand-sub-logo svg {
    height: 70px;
    margin-left: -22px;
}

@media (max-width: 990px) {
    .navbar-expand-lg .navbar-nav {
        margin-left: 0;
    }
    
}

@media (max-width: 768px) {
    .navbar-brand {
        display: flex;
        flex-flow: row;
        gap: 20px;
    }
    
    .expand-sub-logo svg {
        height: 80px;
        margin-left: -24px;
    }
}

@media (max-width: 576px) {
    .navbar-brand img {
        max-width: 140px;
    }
    
    .expand-sub-logo svg {
        max-width: 100%;
        margin-left: -20px;
    }
  
    .navbar-brand {
        margin-right: 0;
    }
}

.nav-link {
    cursor: pointer;
}

.navbar-light .navbar-nav .nav-link, 
.menu-mobile .navbar-nav .nav-link {
    position: relative;
    padding: 8px 20px;
    font-weight: 300;
    color: #000;
    transform: perspective(1px) translateZ(0);
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 10px;
    padding: 18px 20px;
}

@media(max-width: 1200px) {
    .navbar-light .navbar-nav .nav-link {
        padding: 18px 16px;
    }
    
}

.navbar-light .navbar-nav .nav-link:hover, 
.menu-mobile .navbar-nav .nav-link:hover {
    color: #000;
}

.navbar-light .navbar-nav .nav-link:before,
.nav-item.open .nav-link:before,
.nav-item.active .nav-link:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
    bottom: -10px;
    background: #000;
    height: 4px;
    transition-property: bottom;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
    opacity: 0;
}

.navbar-light .navbar-nav .nav-link:hover:before,
.nav-item.open .nav-link:before {
    bottom: 0;
    opacity: 1;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link,
.menu-mobile .navbar-nav .active>.nav-link,
.menu-mobile .navbar-nav .nav-link.active,
.menu-mobile .navbar-nav .nav-link.show,
.menu-mobile .navbar-nav .show>.nav-link {
    color: #000;
    font-weight: 500;
}

.navbar-light .navbar-nav .active>.nav-link:before,
.navbar-light .navbar-nav .nav-link.active:before,
.navbar-light .navbar-nav .nav-link.show:before,
.navbar-light .navbar-nav .show>.nav-link:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #000;
    height: 4px;
    transition-property: bottom;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
    opacity: 1;
}

.menu-mobile .container {
    max-width: calc(100% - 20px)
}


.menu-mobile .nav-link-back {
    display: block;
    padding: 20px 4px;
}

.menu-mobile .nav-link-back:before {
    /*content: '\f105';*/
    content: '';
    background: url('https://canvas3.ytml.com.au/sites/site_assets/media/files/da3ef2bf-1bd9-4848-bda4-fd74fc6b2709/da3ef2bf-1bd9-4848-bda4-fd74fc6b2709.png') no-repeat center;
    background-size: contain;
    transform: rotate(90deg);
    width: 12px;
    height: 12px;
    margin-right: 10px;
    display: inline-block;
}


/* dropdown Nav*/

ul.nav-dropdown {
    display: none;
    position: absolute;
    top: calc(100%);
    /* margin-top: 4px; */
    list-style-type: none;
    padding: 0;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,.1);
}

ul.nav-dropdown li a.sub-nav-link {
    margin: 0;
    padding: 12px 20px;
    font-weight: 400;
    display: block;
}

ul.nav-dropdown li a.sub-nav-link:hover {
    background: #f1f1f1;
    text-decoration: none;
    color: #000;
}

.pc-nav .nav-item.open ul.nav-dropdown,
.menu-mobile .nav-item ul.nav-dropdown.open {
    display: block;
    z-index: 3;
}

.menu-mobile .nav-dropdown,
.menu-mobile .nav-item .nav-dropdown{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding: 0 20px;
    display: block;
    box-shadow: none;
    transform: translateX(100%);
    transition: .3s ease;
}

.menu-mobile .nav-item ul.nav-dropdown.open {
    transform: translateX(0);
    transition: .3s ease;
}


/* dropdown Nav end*/

.right-nav {
    display: inline-flex;
    align-items: center;
}

.right-nav a {
    /*font-weight: 600;*/
    margin: 0 20px;
    transition: .3s ease;
}

.right-nav a:hover {
    text-decoration: none;
}

.right-nav .nav-contact:hover {
    color: #5c5c5c;
}

.login-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    z-index: 2;
    display: none;
}

.right-nav .login {
    margin-right: 20px;
}

.right-nav .login .btn {
    position: relative;
    background: #000;
    color: #fff;
    padding: 10px 26px;
    border-radius: 6px;
    font-weight: 500;
}

.right-nav .login .btn:after {
    content: '';
    background: url('https://canvas3.ytml.com.au/sites/site_assets/media/files/da3ef2bf-1bd9-4848-bda4-fd74fc6b2709/da3ef2bf-1bd9-4848-bda4-fd74fc6b2709.png') no-repeat center;
    background-size: contain;
    position: relative;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    vertical-align: middle;
    display: inline-block;
    filter: brightness(0) invert(1);
}

.right-nav .login.active .btn,
.right-nav .login .btn:hover {
    background: rgba(0,0,0,.8);
}

.right-nav .login-menu {
    position: absolute;
    border-radius: 10px;
    top: 60px;
    right: 30px;
    width: 210px;
    background: #fff;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0,0,0, .1);
    overflow: hidden;
    opacity: 0;
	transition: 0.3s cubic-bezier(.2, 0, 0, 1.6);
	transform: scale(0.6) translateY(-20%);
	-webkit-transform: scale(0.6) translateY(-20%);
	z-index: -1;
}

.right-nav .login.active .login-menu {
    opacity: 1;
	transform: none;
	-webkit-transform: none;
	z-index: 9;
}

.login-menu a.item {
    display: block;
    padding: 20px 16px;
    margin: auto;
    transition: .3s ease;
    text-decoration: none;
    font-weight: 500;
    text-align: left;
}

.login-menu a.item:hover,
.book-menu a.item:hover {
    background: #f1f1f1;
    color: #000;
}

@media(max-width: 414px) {
    .right-nav {
        gap: 10px;
    }
    
    .right-nav .login .btn {
        padding: 10px 16px;
    }
}

.right-nav .search-icon {
    display: inline-block;
    width: 30px;
    cursor: pointer;
}

@media(max-width: 990px) {
    .right-nav .login {
        margin-right: 20px;
    }
    
    .right-nav .search-icon {
        margin-right: 15px;
    }
}

@media(max-width: 768px) {
    .right-nav {
        margin-right: 16px;
    }
    
    .right-nav .login {
        margin-right: 0;
    }
    
    .right-nav .search-icon {
        position: relative;
        right: -16px;
    }
}

@media(max-width: 576px) {
    .right-nav .search-icon {
        margin-right: 0;
    }
}


@media(max-width: 414px) {
    .right-nav .login {
        margin-left: 0;
    } 
}

.right-nav .search-icon p {
    margin: 0;
}

.right-nav .search-icon svg {
    stroke: #000;
}


@media(max-width: 990px) {
    .header-contact, 
    .nav-contact {
        display: none;
    }
    
    .top-nav, .navbar {
        display: inline-flex;
        /*padding: 10px 0;*/
    }
    
    .navbar {
        float: right;
        justify-content: end;
    }
}

@media(max-width: 425px) {
    .navbar {
        margin-bottom: 10px;
    }
}

@media(max-width: 991px) {
    .mobile-header-container {
        max-width: 100% !important;
        padding: 0 20px;
        display: flex;
        justify-content: space-between;
    }
}

@media(max-width: 768px) {
    .mobile-header-container {
        max-width: 100% !important; 
        padding: 0 15px;
        
    }
}

@media(max-width: 500px) {
    .mobile-header-container {
        flex-flow: column;
    }
    
    .top-nav {
        justify-content: unset;
        padding-bottom: 10px;
    }
}

.menu-mobile {
    position: absolute;
    width: 100%;
    height: 100vh;
    opacity: 0;
    z-index: -1;
    background: #fff;
    transition: .3s ease;
    display: none;
}

.closed .menu-mobile {
    position: relative;
    padding-top: 10px;
    opacity: 1;
    z-index: 3;
    display: block;
    transition: .1s ease;
}

.menu-mobile .navbar-nav {
    width: 100%;
    margin: auto;
}

@media(max-width: 576px) {
    .menu-mobile .navbar-nav {
        width: 100%;
    }
}

.menu-mobile .navbar-nav .nav-link, 
.menu-mobile .navbar-nav .nav-link:first-child,
.menu-mobile .nav-dropdown .sub-nav-link {
    padding: 16px 6px ;
    border-bottom: 1px solid #ddd;
    font-weight: 300;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media(max-width: 576px) {
    .menu-mobile .navbar-nav .nav-link, 
    .menu-mobile .navbar-nav .nav-link:first-child {
        padding: 20px 0;
    }
    
}

.menu-mobile .navbar-nav .nav-link:after {
    /*content: '\f105';*/
    content: '';
    background: url('https://canvas3.ytml.com.au/sites/site_assets/media/files/da3ef2bf-1bd9-4848-bda4-fd74fc6b2709/da3ef2bf-1bd9-4848-bda4-fd74fc6b2709.png') no-repeat center;
    background-size: contain;
    transform: rotate(-90deg);
    width: 12px;
    height: 12px;
}

.navbar-toggler {
    position: relative;
    width: 40px;
    height: 40px;
    padding: 0;
    margin-right: 14px;
    margin-left: 10px;
    transition: .3s ease;
    display: block;
}

@media(min-width: 991px) {
    .navbar-toggler {
        display: none;   
    }
}

@media(max-width: 576px) {
    .navbar-toggler {
        margin-left: 0;
        margin-right: 10px;
    }
}

.navbar-toggler span {
    width: 30px;
    height: 2px;
    background: #5f5f5f;
    margin: 8px 0;
    display: block;
    transition: .3s ease;
}

.closed .navbar-toggler {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
}

.closed .navbar-toggler span {
    position: absolute;
    background: #000;
}

.closed .navbar-toggler span:nth-child(1) {
    transform: rotate(45deg);
}

.closed .navbar-toggler span:nth-child(2) {
    opacity: 0;
}

.closed .navbar-toggler span:nth-child(3) {
    transform: rotate(-45deg);
}


/*-------------------------------*\
    Banner
 \*------------------------------*/
 
.main-banner {
    width: 100%;
    height: 100%;
    transition: .3s ease;
    overflow: hidden;
}

.main-banner sup {
    font-size: 18px;
    top: -22px;
    left: 4px;
}

#main-banner .banner, 
#sub-banner .banner,
.subpage .blue-banner {
    height: 100%;
    background: #ececec;
    z-index: 1;
}

#main-banner .banner, 
.subpage .blue-banner {
    overflow: hidden;
}

.main-banner .top-text {
    /*width: 66%;*/
    padding: 80px 0;
    display: grid;
    /*margin-left: calc(100% / 2 - 470px);*/
}

.main-banner .row,
.blue-banner .row {
    align-items: center;
}

.new-banner .row {
    height: 100%;
}

.sub-banner .top-text {
    width: 55%;
    padding: 80px 0 20px;
    display: grid;
    margin-left: calc(100% / 2 - 470px);
}

@media(max-width: 1024px) {
    .main-banner .top-text, .sub-banner .top-text  {
        width: 65%;
        padding: 40px 0;
        margin-left: calc(100% / 2 - 370px);
    }
    
    .sub-banner .top-text {
        padding: 40px 0 20px;
    }
}

@media(max-width: 990px) {
    .main-banner .top-text, .sub-banner .top-text  {
        margin-left: calc(100% / 2 - 340px);
    }
}

@media(max-width: 768px) {
    .main-banner .top-text  {
        width: 90%;
        padding: 40px 0;
        margin-left: auto;
    }
    
    .sub-banner .top-text  {
        width: 80%;
        margin-left: auto;
    }
}


#main-banner .overlay, .overlay {
    background-color: rgba(9, 120, 157, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#main-banner .blue-banner .expand-logo {
    width: auto;
    height: 56px;
    margin-top: 0;
    margin-bottom: 24px;
    object-fit: cover;
}

#sub-banner {
    width: 100%;
    background: #ececec;
}

@media(max-width: 576px) {
    #sub-banner {
        /*height: 560px;*/
        height: auto;
    }  
    
    #main-banner .blue-banner .expand-logo {
        margin-left: 0;
        margin-bottom: 11px;
        height: 40px;
        width: auto;
        
    }
    
}

#sub-banner .banner-image img {
    filter: none;
    position: absolute;
    transform: rotate(328deg) translate(76%, 31%) rotate(-180deg);
}

#sub-banner.sub-banner .banner-image img {
    transform: rotate(782deg) translate(20%, -89%) rotate(180deg);
}

#sub-banner.sub-banner.adviser-contact-us-banner .banner-image img {
    transform: rotate(901deg) translate(20%, -28%) rotate(180deg);
}

@media(max-width: 990px) {
    #sub-banner.sub-banner.adviser-contact-us-banner .banner-image img {
        transform: rotate(901deg) translate(20%, -135%) rotate(180deg);
    }
}

@media(max-width: 768px) {
    #sub-banner.sub-banner.adviser-contact-us-banner .banner-image img {
        transform: rotate(901deg) translate(20%, -95%) rotate(180deg);
    }
}

#sub-banner.sub-banner.ratings-awards-banner .banner-image img{
    transform: rotate(542deg) translate(20%, 30%) rotate(180deg);
}

@media(max-width: 576px) {
    #sub-banner.sub-banner .banner-image img {
        transform: rotate(765deg) translate(20%, -89%) rotate(180deg);
    }
}

#sub-banner.main-banner .banner-image img {
    right: 24%;
    top: -62%;
    width: 1070px;
}

#sub-banner.essential-banner .banner-image img {
    transform: rotate(782deg) translate(18%, -94%) rotate(-120deg);
    right: 44%;
    top: -55%;
}

@media(max-width: 576px) {
    #sub-banner.main-banner.essential-banner .banner-image > img {
        right: 137%;
        top: 50%;
    }
    
    #sub-banner.main-banner.essential-banner .banner-image .border-box img {
        bottom: 0;
    }
}

@media(max-width: 414px) {
    #sub-banner.main-banner.essential-banner .banner-image > img {
        right: 162%;
    }
    
}

#sub-banner.main-banner.sub-banner.adviser-contact-us-banner .banner-image img{
    right: -59%;
    top: -247%;
}

#sub-banner.main-banner.ratings-awards-banner .banner-image img{
    right: -61%;
    top: 67%;
}

#sub-banner.tour-banner .banner-image img {
    right: 31%;
}

#sub-banner.super-banner .banner-image img {
    transform: rotate(253deg) translate(-10%, 90%) rotate(-180deg);
}

#sub-banner.platform-banner .banner-image img {
    transform: rotate(337deg) translate(69%, 18%) rotate(-223deg);
}

@media(max-width: 990px) {
    #sub-banner.main-banner .banner-image img {
        right: 35%;
    }

    #sub-banner.essential-banner .banner-image img {
        right: 50%;
    }
    
    #sub-banner.main-banner .short-banner .banner-image img {
        right: 40%;
        width: 730px;
    }
}

@media(max-width: 768px) {
    
    #sub-banner.tour-banner .banner-image img {
        right: 36%;
    }
    
    #sub-banner.main-banner.sub-banner.adviser-contact-us-banner .banner-image img{
        right: -175%;
    }
    
    #sub-banner.main-banner.ratings-awards-banner .banner-image img{
        right: -150%;
    }
     
    #sub-banner.super-banner .banner-image img {
        transform: rotate(253deg) translate(-4%, 76%) rotate(-180deg);
    }
    
    #sub-banner.platform-banner .banner-image img {
        right: 18%;
        top: -74%;
    }
    
    #sub-banner.essential-banner .banner-image img {
        top: -58%;
        right: 43%;
    }
}

@media(max-width: 576px) {
    #sub-banner.main-banner .banner-image img {
        right: 30%;
        top: -19%;
    }

    #sub-banner.contact-banner .banner-image img{

    }
    
    /*#sub-banner.tour-banner .banner-image img {*/
    /*    top: 70%;*/
    /*}*/
    
    #sub-banner .banner-with-image .banner-image img{
        top: 10%;
    }
    
    #sub-banner .banner-with-image .row  {
        margin-bottom: 24px; 
    }
    
    #sub-banner .banner-with-image .border-box  {
        top: 0;
        right: calc(100% / 2 - 130px);
        bottom: 0;
        margin: 0;
        position: absolute;
        height: 196px;
    }

    #sub-banner.advisers-banner .banner-with-image .border-box  {
        width: 360px;
    }

    #sub-banner.extra-banner .banner-with-image .border-box{
        right: calc(100% / 2 - 160px);
    }
    
    #sub-banner.main-banner.sub-banner.adviser-contact-us-banner .banner-image img{
        right: -210%;
    }
    
    #sub-banner.main-banner.ratings-awards-banner .banner-image img{
        right: -197%;
        top: -191%;
    }
    
    #sub-banner.super-banner .banner-image img {
        transform: rotate(-246deg) translate(13%, -76%) rotateY(-180deg);
    }
    
    #sub-banner.platform-banner .banner-image img {
        right: 24%;
        top: 59%;
        /*width: 670px;*/
        transform: rotate(316deg) translate(69%, 18%) rotate(-153deg);
    }
}

#sub-banner.pension-banner .banner-image img {
    transform: rotate(392deg) translate(64%, -61%) rotate(-180deg);
}

@media(max-width: 768px) {
    #sub-banner.pension-banner .banner-image img {
        transform: rotate(392deg) translate(43%, -64%) rotate(-180deg);
    }
}

@media(max-width: 576px) {
    #sub-banner.pension-banner .banner-image img {
        transform: rotate(442deg) translate(44%, -45%) rotate(-180deg);
    }
}

#sub-banner.investment-banner .banner-image img {
    transform: rotate(202deg) translate(-78%, 49%) rotate(-203deg);
}

#sub-banner.mlc-banner .banner-image img {
    transform: rotate(202deg) translate(-78%, 49%) rotate(-183deg);
}

#sub-banner.investment-banner .banner-image img {
    right: 15%;
    top: -72%;
    width: 1245px;
}

#sub-banner.mlc-banner .banner-image img {
    right: 45%;
    top: -72%;
    width: 1245px;
}

#sub-banner.extra-banner .banner-image img{
    right: 22%;
}

@media(max-width: 1024px) {
    #sub-banner.investment-banner .banner-image img{
        right: 44%;
        top: -72%;
    }

    #sub-banner.extra-banner .banner-image img{
        right: 26%;
        top: -80%;
    }
}

@media(max-width: 768px) {
    #sub-banner.investment-banner .banner-image img {
        transform: rotate(202deg) translate(-46%, 59%) rotate(-203deg);
    }
    
    #sub-banner.investment-banner .banner-image img{
        right: 12%;
        top: -24%;
        width: 1130px;
    }

    #sub-banner.extra-banner .banner-image img{
        right: 20%;
        top: -55%;
        width: 840px;
    }
}

@media(max-width: 576px) {
    #sub-banner.investment-banner .banner-image img {
        transform: rotate(100deg) translate(23%, -45%) rotate(48deg);
    }
    
    #sub-banner.investment-banner .banner-image img{
        top: 12%;
        width: 900px;
    }

    #sub-banner.essential-banner .banner-with-image .border-box  {
        right: calc(100% / 2 - 250px);
    }
}

@media(max-width: 414px) {
    #sub-banner.investment-banner .banner-image img {
        transform: rotate(100deg) translate(23%, -45%) rotate(48deg);
    }
    
    #sub-banner.investment-banner .banner-image img{
        top: 12%;
        width: 900px;
    }

    #sub-banner.extra-banner .banner-image img{
        top: -42%;
    }

    #sub-banner.essential-banner .banner-with-image .border-box  {
        right: calc(100% / 2 - 245px);
    }
}

@media(max-width: 375px) {

    #sub-banner.essential-banner .banner-with-image .border-box  {
        right: calc(100% / 2 - 207px);
    }
}

@media(max-width: 320px) {
    #sub-banner.investment-banner .banner-image img {
        transform: rotate(100deg) translate(23%, -45%) rotate(48deg);
    }
    
    #sub-banner.investment-banner .banner-image img{
        top: 12%;
        width: 900px;
    }

    #sub-banner.extra-banner .banner-image img{
        top: -42%;
    }

    #sub-banner.essential-banner .banner-with-image .border-box  {
        right: calc(100% / 2 - 160px);
    }
}

#sub-banner.inv-info-banner .banner-image img {
    transform: rotate(782deg) translate(23%, -85%) rotate(118deg)
}

#sub-banner.inv-info-banner .banner-image img{
    right: 15%;
    top: -51%;
    width: 1070px;
}

@media(max-width: 1024px) {
    #sub-banner.inv-info-banner .banner-image img{
        right: 37%;
    }
}

@media(max-width: 768px) {
    #sub-banner.inv-info-banner .banner-image img {
        transform: rotate(202deg) translate(-46%, 59%) rotate(342deg);
    }
    
    #sub-banner.inv-info-banner .banner-image img{
        right: 23%;
        top: -13%;
        width: 910px;
    }
}

@media(max-width: 576px) {
    #sub-banner.inv-info-banner .banner-image img {
        transform: rotate(100deg) translate(23%, -45%) rotate(189deg);
    }
    
    #sub-banner.inv-info-banner .banner-image img{
        right: 16%;
        top: 20%;
        width: 747px
    }
}

#sub-banner.managed-banner .banner-image img {
    transform: rotate(-25deg) translate(90%, 40%);
}

@media(max-width: 990px) {
    #sub-banner.managed-banner .banner-image img {
        transform: rotate(460deg) translate(-27%, -105%);
    }
}

@media(max-width: 768px) {
    #sub-banner.managed-banner .banner-image img {
        transform: rotate(460deg) translate(-33%, -74%);
    }
}

#sub-banner.investment-option-banner .banner-image img {
    transform: rotate(328deg) translate(76%, 82%);
}

#sub-banner.maturing-banner .banner-image img {
    transform: rotate(305deg) translate(62%, 76%);
}

#sub-banner.unit-banner .banner-image img {
    transform: rotate(20deg) translate(90%, -29%);
}

@media(max-width: 990px) {
    #sub-banner.unit-banner .banner-image img {
        transform: rotate(20deg) translate(90%, 17%);
    }
}

@media(max-width: 768px) {
    #sub-banner.unit-banner .banner-image img {
        transform: rotate(20deg) translate(70%, 7%);
    }
}

#sub-banner.else-banner .banner-image img {
    transform: rotate(396deg) translate(80%, -55%) rotate(-180deg);
}

#sub-banner.advisers-banner .banner-image img {
    transform: rotate(326deg) translate(70%, 40%) rotate(150deg);
}

#sub-banner.extra-banner .banner-image img {
    transform: rotate(90deg) translate(-9%, -70%);
}

@media(max-width: 576px) {
    #sub-banner.managed-banner .banner-image img {
        transform: rotate(396deg) translate(60%, -15%) rotate(-50deg);
        right: -55%;
        top: -35%;
    }
    
    #sub-banner.advisers-banner .banner-image img {
        top: -89%;
        right: 39%;
        transform: rotate(258deg) translate(-56%, 42%);
    }
    
    #sub-banner.extra-banner .banner-image img {
        top: -70%;
        right: 40%;
        transform: rotate(258deg) translate(-56%, 42%);
    }
}

#sub-banner.contact-banner .banner-image img {
    transform: rotate(315deg) translate(65%, 38%) rotate(-180deg);
}

@media(max-width: 576px) {
    #sub-banner.contact-banner .banner-image img {
        transform: rotate(307deg) translate(45%, 68%) rotate(-180deg);
    }
}



.banner {
    position: relative;
    padding: 50px 0;
    /*color: #fff;*/
    clear: both;
    transition: .3s ease;
}

@media(max-width: 576px) {
    .banner {
        padding: 20px 0 60px;
    }

    .short-banner {
        padding: 30px 0;
    }
}

.banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 180px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: .3s ease;
}

#sub-banner .border-box {
    position: absolute;
    width: 430px;
    bottom: 0;
    right: 0%;
}

#sub-banner.platform-banner .border-box {
    width: 520px;
}

@media(max-width: 1200px) {
    #sub-banner .border-box {
        right: 10%;
    }
    
    #sub-banner.platform-banner .border-box {
        right: 6%;
    }
}

@media(max-width: 990px) {
    #sub-banner.platform-banner .border-box {
        width: 470px;
        right: 10%;
    }
}

@media(max-width: 768px) {
    #sub-banner .border-box {
        width: 360px;
        right: 0;
    }
    
    #sub-banner.platform-banner .border-box {
        width: 330px;
        right: 0;
    }
    
}

@media(max-width: 576px) {
    #sub-banner .border-box {
        width: 100%;
        right: auto;
        bottom: 0;
    }
    
    #sub-banner.platform-banner .border-box {
        width: 100%;
        right: 0;
    }
    
}

@media(max-width: 414px) {
    
    #sub-banner.platform-banner .border-box {
        right: -18px;
    }
    
}



#sub-banner .banner-image .border-box img {
    width: 100%;
    transform: unset !important;
    top: auto;
    bottom: 0;
    right: calc(100% / 2 - 300px);
}


@media(min-width: 1440px) {
    #sub-banner.advisers-banner .banner-image .border-box img {
        right: calc(100% / 2 - 380px);
    }
}

#sub-banner.platform-banner .banner-image .border-box img {
    bottom: 50px;
}

@media(max-width: 990px) {
    #sub-banner .banner-with-image .banner-image .border-box img {
        right: calc(100% / 2 - 110px);
    }
    
    #sub-banner.essential-banner .banner-with-image .banner-image .border-box img {
        right: 0;
    }

    #sub-banner.extra-banner .banner-with-image .banner-image .border-box img {
        right: calc(100% / 2 - 175px);
    }

    #sub-banner.advisers-banner .banner-with-image .banner-image .border-box img{
        right: calc(100% / 2 - 230px);
    }

    #sub-banner.platform-banner .banner-image .border-box img {
        bottom: 90px;
        right: calc(100% / 2 - 215px);
    }

}

@media(max-width: 768px) {
    #sub-banner.essential-banner .banner-with-image .banner-image .border-box img {
        right: -100px;
    }
}


@media(max-width: 767px) {
    #sub-banner .banner-image .border-box img {
        right: 0;
        bottom: -60px;
    }
    
    #sub-banner.extra-banner .banner-with-image .banner-image .border-box img {
        bottom: -190px;
    }
    
}

@media(max-width: 576px) {
    #sub-banner .banner-image .border-box img {
        width: auto;
        height: 280px;
        object-fit: cover;
        bottom: 0;
        margin: auto;
        position: relative;
        right: auto;
    }
    
    #sub-banner.advisers-banner .banner-image .border-box img {
        width: auto;
        height: 240px;
    }
    
    #sub-banner.essential-banner .banner-with-image .banner-image .border-box img {
        right: calc(100% / 2 - 233px);
    }
    
    #sub-banner.extra-banner .banner-with-image .banner-image .border-box img {
        right: calc(100% / 2 - 310px);
        bottom: 0;
    }
    
    #sub-banner.platform-banner .banner-image .border-box img {
        width: auto;
        height: 235px;
        bottom: 0;
        right: calc(100% / 2 - 194px);
        position: relative;
    }

}

@media(max-width: 500px) {
    
    #sub-banner.advisers-banner .banner-image .border-box img {
        height: 196px;
    }
    
    #sub-banner .banner-image .border-box img {
        height: 280px;
    }

    #sub-banner.essential-banner .banner-with-image .banner-image .border-box img{
        height: 315px;
        right: calc(100% / 2 - 110px);;
    }

    #sub-banner.extra-banner .banner-image .border-box img{
        /*height: 200px;*/
    }
    
    #sub-banner.extra-banner .banner-with-image .banner-image .border-box img{
        right: calc(100% / 2 - 240px);
    }
    
}

@media(max-width: 414px) {
    
    #sub-banner.extra-banner .banner-image .border-box img {
        right: auto;
    }
    
    #sub-banner.platform-banner .banner-image .border-box img {
        height: 200px;
        right: calc(100% / 2 - 167px);
        bottom: 0;
    }
    
    #sub-banner.extra-banner .banner-with-image .banner-image .border-box img{
        right: calc(100% / 2 - 165px);
    }
}

@media(max-width: 375px) {
    #sub-banner.extra-banner .banner-image .border-box img {
        width: auto;
    }

    #sub-banner.extra-banner .banner-with-image .banner-image .border-box img{
        right: calc(100% / 2 - 134px);
    }

    #sub-banner.platform-banner .banner-image .border-box img {
        height: 180px;;
        right: calc(100% / 2 - 150px);
        bottom: 0;
    }
    
}

@media(max-width: 320px) {
    #sub-banner.extra-banner .banner-with-image .banner-image .border-box img{
        right: calc(100% / 2 - 90px);
    }

    #sub-banner.platform-banner .banner-image .border-box img {
        height: 180px;
        right: calc(100% / 2 - 121px);
    }
    
}


#sub-banner.tour-banner .border-box {
    border: 0;
    width: 264px;
    right: 25%;
    top: 0;
}

#sub-banner.tour-banner .border-box img {
    transform: unset;
    filter: drop-shadow(-70px 20px 30px rgba(0, 0, 0, 0.3));
    top: 73px;
}



@media(max-width: 768px) {
    #sub-banner.tour-banner .border-box  {
        top: 73px;
        right: 0;
    }
}

@media(max-width: 576px) {
    #sub-banner.tour-banner .border-box  {
       top: 0;
       right: calc(100% / 2 - 155px);
    }
    
    
    #sub-banner.tour-banner .border-box img {
        width: 74%;
        height: auto;
        top: 0;
    }
}


@media(max-width: 414px) {
    
    #sub-banner.tour-banner .border-box img {
        width: 60%;
    }
}


#contact-banner .banner {
    height: 250px;
}

#contact-banner .banner-image {
    height: 100%;
    transition: .3s ease;
}

@media(max-width: 414px) {
    #contact-banner .banner-image {
        background-position: -240px;
    }
}

#sub-banner .banner {
    max-width: 1140px;
    height: 550px;
    color: #000;
    display: flex;
    align-items: center;
    margin: auto;
}

#sub-banner .short-banner {
    position: relative;
    height: 360px;
}

#sub-banner.full-banner .banner {
    max-width: 100%;
    width: 100%;
    height: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 30%;
}


.short-color {
    display: none;
}


@media(min-width: 990px) {
    #main-banner .container,
    #sub-banner .container,
    .main .container,
    .subpage .container {
        max-width: 945px;
    }
}

@media screen and (min-width: 768px) and (max-width: 990px) {
    .container {
        max-width: 720px;
    }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
    .container,
    #sub-banner .banner {
        max-width: 600px;
    }
}

@media(max-width: 576px) {
    #sub-banner .banner {
        height: 530px;
        /*height: calc(100% + 60px);*/
        flex-wrap: wrap;
        align-items: center;
        padding-bottom: 0;
    }
    
    #sub-banner.new-banner .banner {
        height: 400px;
    }
    
    #sub-banner .short-banner {
        position: relative;
        height: 296px;
    }

    #sub-banner .banner-with-image {
        height: 500px;
    }
    
    #sub-banner .banner > .container {
        position: absolute;
        height: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    #sub-banner .short-banner > .container {
        height: 296px;
        display: flex;
        flex-wrap: wrap;
    }
    
    .container {
        max-width: 90%;
    }
    
    .menu-mobile .container {
        max-width: 98%;
    }
    
    .main-banner .banner {
        height: 500px;
    }
    
    .short-banner .banner-image {
        display: none;
    }
    
    .short-color {
        display: block;
        width: 100%;
        height: 18px;
    }
    
    .short-color p {
        margin: 0;
    }
    
}

@media(max-width: 414px) {
    #sub-banner .banner {
        height: 500px;
    }
    
    #sub-banner .short-banner {
        position: relative;
        height: 296px;
    }
}

#sub-banner .banner-image {
    height: 100%;
    z-index: -1;
}

@media(max-width: 1024px) {
    .banner-image {
        height: calc(100% - 100px);
    }
}

@media(max-width: 767px){
    #sub-banner .banner-image {
        position: relative;
        order: 2;
    }
    
    .banner-image {
        height: calc(100% - 470px);
    }
}

@media(max-width: 576px){
    .banner-image {
        height: calc(100% - 530px);
    }
}
 
.banner .title {
    position: relative;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-weight: 400;
    margin-bottom: 50px;
}

@media(max-width: 576px) {
    .banner .title {
        margin-bottom: 30px;
    }
}

.banner .title:before {
    content: '';
    width: 68px;
    height: 1px;
    margin: 12px auto;
    background: #fff;
    display: block;
}

.banner img {
    width: 73%;
    display: block;
    transition: .3s ease;
    filter: drop-shadow(-70px 20px 30px rgba(0, 0, 0, 0.3));
}

.new-banner img {
    filter: none;
}

@media(min-width: 768px) {
    .banner img {
        width: 85%;
    }
    
    .banner.tool-banner img {
        width: 92%;
    }
    
    .banner.tool-banner .row {
        justify-content: space-between;
    }
}

@media(max-width: 576px) {
    .banner img {
        width: 60%;
        margin: 20px auto 40px;
    }
}



.banner .sub-title {
    font-size: 20px !important;
    text-transform: capitalize;
    letter-spacing: 6px;
    font-weight: 500 !important;
}

.banner h1.main-title {
    font-weight: 300;
    margin: 0 0 40px;
}

@media(max-width: 990px) {
    .banner h1.main-title {
        margin: 0 0 20px;
        font-size: 40px;
    }
}

.banner p,
.subpage .blue-banner p {
    font-size: 22px;
    font-weight: 400;
    
}

@media(max-width: 990px) {
    .banner p,
    .subpage .blue-banner p {
        font-size: 20px;
    }
}

#sub-banner .banner .content {
    width: 100%;
    /*display: grid;*/
}

#sub-banner .banner .content .expand-logo {
    margin-bottom: 24px;
    width: auto;
    height: 70px;
    object-fit: cover;
    filter: none;
}

@media(max-width: 768px) {
    #sub-banner .banner .content {
        width: 100%;
        /*padding-left: 20px;*/
    }
}

@media(max-width: 576px) {
    #sub-banner .banner .content {
        width: 100%;
        padding-top: 20px;
    }
    
    #sub-banner.platform-banner .banner .content {
        /*padding-top: 60px;*/
    }
    
    #sub-banner .banner .content .expand-logo {
        margin-left: 0;
        height: 40px;
    }
}

.tour-banner .banner .content {
    /*top: 70% !important;*/
}

@media(max-width: 576px) {
    .banner .content {
        width: 100%;
        margin: auto;
        padding: 0;
    }
    
    .tour-banner .banner .content {
        top: 63% !important;
    }
}


#sub-banner h1, #sub-banner p{
    width: 530px;
}

@media(max-width: 1200px) {
    #sub-banner h1, #sub-banner p {
        width: 100%;
    }
}

@media(max-width: 768px) {
    #sub-banner h1, #sub-banner p {
        margin-left: 0;
    }
}


.tour-banner .content a  {
    width: 260px;
}

@media(max-width: 576px) {
    
    #sub-banner h1, #sub-banner p, .tour-banner .content a {
        width: 100%;
    }
    
    #sub-banner h1 {
        font-size: 36px;
        line-height: 1.2;
    }
}

#sub-banner h1 {
    margin-bottom: 20px;
}

#sub-banner .banner p {
    margin-bottom: 0;
}

@media(max-width: 576px) {
    #sub-banner .banner p {
        font-size: 16px;
    }
}

.banner-capital-text {
    text-transform: capitalize;
    font-weight: 600 !important;
    letter-spacing: .25em;
    margin: 20px 0;
}


/*---------------------*\
        Main / Home
 \*--------------------*/
 
#home {
    padding: 0;
}

#home .section {
    padding: 6em 0;
    margin: auto;
}

@media(max-width: 768px) {
    #home .section {
        padding: 5.5em 0;
    }
}

@media(max-width: 576px) {
    #home .section {
        padding: 4.8em 0;
    }
}

@media(max-width: 375px) {
    #home .section {
        padding: 4em 0;
    }
}
 
.main {
    background-color: #fff;
    padding: 60px 0 200px;
    margin-bottom: -10px;
    overflow: hidden;
}

@media(max-width: 768px) {
    .main {
        padding: 30px 0 100px;
    }
}

.main .section {
    margin-bottom: 30px;
    margin-top: 30px;
}

@media(max-width: 768px) {
    .main .section {
        margin: 30px 0 20px;
    }
}


.main .section-title:before {
    content: '';
    width: 70px;
    height: 1px;
    background: #000;
    margin: 10px auto;
    display: block;
}

.main p.section-title {
    font-size: 18px;
    color: #000;
    letter-spacing: 6px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 70px;
    width: 100%;
}

.main.platform-theme p.section-title{
    margin-bottom: 40px
}

@media(max-width: 768px) {
    .main p.section-title {
        margin-bottom: 2em;
    }
}

.main h3.section-sub-title {
    font-weight: 300;
    margin-bottom: 40px;
}

#foreign-tax h3.section-sub-title {
    margin: 10px 0;
    font-weight: 600;
}

.forms p.section-title,
.contact-theme p.section-title {
    margin-bottom: 30px !important;
}

.forms p.desc,
.contact-theme p.desc {
    margin: 30px 0 90px;
    padding: 0 !important;
}

@media(max-width: 768px) {
    .forms p.desc,
    .contact-theme p.desc{
        margin-bottom: 60px;
    }
}

.subpage .forms p.section-title:before {
    width: 150px;
}

@media(max-width: 768px) {
    .main p.section-title {
        font-size: 14px;
        letter-spacing: 4px;
    }
    
}

.main .section .content {
    padding: 60px 0 100px;
}

.main .feature-area .section .content { 
    padding: 60px 0;
}

.main.platform-theme .feature-area .section .content {
    padding: 30px 0;
}

#essential-plus.platform-theme .feature-area .section .content {
    padding-right: 30px;
}

@media(max-width: 768px) {
    .main .section .content {
        padding-bottom: 60px;
    }
}

.section .home-white-content,
.white-content {
    background: #fff;
    box-shadow: 0 0 48px 0 rgba(35, 31, 32, 0.08);
    padding: 60px 50px;
    margin: 0 -60px;
    display: flex;
    overflow: hidden;
    z-index: 2;
}

.white-content {
    margin: 0 auto;
}

@media(max-width: 768px) {
    .section .home-white-content,
    .white-content {
        flex-direction: column; 
        padding: 30px 60px 30px 30px;
        position: relative;
        margin: 0 -10px;
    }
}

@media(max-width: 576px) {
    .section .home-white-content,
    .white-content {
        padding: 24px 10px;
        margin: 0 -10px;
    }
    
    .section .home-white-content .ioof-logo {
        width: 30%;
    }
}

@media(max-width: 375px) {
    .section .home-white-content,
    .white-content {
        padding: 24px 10px;
    }
    
    .section .home-white-content .ioof-logo {
        width: 60%;
    }
}

.main .content-text {
    padding: 0 30px;
    z-index: 2;
}

@media(max-width: 768px) {
    .main .content-text {
        padding: 15px;
        order: 2;
        margin-top: 20px;
        width: 70%;
        display: inline-block;
    }
    
    .main .white-center-content .content-text {
        width: 100%;
    }
}

@media(max-width: 576px) {
    .main .content-text {
        margin-top: 0;
        width: 100%;
    }
}

.main .content-text p {
    font-size: 24px;
}

.main .home-white-content .content-text p {
    display: inline-block;
}

#advisers.main .white-center-content .content-text p {
    margin-bottom: 6px;
    text-align: center;
    font-size: 20px;
}

#advisers.main .white-center-content .content-text-box:not(:last-child) {
    margin-bottom: 40px;
}

.main .home-white-content .content-bg,
.white-content .content-bg {
    position: absolute;
    width: 770px;
    transform: rotate(220deg) translate(120px, 140px);
}

@media(max-width: 768px) {
    .main .home-white-content .content-bg,
    .white-content .content-bg {
        width: 600px;
        transform: rotate(220deg) translate(-10px, 380px);
    }
}


.main .content-text img {
    width: auto;
    height: 56px;
    object-fit: cover;
    margin-bottom: 24px;
}

.main p {
    font-size: 20px;
    line-height: 1.4em;
}

@media(max-width: 768px) {
    .main p {
        font-size: 18px;
    }
}

.main p.title {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 16px;
}

.main p.title-bold {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 16px;
}

@media(max-width: 768px) {
    .main p.title, .main p.title-bold {
        font-size: 32px;
    }
    
    .main p.title-bold {
        margin-bottom: 20px;
    }
}

@media(max-width: 576px) {
    .main p.title, .main p.title-bold {
        font-size: 28px;
    }
    
    .main .home-white-content p.title {
        display: none;
    }
}

.home-box {
    margin-bottom: 8%;
}

@media(max-width: 576px) {
    .home-box {
        margin-bottom: 20%;
    }
}

.home-box img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 320px;
}

@media(max-width: 990px) {
    .home-box img {
        height: 270px;
    }
}

.home-box .box-text {
    position: absolute;
    width: 86%;
    bottom: -16%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 30px 50px 20px;
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.08);
    font-weight: 500;
}

@media(max-width: 768px) {
    .home-box .box-text {
        width: 80%;
        padding: 20px 20px 10px;
    }
}

.home-box .box-text .cate {
    color: #7b7979;
    text-transform: uppercase;
    margin-bottom: 10px;
}

@media(max-width: 768px) {
    .home-box .box-text .cate {
        font-size: 12px;
    }
}

.home-box .box-text p {
    font-size: 32px;
    color: #000;
    line-height: 1.4em;
    overflow : hidden;
    text-overflow : ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media(max-width: 768px) {
    .home-box .box-text p {
        font-size: 22px;
    }
}

.home-grey {
    position: relative;
    background: #fafafa;
    z-index: 1;
}


.grey-content .card-body {
    padding: 0;
}

.grey-content-desc {
    padding-right: 100px;
}

@media(max-width: 768px) {
    .grey-content-desc {
        margin-top: 40px;
        padding-right: 0;
    }
}

@media(max-width: 576px) {
    .grey-content-desc {
        margin-top: 10px;
    }
}

.home-grey .grey-content p {
    margin-bottom: 26px;
}

@media(max-width: 576px) {
    .grey-content > div {
        margin-bottom: 40px;
    }
    
}

.main .pdf-list h3 {
    font-size: 20px;
}

.main .pdf-list h3:before, .subpage .popular-list ul:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    margin: 20px 0 30px;
    display: block;
}

.subpage .popular-list h3:before {
    display: none;
}

.subpage .popular-list ul:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    margin: 20px 0;
    display: block;
}

.subpage .popular-list span {
    color: #000;
    font-weight: 400;
    font-size: 16px;
}

@media(max-width: 576px) {
    .subpage .popular-list span {
        font-size: 14px;       
    }
}

.main .pdf-list {
    width: 100%;
}

.main .pdf-list ul {
    list-style-type: none;
    padding: 0;
}

.main .pdf-list ul li {
    position: relative;
    font-size: 17px;
    margin: 20px 0;
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid rgba(35, 31, 32, 0.16);
}

@media(max-width: 768px) {
    .main .pdf-list ul li {
        font-size: 16px;
    }
}

.main .pdf-list ul li:last-child {
    /*border-bottom: none;*/
}

.main .pdf-list ul li a {
    color: #000;
    width: 78%;
}

.main .pdf-list li a:after {
    /*content: '\f019';*/
    content: '';
    background: url('https://canvas3.ytml.com.au/site_assets/media/files/adcf8b89-9afc-4618-b20c-368610a60dd5/adcf8b89-9afc-4618-b20c-368610a60dd5.png') no-repeat center;
    background-size: contain;
    position: absolute;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    right: 0;
    top: 4px;
    /*top: 45%;*/
    /*transform: translateY(-50%);*/
}

.main .pdf-list ul li a:hover {
    text-decoration: underline;
    color: #000;
}

.main .pdf-list li:before {
    /*content: '\f1c1';*/
    content: '';
    background: url('https://canvas3.ytml.com.au/site_assets/media/files/82d08a28-ab66-415b-8f17-8d8ad8aec507/82d08a28-ab66-415b-8f17-8d8ad8aec507.png') no-repeat center;
    background-size: contain;
    width: 26px;
    height: 26px;
    margin-right: 16px;
}

.main .pdf-list .desc {
    display: block;
    width: 90%;
    margin-top: 10px;
    margin-left: 42px;
    font-weight: 400;
}

.main .pdf-list .desc a {
    font-weight: 400;
}

.home-blue, .bottom-grey-banner {
    position: relative;
    background: #ececec;
    overflow: hidden;
}

.home-blue .blue-content {
    align-items: center;
    padding: 40px 0;
    max-width: 1440px;
    margin: auto;
}

.amys-bottom .blue-content p {
    font-size: 20px;
}

.home-blue .blue-content .home-blue-img {
    transform: rotate(-65deg) translate(50%, -54%) rotateX(180deg) scale(1.8);
    max-width: 100%;
}

.home-blue.campaign-bottom .blue-content .home-blue-img {
    transform: rotate(55deg) translate(-60%, 6%) rotateX(180deg) scale(1.8);
}

@media(max-width: 576px) {
    .home-blue .blue-content .home-blue-img {
        width: 70%;
        transform: rotate(-72deg) translate(58%, -59%) rotateX(180deg) scale(1.8);
    }
    
    .campaign-bottom .blue-content .home-blue-img {
        transform: rotate(55deg) translate(-60%, 6%) rotateX(180deg) scale(1.8);
    }

}

@media(max-width: 375px) {
    .home-blue .blue-content .home-blue-img {
        width: 90%;
    }
}

.home-blue .blue-content-text {
    padding-right: calc(100% / 4 - 70px);
}


@media(max-width: 990px) {
    .home-blue .blue-content-text {
        padding-right: calc(100% / 4 - 70px);
    }
}

@media(max-width: 576px) {
    .home-blue .blue-content-text {
        padding: 0;
        width: 80%;
        margin: auto;
    }
}

.subpage {
    background: #fafafa;
    padding: 0;
}

.subpage p,
.complaint-list li {
    font-size: 20px;
}

@media(max-width: 768px) {
    .subpage p,
    #complaint p,
    .complaint-list li {
        font-size: 18px;
    }
}

@media(max-width: 576px) {
    .subpage p,
     #complaint p,
      .complaint-list li {
        font-size: 16px;
    }
}


.subpage .white-area {
    background: #fff;
    padding: 40px 0;
}

.subpage.platform-theme .white-area {
    padding: 20px 0;
}

@media(max-width: 768px) {
    .subpage .white-area {
        padding: 30px 0;
    }
    
    .subpage.platform-theme .white-area {
        padding: 20px 0;
    }
}

.subpage .grey-area {
    background: #fafafa;
    padding: 40px 0 40px;
}

.subpage #amys.grey-area {
    background: #f5f5f5;
}

.subpage.platform-theme .grey-area {
    background: #fafafa;
    padding: 20px 0 40px;
}

.subpage .contact-area {
    background: #f5f5f5;
    padding: 40px 0 40px;
}

@media(max-width: 768px) {
    .subpage .grey-area,
    .subpage .contact-area {
        padding: 30px 0 40px;
    }
}


.subpage .white-area p.desc {
    padding: 30px 0 50px;
}

.subpage .forms {
    width: 760px;
    padding-bottom: 80px;
}

.subpage .container .resource-content-02 {
    width: 900px;
}

@media(max-width: 768px) {
    .subpage .forms, .subpage .container .resource-content {
        padding: 0 30px;
    }
    
}

@media(min-width: 768px) {
    .subpage .features-content .line-spacing:after {
        margin: 58px 0 20px 0;
    }
}

@media(max-width: 576px) {
    .subpage .forms, .subpage .container .resource-content {
        width: 100%;
    }
    
}

.subpage .icon-center-section {
    justify-content: center;
}

@media(max-width: 768px) {
    
    .subpage .features-content:last-child {
        margin-bottom: 0;
    }
    
    .subpage .features-content .col-md-6 {
        margin-bottom: 20px;
    }
}


.subpage .features-list {
    padding: 0;
    display: flex;
    flex-flow: wrap;
}

.subpage .features-list .list {
    margin-top: 0;
}

.subpage .features-list .features-list-content {
    padding: 0;
    padding-right: 27px;
}

.subpage .features-content h4,
.subpage .features-list h4,
.client-app-content h4 {
    font-weight: bold;
}

.subpage .features-list p,
.client-app-content p{
    margin-bottom: 24px;
}

.subpage .features-list p.important{
    font-size: 14px;
    margin-top: 40px;
}

.client-app-content p.important,
.features-list-content p.important {
    font-size: 14px;
}


@media(max-width: 768px) {
    .subpage .features-list p.important,
    .client-app-content p.important {
        margin: 0 0 30px;
    }
    
    .subpage .features-list .features-list-content {
        padding-right: 0;
    }
    
    .subpage .features-list .features-list-content.value-content,
    .subpage .features-list .features-list-content.competitive-content{
        order: 3;
    }
    
    .subpage .features-list .features-list-content.award-content,
    .subpage .features-list .features-list-content.expertise-content{
        order: 2;
    }
    
    .subpage .features-list .features-list-content.insurance-content,
    .subpage .features-list .features-list-content.online-content{
        order: 4;
    }
}


.home-grey .grey-content h2:after,
.subpage .features-content h2:after,
.CW-content .apple:after,
.hightRated-content .award:after,
.platform-content .box h3:after{
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    margin: 20px 0;
    display: block;
}

.platform-content .box h3:after {
    position: absolute;
    bottom: 0;
}

@media(max-width: 768px) {
    .platform-content .box h3:after {
        position: relative;
    }
}

.hightRated-content .award {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

@media(max-width: 768px) {
    .subpage .features-content {
        padding: 0;
    }
}


.blue-banner .content {
    padding-right: 20px;
}

@media(max-width: 576px) {
    #sub-banner .blue-banner .content {
        padding-right: 0;
        padding-left: 0;
        padding-top: 40px;
    }
    
    #sub-banner.new-banner .blue-banner .content {
        padding-top: 0;
    }
}

.blue-banner h1.main-title {
    margin-bottom: 16px;
}

.blue-banner .banner-image img {
    position: absolute;
    width: 1130px;
    right: 45%;
    top: -75%;
    transform: rotate(53deg);
    filter: none;
}

@media screen and (min-width: 768px) and (max-width: 990px) {
    .blue-banner .banner-image img {
        width: 1000px;
        right: 46%;
        top: -80%;
        transform: rotate(45deg);
    }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
    .blue-banner .banner-image img {
        width: 660px;
        right: 47%;
        top: -476%;
        transform: rotate(46deg);
    }
}

@media(max-width: 576px) {
    .blue-banner .banner-image img {
        width: 1030px;
        right: -2%;
        top: -136%;
    }
}

@media(max-width: 375px) {
    .blue-banner .banner-image img {
        width: 850px;
        right: -12%;
        top: -95%;
    }
}


/*----------------
    Accordion
-----------------*/

.subpage .card, .subpage .card .btn {
    border: 0;
    border-radius: 0;
    background: transparent;
}

.subpage .card .list-header .btn-link {
    border-bottom: 1px solid #d8d8d8;
}

@media(max-width: 768px) {
    .subpage .card .list-header .btn-link {
        width: 78%;
    }
}

.subpage .card .list-header .btn-link:not(.collapsed) {
    border-bottom: 1px solid #000;
    border-radius: 0;
}

.subpage .card-body {
    padding: 1.25rem 0;
}

.subpage .card .list-header:last-child {
    border: none;
}

.subpage .card .list-header .btn-link {
    width: 100%;
    text-align: left;
    padding: 12px 40px 12px 0;
    color: #000;
    font-size: 24px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media(max-width: 576px) {
    .subpage .card .list-header .btn-link {
        font-size: 18px;
    }
}

.subpage .card .list-header .btn-link:after {
    /*content: '\f107';*/
    content: '';
    position: absolute;
    right: 10px;
    background: url('https://canvas3.ytml.com.au/sites/site_assets/media/files/da3ef2bf-1bd9-4848-bda4-fd74fc6b2709/da3ef2bf-1bd9-4848-bda4-fd74fc6b2709.png') no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    transition: .3s ease;
}

.subpage .card .list-header .btn-link:not(.collapsed):after  {
    content: '';
    display: inline-block;
    transform: rotateX(180deg);
    transition: .3s ease;
}

/* Accordion - RetailInsurance */
.subpage06 .pdf-list li:last-child {
    border-bottom: 1px solid rgba(35, 31, 32, 0.16);
}

.subpage .pdf-list h5 {
    color: #000;
    font-weight: 500;
}

#resource .information-desc {
    font-size: 24px;
    padding: 0 50px;
}

@media(max-width: 768px) {
    #resource .information-desc {
        padding: 0;
        font-size: 20px;
    }
}

@media(max-width: 576px) {
    #resource .information-desc {
        font-size: 18px;
        padding: 0 20px;
    }
}

#resource .information-content .pdf-list {
    width: 80%;
}

#resource .container .resource-content {
    align-items: center;
}

#resource .container .resource-content-01 img {
    width: 300px;
}

@media(max-width: 768px) {
    #resource .container .resource-content img {
        width: 100%;
        display: block;
        margin: auto;
    }
    
    #resource .container .resource-content > div {
        margin: 20px 0;
    }
}

@media(max-width: 576px) {
    #resource .container .resource-content {
        margin: auto;
        padding: 0;
    }
    
    #resource .container .resource-content-01 img {
        width: 70%;
    }
}

#resource .container .resource-content h2 {
    margin-bottom: 20px;
}

#resource .container .resource-content-02 {
    margin: auto;
    padding: 60px 0;
}

#resource .container .resource-content-02 .resource-content-text {
    padding-right: 30px;
}

@media(max-width: 576px) {
    #resource .container .resource-content-02 {
        padding: 40px 0;    
    }
    
    #resource .container .resource-content-02 .resource-content-text {
        order: 2;
    }
}

.subpage .center-banner {
    background: #000;
    height: 300px;
    margin-bottom: 100px;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
}

#resource .document-container .row {
    padding: 60px 0;
}

#resource .document-container .document-text {
    padding-right: 90px;
    margin-top: 50px;
}

@media(max-width: 768px) {
    #resource .document-container .row {
        padding: 30px 0;
    }
    
    #resource .document-container .document-text {
        padding-right: 15px;
    }
}

/*---------------------------*\
        Footer
\*---------------------------*/

.color-line {
    position: relative;
    width: calc(100% - 210px);
    float: right;
    display: block;
}

@media(max-width: 1024px) {
    .color-line {
        width: calc(100% - 140px);
    }
}

@media(max-width: 990px) {
    .color-line {
        width: calc(100% - 150px);
    }
}

@media(max-width: 768px) {
    .color-line {
        width: calc(100% - 85px);
    }
}

@media(max-width: 576px) {
    .color-line {
        width: calc(100% - 38px);
    }
}

.color-line .line {
    height: 8px;
    float: left;
}

.color-line .blue-line {
    background: #000;
}

.color-line .green-line {
    background: #bec923;
}

.color-line .orange-line {
    background: #e0641f;
}

#footer  {
    width: 100%;
    overflow: hidden;
}

.footer {
    background-color: #000;
    color: #fff;
    padding: 50px 0;
    width: 100%;
    clear: both;
}

@media(max-width: 576px) {
    .footer {
        padding: 10px 0;
    }
}

.footer-detail .logo {
    margin-bottom: 12px;
}

@media(max-width: 768px) {
    .footer-detail, .footer-sitemap {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .footer-sitemap {
        text-align: center;
        margin-top: 20px;
    }
    
    .footer-detail .logo {
        margin-top: 20px;
    }
}
 
.footer-detail img {
    height: 50px;
}

#footer a {
    color: #fff;
}

#footer p {
    font-size: 12px;
    margin-bottom: 0;
    font-weight: 400;
}

#footer .footer-support {
    font-size: 14px;
    font-weight: bold;
}

#footer .footer-group {
    /*margin-bottom: 60px;*/
}

@media(max-width: 768px) {
    #footer .footer-group {
        /*margin-bottom: 20px;*/
    }
}

@media(max-width: 576px) {
    #footer p {
        font-size: 12px;
    }
    
    #footer .footer-support, #footer .footer-group {
        font-size: 14px;
    }
    
}

#footer .footer-support-num {
    font-size: 32px;
}

#footer .container {
    position: relative;
}

#footer .goToTop {
    position: absolute;
    right: 15px;
    top: 0;
    width: 58px;
    height: 58px;
    background: #000;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: .3s ease;
}

#footer .goToTop:hover {
    opacity: .8;
}

@media(max-width: 990px) {
    #footer .goToTop {
        top: auto;
        bottom: 0;
    }
}

@media(max-width: 576px) {
    #footer .goToTop {
        display: none;
    }
}

#footer .goToTop .top {
    text-decoration: none;
    padding: 4px 16px;
}

#footer .footer-sitemap p.title{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

#footer .footer-sitemap ul {
    padding: 0;
}

#footer .footer-sitemap ul li {
    font-size: 16px;
    font-weight: 300;
    list-style-type: none;
    margin: 20px 0;
}

#footer .footer-sitemap ul li a {
    text-decoration: none;
    padding: 0;
    display: inline-block;
    font-weight: 300;
}

#footer .footer-sitemap ul li a:hover {
    text-decoration: underline;
}

.footer-bottom {
    width: 100%;
    background: #000;
    padding: 20px 0;
}

.footer-bottom .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media(max-width: 768px) {
    .footer-bottom .container {
        justify-content: center;
    }
}

#footer .footer-bottom p {
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 0;
    color: #fff;
}

#footer .footer-bottom p a {
    font-weight: 300;
}

@media(max-width: 768px) {
    .footer-bottom .container {
        flex-direction: column;
    }
    
    #footer .footer-bottom p {
        margin: auto;
    }
    
    .footer-bottom p {
        font-size: 15px;
        margin: 10px auto;
        text-align: center;
        line-height: 2em;
    }
}

.footer-bottom a {
    color: #fff;
}


/*--------------------------*\
    Contact us
\*--------------------------*/
 
.contact-theme {
    background: #f5f5f5;
    /*padding-bottom: 100px;*/
}

.contact-theme .white-area {
    padding-bottom: 80px;
}

.contact-theme .subpage-section-row {
    text-align: center;
    margin-bottom: 24px;
}

.contact-theme .subpage-section-row > div {
    padding: 0 10px;
}

.contact-theme .subpage-section-row i {
    font-size: 40px;
}

.contact-theme .subpage-section-row a {
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
}

.contact-theme .subpage-section-row a > i {
    font-size: 16px;
    margin-left: 10px;
}

.contact-theme .subpage-section-row img {
    max-height: 320px;
    margin-bottom: 20px;
}

.contact-theme .container:nth-child(1) h2 {
    margin-bottom: 24px;
}

.contact-box {
    background-color: #fff;
    padding: 30px 24px;
}

.contact-box a {
    display: inline-block;
    word-break: break-all;
}

#map {
    height: 300px;
}

.main#contact-us i {
    color: #000;
}

#appointment_form {
    /*margin-top: 30px;*/
    margin-bottom: 30px;
}

#appointment_form .form-control {
    height: 45px;
}

#appointment_form input[type="radio"]{
    height: fit-content;
    width: fit-content;
    display: inline-block;
}

#appointment_form .help-block.message {
    color: #ba1717;
}

#appointment_form label {
    color: #000;
    font-weight: 500;
}

#formWidgetSubmitResultText {
    color: #000;
    font-size: 22px;
    margin-bottom: 20px;
}

#appointment_form .radio-row{
    margin-top: 15px;
}

.btn.btn-submit {
    background-color: #000;
    color: #fff;
    margin-top: 30px;
    width: 170px;
    transition: .3s ease;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 58px;
    border-radius: 8px;
}

@media(max-width: 576px) {
    .btn.btn-submit {
        width: 100%;
        padding: 12px 58px;
    }
}


.btn.btn-submit:hover {
    background-color: #02698c;
    color: #fff;
}


/*******************************************
            ytml search
*******************************************/

.results-wrapper-overlay {
    border: none;
    margin: auto;
    border-radius: 1px;
    overflow: auto;
    height: 80%;
    -webkit-box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
    -moz-box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
    -ms-box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
    -o-box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
    box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
    border-collapse: separate;
    background: white;
    padding: 30px;
    width: 75%;
    position: fixed !important;
    top: 5%;
    left: 12%;
    opacity: 1;
    z-index: 100002;
    visibility: hidden;
    opacity: 0;
/*     -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear; */
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.results-wrapper-overlay h3:after{
	margin-left: 0;
}


@media(max-width: 767px){
    .results-wrapper-overlay {
        width: 96%;
        left: 2%;
  }
}

.results-close-btn {
    float: right;
    opacity: 1;
    height: 12px;
    width: 12px;
    position: absolute !important;
    top: -5px;
    right: 20px;
    cursor: pointer;
    font-size: 20px;
}

ul#page-result {
    padding-left: 0;
}

ul#page-result li {
    list-style-type: none;
    margin-bottom: 10px;
}

#page-result a {
	font-size: 16px;
    margin-bottom: 4px;
}


#document-result table tr:nth-child(odd) td {
    background: #f5f5f5;
}

.overflow{
    overflow:hidden;
}


.search-open{
    visibility: visible;
    opacity: 1;
}

.search-close{
    visibility: hidden;
    opacity: 0;
}

.page-overlay{
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 100001;
}

@media (max-width: 767px){
    #search-tool {
        position: static;
        margin-left: 0;
        max-width: 250px;
    }
}

@media(max-width: 768px){
    #search-tool > form.navbar-form > div > input.form-control{
        width: 100%;
    }
}

.navbar-form .search-btn{
	background-color: #f2f2f2;
	font-size: 14px;
}

.navbar-form .search-btn span{
	color: #fff;
}

.navbar-form input{
	border-radius: 0;
	border-right: 0;
}

.navbar-form input:focus{
    box-shadow: none;
}

@media(max-width: 767px){
	#search-tool-mobile form{
		width: auto;
		padding-top: 0;
		padding-bottom: 0;
		margin-right: 0;
		margin-left: 0;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	#search-tool-mobile .input-group-btn{
		display: block;
	}
}

.searchLoadingImg .fa{
	color: #fff;
}

#search-tool-mobile .searchLoadingImg{
	float: left;
	position: absolute;
	right: -45px;
	top: 3px;
}

#search-tool-mobile{
	position: absolute;
	top: 85px;
	right: 115px;
	z-index:  100;
} 

@media(max-width: 767px){
	#search-tool-mobile{
		right: 85px;
	} 	
}

.default_header #search-tool{
	left: -175px;

}

@media(max-width: 1200px){
	.input-group-btn{
		display: block;
	}
}
.results-wrapper-overlay h3{
	color: #649EAF;
}

.results-wrapper-overlay ul.pagination>li:before {
    content:"";
    display: inline-block;
    width: 20px;
}

.results-wrapper-overlay ul.pagination>li.cur{
    color: #649EAF;
}

.results-wrapper-overlay ul.pagination>li:hover{
    cursor:pointer;
}
.results-wrapper-overlay ul.pagination>li:hover{
    color: #649EAF;
}

.results-wrapper-overlay ul.pagination>li{
	display: inline;
}

.results-wrapper-overlay ul.pagination .prev, .results-wrapper-overlay ul.pagination .next{
   /* color: rgb(193, 78, 50);*/
    color: rgb(100, 158, 175);
}

.results-wrapper-overlay .search-item{
	text-overflow: ellipsis;
	display: -webkit-box;
	word-break: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-wrap: break-word;
	margin-bottom: 30px;
	visibility: visible;
}

#error{
	display: block;
	color: #a94442;
}

.si-frame{
  padding:1em 1em!important;
  border-radius:30px 30px 30px!important;
  background-color:rgba(100, 158, 175, 0.6)!important;
}

.si-pointer-top{
    border-top-color:rgba(100, 158, 175, 0.6)!important;
}

.si-wrapper-top {
	transform: translate(-50%, -140%);
}


@media(min-width: 480px) and (max-width: 767px){
	.si-wrapper-top {
		width: 400px;
	}
}

@media(max-width: 479px){
	.si-wrapper-top {
		width: 250px;
	}
}

@media(min-width: 768px){
	.si-wrapper-top {
		width: 600px;
	}
}

.si-wrapper-top {transform: translate(-50%,-100%);}

.search-list {
    margin-top: 40px;
    margin-bottom: 10%;
}

.search-list h1 {
    font-size: 30px;
    font-weight: 600;
}

.search-list h2 {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 500;
}


/* Header Search */

.search-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #eee;
    z-index: 9;
    display: none;
}

.search-wrapper .search {
    margin-top: 30px;
}

.search-wrapper button.close-btn {
    position: relative;
    display: block;
    float: right;
    cursor: pointer;
    padding: 20px;
}

.search-wrapper .close-btn span {
    position: absolute;
    top: 20px;
    right: 0;
    width: 40px;
    height: 2px;
    background-color: #000;
}

.search-wrapper .close-btn span:nth-child(1) {
    transform: rotate(45deg);
}

.search-wrapper .close-btn span:nth-child(2) {
    transform: rotate(-45deg);
}

.search-content {
    margin: 20px auto;
    clear: both;
}

.search-content p {
    font-weight: 500;
    font-size: 18px;
    margin: 30px 0;
}

.search-input {
    width: 98%;
    font-size: 30px;
    color:  #5f5f5f;
    border-bottom: 1px solid #000;
    padding: 10px 0;
    margin-top: 20px;
}

.search-input .search-icon {
    width: 35px;
    display: inline-block;
}

@media(max-width: 414px) {
    .search-input .search-icon {
        width: 26px;
    }
    
}

.search-input .search-icon p {
    margin: 0;
}

.search-input .search-icon svg {
    stroke: #5f5f5f;
    margin-bottom: 10px;
}

.search-input .search-input {
    display: inline-block;
    width: 24px;
}

.search-input .form-control {
    width: calc(100% - 40px);
    border: 0;
    background: transparent;
    font-size: 30px;
    font-weight: 400;
    display: inline-block;
    padding: 0 2rem;
}

@media(max-width: 414px) {
    .search-input .form-control {
        font-size: 24px;
        padding: 0 1rem;
    }
}

/*---------------------
    Breadcrumb
---------------------*/

.breadcrumb-row {
    position: absolute;
    bottom: 0;
    flex-direction: column;
    align-items: flex-start !important;
    margin: 10px 0;
}

.breadcrumb-row:before {
    content: '';
    width: 270px;
    height: 1px;
    background: rgba(44, 51, 55, 0.32);
    display: block;
    margin-bottom: 10px;
}

@media(max-width: 990px) {
    .breadcrumb-row {
        display: none;
    }
}

@media(max-width: 576px) {
    .breadcrumb-row {
        width: calc(90% - 25px);
        /*bottom: -90%;*/
        display: block;
    }
    
    .breadcrumb-row:before {
        width: 100%;
    }
}

.breadcrumb-container {
    margin: 0;
    background: transparent;
    padding: 20px 0;
    margin-left: calc(100% / 2 - 470px);
}

@media (max-width: 1024px) {
    .breadcrumb-container {
        margin-left: calc(100% / 2 - 370px);
    }
}

@media (max-width: 990px) {
    .breadcrumb-container {
        margin-left: calc(100% / 2 - 340px);
    }
}

@media(max-width: 768px) {
    .breadcrumb-container {
        margin-left: calc(100% / 2 - 300px);
    }
}

@media(max-width: 576px) {
    .breadcrumb-container {
        display: none;
    }
}

.breadcrumb-area {
    width: 100%;
    margin: 20px 0 40px;
    padding: 0 15px 15px;
    border-bottom: 1px solid #eee;
}

.breadcrumb {
    margin: 0;
    background: transparent;
    padding: 0;
}

.breadcrumb li a {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    /*text-decoration: underline;*/
    transition: .3s ease;
}

.breadcrumb li a:hover {
    font-weight: 600;
    transition: .3s ease;
}

.breadcrumb-item.active a {
    /*font-weight: 600;*/
    color: #000;
    text-decoration: none;
    /*pointer-events: none;*/
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '/';
    color: #000;
}

@media(max-width: 576px) {
    .breadcrumb li:first-child {
        display: none;
    }
    
    .breadcrumb-item+.breadcrumb-item::before {
        content: '<';
    }
}


/*----------------------------------------------------
    Managed investments and Listed investments Page
-----------------------------------------------------*/

.white-theme {
    background: #fff;
    padding-top: 0;
}

ul.listed-list,
.managed-list ul {
    list-style-type: none;
    padding: 0;
    margin-top: 30px;
}

ul.listed-list li,
.managed-list ul li {
    margin: 6px 0;
}


/* iframe */

#iframe-container {
    width: 100%;
    height: 100vh;
}

.iframe-full-height {
    width: 100%;
    height: 100%;
}


/* Product tour */

.tour-theme {
    background: #fff;
}

.tour-theme .section-sub-title {
    text-align: center;
}

.tour-theme .feature-area p.desc {
    padding: 0;
}

.tour-theme .feature-area p.desc span {
    display: inline-block;
}

.tour-theme .feature-area .row {
    justify-content: space-between;
    align-items: center;
    padding-bottom: 100px;
}

.platform-theme .feature-area .row {
    justify-content: space-between;
    align-items: center;
    /*padding-bottom: 30px;*/
}

.platform-theme .row.button {
    justify-content: center;
    padding: 30px 0;
}

#essential-plus.platform-theme .row.button {
    gap: 40px;
}

#essential-plus.platform-theme .row.button .main-btn {
    margin-top: 0;
}

@media(max-width: 768px) {
    .tour-theme .feature-area .row {
        padding-bottom: 40px;
    }
}

.tour-theme .feature-area .row img {
    filter: drop-shadow(-20px 20px 20px rgba(0, 0, 0, 0.15));
}

.tour-theme .feature-area .row:first-of-type > img {
    filter: none;
}

.tour-theme .content-image {
    filter: drop-shadow(20px 10px 10px rgba(0,0,0,.2)) drop-shadow(30px 30px 40px rgba(0,0,0,.3));
}

@media(max-width: 768px) {
    .tour-theme .feature-area .content {
        padding: 20px 0 40px;
        order: 2;
    } 
}

.tour-theme .content h2 {
    margin-bottom: 20px;
}

.tour-theme .content h2 > .icon {
    width: 30px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px
}

.tour-theme .content h2 > .icon p {
    margin: 0;
}

.tour-theme .grey-area .row {
    margin: 40px 0 40px;
    justify-content: space-between;
}

.tour-theme .grey-area .content {
    margin: 0;
}


@media(max-width: 576px) {
    
    .tour-theme .grey-area .row {
        margin: 20px 0 60px;    
    }
    
    .tour-theme .grey-area .row div {
        order: 1;
    }
    
    .tour-theme .grey-area .row div.content {
        order: 2;
        margin: 40px 0;
    }
}


/*-------- Table style -------- */

.table .title-row {
    text-align: center;
}

.table th {
    background: #000;
    border-color: #ffffff !important;
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
    padding: 13px !important;
}

.table th p {
    margin-bottom: 0;
}

.table tbody tr:nth-child(even) {
    background-color: #ececec;
}

.table tbody tr:nth-child(odd),
tr:nth-child(2n+1) td {
    background: #fff;
}

#sma .table tbody tr:nth-child(even) {
    background-color: #fff;
}

#sma .table tbody tr:nth-child(odd),
#sma tr:nth-child(2n+1) td{
    background: #f5f5f5;
}

#sma .table tbody tr th {
    background: #ccc;
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

.table td {
    border-color: transparent !important;
    padding: 13px !important;
}


#maturing-investments .table td {
    text-align: center;
}

.table ul {
    padding-left: 20px;
}

.table ul li {
    margin-bottom: 10px;
    list-style-type: none;
    text-indent: -8px;
    font-size: 18px;
}

.table ul li:before {
    content: '\f111';
    font-weight: 900;
    display: inline-block;
    margin-right: 8px;
    font-size: 6px;
    vertical-align: middle;
}

.table ul li > i {
    margin-left: 16px;
}

@media (max-width: 767px) {
    
    .table .title-row {
        display: none;    
    }
    
    .table tbody, .table th, .table td, .table tr {
        display: block;
        position: relative;
    }
    
    .table td:before {
        content: attr(data-title);
        display: block;
        width: 100%;
        font-weight: bold;
    }
    
}


/* ---- Table style End ------ */


#maturing-investments h2 {
    margin: 40px 0 20px;
}

p.note {
   font-size: 18px;
   color: #000;
   opacity: .7;
}



/*---- FAQ ----*/


@media(min-width: 992px) {
    .subpage .white-area .FAQ-container {
        width: 960px;
    }
}

.FAQ-container a {
    text-decoration: underline;
}

.FAQ-container a.btn-more {
    text-decoration: none;
}

.FAQ-container a.btn-more:hover {
    text-decoration: underline;
}


.faq-content {
    padding: 30px 0;
    width: 100%;
}

.faq-content table {
    width: 100%;
    margin: 30px 0;
}

.faq-content table p {
    font-size: 16px;
}

.faq-content table tr .subheader {
    background: #555 !important;
    font-weight: bold;
    color: #fff;
}

.faq-content thead {
    background-color: #000;
    color: #fff;
    font-size: 18px;
    
}

.faq-content tbody tr:nth-child(odd) td{
    background: #fbfbfb;
}

.faq-content tbody tr:nth-child(even) {
    background-color: #ececec;
}

.faq-content th,
.faq-content td {
    padding: 13px;
    border: 1px solid #fff;
}

.faq-content h3 {
    font-weight: 600;
    margin: 30px 0 10px;
}

.faq-content .accordion h4 {
    font-weight: 600;
    margin: 40px 0 10px;
}

.faq-content img {
    margin: 40px 0 20px;
}

.faq-content ul,
.features-list-content ul,
.education-content ul,
.education-content ol{
    padding-left: 20px;
}

.faq-content ul li,
.features-list-content ul li,
.education-content ul li {
    list-style-type: none;
    margin-bottom: 16px;
    text-indent: -8px;
    font-size: 18px;
}


.education-content ol li {
    list-style-type: decimal;
    margin-bottom: 16px;
    text-indent: 0;
    font-size: 18px;
}

ul.list-point li {
    list-style-type: none;
    margin-bottom: 16px;
    margin-left: 18px;
    text-indent: -8px;
}

div.decimal ul {
    list-style: none;
    counter-reset: num;
}

/*div.decimal ul li {*/
/*    counter-reset: item;*/
/*}*/

div.decimal ul li::before {
    counter-increment: num;
    content: counter(num) ". ";
    font-weight: bold;
}

.faq-content ul li:before,
.features-list-content ul li:before,
.education-content ul li:before,
ul.list-point li:before {
    content: '\f111';
    font-weight: 900;
    display: inline-block;
    margin-right: 8px;
    font-size: 8px;
    vertical-align: middle;
}



.faq-list {
    margin-left: -40px;
    padding: 20px 0 20px 40px;
    border-bottom: 1px solid rgba(35, 31, 32, 0.16);
}

.faq-list:last-child {
    border-bottom: 0;
}

.faq-q {
    font-weight: bold;
}

.faq-q:before {
    content: 'Q:';
    margin-right: 10px;
    display: inline-block;
    font-weight: bold;
}

.faq-a:before {
    content: 'A:';
    margin-right: 10px;
    display: inline-block;
    font-weight: normal;
}

.faq-q, .faq-a {
    text-indent: -15px;
}

.learn-img {
    z-index: 1;
    height:300px;
}
.sma-img{
    height: inherit;
    position: relative;
    margin-left:100px;
}

@media(max-width: 768px) {
    .learn-img {
        position: absolute;
    }
    .sma-img{
        visibility: hidden;
    }
}

#message {
    background: #ececec;
    padding: 20px 0 10px;
    transition: .3s ease;
}

#message p {
    font-size: 14px;
}

#message p strong {
    font-weight: 600;
}

#message .close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
    color: #000;
    cursor: pointer;
}



#terms h1,
#terms p strong {
    font-weight: 700;
}

#terms h1 {
    margin-bottom: 30px;
}

#terms .table p {
    margin: 0;
}

#complaint h2 {
    margin-bottom: 30px;   
}

#complaint p {
    margin-bottom: 24px;
}

#MLC-table .table p {
    font-size: 18px;
}

#MLC-table .table .align-center {
    vertical-align: middle;
}

#retirement-boost #MLC-table .tbody-grey td {
    background: #eee;
    border: 1px solid #fff !important;
}

#complaint p strong {
    font-weight: 600;
}

#complaint a {
    font-weight: normal;
    text-decoration: underline;
}

ul.complaint-list,
#cyber ul.list {
    padding-left: 24px;
}

#cyber .tab-content ul {
    margin-top: 0;
}

.complaint-list li {
    margin: 26px 0;
    list-style-type: none;
    text-indent: -10px;
}

#cyber ul.list li {
    margin: 10px 0;
    list-style-type: none;
    text-indent: -8px;
}

.complaint-list li:before,
#cyber ul.list li:before {
    content: '\f111';
    font-weight: 900;
    display: inline-block;
    font-size: 8px;
    margin-right: 10px;
    vertical-align: middle;
}

#cyber ul.list > li:before {
    font-size: 6px;
    margin-right: 8px;
}

.complaint-list strong {
    font-weight: 600;
}

#complaint .accordion {
    width: 80%;
}

@media(max-width: 990px) {
    #complaint .accordion {
        width: 100%;
    }
}

#complaint .accordion a {
    text-decoration: none;
    font-weight: bold;
}

#complaint .accordion a:hover {
    text-decoration: underline;
}

#ChantWest .section-title {
    margin-bottom: 30px;
}

#ChantWest p.desc {
    margin: 30px 0 60px;
}

.CW-content,
.hightRated-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.CW-content:last-child,
.hightRated-content:last-child {
    margin-bottom: 0;
}

.CW-content .apple {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.CW-content img,
.hightRated-content .award img {
    height: 130px;
    padding: 0 5px;
    margin-bottom: 10px;
}

.CW-content p,
.hightRated-content p {
    min-height: 90px;
}

.hightRated-content p {
    text-align: center;
    font-size: 17px;
}

.home-CW p {
    min-height: 140px;
}

#ChantWest .read-link,
.hightRated-content .read-link {
    margin-top: 20px;
}


@media(max-width: 768px) {
    .CW-content,
    .hightRated-content {
        margin-bottom: 30px;
    }
    
    .CW-content > div,
    .hightRated-content > div {
        margin-bottom: 30px;
    }
    
    .home-CW p,
    .CW-content p,
    .hightRated-content p {
        min-height: auto;
    }
    
    .CW-content img,
    .hightRated-content img {
        height: 140px;
        margin-bottom: 0;
    }
    
    
}

.hightRated-content p strong{
    font-weight: 600;
}

.subpage .ratings-content h2 {
    margin-bottom: 30px;
}

.subpage .ratings-content h4 {
    font-weight: bold;
    margin-bottom: 20px;
}

.ratings-content-list {
    padding-bottom: 100px;
}

.video-play {
    position: relative;
}

@media(max-width: 990px) {
    .video-content {
        order: 2;
    }
    
    .video-area {
        order: 1;
        margin-bottom: 20px;
    }
}

.play-btn {
    position: absolute;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 1px 0 10px rgba(0,0,0,.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: .3s ease;
}

.video-play:hover .play-btn {
    width: 66px;
    height: 66px;
    font-size: 22px;
    transition: .3s ease;
}

.adviser-list {
    display: flex;
    justify-content: space-between;
    padding: 20px 0 10px;
    border-bottom: 1px solid #ddd;
}

.adviser-photo img {
    max-height: 140px;
    max-width: 100%;
    object-fit: cover;
}

@media(max-width: 768px) {
    .adviser-photo {
        display: none;
    }
}

.adviser-content p {
    font-size: 14px;
}

.adviser-content p.name {
    font-size: 22px;
    font-weight: 600;
}

.adviser-content p.title {
    font-size: 18px;
    font-weight: 600;
}

.adviser-content strong {
    font-weight: 600;
}

.adviser-content a {
    text-decoration: underline;
    font-weight: normal;
}

#TalkToday .subpage-section-row .detail {
    text-align: left;
    font-weight: bold;
    font-size: 16px;
}

#TalkToday .subpage-section-row .detail a {
    font-weight: normal;
    text-decoration: underline;
    /*display: block;*/
}

#TalkToday .subpage-section-row .detail strong a {
    font-weight: bold;
}

#TalkToday .contact-box {
    margin: 0 10px;
    max-width: calc(100% / 3 - 20px);
}

@media(max-width: 768px) {
    #TalkToday .contact-box {
        max-width: 100%;
        margin: 10px 0;
    }
}


/* ---- Rating page ---- */

.tab-cast {
    width: 100%;
    margin: 20px 0;
}

.post-area .col-lg-4 {
    float: left;
}

@media(max-width: 1200px) {
    .post-area .col-lg-4 {
        padding: 0 6px;
    }
}

@media(max-width: 990px) {
    .post-area .col-lg-4 {
        padding: 0 15px;
    }
}

.post-content {
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
    margin-bottom: 20px;
}

.preview-image {
    height: 210px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}


@media(max-width: 768px) {
    .preview-image {
        /*height: 240px;*/
        display: none;
    }
    
}

.preview-image img {
    max-width: 100%;
}

.preview-image a {
    display: block;
}

.cast-overlay {
    background: linear-gradient(to bottom, rgba(38,49,56,0) 0%,rgba(38,49,56,0.8) 100%);
    position: absolute;
    top: 0;
    height: 140px;
    width: calc(100% - 30px);
}

.post-title {
    position: relative;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    height: 58px;
}


.post-webinars .post-title {
    /*height: 36px;*/
}

@media(max-width: 767px) {
    .post-title {
        -webkit-line-clamp: 2;
        min-height: auto;
        margin-top: 10px;
    }
}

.post-title a {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
}

.preview-content-all {
    padding: 20px 16px;
}

.post-status {
    /*font-size: 10px;*/
    font-size: 0.625rem;
    color: #fff;
}

.post-date, .post-category  {
    padding: 6px 10px;
    display: inline-block;
    margin: 6px auto;
    margin-right: 6px;
    border-radius: 2px;
}

@media(max-width: 1200px) {
    .post-date, .post-category {
        padding: 6px 10px;
    }
}

.post-date  {
    color: #000;
    background: transparent;
    font-weight: 600;
    /*font-size: 12px;*/
    font-size: 0.75rem;
    padding: 6px 0;
    text-transform: uppercase;
}

.post-category {
    background: #677986;
    text-transform: uppercase;
}

.preview-content {
    color: #5E5E5E;
    font-size: 0.875rem;
    /*font-size: 14px;*/
    margin: 10px 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    min-height: 66px;
}

.post-webinars .preview-content {
    max-height: 200px;
}

.post-webinars .preview-content p {
    font-size: 14px !important;
    margin-bottom: 10px;
}

@media(max-width: 1200px) {
    .preview-content {
        -webkit-line-clamp: 2;
        min-height: 36px;
    }
    
}

@media(max-width: 990px) {
    .preview-content {
        -webkit-line-clamp: 3;
        min-height: 66px;
    }
}

@media(max-width: 768px) {
    .post-webinars .preview-content {
        height: auto;
    }
}

.post-more {
    /*font-size: 11px;*/
    font-size: .6875rem;
    font-weight: 500;
    border: 1px solid #000;
    border-radius: 2px;
    text-align: center;
    display: inline-block;
    transition: .3s ease;
}

.post-more a {
    color: #000;
    padding: 4px 12px;
    display: block;
}

.post-more i {
    color: #000;
    margin-right: 4px;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
}

.post-more:hover {
    background: #000;
}

.post-more:hover a, .post-more:hover i {
    color: #fff;
    text-decoration: none;
}

.loadMore {
    text-align: center;
    display: block;
    cursor:  pointer;
    width: 160px;
    margin: auto;
}

.loadMore .btn-more {
    padding: 10px 20px;
    border: 1px solid #000;
    background: transparent;
    color: #000;
    font-size: 14px;
}

.loadMore .btn-more:hover {
    background: #000;
    color: #fff;
}

.loadMore .btn-more:before {
    display: none;
}

#searchLoadingImg {
    text-align: center;
    font-size: 10px;
}

/*************
    Article 
***************/
.article-info .date, .article-info .category{
    display: inline-block;
    font-size: 10px;
    padding: 6px 16px;
    margin-right: 6px;
    color: #fff;
}

.article-info .date {
    background: transparent;
    color: #000;
    font-size: 16px;
    padding: 6px 0;
    font-weight: 600;
    
}

.article-info .category {
    background: #000;
}

.article-info .title {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    margin: 20px 0;
    padding-top: 20px;
}

.article-container {
    padding-bottom: 40px;
}

.article_body {
    color: #000;
    font-weight: 300;
}

.article_body .sub-title {
    font-size: 18px;
}



/* Article detail page*/

.article-content {
    display: inline-block;
    margin-bottom: 30px;
}

.article-area table td {
    border: 1px solid #ccc !important;
    vertical-align: middle;
    padding: 8px 16px;
}

.article-content p.float-right img {
    /*float: right;*/
    margin: 0 16px;
}

@media(max-width: 990px) {
    .article-content p.float-right {
        float: none !important;
    }
    
    .article-content p.float-right img {
        margin: 16px 0;
    }
}

@media(max-width: 768px) {
    .article-area {
        overflow: scroll;
    }
    
    .article-area table tr {
        display: table-row;
    }
    
    .article-area table td {
        display: table-cell;
    }
}

.article-area h6 {
    color: #000;
    font-weight: bold;
    font-size: 20px;
    margin: 20px 0 10px;
}

.article-area {
    margin-bottom: 20px;
    padding-left:0;
    line-height: 1.75;
}

.article-area h5 {
    margin-bottom: 30px;
}

.article-area strong {
    font-weight: 600;
}

.article-area img {
    margin: 16px 0;
}

.article-area table {
    margin: 10px 0;
}

.article-area ul {
    padding-left: 12px;
}

.article-area li {
    padding-bottom: 10px;
    list-style-type: none;
}

.article-area li:before, .article-area table li:before {
    content: '\f111';
    font-family: 'Font Awesome 5 free';
    color: #000;
    font-size: 6px;
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-left: -12px;
    background: transparent !important;
}


.article-icon-box {
    display: flex;
    flex-flow: row;
    align-items: center;
    margin-bottom: 20px;
}

.article-icon-box img {
    width: 80px;
    margin-right: 16px;
}

.article-icon-box img,
.article-icon-box p {
    margin-bottom: 0 !important;
}


.video {
    position: relative;
    padding-bottom: 60%;
    height: 0;
    overflow: hidden;
}

.ad-sma-video {
    margin-top: 20px;
}

.ad-sma-video .video {
    padding-bottom: 30%;
}

@media(max-width: 990px) {
    .ad-sma-video .video {
        order: -1;
        margin-bottom: 24px;
        padding-bottom: 60%;
    }
}

.video iframe {
    width: 100%;
    height: 100%;
    margin: auto;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}

.print-btn {
    display: inline-block;
    float: right;
    margin: 0;
    margin-right: 10px;
    padding: 6px 16px;
    font-size: 14px;
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #000;
    color: #3b3d41;
    transition:.3s ease;
}

.print-btn:focus {
    outline: 0;
}

.print-btn:hover {
    color: #999;
}

.print-header,
.print-footer {
    display: none;
}

@media print {
    #top,
    #menu,
    .navbar,
    .print-btn,
    .print-hide,
    #footer,
    .article-info .date, 
    .article-info .category {
        display: none;
    }
    
    .print-header,
    .print-footer {
        position: relative;
        display: block;
        margin: auto;
    }
    
    .print-footer img {
        display: block;
        width: 80%;
        margin: 30px auto;
    }
    
    
    #sub-banner, 
    .article-area, 
    .article-area table,
    .article-area .table,
    .article-area table td {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
    
    #footer {
        position: relative;
        page-break-before: avoid;
        page-break-inside: avoid;
        padding-top: 20px;
        -webkit-print-color-adjust: exact ;
    } 
    
    .article-area {
        margin-bottom: 30px;
    }
    
    
    a:link, a:visited, a {
      text-decoration: none;
      word-wrap: break-word; 
    }
}

.desc-small {
    font-size: 14px !important;
    margin-top: 20px;
}

.adviser-box .box {
    max-width: calc(100% / 3 - 20px);
    margin: 10px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 48px 0 rgba(35, 31, 32, 0.08);
    font-size: 18px;
}

.adviser-box .long-box {
    max-width: calc(100% - 20px);
    margin: 10px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 48px 0 rgba(35, 31, 32, 0.08);
    font-size: 18px;
}

.adviser-box > div {
    margin: 10px auto;
}

@media(max-width: 768px) {
    .adviser-box .box {
        max-width: 100%;
        margin: 10px;
    }
}

@media(max-width: 768px) {
    .information-content .box {
        margin-bottom: 30px;
    }
}

#essential .table td,
#expand-extra .table td,
#retirement-boost .table td,
.article-content .table td {
    border: 1px solid #eee !important;
}


.delivers-content img {
    width: 100px;
    margin: auto;
    margin-bottom: 10px;
}

#ad-sma .delivers-content img {
    padding: 0 10px;
}

.delivers-content .features-list-content {
    margin-bottom: 40px;
    text-align: center;
}

/************************************
    Annual statements and reports
*************************************/

#annual-statements h2{
    margin: 40px 0 20px;
}

#annual-statements .accordion h2{
    margin: 0;
}

#annual-statements h3 {
    font-weight:  600;
    margin: 0 0 10px;
}

#annual-statements table {
    width: 100%;
    margin: 30px 0;
}

#annual-statements th,
#annual-statements td {
    padding: 13px;
    border: 1px solid #fff !important;
}

#annual-statements strong{
    font-weight: 600;
}

#annual-statements a {
    text-decoration: underline;
}

#annual-statements .contact-theme .subpage-section-row{
    justify-content: center;
}

#annual-statements .register-section {
    margin: 30px 0;
}

#annual-statements a.btn{
    text-decoration: none;
}

#annual-statements.adviser-annual-statements img{
    width: 100%;
    margin: 30px 0;
}

.platform-white-content {
    margin-bottom: 60px;
}

.platform-white-content .banner-image {
    position: relative;
}

.platform-white-content .banner-image img {
    position: absolute;
    width: 300px;
    top: -30px;
    right: 30px;
    filter: drop-shadow(-20px 20px 20px rgba(0, 0, 0, 0.4));
}

@media(max-width: 990px) {
    .platform-white-content .banner-image img {
        width: 250px;
        right: 0;
    }
}

@media(max-width: 768px) {
    
    .platform-white-content .banner-image,
    .platform-img.xs-disable{
        display: none;
    }
}

.platform-white-content .content-bg {
    transform: rotate(220deg) translate(-10px, 0px);
}

.platform-content .box {
    text-align: center;
    margin: 10px 0;
}

.platform-content .box h3 {
    position: relative;
    height: 70px;
    margin-bottom: 0;
}

@media(max-width: 768px) {
    .platform-content .box h3 {
        height: auto;
        margin-bottom: 10px;
    }
}

.platform-content .box img {
    width: 100px;
    margin-bottom: 10px;
}

.platform-content .box p {
    font-size: 18px;
}


/* news page - tab / accordion */

.pc-news .tablinks,
.mobile-news-insights .tablinks{    
    text-transform: uppercase;
}

.tab-card {
    margin-bottom: 30px;
}

.mobile-tab-accordion {
    display: none;
}

.pc-tab-accordion .tab {
    margin-bottom: 40px;
    border-bottom: 2px solid #000;
}

.pc-tab-accordion .tab .tablinks {
    border: 0;
    padding: 16px 24px;
    font-size: 1rem;
    color: #000;
    background: transparent;
}

.pc-cyber.pc-tab-accordion .tab .tablinks {
    padding: 16px 18px;
}

.pc-tab-accordion .tab .tablinks:hover {
    border: 0;
    background: #eee;
}

.pc-tab-accordion .tab .tablinks.active {
    background: #000;
    color: #fff;
    border-bottom: 2px solid #000
}

@media(max-width: 768px) {
    .pc-tab-accordion {
        display: none;
    }
    
    .mobile-tab-accordion {
        display: block;
    }
}

@media(max-width: 990px) {
    .pc-cyber {
        display: none;
    }
    
    .mobile-cyber {
        display: block;
    }
}

.head-collapse:not(.show) {
    display: none;
}

.mobile-tab-accordion .accordion-heading a,
#cyber .mobile-tab-accordion .card-header button {
    color: #000;
    background: transparent;
    font-size: 18px;
    font-weight: bold;
    padding: 16px 20px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .3s ease;
}

.mobile-tab-accordion .accordion-heading a:not(.show):hover,
#cyber .mobile-tab-accordion .card-header button.collapsed:hover {
    background: #eee;
    text-decoration: none;
}

.mobile-tab-accordion .accordion-heading,
#cyber .mobile-tab-accordion .card-header h2.mb-0 {
    border-bottom: 1px solid #000;
}

#cyber .mobile-tab-accordion .card-header {
    padding: 0;
    background: transparent;
    border: none;
    margin: 0;
}

.accordion-heading a .acc-icon:after,
#cyber .mobile-tab-accordion .card-header button .acc-icon:after {
    content: "\f078";
    font-family: 'Font Awesome 5 free';
    font-size: 14px;
    font-weight: 600;
}

.accordion-heading a.show .acc-icon:after,
#cyber .mobile-tab-accordion .card-header button:not(.collapsed) .acc-icon:after {
    content: "\f077";
}

.accordion-heading a.show,
#cyber .mobile-tab-accordion .card-header button:not(.collapsed){
    background: #000;
    color: #fff;
    text-decoration: none;
}


@media(max-width: 990px) {
    .accordion-heading a .acc-icon {
        margin-right: 0;
    }
    
    #cyber .mobile-tab-accordion .card-header button:not(.collapsed) {
        background: transparent;
        color: #000;
    }
}


.mobile-tab-accordion .head-collapse {
    margin: 20px 10px;
}

/*  Edacution  */

.row.guide-content{
    align-items: center;
}

.guide-content strong,
.education-accordion strong,
.education-content strong{
    font-weight: bold;
}

.decimal h3,
.education-content h3,
.education-content img,
.education-content .iframe-section,
.education-accordion{
    margin-bottom: 30px;
}

.education-content li{
    font-size: 20px;
}

.education-content .iframe-section iframe{
    width: 100%;
    height: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.education-content .video-section {
    margin: 30px auto;
}

@media(max-width: 576px) {
    .education-banner-content {
        /*top: 80px;*/
    }
}

@media(max-width: 768px) {
    .app-download-img{
        width: 40%;
    }
}

/*Radio button*/

.form__radio-input {
    display: none !important;
}

.form__label-radio {
    cursor: pointer;
}

.form__label-radio .form__radio-button:after {
    font-family: "Font Awesome 5 Free";
    content: "\f0c8";
    color: #c1c1c1;
    margin-right: 10px;
}


.form__radio-input:checked ~ .form__label-radio .form__radio-button:after {
    font-family: "Font Awesome 5 Free";
    content: "\f14a";
    color: #000;
    transition: opacity 0.2s;
    font-weight: 600;
}

.subpage .table-note {
    font-size: 16px;
}

#foreign-tax .row {
    margin-bottom: 30px;
}

#foreign-tax .faq-content {
    padding: 0;
}

#foreign-tax .table {
    margin : 10px 0;
}

.extra-award-content {
    align-items: center;
}

.extra-award-content .main-btn {
    padding: 12px 30px;
    font-size: 14px;
}

@media(max-width: 990px) {
    .extra-award-content > div:nth-child(1) {
        order: 2;
    }
    
    .extra-award-content > div:nth-child(2) {
        order: 1;
        margin-bottom: 20px;
    }
}

.essential-article-img > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin-bottom: 10px;
}

.essential-article-img > div img {
    width: 160px;
    height: 160px;
}

.essential-article-img > div p {
    width: 100%;
}

#smas-now .img-section {
    display: flex;
    flex-wrap: wrap;
}

#smas-now .img-section h3 {
    width: 100%;
}

#smas-now .grey-box {
    width: 100%;
    background: #ececec;
    padding: 16px;
    text-align: center;
}

#smas-now .grey-box p {
    margin: 0;
}

#smas-now .image-right {
    width: 260px;
    float: right;
    margin-left: 10px;
    display: inline-block;
}

@media(max-width: 990px) {
    #smas-now .image-right {
        display: block;
        float: none;
        margin-left: 0;
        margin-bottom: 16px;
    }
}

#smas-now ul,
.education-list {
    padding-left: 20px;
}

.education-list img {
    margin-top: 16px;
}

#smas-now .section {
    margin: 0;
    padding: 20px;
}

#smas-now .white-area,
#smas-now .grey-area,
#enhancing-client-engagement .white-area {
    padding: 0;
}

#smas-now p.note {
    font-size: 16px;
}


.adviser-sma-content img {
    display: inline-block;
    float: right;
    vertical-align: top;
    margin-left: 24px;
}

#adviser-sma .logos,
#sma-investment-managers .logos {
    justify-content: left;
    margin-top: 30px;
}

#sma-investment-managers .logos a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    margin: 10px 0;
}

#adviser-sma .logos img,
#sma-investment-managers .logos img {
    max-width: 150px;
    margin-right: 36px;
    object-fit: contain;
}

#adviser-sma .logos img {
    height: 130px;
}

@media(max-width: 990px) {
    #adviser-sma .logos,
    #sma-investment-managers .logos {
        justify-content: left;
    }
    
    #adviser-sma .logos img,
    #sma-investment-managers .logos img {
        /*max-width: calc(100% / 3 - 33px);*/
        margin: 0 16px;
    }
}

@media(max-width: 576px) {
    #adviser-sma .logos,
    #sma-investment-managers .logos {
        justify-content: center;
    }
    
    #adviser-sma .logos img,
    #sma-investment-managers .logos img {
        max-width: 40%;
    }
}

.blue-banner .important-content p {
    font-size: 14px !important;
}

.MLC-video {
    margin-top: 24px;
}

.parter-video-area {
    margin: 30px 0;
    display: inline-flex;
    /*align-items: center;*/
}

.partner-logo {
    margin-bottom: 16px;
}

.partner-logo img {
    max-width: 160px;
    max-height: 100px;
    object-fit: cover;
}

@media(max-width: 990px) {
    .video-column {
        order: 1;
        margin-bottom: 20px;
    }
    
    .video-desc {
        order: 2;
    } 
}

.table-section .row {
    margin-bottom: 40px;
}

.table-section h4 {
    font-weight: bold;
    margin: 20px 0;
}

/*--- SMA Filter ---*/

#sma-model .table-section .table th:first-child {
    width: 38%;
}

#sma-model .table-section .table th:nth-child(2){
    width: 38%;
}

#sma-model .table-section .table th {
    vertical-align: middle;
}



@media(max-width: 768px) {
    #sma-model .table-section .table th {
        display: none;
    }
    
    #sma-model .table-section .table.investment th {
        display: block;
        width: 100%;
    }
    
    #sma-model .table-section .table.investment .invest-header tr {
        display: flex;
        flex-flow: column;
    }
    
    #sma-model .table-section  .table td:before {
        content: attr(data-title);
        display: block;
        width: 100%;
        font-weight: bold;
    }
}


select:focus-visible {
    outline-color: #000;
}

.choose-table {
    position: relative;
    width: 100%;
    min-height: 200px;
}

.choose-null {
    position: absolute;
    width: 100%;
    top: 30px;
    left: 0;
}

.investment-table {
    display: none;
    position: absolute;
    width: 100%;
    top: -33px;
    left: 0;
}

.investment-table table th {
    vertical-align: middle;
}


.filter-area label {
    max-width: 100%;
    font-weight: 600;
    margin-bottom: 16px;
}

.filter-area select {
    width: 100%;
    height: 44px;
    border: 1px solid #999;
    border-radius: 4px;
    background-color: #fff;
    padding: 6px 12px 6px 10px;
    font-size: 16px;
}

.choose-warning {
    padding: 10px 20px;
    border: 1px solid #000;
    border-radius: 6px;
}

.choose-warning p {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.choose-warning p i {
    margin-right: 6px;
}

.register-items {
    width: 100%;
    padding: 30px 0 20px;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.register-items .register-box {
    padding-right: 60px;
}

@media(max-width: 768px) {
    .register-items .register-box {
        padding-right: 15px;
    } 
}

.register-items .logo {
    max-width: 100%;
    width: 100%;
    padding: 0 16px;
    object-fit: cover;
}

.register-items .time {
    font-size: 18px;
}

.register-items .main-btn {
    margin: 10px 0 20px;
    padding: 12px 0;
    width: 100%;
}

.register-items .manager-box {
    display: flex;
    flex-wrap: wrap;
}

@media(max-width: 500px) {
    .register-items .manager-box {
        margin-top: 20px;
    }
}

.register-items .manager-box > p {
    width: 100%;
    margin-bottom: 30px;
}

.register-items .manager-desc {
    display: inline-block;
    width: fit-content;
    margin-right: 30px;
}

.register-items .manager-desc img {
    width: 110px;
    margin-bottom: 16px;
    object-fit: cover;
}

.register-items .manager-desc .name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.register-items .manager-desc .title {
    font-size: 14px;
    max-width: 210px;
}

#campaign p {
    text-align: center;
}

#campaign .information-content p {
    text-align: left;
}

#campaign .note {
    width: 100%;
    margin-top: 20px;
}

.banner img.campaign-img {
    width: 90%;
    margin-bottom: 10px;
}

.color-box {
    background: #000;
    padding: 30px;
    margin-left: 20px;
    color: #fff;
}

@media(max-width: 990px) {
    .color-box {
        margin: 20px 0;
    }
    
}

.color-box h3 {
    margin-bottom: 20px;
}

.color-box a {
    color: #fff;
}

#cyber .nav-tabs {
    width: 100%;
    display: flex;
    flex-flow: row;
}

#StopReflect .nav-tabs .nav-item {
    width: calc(100% / 4);
}

#cyber .card-body .row {
    margin: 20px 0;
}

#cyber .tab-content p {
    width: 100%;
    font-size: 18px;
}

.gap-line {
    width: 100%;
    height: 1px;
    margin: 20px 0;
    background: #ddd;
}

#cyber .icon-list {
    padding-left: 0;
}

#cyber .icon-list li {
    list-style-type: none;
    display: flex;
    flex-flow: row;
    margin-right: 10px;
    margin-bottom: 16px;
}

#cyber .icon-list img {
    max-width: 40px;
    height: fit-content;
    margin-right: 20px;
    margin-top: 2px;
    object-fit: cover;
}

#cyber .icon-list li p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
}

#cyber .icon-list li p > strong {
    font-size: 20px;
}


.pc-cyber-accordion .tab .tablinks.active {
    background: transparent;
    color: #000;
    border-bottom: none;
}

.pc-cyber.pc-cyber-accordion {
    margin-top: 40px;
}

.pc-cyber.pc-cyber-accordion h4,
.mobile-cyber h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.pc-cyber.pc-cyber-accordion .tab .tablinks {
    display: flex;
    flex-flow: column;
    gap: 20px;
    padding: 16px 40px;
}

.pc-cyber.pc-cyber-accordion .tab .tablinks .arrow-title {
    position: relative;
    font-weight: 600;
    font-size: 18px;
}

.pc-cyber.pc-cyber-accordion .tab .tablinks .arrow-title:after {
    content: '\f0d8';
    font-weight: 900;
    font-size: 20px;
    color: #000;
    margin-left: 20px;
}

.pc-cyber.pc-cyber-accordion .tab .tablinks.active .arrow-title:after {
    content: '\f0d7';
}

#cyber .pc-cyber.pc-cyber-accordion .icon-list li {
    align-items: center;
}

#cyber .icon-content {
    display: flex;
    flex-flow: column;
    gap: 16px;
    margin-top: 10px;
}

#cyber .icon-content .icon img {
    max-width: 70px;
    height: fit-content;
    object-fit: cover;
}

#cyber .icon-content .text p {
    font-size: 16px;
}

#cyber .icon-content .text p > strong {
    font-size: 18px;
}

@media(max-width: 990px) {
    #cyber .icon-content {
        flex-flow: column;
    }
    
    #cyber .icon-content .icon img {
        max-width: 80px;
    }
}

.close-row {
    justify-content: right;
    margin: 20px 0 !important;
}

@media(max-width: 990px) {
    .close-row {
        display: none;
    }
}


.close-tab {
    text-align: right;
    cursor: pointer;
}

.close-tab:after {
    content: '\f00d';
    font-weight: 900;
    font-size: inherit;
    margin-left: 6px;
    display: inline-block;
}


.mobile-cyber .acc-icon {
    margin-left: 10px;
}

#StopReflect .pc-cyber button img {
    width: 100px;
    object-fit: cover;
}

.info-icon {
    margin-bottom: 20px;
}

#cyber .info-icon img {
    width: 80px;
    object-fit: cover;
}

.info-text p.title {
    font-size: 20px;
    font-weight: bold;
}

@media(max-width: 990px) {
    
    #StopReflect .mobile-cyber .card-header img {
        width: 50px;
    }
}

@media(max-width: 768px) {
    #amys .amy-cover {
        width: 50%;
    }

    #amys .row {
        gap: 20px;
    }  
    
    .cyber-information {
        gap: 30px;
    }
    
}


