img,
svg {
    max-width: 100%;
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.4;
}

h1 {
    font-size: 3rem;
}

h2 {
    margin-bottom: 20px;
}

h3 {
    font-weight: 400;
    margin-bottom: 0.7em;
}



a {
    text-decoration: none;
    color: #ed1b24;
}

a:hover {
    text-decoration: none;
    color: #d71419;
}

.btn-primary {
    background-color: #ed1b24;
    border: none;
}

.logo {
    display: inline-block;
}

.logo img {
    width: 250px;
    height: auto;
}

.wel-heading {
    font-size: 18px;
    font-weight: 600;
}


.search input[type='text'] {
    width: 100%;
    border: none;
    border-bottom: #a7a7a7 3px solid;
    height: 40px;
    outline: none;
    padding-right: 30px;
}

.search input[type='submit'] {
    width: 20px;
    height: 20px;
    right: 0;
    position: absolute;
    background: url(https://iitpl-mf-designs.s3.ap-south-1.amazonaws.com/hari/Project-NPS-Dashboard/assets/images/search.png) no-repeat;
    top: 10px;
    border: none;
    outline: none;
}




body .overlay {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    width: 200vw;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 8;
    left: auto;
    height: auto;
    cursor: pointer;
}


header .sidebar-menu .menu-content ul.main-nav>li>a {
    font-size: 14px;
    color: #484848;
    font-weight: 600;
    transition: all 0.3s;
    background-color: #fff;
}

header .sidebar-menu .menu-content ul li a,
header .sidebar-menu .menu-content ul li strong {
    padding: 10px 20px 10px 40px;
    display: block;
    color: #28323c;
}

header .sidebar-menu .menu-content ul.main-nav {
    margin-bottom: 30px;
    padding: 0px;
    list-style: none;
}

header .sidebar-menu .menu-content ul {
    flex-direction: column;
    white-space: nowrap;
}

header .sidebar-menu .menu-content {
    background-color: #fcfcfe;
    box-shadow: -2px 2px 3px rgb(0 0 0 / 10%);
    height: 100vh;
    padding-bottom: 30px;
}

body .overlay+div {
    position: relative;
    z-index: 9;
}

header .sidebar-menu .menu-content ul.nav-links {
    padding: 0px;
    list-style: none;
}

.greenC {
    color: #129e32 !important;
}

header .sidebar-menu .menu-content ul.nav-links li a {
    padding-top: 5px;
    padding-bottom: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    align-items: center;
}

header .sidebar-menu .menu-content ul li a,
header .sidebar-menu .menu-content ul li strong {
    padding: 10px 20px 10px 40px;
    display: block;
    color: #28323c;
}

header.header-container-wrapper {
    z-index: 999;

    position: relative;
}

header.header-container-wrapper .main-header ul .wealth_cta {
    width: 115px;
    height: 35px;
    border: 1px solid #ed1c24;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #ed1c24;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* line 26, ../sass/_header.scss */
header.header-container-wrapper .show-on-scroll {
    display: none;
    margin-left: 15px;
}

/* line 65, ../sass/_header.scss */
header.header-container-wrapper .main-header {
    border-top: 8px solid #d71419;
    position: static;
    padding-bottom: 15px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    width: 100%;
    background-color: #fff;
    top: -150px;
    left: 0;
    transition: top 0.5s;
    z-index: 99;
}

/* line 76, ../sass/_header.scss */
header.header-container-wrapper .main-header>div {
    position: relative;
    z-index: 99;
}

/* line 80, ../sass/_header.scss */
header.header-container-wrapper .main-header div[class*="col"] {
    position: static;
}

/* line 83, ../sass/_header.scss */
header.header-container-wrapper .main-header ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    font-size: 0.75rem;
}

/* line 88, ../sass/_header.scss */
header.header-container-wrapper .main-header ul li a {
    color: inherit;
    display: flex;
    align-items: center;
    padding: 8px 6px;
}

/* line 93, ../sass/_header.scss */
header.header-container-wrapper .main-header ul li a:hover,
header.header-container-wrapper .main-header ul li a.active {
    color: #ed1b24;
}

/* line 99, ../sass/_header.scss */
header.header-container-wrapper .main-header .header-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
}

/* line 106, ../sass/_header.scss */
header.header-container-wrapper .main-header .header-link>ul>li+li>a:before {
    content: "|";
    margin-right: 20px;
}

/* line 112, ../sass/_header.scss */
header.header-container-wrapper .main-header .header-link>ul>li>a {
    text-transform: uppercase;
    margin: 10px 5px 5px;
    color: #919191;
    text-decoration: none;
    font-weight: 600;
}


/* line 127, ../sass/_header.scss */
header.header-container-wrapper .main-header .header-link>ul>li:last-child a {
    margin-right: 0;
    padding-right: 0;
    cursor: pointer;
}

@media only screen and (min-width: 768px) and (max-width: 1366px) {

    /* line 135, ../sass/_header.scss */
    header.header-container-wrapper .main-header .header-link>ul>li a.hamburger-menu img {
        margin: -1px 0 0 5px;
    }
}

/* line 147, ../sass/_header.scss */
header.header-container-wrapper .main-header .main-nav>ul>li>a {
    padding: 0.5rem;
    font-weight: 600;
    position: relative;
    text-decoration: none;
}

@media only screen and (min-width: 768px) and (max-width: 1366px) {

    /* line 147, ../sass/_header.scss */
    header.header-container-wrapper .main-header .main-nav>ul>li>a {
        padding: 0.5rem 0.9rem;
    }
}

/* line 154, ../sass/_header.scss */
header.header-container-wrapper .main-header .main-nav>ul>li>a:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 15px;
}


/* line 230, ../sass/_header.scss */
header.header-container-wrapper .main-header .logo a {
    display: flex;
    align-items: center;
}

/* line 233, ../sass/_header.scss */
header.header-container-wrapper .main-header .logo a img {
    width: 210px;
    max-width: 100%;
}


/* line 261, ../sass/_header.scss */
header .sidebar-menu {
    position: fixed;
    transform: translateX(calc(100% + 10px));
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    right: 0;
    top: 0;
    width: 300px;
    z-index: 99;
}

/* line 271, ../sass/_header.scss */
header .sidebar-menu .menu-content {
    background-color: #fcfcfe;
    box-shadow: -2px 2px 3px rgba(0, 0, 0, 0.1);
    height: 100vh;
    padding-bottom: 30px;
}

/* line 277, ../sass/_header.scss */
header .sidebar-menu .menu-content .search_section {
    width: 100%;
}

/* line 279, ../sass/_header.scss */
header .sidebar-menu .menu-content .search_section .searchbox {
    font-size: inherit;
    line-height: 18px;
    width: 100%;
    padding: 15px 35px 15px 15px;
    background: url("../../assets/images/research.svg") no-repeat right 15px center/16px;
}

/* line 287, ../sass/_header.scss */
header .sidebar-menu .menu-content ul {
    flex-direction: column;
    white-space: nowrap;
}

/* line 291, ../sass/_header.scss */
header .sidebar-menu .menu-content ul li a,
header .sidebar-menu .menu-content ul li strong {
    padding: 10px 20px 10px 40px;
    display: block;
    color: #28323c;
}



/* line 301, ../sass/_header.scss */
header .sidebar-menu .menu-content ul.main-nav {
    margin-bottom: 30px;
}

/* line 303, ../sass/_header.scss */
header .sidebar-menu .menu-content ul.main-nav>li {
    position: relative;
    border-bottom: 1px solid #e9e6e6;
}

/* line 306, ../sass/_header.scss */
header .sidebar-menu .menu-content ul.main-nav>li>a {
    font-size: 14px;
    color: #484848;
    font-weight: 600;
    transition: all 0.3s;
    background-color: #fff;
    text-decoration: none;
}



/* line 318, ../sass/_header.scss */
header .sidebar-menu .menu-content ul.main-nav>li.has-children>a:before {
    content: "\f078";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ed1b24;
    position: absolute;
    left: 12px;
    top: 11px;
}


/* line 340, ../sass/_header.scss */
header .sidebar-menu .menu-content ul.main-nav>li .children-wrapper {
    display: none;
    padding-bottom: 15px;
    background-color: #fff;
}


/* line 360, ../sass/_header.scss */
header .sidebar-menu .menu-content ul.nav-links li a {
    padding-top: 5px;
    padding-bottom: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    align-items: center;
}


body .overlay span.close_btn {
    position: absolute;
    right: 300px;
    height: 50px;
    width: 50px;
    background: #ed1b24;
}

body .overlay span.close_btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    height: 2px;
    width: 25px;
    background: #fff;
    transform: rotate(45deg);
}

body .overlay span.close_btn::after {
    transform: rotate(-45deg);
}

body .overlay span.close_btn:after,
body .overlay span.close_btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    height: 2px;
    width: 25px;
    background: #fff;

}

@media (max-width: 991px) {

    /* line 261, ../sass/_header.scss */
    header .sidebar-menu {
        transform: translateX(-110%);
        right: auto;
        left: 0;
        width: 250px;
    }

    /* line 385, ../sass/_header.scss */
    header .sidebar-menu .overlay {
        right: auto;
        left: 0;
    }

    /* line 388, ../sass/_header.scss */
    header .sidebar-menu .overlay .close_btn {
        left: 250px;
        right: auto;
        height: 42px;
        width: 42px;
    }

    /* line 393, ../sass/_header.scss */
    header .sidebar-menu .overlay .close_btn:after,
    header .sidebar-menu .overlay .close_btn:before {
        width: 20px;
    }

    /* line 399, ../sass/_header.scss */
    header .sidebar-menu .menu-content {
        box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    }
}

@media (min-width: 992px) {

    /* line 406, ../sass/_header.scss */
    header.scroll-body .scroll-header {
        top: 0;
        opacity: 1;
        visibility: visible;
    }
}

/* line 415, ../sass/_header.scss */
.success-card .success-tick {
    text-align: center;
}

/* line 417, ../sass/_header.scss */
.success-card .success-tick:before {
    content: "";
    display: block;
    height: 50px;
    width: 25px;
    margin: 0 auto 25px;
    border-bottom: 7px solid #28a745;
    border-right: 7px solid #28a745;
    transform: rotate(45deg);
}

/* line 427, ../sass/_header.scss */
.success-card .success-tick h2 {
    margin-bottom: 1rem;
}

/* line 431, ../sass/_header.scss */
.success-card h6 {
    font-weight: 500;
    font-size: 1.2rem;
}

/* line 436, ../sass/_header.scss */
.mobile-header {
    border-top: 8px solid #d71419;
    position: fixed;
    z-index: 99;
    background-color: #fff;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);

}

/* line 445, ../sass/_header.scss */
.mobile-header .mobile-logo {
    padding: 9px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

/* line 450, ../sass/_header.scss */
.mobile-header .mobile-logo a.hamburger-menu {
    padding: 2px 15px 2px 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

/* line 453, ../sass/_header.scss */
.mobile-header .mobile-logo a.hamburger-menu img {
    height: 18px;
}

/* line 457, ../sass/_header.scss */
.mobile-header .mobile-logo a img {
    vertical-align: bottom;
}

@media (max-width: 767px) {

    /* line 462, ../sass/_header.scss */
    .mobile-header .mobile-logo a.logo img {
        width: 120px;
    }
}

/* line 469, ../sass/_header.scss */
.mobile-header .mobile-header-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 100%;
}

/* line 474, ../sass/_header.scss */
.mobile-header .mobile-header-links ul {
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}

/* line 478, ../sass/_header.scss */
.mobile-header .mobile-header-links ul li {
    margin: 0;
    padding: 0;
    border-left: 1px solid rgba(40, 50, 60, 0.5);
    position: relative;
}

/* line 483, ../sass/_header.scss */
.mobile-header .mobile-header-links ul li a {
    color: #28323c;
    padding: 12px 11px;
    display: block;
    position: relative;
    z-index: 9;
}

/* line 489, ../sass/_header.scss */
.mobile-header .mobile-header-links ul li a>img {
    vertical-align: middle;
}

/* line 493, ../sass/_header.scss */
.mobile-header .mobile-header-links ul li a.search-btn+.search_section {
    width: 0;
    position: absolute;
    overflow: hidden;
    right: 0;
    top: 0;
    transition: all 0.5s;
    max-width: none;
    color: #28323c;
    opacity: 0;
    visibility: hidden;
}

/* line 504, ../sass/_header.scss */
.mobile-header .mobile-header-links ul li a.search-btn+.search_section .searchbox {
    width: 100%;
    background: #fff url("../../assets/images/research.svg") no-repeat 10px 50%/14px;
    border: 0;
    line-height: 22px;
    padding: 10px 30px;
}

/* line 511, ../sass/_header.scss */
.mobile-header .mobile-header-links ul li a.search-btn+.search_section #placeholder {
    padding: 10px 30px;
    line-height: 22px;
}

/* line 515, ../sass/_header.scss */
.mobile-header .mobile-header-links ul li a.search-btn+.search_section span.close_search {
    position: absolute;
    height: 100%;
    width: 40px;
    z-index: 99;
    cursor: pointer;
}

/* line 521, ../sass/_header.scss */
.mobile-header .mobile-header-links ul li a.search-btn+.search_section span.close_search:after,
.mobile-header .mobile-header-links ul li a.search-btn+.search_section span.close_search:before {
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 2px;
    width: 16px;
    margin: auto;
    position: absolute;
    transform: rotate(45deg);
    background-color: #28323c;
}

/* line 535, ../sass/_header.scss */
.mobile-header .mobile-header-links ul li a.search-btn+.search_section span.close_search:after {
    transform: rotate(-45deg);
}

/* line 539, ../sass/_header.scss */
.mobile-header .mobile-header-links ul li a.search-btn+.search_section.active {
    width: 690px;
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767px) {

    /* line 539, ../sass/_header.scss */
    .mobile-header .mobile-header-links ul li a.search-btn+.search_section.active {
        width: 510px;
    }
}

@media (max-width: 575px) {

    /* line 539, ../sass/_header.scss */
    .mobile-header .mobile-header-links ul li a.search-btn+.search_section.active {
        width: 100vw;
    }
}





/* line 2, ../sass/_header.scss */
header.Login-header {
    position: fixed;
    z-index: 9;
    background: #fff;
    width: 100%;
    text-align: center;
    padding: 11px 0 9px 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

/* line 10, ../sass/_header.scss */
header.Login-header img {
    width: 204px;
}

/* line 14, ../sass/_header.scss */
header.header-container-wrapper {
    z-index: 999;

    position: relative;
}

@media (min-width: 992px) {

    /* line 18, ../sass/_header.scss */
    header.header-container-wrapper.riskprofiling-header {
        min-height: 70px;
    }

    /* line 21, ../sass/_header.scss */
    header.header-container-wrapper.riskprofiling-header .main-header {
        padding: 10px 0;
    }
}

/* line 26, ../sass/_header.scss */
header.header-container-wrapper .show-on-scroll {
    display: none;
    margin-left: 15px;
}

/* line 29, ../sass/_header.scss */
header.header-container-wrapper .show-on-scroll img {
    height: 16px;
}

/* line 34, ../sass/_header.scss */
header.header-container-wrapper.scroll-body .show-on-scroll {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

/* line 37, ../sass/_header.scss */
header.header-container-wrapper.scroll-body .main-header {
    /* position: fixed;
    top: 0;
    padding: 8px 0;
    border-top: 0; */
}

/* line 44, ../sass/_header.scss */
header.header-container-wrapper.scroll-body .main-header .has-children>a:after {
    height: 8px !important;
}

/* line 49, ../sass/_header.scss */
header.header-container-wrapper.scroll-body .main-header .header-link {
    display: none;
}

/* line 53, ../sass/_header.scss */
header.header-container-wrapper.scroll-body .main-header .logo a {
    width: 175px;
}

/* line 57, ../sass/_header.scss */
header.header-container-wrapper.scroll-body .main-header .journey {
    margin-top: 0;
}

@media (max-width: 991px) {

    /* line 14, ../sass/_header.scss */
    header.header-container-wrapper {
        min-height: 0;
    }
}

/* line 65, ../sass/_header.scss */
header.header-container-wrapper .main-header {
    border-top: 8px solid #d71419;
    position: static;
    padding-bottom: 15px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    width: 100%;
    background-color: #fff;
    top: -150px;
    left: 0;
    transition: top 0.5s;
    z-index: 99;
}

/* line 76, ../sass/_header.scss */
header.header-container-wrapper .main-header>div {
    position: relative;
    z-index: 99;
}

/* line 80, ../sass/_header.scss */
header.header-container-wrapper .main-header div[class*="col"] {
    position: static;
}

/* line 83, ../sass/_header.scss */
header.header-container-wrapper .main-header ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    justify-content: space-between;
}

/* line 88, ../sass/_header.scss */
header.header-container-wrapper .main-header ul li a {
    color: inherit;
    display: flex;
    align-items: center;
    padding: 8px 6px;
}

/* line 93, ../sass/_header.scss */
header.header-container-wrapper .main-header ul li a:hover {
    color: #ed1b24;
}

/* line 99, ../sass/_header.scss */
header.header-container-wrapper .main-header .header-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
}

/* line 106, ../sass/_header.scss */
header.header-container-wrapper .main-header .header-link>ul>li+li>a:before {
    content: "|";
    margin-right: 20px;
}

/* line 112, ../sass/_header.scss */
header.header-container-wrapper .main-header .header-link>ul>li>a {
    text-transform: uppercase;
    margin: 10px 5px 5px;
    color: #919191;
    font-size: 12px;
}

/* line 116, ../sass/_header.scss */
header.header-container-wrapper .main-header .header-link>ul>li>a img {
    margin-right: 5px;
    opacity: 0.5;
}

/* line 121, ../sass/_header.scss */
header.header-container-wrapper .main-header .header-link>ul>li>a.hamburger-menu img {
    margin: -2px 0 0 8px;
}

/* line 127, ../sass/_header.scss */
header.header-container-wrapper .main-header .header-link>ul>li:last-child a {
    margin-right: 0;
    padding-right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1366px) {

    /* line 135, ../sass/_header.scss */
    header.header-container-wrapper .main-header .header-link>ul>li a.hamburger-menu img {
        margin: -1px 0 0 5px;
    }
}

/* line 147, ../sass/_header.scss */
header.header-container-wrapper .main-header .main-nav>ul>li>a {
    padding: 0.5rem;
    font-weight: 600;
    position: relative;
    font-size: 12px;
}

header.header-container-wrapper .main-header .main-nav.mega-menu {
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1366px) {

    /* line 147, ../sass/_header.scss */
    header.header-container-wrapper .main-header .main-nav>ul>li>a {
        padding: 0.5rem 0.9rem;
    }
}

/* line 154, ../sass/_header.scss */
header.header-container-wrapper .main-header .main-nav>ul>li>a:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 15px;
}

/* line 164, ../sass/_header.scss */
header.header-container-wrapper .main-header .main-nav>ul>li.has-children .children-wrapper {
    display: none;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 0;
    overflow: hidden;
}

/* line 179, ../sass/_header.scss */
header.header-container-wrapper .main-header .main-nav>ul>li.has-children .children-wrapper>div {
    max-width: 1024px;
}

/* line 182, ../sass/_header.scss */
header.header-container-wrapper .main-header .main-nav>ul>li.has-children .children-wrapper .sub-menu {
    width: 25%;
    padding: 25px 15px;
    flex-direction: column;
}

/* line 187, ../sass/_header.scss */
header.header-container-wrapper .main-header .main-nav>ul>li.has-children .children-wrapper .sub-menu li strong {
    padding: 0.5rem 1rem 1rem;
    display: block;
}

/* line 192, ../sass/_header.scss */
header.header-container-wrapper .main-header .main-nav>ul>li.has-children .children-wrapper .sub-menu li a:not(.btn) {
    padding: 0.1rem 1rem;
}

/* line 198, ../sass/_header.scss */
header.header-container-wrapper .main-header .main-nav>ul>li.has-children .children-wrapper .apply-section {
    position: relative;
    top: -2rem;
    padding: 0 15px;
    width: 100%;
}

/* line 203, ../sass/_header.scss */
header.header-container-wrapper .main-header .main-nav>ul>li.has-children .children-wrapper .apply-section .btn {
    margin-left: 1rem;
    display: inline-block;
    padding: 0.5rem 1.5rem;
    width: 100%;
    max-width: 165px;
}

/* line 209, ../sass/_header.scss */
header.header-container-wrapper .main-header .main-nav>ul>li.has-children .children-wrapper .apply-section .btn:hover {
    color: #28323c;
}

/* line 216, ../sass/_header.scss */
header.header-container-wrapper .main-header .main-nav>ul>li.has-children:hover>a {
    color: #ed1b24;
}

/* line 219, ../sass/_header.scss */
header.header-container-wrapper .main-header .main-nav>ul>li.has-children:hover .children-wrapper {
    opacity: 1;
    visibility: visible;
    height: 240px;
}

/* line 230, ../sass/_header.scss */
header.header-container-wrapper .main-header .logo a {
    display: flex;
    align-items: center;
}

/* line 233, ../sass/_header.scss */
header.header-container-wrapper .main-header .logo a img {
    width: 210px;
    max-width: 100%;
}

/* line 239, ../sass/_header.scss */
header.header-container-wrapper .main-header .journey {
    font-size: 1.25rem;
    font-weight: 700;
    color: #28323c;
    text-transform: uppercase;
    display: inline-block;
    margin: 3px 0 0;
}

/* line 246, ../sass/_header.scss */
header.header-container-wrapper .main-header .journey:hover {
    color: #ed1b24;
}

/* line 249, ../sass/_header.scss */
header.header-container-wrapper .main-header .journey img {
    vertical-align: -2px;
}

@media only screen and (min-width: 768px) and (max-width: 1366px) {

    /* line 239, ../sass/_header.scss */
    header.header-container-wrapper .main-header .journey {
        font-size: 1.15rem;
    }

    /* line 254, ../sass/_header.scss */
    header.header-container-wrapper .main-header .journey img {
        width: 14px;
    }
}

/* line 261, ../sass/_header.scss */
header .sidebar-menu {
    position: fixed;
    transform: translateX(calc(100% + 10px));
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    right: 0;
    top: 0;
    width: 300px;
    z-index: 99;
}

/* line 271, ../sass/_header.scss */
header .sidebar-menu .menu-content {
    background-color: #fcfcfe;
    box-shadow: -2px 2px 3px rgba(0, 0, 0, 0.1);
    height: 100vh;
    padding-bottom: 30px;
}

/* line 277, ../sass/_header.scss */
header .sidebar-menu .menu-content .search_section {
    width: 100%;
}

/* line 279, ../sass/_header.scss */
header .sidebar-menu .menu-content .search_section .searchbox {
    font-size: inherit;
    line-height: 18px;
    width: 100%;
    padding: 15px 35px 15px 15px;
    background: url("../../assets/images/research.svg") no-repeat right 15px center/16px;
}

/* line 287, ../sass/_header.scss */
header .sidebar-menu .menu-content ul {
    flex-direction: column;
    white-space: nowrap;
    list-style: none;
}

/* line 291, ../sass/_header.scss */
header .sidebar-menu .menu-content ul li a,
header .sidebar-menu .menu-content ul li strong {
    padding: 10px 20px 10px 40px;
    display: block;
    color: #28323c;
}

/* line 296, ../sass/_header.scss */
header .sidebar-menu .menu-content ul li a:hover,
header .sidebar-menu .menu-content ul li strong:hover {
    color: #ed1b24;
}

/* line 301, ../sass/_header.scss */
header .sidebar-menu .menu-content ul.main-nav {
    margin-bottom: 30px;
}

/* line 303, ../sass/_header.scss */
header .sidebar-menu .menu-content ul.main-nav>li {
    position: relative;
    border-bottom: 1px solid #e9e6e6;
}

/* line 306, ../sass/_header.scss */
header .sidebar-menu .menu-content ul.main-nav>li>a {
    font-size: 14px;
    color: #484848;
    font-weight: 600;
    transition: all 0.3s;
    background-color: #fff;
}

/* line 312, ../sass/_header.scss */
header .sidebar-menu .menu-content ul.main-nav>li>a:hover {
    background-color: #f6f5fa;
}

/* line 318, ../sass/_header.scss */
header .sidebar-menu .menu-content ul.main-nav>li.has-children>a:before {
    content: "\f078";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ed1b24;
    position: absolute;
    left: 12px;
    top: 11px;
}

/* line 332, ../sass/_header.scss */
header .sidebar-menu .menu-content ul.main-nav>li.has-children.active>a {
    background-color: #f6f5fa;
}

/* line 334, ../sass/_header.scss */
header .sidebar-menu .menu-content ul.main-nav>li.has-children.active>a:before {
    content: "\f077";
}

/* line 340, ../sass/_header.scss */
header .sidebar-menu .menu-content ul.main-nav>li .children-wrapper {
    display: none;
    padding-bottom: 15px;
    background-color: #fff;
}

/* line 345, ../sass/_header.scss */
header .sidebar-menu .menu-content ul.main-nav>li .children-wrapper li a {
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 500;
    font-size: 12px;
}

/* line 351, ../sass/_header.scss */
header .sidebar-menu .menu-content ul.main-nav>li .children-wrapper li strong {
    padding-top: 15px;
}

/* line 360, ../sass/_header.scss */
header .sidebar-menu .menu-content ul.nav-links li a {
    padding-top: 5px;
    padding-bottom: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    align-items: center;
}

header .sidebar-menu .menu-content ul.nav-links li a .material-icons-outlined {
    font-size: 16px;
}

/* line 366, ../sass/_header.scss */
header .sidebar-menu .menu-content ul.nav-links li a img {
    position: absolute;
    left: 12px;
}

/* line 375, ../sass/_header.scss */
header .sidebar-menu.active {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

@media (max-width: 991px) {

    /* line 261, ../sass/_header.scss */
    header .sidebar-menu {
        transform: translateX(-110%);
        right: auto;
        left: 0;
        width: 250px;
    }

    /* line 385, ../sass/_header.scss */
    header .sidebar-menu .overlay {
        right: auto;
        left: 0;
    }

    /* line 388, ../sass/_header.scss */
    header .sidebar-menu .overlay .close_btn {
        left: 250px;
        right: auto;
        height: 42px;
        width: 42px;
    }

    /* line 393, ../sass/_header.scss */
    header .sidebar-menu .overlay .close_btn:after,
    header .sidebar-menu .overlay .close_btn:before {
        width: 20px;
    }

    /* line 399, ../sass/_header.scss */
    header .sidebar-menu .menu-content {
        box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    }
}

@media (min-width: 992px) {

    /* line 406, ../sass/_header.scss */
    header.scroll-body .scroll-header {
        top: 0;
        opacity: 1;
        visibility: visible;
    }
}

/* line 415, ../sass/_header.scss */
.success-card .success-tick {
    text-align: center;
}

/* line 417, ../sass/_header.scss */
.success-card .success-tick:before {
    content: "";
    display: block;
    height: 50px;
    width: 25px;
    margin: 0 auto 25px;
    border-bottom: 7px solid #28a745;
    border-right: 7px solid #28a745;
    transform: rotate(45deg);
}

/* line 427, ../sass/_header.scss */
.success-card .success-tick h2 {
    margin-bottom: 1rem;
}

/* line 431, ../sass/_header.scss */
.success-card h6 {
    font-weight: 500;
    font-size: 1.2rem;
}

/* line 436, ../sass/_header.scss */
.mobile-header {
    border-top: 8px solid #d71419;
    position: fixed;
    z-index: 99;
    background-color: #fff;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

/* line 445, ../sass/_header.scss */
.mobile-header .mobile-logo {
    padding: 9px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

/* line 450, ../sass/_header.scss */
.mobile-header .mobile-logo a.hamburger-menu {
    padding: 2px 15px 2px 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    color: inherit;
}

/* line 453, ../sass/_header.scss */
.mobile-header .mobile-logo a.hamburger-menu img {
    height: 18px;
}

/* line 457, ../sass/_header.scss */
.mobile-header .mobile-logo a img {
    vertical-align: bottom;
}

@media (max-width: 767px) {
    .mobile-header .mobile-header-links ul li.wealth_cta {
        width: 90px;
        height: 30px;
        border: 1px solid #ed1c24;
        border-radius: 4px;
        font-weight: 600;
        font-size: 12px;
        line-height: 14px;
        color: #ed1c24;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 20px;
    }

    /* line 462, ../sass/_header.scss */
    .mobile-header .mobile-logo a.logo img {
        width: 120px;
    }
}

/* line 469, ../sass/_header.scss */
.mobile-header .mobile-header-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 100%;
}

/* line 474, ../sass/_header.scss */
.mobile-header .mobile-header-links ul {
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}

/* line 478, ../sass/_header.scss */
.mobile-header .mobile-header-links ul li {
    margin: 0;
    padding: 0;
    border-left: 1px solid rgba(40, 50, 60, 0.5);
    position: relative;
}

/* line 483, ../sass/_header.scss */
.mobile-header .mobile-header-links ul li a {
    color: #28323c;
    padding: 12px 11px;
    display: block;
    position: relative;
    z-index: 9;
}

/* line 489, ../sass/_header.scss */
.mobile-header .mobile-header-links ul li a>img {
    vertical-align: middle;
}

/* line 493, ../sass/_header.scss */
.mobile-header .mobile-header-links ul li a.search-btn+.search_section {
    width: 0;
    position: absolute;
    overflow: hidden;
    right: 0;
    top: 0;
    transition: all 0.5s;
    max-width: none;
    color: #28323c;
    opacity: 0;
    visibility: hidden;
}

/* line 504, ../sass/_header.scss */
.mobile-header .mobile-header-links ul li a.search-btn+.search_section .searchbox {
    width: 100%;
    background: #fff url("../../assets/images/research.svg") no-repeat 10px 50%/14px;
    border: 0;
    line-height: 22px;
    padding: 10px 30px;
}

/* line 511, ../sass/_header.scss */
.mobile-header .mobile-header-links ul li a.search-btn+.search_section #placeholder {
    padding: 10px 30px;
    line-height: 22px;
}

/* line 515, ../sass/_header.scss */
.mobile-header .mobile-header-links ul li a.search-btn+.search_section span.close_search {
    position: absolute;
    height: 100%;
    width: 40px;
    z-index: 99;
    cursor: pointer;
}

/* line 521, ../sass/_header.scss */
.mobile-header .mobile-header-links ul li a.search-btn+.search_section span.close_search:after,
.mobile-header .mobile-header-links ul li a.search-btn+.search_section span.close_search:before {
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 2px;
    width: 16px;
    margin: auto;
    position: absolute;
    transform: rotate(45deg);
    background-color: #28323c;
}

/* line 535, ../sass/_header.scss */
.mobile-header .mobile-header-links ul li a.search-btn+.search_section span.close_search:after {
    transform: rotate(-45deg);
}

/* line 539, ../sass/_header.scss */
.mobile-header .mobile-header-links ul li a.search-btn+.search_section.active {
    width: 690px;
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767px) {

    /* line 539, ../sass/_header.scss */
    .mobile-header .mobile-header-links ul li a.search-btn+.search_section.active {
        width: 510px;
    }
}

@media (max-width: 575px) {

    /* line 539, ../sass/_header.scss */
    .mobile-header .mobile-header-links ul li a.search-btn+.search_section.active {
        width: 100vw;
    }
}