/*
Theme Name: Roshi-Blog
Theme URI: https://wordpress.org/themes/roshiblog/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Roshi-Blog is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Roshi-Blog elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 5.6
Requires PHP: 5.6
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: roshiblog
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Roshi-Blog WordPress Theme, (C) 2020 WordPress.org
Roshi-Blog is distributed under the terms of the GNU GPL.
*/

@charset "utf-8";
/* CSS Document */
/*@font-face {
    font-family: 'proxima-nova';
    src: url('assets/css/fonts/proximanova-light_1-webfont.eot');
    src: url('assets/css/fonts/proximanova-light_1-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/css/fonts/proximanova-light_1-webfont.woff2') format('woff2'),
         url('assets/css/fonts/proximanova-light_1-webfont.woff') format('woff'),
         url('assets/css/fonts/proximanova-light_1-webfont.svg#proxima_novalight') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'proxima-nova';
    src: url('assets/css/fonts/proximanova-regular_1-webfont.eot');
    src: url('assets/css/fonts/proximanova-regular_1-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/css/fonts/proximanova-regular_1-webfont.woff2') format('woff2'),
         url('assets/css/fonts/proximanova-regular_1-webfont.woff') format('woff'),
         url('assets/css/fonts/proximanova-regular_1-webfont.svg#proxima_novaregular') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'proxima-nova';
    src: url('assets/css/fonts/proximanova-semibold_1-webfont.eot');
    src: url('assets/css/fonts/proximanova-semibold_1-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/css/fonts/proximanova-semibold_1-webfont.woff2') format('woff2'),
         url('assets/css/fonts/proximanova-semibold_1-webfont.woff') format('woff'),
         url('assets/css/fonts/proximanova-semibold_1-webfont.svg#proxima_novasemibold') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'proxima-nova';
    src: url('assets/css/fonts/proximanova-bold_1-webfont.eot');
    src: url('assets/css/fonts/proximanova-bold_1-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/css/fonts/proximanova-bold_1-webfont.woff2') format('woff2'),
         url('assets/css/fonts/proximanova-bold_1-webfont.woff') format('woff'),
         url('assets/css/fonts/proximanova-bold_1-webfont.svg#proxima_novabold') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'proxima-nova';
    src: url('assets/css/fonts/proximanova-extrabld-webfont.eot');
    src: url('assets/css/fonts/proximanova-extrabld-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/css/fonts/proximanova-extrabld-webfont.woff2') format('woff2'),
         url('assets/css/fonts/proximanova-extrabld-webfont.woff') format('woff'),
         url('assets/css/fonts/proximanova-extrabld-webfont.svg#proxima_novaextrabold') format('svg');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'proxima-nova';
    src: url('assets/css/fonts/proximanova-black_1-webfont.eot');
    src: url('assets/css/fonts/proximanova-black_1-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/css/fonts/proximanova-black_1-webfont.woff2') format('woff2'),
         url('assets/css/fonts/proximanova-black_1-webfont.woff') format('woff'),
         url('assets/css/fonts/proximanova-black_1-webfont.svg#proxima_novablack') format('svg');
    font-weight: 900;
    font-style: normal;
}*/

* {
    box-sizing: border-box;
}

html {
    font-family: proxima-nova, sans-serif;
}

body {
    margin: 0;
    padding: 0;
    color: #292929;
    font-size: 18px;
    font-family: proxima-nova, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 24px;
}

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

ul,
li {
    list-style: none;
}

input {
    border: none;
}

a {
    text-decoration: none;
    color: #01b5e5;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

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

a:focus {
    outline: none;
    text-decoration: none;
    color: #01b5e5;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    text-decoration: none;
}

small {
    display: block;
    margin-top: 4px;
}

strong,
b {
    font-weight: 700;
}

figure {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

figure a img {
    transition: 500ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -webkit-transition: 500ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -ms-transition: 500ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -moz-transition: 500ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 500ms cubic-bezier(0.17, 0.67, 0, 1.01);
}

figure a img:hover {
    -ms-transform: scale(1.2, 1.2) translateZ(0);
    -webkit-transform: scale(1.2, 1.2) translateZ(0);
    transform: scale(1.2, 1.2) translateZ(0);
}

figure a img: focus {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

img.alignleft,
.alignleft {
    float: left;
    margin-right: 20px;
    max-width: 50%;
}

img.alignright,
.alignright {
    float: right;
    margin-left: 20px;
    max-width: 50%;
}

img.aligncenter,
.aligncenter,
img.alignnone,
.alignnone {
    display: block;
    margin: 0 auto;
    clear: both;
}

img.alignleft,
.alignleft,
img.alignright,
.alignright {
    display: inline;
    margin-top: 0;
}

img.alignleft,
img.aligncenter,
img.alignright {
    margin-bottom: 20px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="search"],
input[type="submit"],
input[type="password"],
input[type="hidden"] {
    -moz-appearance: none;
    -webkit-appearance: none;
}

input[type="text"]: focus,
input[type="email"]: focus,
input[type="tel"]: focus,
input[type="number"]: focus,
input[type="search"]: focus,
input[type="submit"]: focus,
input[type="password"]: focus,
input[type="hidden"]: focus {
    outline: none;
}

textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(/roshiblog/assetsassets/images/select-arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 25px;
}

select.form-control {
    padding-right: 25px;
}

textarea: focus,
select: focus {
    outline: none;
}

input: disabled,
select: disabled {
    color: #ffffff !important;
    opacity: 1;
}

label {
    font-weight: 400;
}

input[type="submit"] {
    background-color: #000;
    border: 1px solid #000;
    padding: 15px 45px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.1;
    width: auto;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: transparent;
    color: #000;
}

button.submitbtn {
    background-color: #01b5e5;
    border: 1px solid #01b5e5;
    padding: 10px 45px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.1;
    width: auto;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    cursor: pointer;
}

button.submitbtn:hover {
    background-color: transparent;
    color: #01b5e5;
}

img {
    max-width: 100%;
}

.clear {
    clear: both;
}

a {
    color: #01b5e5;
}

p {
    margin-bottom: 15px;
}

h1 {
    font-size: 72px;
}

h2 {
    font-size: 60px;
    margin-bottom: 20px;
    font-weight: 600;
}

h3 {
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: 600;
}

h4 {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 600;
}

h5 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 600;
}

h6 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

@font-face {
    font-family: "FontAwesome";
    src: url("assets/css/fonts/fontawesome-webfont.eot?v=4.7.0");
    src:
        url("assets/css/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"),
        url("assets/css/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
        url("../assets/css/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
        url("assets/css/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
        url("assets/css/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-search:before {
    content: "\f002";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-phone:before {
    content: "\f095";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-remove::before,
.fa-close::before,
.fa-times::before {
    content: "\f00d";
}

.sticking {
    z-index: 11;
}

.sticky {
    position: relative;
    width: 100%;
    top: 0px;
    z-index: 999;
    background: transparent;
}

.sticking {
    width: 100%;
    padding: 0;
    position: fixed !important;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
    animation: fadeInDown 0.6s ease-in-out;
    -webkit-animation: fadeInDown 0.6s ease-in-out;
}

.sticky-pin {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    color: #fff;
    box-shadow:
        0 3px 6px rgba(0, 0, 0, 0.1),
        0 3px 6px rgba(0, 0, 0, 0.1);
    animation: fadeInDown 0.5s ease-in-out;
    -webkit-animation: fadeInDown 0.5s ease-in-out;
    z-index: 999;
}

/* slider css start */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* slider css over */

/* slider theme css start */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 0;
    color: #fff;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    outline: none;
    background: transparent;
    z-index: 10;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: #01b5e5;
    outline: none;
    background: transparent;
    border: 2px solid #01b5e5;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 28px;
    line-height: 1;
    opacity: 1;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: 25px;
}

[dir="rtl"] .slick-prev {
    right: 25;
    left: auto;
}

.slick-prev:before {
    content: "\f060";
}

[dir="rtl"] .slick-prev:before {
    content: "\f060";
}

.slick-next {
    right: 25px;
}

[dir="rtl"] .slick-next {
    right: auto;
    left: 25px;
}

.slick-next:before {
    content: "\f061";
}

[dir="rtl"] .slick-next:before {
    content: "\f061";
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-dots {
    position: absolute;
    bottom: 30px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 5px;
    margin: 0 15px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #fff;
    border-radius: 0;
    animation: progressBar 4000ms linear forwards;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 1;
    text-align: center;
    opacity: 1;
    color: black;
    background: #fff;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: transparent;
    background: #01b5e5;
    -webkit-animation: progressBar 4000ms linear forwards;
    animation: progressBar 4000ms linear forwards;
}

@-moz-keyframes progressBar {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@-webkit-keyframes progressBar {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@-o-keyframes progressBar {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@keyframes progressBar {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

/* slider theme css over */

/* common css start */
.subpagebannertext {
    position: relative;
    z-index: 11;
    padding: 35px 0 0 0;
}

.subpagebannersec {
    position: relative;
}

.subpagebannersec::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(images/backgrounds/bg-image-insight-page.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: 1;
    z-index: -1;
}

.subpagegannertext {
    padding: 50px 0;
}

.bannertextcontent {
    padding: 20px 0 30px;
    max-width: 600px;
}

.subpagegannertext h1 {
    margin: 0;
    padding: 0;
    color: #25282b;
    line-height: 1;
    position: relative;
    padding: 0 0 15px;
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
}

.subpagegannertext .row {
    justify-content: space-between;
    align-items: center;
}

.breadcrumb-wrapper {
    width: 100%;
    border: 1px solid #e4e4e4;
    padding: 10px 0;
    background: #fff;
}

.breadcrumb {
    background: transparent;
    margin: 0;
    padding: 0;
    margin-top: 5px;
    font-size: 14px;
}

.breadcrumb > li + li:before {
    padding: 0 15px;
    color: #00519e;
    content: "\f105";
    color: #00519e;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.breadcrumb li {
    color: #52575c;
    font-size: 14px;
}

.breadcrumb li a {
    color: #00519e;
    font-size: 14px;
    color: #cacccf;
    text-decoration: none;
}

.breadcrumb li a:hover {
    color: #4f2b72;
}

.blogdetailpage .bannerimagebox {
    /*background: linear-gradient(182.28deg, #8756AB 1.43%, #4F2B72 80.74%);*/
    padding: 0;
    overflow: visible;
    border-radius: 6px;
    margin-right: 0;
}

.blogdetailpage .bannerimagebox img {
    transform: scale(1);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    height: auto;
    width: auto;
}

.blogdetailpage .bannerimagebox img:hover {
    transform: scale(1.1);
}

.bannerimagebox .modal-content {
    border: 0;
    background: transparent;
}

.bannertextcontent p {
    margin-bottom: 0;
    color: #52575c;
    font-size: 16px;
}

.bannertextcontent p i {
    font-size: 8px;
    margin: 0 10px;
    line-height: 18px;
    position: relative;
    top: -3px;
}

.bannertextcontent p span {
    padding: 0 15px;
}

.subpagecontent {
    padding: 50px 0;
}

.subpagecontent ul {
    list-style: disc;
    padding: 0 0 0 25px;
    margin-bottom: 20px;
}

.subpagecontent ul li {
    list-style: disc;
}

.subpagecontent ol {
    list-style: decimal;
    padding: 0 0 0 25px;
    margin-bottom: 20px;
}

.subpagecontent ol li {
    list-style: decimal;
}

.subpagecontent ul ul,
.subpagecontent ul ol,
.subpagecontent ol ul,
.subpagecontent ol ol {
    margin-bottom: 0;
}

.subpagecontent ul ul li,
.subpagecontent ol ul li {
    list-style: disc;
}

ul.list-unstyled,
ol.list-unstyled {
    list-style: none;
    padding: 0;
}

ul.list-unstyled li,
ol.list-unstyled li {
    list-style: none;
}

ul.list-unstyled ul,
ol.list-unstyled ul {
    padding: 0 0 0 30px;
}

/* common css over */

.header {
    background: #fff;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 0;
}

.header .container {
    max-width: 1240px;
}

.header .row {
    align-items: center;
    margin: 0;
}

.header .logo-wrap {
    width: 180px;
    padding: 0;
}

.header .rightheader {
    width: 100%;
    max-width: calc(100% - 180px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header .responsive-menu {
    position: relative;
}

.header .main-menu,
.sub-menu {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}

.header .main-menu li,
.sub-menu li {
    font-size: 16px;
}

.header .main-menu > li {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    border-right: 1px solid #efefef;
}

.header .main-menu > li:first-child {
    border-left: 1px solid #efefef;
}

.header .main-menu > li a {
    display: block;
}

.header .main-menu > li.active .sub-menu {
    opacity: 1;
    pointer-events: auto;
    margin-top: 0;
    z-index: 20;
}

.header .sub-menu {
    width: 330px;
}

.header .credit-cards-menu1 .sub-menu {
    width: 690px;
}

.header .loan-menu .sub-menu {
    width: 500px;
}

.header .sub-menu .sub-menu-under {
    width: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}

.header .creditcard_left_right_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -6px;
    margin-left: -6px;
}

.header .creditcard_menu_left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding-left: 6px;
    padding-right: 6px;
}

.header .creditcard_menu_right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
    max-width: 66.66%;
    padding-left: 6px;
    padding-right: 6px;
}

.header .creditcard_menu_right ul {
    -moz-column-count: 2;
    -moz-column-gap: 10px;
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    column-count: 2;
    column-gap: 10px;
}

.header .sub-menu .sub-menu-heading {
    font-size: 28px;
    color: #25282b;
    font-weight: 600;
    margin-bottom: 10px;
}

.header .main-menu > li .sub-menu ul li {
    margin: 0;
    padding: 0;
}

.header .main-menu > li .sub-menu ul li span.menu_li_image {
    margin-right: 10px;
    width: 20px;
    display: inline-block;
    text-align: center;
}

.header .main-menu > li .sub-menu ul li span.menu_li_image img {
    width: 16px;
    height: 16px;
    margin-top: -4px;
}

.header .main-menu > li .sub-menu ul li a {
    padding: 10px 0;
    font-weight: 400;
    color: #25282b;
}

.header .main-menu > li .sub-menu ul li a:hover {
    color: #1ac577;
}

.header .loan_homeloan_wrap {
    display: flex;
    flex-wrap: wrap;
}

.header .loan_cat_list,
.homeloan_cat_list {
    max-width: 50%;
    flex: 0 0 50%;
}

.header .banking_cat_list {
    max-width: 100%;
    flex: 0 0 100%;
}

.header .sub-menu li a {
    display: block;
}

.header .toggle-menu {
    display: none;
}

.header .main-menu .expand {
    display: none;
}

.header .sub-menu {
    opacity: 0;
    pointer-events: none;
    margin-top: 0;
    transition: 300ms all;
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    min-width: 200px;
    text-align: left;
    z-index: 99;
}

.header .toggle-menu {
    color: #fff;
    padding-right: 1rem;
    float: right;
}

.header .toggle-menu span {
    display: none;
    vertical-align: middle;
    padding-left: 0.3rem;
}

.header .toggle-menu svg {
    display: inline-block;
    vertical-align: middle;
}

.header .logo {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 2rem;
    padding: 0.8rem 1rem;
    box-sizing: border-box;
    width: 15%;
}

.header .main-menu,
.header .sub-menu {
    background: transparent;
}

.header .main-menu li a,
.header .sub-menu li a {
    padding: 28px 25px;
    display: inline-block;
    color: #4b276f;
    text-decoration: none;
    font-weight: 800;
    font-size: 16px;
}

.header .main-menu li a:hover,
.header .sub-menu li a:hover {
    color: #1ac577;
}

.header .main-menu .expand,
.header .sub-menu .expand {
    color: #fff;
    font-size: 1.5rem;
}

.header .main-menu > li .sub-menu h3,
.header .main-menu > li .sub-menu .sub-menu-heading {
    font-size: 16px;
}

.header .main-menu > li.credit-cards-menu1 .sub-menusub-menu-heading,
.header .main-menu > li.credit-cards-menu1 .sub-menu .sub-menu-heading,
.header .main-menu > li.loan-menu .sub-menu .sub-menu-heading {
    font-size: 28px;
}

.header nav {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background: transparent;
    font-size: 1rem;
    box-sizing: border-box;
}

.header .login-btn {
    border: 2px solid #4f2b72;
    border-radius: 3px;
    font-size: 16px;
    list-style: 20px;
    font-weight: 700;
    color: #4b276f;
    padding: 6px 24px;
    display: inline-block;
}

.header .login-btn:hover {
    background: #4f2b72;
    color: #fff;
}

.header .main-menu > li:hover .sub-menu {
    opacity: 1;
    z-index: 99;
    pointer-events: auto;
}

.blogdetailpage .subpagecontent ul ul li,
.blogdetailpage .subpagecontent ol ul li {
    list-style-type: none !important;
}

.postid-1581 #section14 blockquote {
    margin-bottom: -15px !important;
}

@media only screen and (max-width: 1024px) {
    .header {
        padding: 15px 0;
    }

    .header .main-menu > li:hover .sub-menu {
        opacity: 1;
        pointer-events: auto;
        margin-top: 0;
        z-index: 20;
    }

    .header nav {
        text-align: right;
    }

    .header .main-menu {
        opacity: 1;
        display: none;
        pointer-events: none;
        margin-top: 20px;
        transition: 200ms all;
        position: fixed;
        top: 80px;
        left: 0;
        right: inherit;
        min-width: 280px;
        width: 100%;
        padding: 12px 0;
    }

    .header .main-menu li {
        display: block;
        text-align: left;
        border: 0;
    }

    .header .main-menu > li:first-child {
        border: 0;
    }

    .header .main-menu li a,
    .sub-menu li a {
        padding: 8px 25px;
    }

    .header .main-menu .expand {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        padding: 0.5rem 1rem;
        z-index: 15;
        transform-origin: 50%;
        transition: 200ms all;
    }

    .header .main-menu .expand.active {
        transform: rotate(45deg);
    }

    .header .main-menu.active {
        display: block;
        pointer-events: auto;
        margin-top: 0;
        z-index: 20;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
        background: #fff;
    }

    .header .logo-wrap {
        margin: 0 auto;
        padding: 0 60px 0 0;
    }

    .header .sub-menu {
        display: block;
        z-index: 20;
        width: 100%;
    }

    .header .toggle-menu {
        display: inline-block;
        padding: 0;
    }

    .header .sub-menu {
        background: #777;
        overflow: hidden;
        overflow-y: auto;
        height: 50vh;
        box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    }

    .header .rightheader {
        justify-content: space-between;
        position: absolute;
        left: 0;
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
    }

    .header .mortgage_bulding {
        display: none;
    }

    .header .sub-menu .sub-menu-under {
        border-radius: 0;
        background: #f4eff9;
    }
}

.blogpage [class^="col-"] {
    padding-left: 20px;
    padding-right: 20px;
}

.mastertitle {
    padding: 50px 0;
    color: #52575c;
    font-size: 16px;
    background: #fff;
}

.mastertitle h1 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0px;
    margin-bottom: 0;
    color: #4f2b72;
    font-weight: 600;
}

.bestofsection {
    background: #fbfbfb;
    padding: 50px 0 60px;
}

.bestofbox {
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.bestofcontent {
    color: #52575c;
    padding: 40px 30px;
    font-size: 16px;
}

.bestoftitle {
    margin-bottom: 0;
    line-height: 16px;
}

.bestoftitle a {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    color: #4f2b72;
    margin-bottom: 10px;
    display: inline-block;
}

.bestofcontent p:last-child {
    margin-bottom: 0;
}

.bestofbox.bestsmall {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.bestofbox.bestsmall:last-child {
    margin-bottom: 0;
}

.bestofbox.bestsmall .bestofimg {
    flex: 0 0 242px;
    max-width: 242px;
}

.bestofbox.bestsmall .bestofcontent {
    padding: 30px 15px;
}

.alltabssection .nav-link {
    border: 0;
    background: transparent;
    border-top: 5px solid transparent;
    outline: 0;
    padding: 20px 72px 15px;
}

.alltabssection .nav-link h2 {
    color: #4f2b72;
    font-weight: 600;
    font-size: 18px;
    padding: 0;
    margin: 0;
    line-height: 24px;
}

.alltabssection .nav-link.active {
    border-top: 5px solid #4f2b72;
    background: #fff;
}

.tabcontainer {
    background: #fbfbfb;
    border-bottom: 5px solid #e0e5ed;
}

.tabcontainer .container {
    padding: 0 100px;
    margin-bottom: -5px;
}

.tabcontainer .nav {
    justify-content: center;
}

.tab-inner-data {
    padding: 60px 0;
}

.blogtabcontent {
    font-size: 16px;
    padding: 20px 0;
    color: #52575c;
}

.blogtabcontent h6 {
    margin-bottom: 5px;
}

.blogtabcontent a {
    color: #52575c;
    font-size: 16px;
    font-weight: 700;
}

.blogtabcontent a:hover {
    color: #4f2b72;
}

.blogtabcontent p {
    line-height: 24px;
    font-weight: 400;
}

.blogtabcontent p:last=-child {
    margin-bottom: 0;
}

.blogtwoboxsec {
    padding: 0 20px;
}

.blogtwoboxsec [class^="col-"] {
    padding: 0;
}

.blogservicebox {
    background: #f4eff9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 50px 30px;
}

.blogsericon {
    width: 60px;
    height: 60px;
    border: 1px solid #af8ad3;
    border-radius: 100px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(91, 50, 131, 0.2);
    padding: 12px;
    margin-bottom: 5px;
}

.blogsericon img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.blogsercontent {
    text-align: center;
    color: #25282b;
}

.blogsertitle {
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    margin-bottom: 0;
    color: #4f2b72;
    margin-bottom: 5px;
}

.blogsercontent p {
    line-height: 24px;
}

.blogsercontent p:last-child {
    margin-bottom: 0;
}

.blogsercontent .blogserbtn {
    border-radius: 4px;
    padding: 9px 60px 11px 60px;
    display: inline-block;
    background: transparent;
    color: #4f2b72;
    line-height: 1;
    border: 1px solid #4f2b72;
    margin-top: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.blogservicebox.second {
    background: #f1fbf6;
}

.blogservicebox.second .blogsericon {
    border-color: #1ac577;
}

.blogservicebox.second .blogsertitle {
    color: #1ac577;
}

.blogservicebox.second .blogsercontent .blogserbtn {
    background: transparent;
    border-color: #1ac577;
    color: #1ac577;
}

.latestarticles {
    background: #fcf9ff;
    padding: 100px 0 120px;
}

.latestarticles .container {
    max-width: 1140px;
}

.articletitle {
    text-align: center;
    margin-bottom: 46px;
}

.articletitle h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    color: #4f2b72;
    margin-bottom: 0;
}

.articlebox {
    padding: 0 20px;
}

.articlecontent {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 0 0 0;
}

.articlecontent a {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #25282b;
}

.articlecontent a:hover {
    color: #1ac577;
}

.footer {
    background: #28283e;
}

.footer-top {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.footer_menu_title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
    line-height: 22px;
}

.footer-column li a,
.footer-column li.disable-link {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    padding: 5px 0;
    display: inline-block;
}

.footer-column li a:hover {
    color: #a7b1bb;
}

.footer-bottom {
    background: #28283e;
    padding: 26px 0 5px;
    font-size: 14px;
    line-height: 20px;
}

.footer-bottom p {
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 20px;
}

.copy-right-social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
}

.copy-right-social p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}

.footer_submenu_list {
    margin-bottom: 25px;
}

.foot-social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
}

.foot-social li {
    padding-left: 0;
}

.foot-social li a img {
    max-width: 20px;
    max-height: 20px;
}

.uobaccountsec {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}

.uobaccounttitle {
    color: #1ac577;
    font-size: 16px;
    line-height: 24px;
    position: relative;
}

.uobaccounttitle::after {
    content: "\f105";
    position: absolute;
    right: 0;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #1ac577;
}

.uobaccountsec ul {
    list-style: none;
    padding: 0;
}

.uobaccountsec ul li {
    list-style: none;
    margin-bottom: 30px;
}

.uobaccountsec a {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #52575c;
    position: relative;
    display: block;
    padding: 0 70px 0 0;
}

.uobaccountsec a.active,
.uobaccountsec a:hover {
    color: #1ac577;
}

.uobaccountsec a.active::after {
    content: "\f105";
    position: absolute;
    top: 0;
    right: 0;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #1ac577;
}

.sidebarartitle {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 30px;
    color: #52575c;
}

.sidebararticle ul {
    list-style: none;
    padding: 0;
    max-width: 200px;
}

.sidebararticle ul li {
    list-style: none;
    margin-bottom: 30px;
}

.sidebararticle a {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #25282b;
}

.sidebararticle a:hover {
    color: #1ac577;
}

.sidebararticle ul li {
    position: relative;
    padding-top: 10px;
}

.sidebararticle ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 6px;
    border-radius: 3px;
    background: #1ac577;
}

.sidebararticle ul li span {
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #52575c;
}

.glancebox {
    background: #f1fbf6;
    border: 2px solid #d4fae9;
    padding: 50px 50px 40px;
    color: #52575c;
    font-size: 16px;
    line-height: 26px;
}

.glancetitle {
    text-align: center;
    margin-bottom: 30px;
}

.glancetitle h3 {
    padding: 0 0 0 45px;
    position: relative;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    color: #4f2b72;
}

.glancetitle h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 20px;
    background: url(../roshiblog/assets/images/glance-eye.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.glancebox h6 {
    margin-bottom: 0;
    color: #1ac577;
}

.uobinneraccsec {
    padding: 30px 0;
}

.blogpageinnertitle {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    color: #4f2b72;
}

.oneaccountbox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    padding: 15px 15px 0;
    margin-bottom: 20px;
}

.oneaccstar {
    padding: 10px 0 0 0;
}

.oneaccstar span {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #4f2b72;
}

.starbox {
    width: 100px;
    font-size: 20px;
    color: #4f2b72;
    display: inline-block;
    margin-left: 10px;
}

.applybtn a {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    background: #1ac577;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    padding: 7px 13px;
    margin: auto;
    min-width: 124px;
}

.applybtn a:hover {
    background: #4f2b72;
}

.interestbox p {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: #25282b;
}

.interestbox span {
    display: block;
    font-size: 12px;
    color: #52575c;
    line-height: 16px;
}

.card-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: auto;
    flex-wrap: nowrap;
    padding: 20px 0;
    border-top: 1px solid #f4f4f4;
    width: 100%;
}

.card-content .personal-loan-box {
    max-width: 90px;
}

.card-content .rates-box {
    max-width: 115px;
}

.card-content .applybtn {
    max-width: 200px;
}

.marketplace-card .card-content {
    border-bottom: 1px solid #f4f4f4;
}

.card-content .interestbox p {
    margin-bottom: 0px;
    line-height: 28px;
}

.card-content .interestbox .max-loan-box {
    display: flex;
    gap: 5px;
}

.card-content .interestbox .max-loan-box p:last-child {
    font-size: 8px;
    line-height: 28px;
    vertical-align: middle;
}

.card-top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 14px;
    padding: 20px 0;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .card-top {
        justify-content: center;
        flex-direction: column;
    }

    .marketplace-card small {
        text-align: center;
        margin: 0 auto;
    }

    .purple-chip {
        margin: 0 auto;
    }

    .green-chip {
        margin: 0 auto;
    }

    .card-content {
        border-bottom: 1px solid #f4f4f4;
        padding-top: 10px;
        padding-bottom: 0;
    }

    .card-content .interestbox p {
        font-size: 14px;
        line-height: 20px;
    }

    .card-content .interestbox span {
        font-size: 10px;
        line-height: 12px;
    }

    .card-content .interestbox .max-loan-box {
        display: block;
    }

    .card-content .interestbox .max-loan-box p {
        line-height: 16px;
    }

    .card-content .interestbox .max-loan-box p:last-child {
        line-height: 12px;
    }

    .applybtn {
        display: none;
    }

    .applybtn-mobile {
        display: block !important;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .applybtn-mobile span {
        text-align: center;
        margin-top: 10px;
    }

    .loan-promo-card {
        justify-content: center;
    }

    .card-top h4 {
        text-align: center;
    }
}

.applybtn-mobile {
    display: none;
}

.card-top h4 {
    margin-bottom: 0 !important;
}

.card-top img {
    height: auto;
    max-height: 70px;
    max-width: 120px;
    width: auto;
}

.interestbox {
    padding: 0 5px;
}

.applybtn a::after {
    content: "\f023";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-left: 10px;
}

.loan-promo-card {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    padding: 15px 15px 0;
    margin-bottom: 20px;
}

.marketplace-card {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    padding: 30px 20px 10px;
    margin-bottom: 20px;
}

.accshowbtn {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    background: linear-gradient(270deg, #ffffff 0%, #f4f4f4 49.7%, #ffffff 100%);
    margin-top: 20px;
}

.accshowbtn a {
    color: #25282b;
    font-size: 14px;
    padding: 3px 0 3px;
    display: block;
    margin: 0 -20px;
}

.accshowbtn a::after {
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-left: 10px;
}

.accshowbtn a.active::after {
    content: "\f106";
}

.clasuobleft {
    flex: auto;
    max-width: 140px;
}

.clasuobleft img {
    max-width: 110px;
}

.clasuobleft h4 {
    font-size: 20px;
}

.uobinneraccsec h6 {
    color: #52575c;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
}

.applybtn {
    text-align: center;
}

.insidertip {
    background: #fcf9ff;
    border: 2px solid #e0d2ed;
    padding: 15px;
    margin-bottom: 0;
    margin-top: 15px;
}

.innertipcontent {
    font-size: 14px;
    color: #4f2b72;
    line-height: 24px;
}

.insidertip .insidertitle {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #1ac577;
    position: relative;
    padding: 0;
    color: #1ac577;
    margin-bottom: 3px;
}

.innertipicon {
    width: 30px;
    margin: 0;
    margin-right: 20px;
    min-width: 24px;
    background: #fff;
    border: 1px solid #e0d2ed;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.innertipicon img {
    max-height: 100%;
}

.insidertip {
    display: flex;
}

.savingacc {
    padding: 30px 0 0 0;
    color: #52575c;
    line-height: 24px;
}

.savingacc h6 {
    color: #52575c;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
}

.loanbidding {
    background-image: url(../roshiblog/assets/images/home-loan-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 57px 0 25px;
    text-align: center;
    background-color: #f9f9f9;
    box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.1);
    max-width: 214px;
}

.loanbidding a {
    background: #4f2b72;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    padding: 8px 60px;
    font-weight: 600;
}

.loanbidding strong {
    color: #4f2b72;
    font-weight: 700;
    font-size: 20px;
}

.loanbidding span {
    color: #1ac577;
    position: relative;
}

.loanbidding span::before {
    content: "";
    position: absolute;
    right: -40px;
    background: url(../roshiblog/assets/images/span-chat.png);
    background-repeat: no-repeat;
    width: 46px;
    height: 33px;
    top: -42px;
}

/*.loanbidding span::before { content: ''; position: absolute; right: 0; background: url(../roshiblog/assets/images/span-chat.png); background-repeat: no-repeat; width: 46px; height: 33px; top: -32px; }*/
.loanbidding p {
    display: inline-grid;
    font-size: 20px;
    margin-bottom: 30px;
    text-align: left;
    margin-left: 34px;
}

.loanbidding a:hover {
    background: #1ac577;
    color: #fff;
}

.uobinneraccsec p:last-child {
    margin-bottom: 0;
}

.savingacc .acccontent h6 {
    font-size: 18px;
}

.savingacc p:last-child {
    margin-bottom: 0;
}

.progressbar {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    left: 0;
    z-index: 9999;
}

.rpi-progress-bar-container__position {
    box-sizing: inherit;
    height: 8px;
    width: 100%;
    background-color: #1e90ff;
    background-color: #1ac577 !important;
    transform-origin: 0 50%;
    transition: transform 50ms;
    transform: scaleX(0);
    will-change: transform;
    position: relative;
}

.rpi-progress-bar-container__percentage {
    display: none;
}

/* 08-03-2021 css start */
.subpagecontent [class^="col-"],
.subpagegannertext [class^="col-"] {
    padding: 0 20px;
}

.blogpageinnercontent {
    font-size: 16px;
    line-height: 26px;
}

.mastertitle {
    padding: 50px 0 30px;
}

.mastertitle p:last-child {
    margin-bottom: 0;
}

.blogbelowtext {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding: 15px 0 0 0;
    text-align: center;
}

.blogbelowtext p:last-child {
    margin-bottom: 0;
}

.bannerimagebox {
    margin: auto;
    text-align: center;
}

.bannerimagebox img {
    cursor: pointer;
}

.acccontent {
    text-align: left;
    padding: 20px 0;
}

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

.card-feature-list {
    margin-bottom: 28px;
}

.card-feature-list li::before {
    background: url(/roshiblog/assets/images/tick-inside-circle.svg) 0 0 no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
    top: 3px;
}

.card-feature-list li {
    padding-left: 0;
    margin-bottom: 8px;
}

.more-details-cont .row ul li::before {
    display: none;
}

.more-details-cont .row ul li {
    padding: 12px;
    margin-bottom: 0;
    border-bottom: 1px solid #e4e4e4;
    color: #25282b;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.more-details-cont .card-feature-list-area .faci_n_servics li:nth-child(2n) {
    background: none;
}

.more-details-cont .row ul li:first-child {
    border-top: 1px solid #e4e4e4;
}

.more-details-cont .row ul li:last-child {
    margin-bottom: 0;
}

.more-details-cont .row ul li code {
    font-weight: 700;
    text-align: right;
    color: #25282b;
    font-family: proxima-nova, sans-serif;
}

.more-details-cont .row ul li p {
    display: flex;
    justify-content: space-between;
}

.more-details-cont .row ul li p:last-child {
    margin-bottom: 10px;
}

.more-details-cont .row ul {
    margin-bottom: 20px;
    list-style: none;
    padding: 0;
}

.more-details-cont .row ul:last-child {
    margin-bottom: 0;
}

.more-card {
    text-align: center;
    margin-top: 36px;
}

.bannerimagebox .modal-body {
    z-index: 9999;
}

.bannerimagebox .modal-dialog {
    max-width: 1000px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 20px;
}

.bannerimagebox .modal-dialog img {
    width: 100%;
}

.bannerimagebox .modal-dialog img:hover {
    transform: scale(1);
}

.modal-backdrop.show {
    opacity: 0.75;
}

/* 08-03-2021 css over */

/* menu css start */
.header {
    background: #fff;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 0;
}

.header .container {
    max-width: 1140px;
    padding: 0 15px;
}

.header .row {
    align-items: center;
    margin: 0;
}

.header .logo-wrap {
    width: 180px;
    padding: 0;
}

.header .rightheader {
    width: 100%;
    max-width: calc(100% - 180px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#mega-menu-wrap-primary {
    background: transparent;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    border-right: 1px solid #efefef;
    margin: 0;
    padding: 0;
    position: relative !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:first-child {
    border-left: 1px solid #efefef;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    background: transparent !important;
    padding: 28px 25px;
    display: inline-block;
    color: #4b276f !important;
    text-decoration: none;
    font-weight: 800 !important;
    font-size: 16px;
    height: unset;
    line-height: 1;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    line-height: 24px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    background: transparent;
    font-weight: 800;
    font-size: 16px;
    color: #1ac577 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    width: 690px;
    background: #fff;
    padding: 10px;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    margin-top: 10px;
}

#mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-row
    .mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item {
    padding: 10px;
}

#mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    li.mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item
    > a.mega-menu-link {
    display: flex;
    align-items: flex-start;
    font-weight: 400 !important;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    text-transform: capitalize;
}

#mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    li.mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item
    > a.mega-menu-link:hover {
    color: #1ac577;
}

#mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    li.mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item
    > a.mega-menu-link
    span {
    flex: 0 0 20px;
    max-width: 20px;
    text-align: center;
    margin: 0 10px 0 0;
}

#mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    li.mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item
    > a.mega-menu-link
    img {
    margin: -5px 0 0 0;
}

#mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    li.mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item
    h4.mega-block-title {
    font-size: 28px;
    color: #25282b;
    font-weight: 600;
    margin-bottom: 0;
    padding: 0;
    text-transform: none;
}

#mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-row
    .mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item.menu_comparecard {
    display: none;
}

#mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-row
    .mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item.menu_comparecard
    a.mega-menu-link {
    font-size: 28px;
    color: #25282b;
    font-weight: 600 !important;
    margin-bottom: 0;
    padding: 0;
    text-transform: none;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item.cls_menuinsurance ul.mega-sub-menu {
    max-width: 400px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mn_utilites {
    display: none;
}

#mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu.cls_menuinsurance
    > ul.mega-sub-menu
    li.mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item
    h4.mega-block-title {
    font-size: 16px;
}

.mortgage_bulding {
    /*padding: 0 27px 0 50px;*/
    position: relative;
    margin-top: 15px;
}

.mortgage_bulding::before {
    position: absolute;
    content: "";

    background: url(assets/images/header-bidding-circle.svg) left center no-repeat;
    background-size: auto;
    width: 33px;
    height: 33px;
    z-index: 1;
    background-size: 33px;
    left: 14px;
    top: 25px;
}

.mortgage_bulding a {
    display: block;
    color: white;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}

.mortgage_bulding span {
    color: #1ac577;
    font-size: 11px;
    font-weight: 400;
}

.header .login-btn {
    border: 1px solid #4f2b72;
    border-radius: 3px;
    font-size: 16px;
    list-style: 20px;
    font-weight: 700;
    color: #4b276f;
    padding: 6px 24px;
    display: inline-block;
}

.header .login-btn:hover {
    background: #4f2b72;
    color: #fff;
}
.bannertextcontent p span {
    padding: 0 12px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.cls_menucommon.mega-toggle-on > a::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-right-width: 10px;
    border-left-width: 10px;
    border-bottom: 10px solid #fff;
    margin: 0 auto;
    pointer-events: none;
    opacity: 1;
    z-index: 9999;
    display: inline-block;
}

@media only screen and (max-width: 1024px) {
    .header {
        position: relative;
        padding: 15px 20px;
    }

    .header .logo-wrap {
        text-align: center;
        width: auto;
        display: inline-block;
        margin: 0 auto;
        padding: 0 55px 0 0;
    }

    .header .rightheader {
        position: absolute;
        left: 0;
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
        display: flex;
        justify-content: space-between;
    }

    #mega-menu-wrap-primary .mega-menu-toggle {
        background: transparent;
    }

    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner,
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before,
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
        background: #4f2b72;
    }

    .mortgage_bulding {
        display: none;
    }

    #mega-menu-wrap-primary .mega-menu-toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
        background: #f4f4f4;
        position: absolute;
        top: 54px;
        left: 0;
        width: 100%;
        z-index: 99;
        padding: 10px 0;
    }

    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block:only-child {
        margin: 0;
    }

    #mega-menu-wrap-primary {
        position: unset;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
        display: block;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        padding: 15px 25px;
        display: block;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu,
    #mega-menu-wrap-primary
        #mega-menu-primary
        > li.mega-menu-megamenu.mega-menu-item.cls_menuinsurance
        > ul.mega-sub-menu {
        width: 100%;
        margin: 0;
        max-width: 100%;
        border-radius: 0;
        background: #fcf9ff;
        padding: 0;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.cls_menucommon.mega-menu-item > a.mega-menu-link::before {
        content: "\f0d7";
        position: absolute;
        left: inherit;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        margin: 0;
        border: 0;
        width: inherit;
        height: inherit;
    }

    #mega-menu-wrap-primary
        #mega-menu-primary
        > li.cls_menucommon.mega-menu-item
        > a.mega-menu-link[aria-expanded="true"]::before {
        content: "\f0d8";
    }

    #mega-menu-wrap-primary
        .mega-menu-toggle
        .mega-toggle-block-1
        .mega-toggle-animated-slider
        .mega-toggle-animated-inner,
    #mega-menu-wrap-primary
        .mega-menu-toggle
        .mega-toggle-block-1
        .mega-toggle-animated-slider
        .mega-toggle-animated-inner::before,
    #mega-menu-wrap-primary
        .mega-menu-toggle
        .mega-toggle-block-1
        .mega-toggle-animated-slider
        .mega-toggle-animated-inner::after {
        width: 32px;
        height: 3px;
    }

    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
        background: #fff;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
        border: 0;
        border-bottom: 1px solid #efefef;
    }

    #mega-menu-wrap-primary
        #mega-menu-primary
        li.mega-menu-megamenu
        > ul.mega-sub-menu
        > li.mega-menu-row
        .mega-menu-column
        > ul.mega-sub-menu
        > li.mega-menu-item {
        border-bottom: 1px solid #f2ebf8;
    }

    #mega-menu-wrap-primary
        #mega-menu-primary
        > li.mega-menu-megamenu
        > ul.mega-sub-menu
        li.mega-menu-column
        > ul.mega-sub-menu
        > li.mega-menu-item
        > a.mega-menu-link {
        color: #4b276f;
    }
}

/* 10-03-2021 css start */
.blog_comments {
    padding: 30px 0 0 0;
    font-size: 16px;
}

.blog_comments h2.comments-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #52575c;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0 0 16px;
}

.blog_comments ol {
    list-style: none;
    padding: 0;
}

.blog_comments ol li {
    list-style: none;
}

.blog_comments .comment-author img {
    width: 68px;
    height: 68px;
    border-radius: 50px;
    overflow: hidden;
    margin-right: 15px;
}

.blog_comments ol.children {
    margin: 20px 0 20px 90px;
    padding: 0 0 0 20px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.blog_comments .comment-form-comment label {
    display: none;
}

.blog_comments .comment-form-comment textarea {
    border: 1px solid #d9d9d9;
    min-height: 80px;
    width: 100%;
    padding: 15px;
}

.blog_comments .comment-reply-title {
    font-size: 18px;
    font-weight: 700;
    color: #52575c;
    cursor: pointer;
}

.blog_comments .comment-reply-title::after {
    content: "\f0d7";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-left: 10px;
    color: #1ac577;
}

.blog_comments .comment-reply-title.active::after {
    content: "\f0d8";
}

.blog_comments .comment-reply-title #cancel-comment-reply-link {
    color: #ff0000;
    padding: 0 5px 0 10px;
}

.blog_comments .comment-reply-title small {
    display: inline;
}

.blog_comments .form-submit {
    text-align: right;
}

.blog_comments .form-submit input[type="submit"] {
    background: transparent;
    font-size: 16px;
    color: #1ac577;
    line-height: 24px;
    border: 0;
    padding: 0;
}

.blog_comments .comment-metadata,
.blog_comments .comment-content,
.blog_comments .reply {
    padding: 0 0 0 85px;
}

.blog_comments .comment-content p {
    margin-bottom: 0;
}

.blog_comments .comment-author span {
    display: none;
}

.blog_comments .comment-author a,
.blog_comments .comment-metadata a,
.blog_comments .reply a {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #25282b;
}

.blog_comments .comment-form {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.blog_comments .comment-form label {
    display: block;
}

.blog_comments .comment-form input {
    border: 1px solid #d9d9d9;
    width: 100%;
    height: 48px;
    padding: 10px 15px;
}

.blog_comments .comment-form .comment-form-cookies-consent input {
    width: auto;
    display: inline;
    height: unset;
}

.blog_comments .comment-form .comment-form-cookies-consent label {
    width: auto;
    display: inline;
}

.blog_comments .comment-form .form-submit {
    margin-bottom: 0;
}

.blog_comments .comment-form .form-submit .submit {
    text-align: right;
    height: unset;
    width: auto;
    margin-bottom: 0;
}

/* 10-03-2021 css over */

/* 15-03-2021 css start */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mb_login,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mb_homeloanbidding {
    display: none;
}

.bloggreenlistbg ul {
    /*background: #F1FBF6;*/
    list-style: none;
    padding: 10px 20px;
}

.bloggreenlistbg ul li {
    position: relative;
    list-style: none;
    padding: 0 0 0 20px;
}

.bloggreenlistbg ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background: #1ac577;
    border-radius: 6px;
}

.error-404.not-found {
    width: 100%;
    position: relative;
    text-align: center;
    padding: 0;
}

.error-404.not-found img {
    display: inline-block;
    margin: 0 0 49px;
}

.error-404.not-found h3 {
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    color: #4f2b72;
    margin: 0 0 40px;
}

.error-404.not-found .btn {
    background: #1ac577;
    border-radius: 4px;
    width: 100%;
    max-width: 220px;
    margin: 0 0 100px;
    color: #fff;
}

.error-404.not-found .btn:hover {
    background: #4b276f;
    color: #fff;
    text-decoration: none;
}

.error404 .header {
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.error404 .footer {
    height: 1px;
    overflow: hidden;
}

.nfMain {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 100px;
    z-index: -1;
}

.error404 .footer {
    height: 1px;
    overflow: hidden;
    background: none;
}

.error-404.not-found .erTerm {
    position: fixed;
    width: 100%;
    bottom: 50px;
    left: 0;
    padding: 0 15px;
}

.nfMain {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    padding: 100px 0;
    z-index: -1;
}

.showmore_details ul {
    background: transparent;
}

/* 15-03-2021 css over */

/* 25-03-2021 css start */
.afterinsidertips {
    padding-top: 15px;
}

/* 25-03-2021 css over */

/*25-03-2021*/
.rshblogtbl table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 20px;
}

.rshblogtbl td,
th {
    border-right: 1px solid #ddd;
    text-align: center;
    padding: 8px;
    /*width: 35%;*/
    font-size: 15px;
    padding: 8px 10px;
}

.rshblogtbl tr:nth-child(odd) {
    background-color: #fbfbfb;
}

.rshblogtbl h6 {
    color: #52575c;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
}

.rshblogtbl {
    padding-top: 30px;
}

.rshblogtbl th {
    background-color: #4f2b72 !important;
    color: #fff;
}

.rshblogtbl {
    color: #52575c;
    line-height: 24px;
}

.rshblogtbl td:last-child,
th:last-child {
    border-right: 0px;
}

.rshblogtbl p:last-child {
    margin-bottom: 0;
}

.bloggreenlistbg .rshblogtbl ul {
    background-color: transparent;
}

.small-txt {
    color: #52575c;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 30px;
}

/*05-04-2021*/
.interestbox i {
    font-size: 23px;
}

.fa-desktop:before {
    font-size: 16px;
    padding-right: 7px;
}

.bloggreenlistbg ul li:before {
    background-image: url(../roshiblog/assets/images/checkgreen.svg);
    left: -7px;
    top: 4px;
    width: 16px;
    height: 16px;
    background-size: 16px;
    background-color: inherit;
    background-repeat: no-repeat;
}

/*.showmore_details ul li{width: 16px;
    height: 16px;
    background: url(../roshiblog/assets/images/success.svg) 0 0 no-repeat;
    background-size: 16px;
    display: block;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 5px;}*/

.showmore_details ul img {
    width: 15px;
    float: left;
    position: relative;
    top: 16px;
    left: 5px;
}

/*.showmore_details ul p{display: none;} */
.showmore_details {
    float: left;
}

.showmore_details ul p {
    float: left;
}

/*.articlecontent p a{font-weight: bold;}*/

progress {
    position: fixed;
    left: 0;
    top: 80px;
    width: 100%;
    height: 8px;
    z-index: 9999;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
}

progress::-webkit-progress-bar {
    background-color: transparent;
}

#progressBar {
    color: #69c117 !important;
}

.progress-container1 {
    width: 100%;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    height: 10px;
    display: block;
}

.progress-bar1 {
    width: 50%;
    display: block;
    height: inherit;
}

progress::-webkit-progress-value {
    background-color: #1ac577;
}

progress::-moz-progress-bar {
    background-color: #1ac577;
}

.lefttable td:not(:first-child) {
    text-align: left;
    padding-left: 15px;
    border: 0.5px solid #d2d2d2;
}

.lefttable td:first-child {
    background: #4f2b72;
    border: 0.5px solid #fff;
    color: #fff;
}

.uobaccountsec ul {
    display: block;
}

body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    width: 100%;
    background: #fcf9ff;
    padding: 80px 12%;
    margin-top: 1px;
    max-width: 100%;
}

body
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu.mega-menu-item.cls_menuinsurance
    ul.mega-sub-menu {
    max-width: 100%;
}

body
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu.cls_menuinsurance
    > ul.mega-sub-menu
    li.mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item
    h4.mega-block-title {
    font-size: 28px;
}

body
    #mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-menu-item-has-children.mega-disable-link
    > a.mega-menu-link:hover {
    background-color: #fcf9ff !important;
}

body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    position: static !important;
}

body #mega-menu-wrap-primary #mega-menu-primary,
body #mega-menu-wrap-primary,
body .header .responsive-menu {
    position: static;
}

body
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    li.mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item
    h4.mega-block-title {
    font-family: proxima-nova, sans-serif;
    color: #4f2b72;
    font-weight: 700;
}

body
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    li.mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item
    h4.mega-block-title:after {
    content: "";
    width: 50px;
    height: 4px;
    display: block;
    background: #48cf92;
    margin: 10px 0;
}

body
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    li.mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item
    > a.mega-menu-link {
    color: #4f2b72;
}

body .mortgage_bulding {
    /*padding: 28px 17px 25px 55px;*/
    margin-top: 0;
    background-color: #4f2b72;
    position: relative;
    margin-right: 17px;
}

body .mortgage_bulding span {
    color: #1ac577;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
}

body .mortgage_bulding a {
    padding: 26px 17px 26px 55px;
}

body .mortgage_bulding a span {
    display: block;
}

body
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    li.mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item
    > a.mega-menu-link
    img {
    width: auto;
    height: 19px;
    margin-top: 1px;
    padding-bottom: 5.5px;
    margin-top: 2px;
}

.bottom-row .mega-menu-item-type-widget {
    display: none !important;
}

@media only screen and (max-width: 992px) {
    body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
        padding: 0px 0px;
    }

    body .bottom-row .mega-menu-item-type-widget {
        display: block !important;
    }

    body .top-row .mega-menu-item-type-widget {
        display: none !important;
    }

    body
        #page
        #mega-menu-wrap-primary
        #mega-menu-primary
        > li.mega-menu-megamenu
        > ul.mega-sub-menu
        li.mega-menu-column
        > ul.mega-sub-menu
        > li.mega-menu-item
        h4.mega-block-title::after {
        display: none;
    }

    body
        #page
        #mega-menu-wrap-primary
        #mega-menu-primary
        > li.mega-menu-megamenu.cls_menuinsurance
        > ul.mega-sub-menu
        li.mega-menu-column
        > ul.mega-sub-menu
        > li.mega-menu-item
        h4.mega-block-title {
        font-size: 18px;
    }
}

.new a span:after {
    content: "new";
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    background: #1ac577;
    padding: 4px 4px;
    border-radius: 3px;
    margin-left: 10px;
    width: 40px;
    position: absolute;
    left: 85px;
    line-height: 14px;
    top: 4px;
}

body
    #mega-menu-wrap-primary
    #mega-menu-primary[data-effect="fade_up"]
    li.mega-menu-item.mega-menu-megamenu
    > ul.mega-sub-menu,
body
    #mega-menu-wrap-primary
    #mega-menu-primary[data-effect="fade_up"]
    li.mega-menu-item.mega-menu-flyout
    ul.mega-sub-menu {
    transition: none;
}

#mega-menu-wrap-primary #mega-menu-primary > li.cls_menucommon.mega-toggle-on > a::before {
    content: none !important;
}

body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    background-color: #fcf9ff !important;
}

/*9-9-2021 AV*/
.cls-footersocialmenu {
    padding: 10px 0 16px;
}

.cls-footersocialmenu .menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
}

.cls-footersocialmenu .menu li:nth-child(1) {
    margin-left: 0px;
}

.cls-footersocialmenu .menu li {
    margin: 0 20px;
    padding-left: 0;
}

.cls-footersocialmenu .menu li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: proxima-nova, sans-serif !important;
}

.cls-footersocialmenu .menu li a:hover {
    color: #a7b1bb;
}

.cls-copyrights {
    border-bottom: none !important;
    padding-top: 0;
}

.cls-copyrights a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px !important;
}

.cls-copyrights a:hover {
    color: #fff;
}

.copy-right-social span {
    margin-right: 0px;
}

/*17-09-2021*/
.cls-copyrights a {
    font-weight: 400 !important;
}

.footer-bottom {
    background: #28283e !important;
}

.findmoreartlink {
    padding-top: 20px;
    text-align: center;
}

.findmoreartlink a {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #25282b;
    font-weight: 600;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    text-decoration: underline;
}

.findmoreartlink a:hover {
    color: #1ac577;
    text-decoration: none;
}

.findmoreartlink a:before {
    position: absolute;
    right: 0px;
    font-family: "FontAwesome";
    font-weight: normal;
    content: "\f0da";
}

/*-----------*/
.blogftbluebg {
    display: block;
    background-color: #4f2b72;
    width: 100%;
    height: auto;
    text-align: center;
    position: fixed;
    bottom: 0px;
    left: 0px;
    transition:
        background-color 0.3s,
        opacity 0.5s,
        visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    cursor: pointer;
    padding: 20px 0px;
    color: #fff;
}

.blogftbluebg.show {
    opacity: 1;
    visibility: visible;
}

/*.blogftbluebg {background-color:#4F2B72; padding: 20px 0px; color: #fff;}*/
.blogftbluebg .container {
    position: relative;
    max-width: 1110px;
}

.blogftbluebg .ftcloseicon {
    position: absolute;
    right: 15px;
    top: 8px;
    color: #fff;
    font-size: 18px;
}

.ftblogwidth {
    max-width: 910px;
    padding: 0px 15px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.ftblocon h4 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.ftblocon h4 sup {
    top: -8px;
    font-size: 12px;
    font-weight: 500;
    margin-left: 2px;
}

.ftblocon {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin-right: 10px;
}

.ftblocon span {
    font-weight: 700;
    text-transform: uppercase;
}

.ftblocon p {
    margin-bottom: 0px;
    line-height: 24px;
}

.ftblogapplink {
    text-align: center;
    display: inline-block;
}

.ftblogapplink a {
    display: inline-block;
    background: #1ac577;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    min-width: 237px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border: 1px solid #1ac577;
}

.ftblogapplink a:hover {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.ftblogapplink span {
    display: block;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
}

.latestarticlepage {
    padding-top: 125px;
    margin-bottom: 40px;
}

.latestarticlepage .blog-item-post {
    display: flex;
    margin-bottom: 30px;
    background: #ffffff;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    overflow: hidden;
    align-items: center;
}

.latestarticlepage .blog-post-thumb {
    width: 319px;
    margin-right: 15px;
}

.latestarticlepage .blog-post-thumb a {
    display: block;
}

.latestarticlepage .blog-post-thumb {
    padding-left: 22px;
}

.latestarticlepage .blog-post-info {
    padding: 22px;
    flex: 1;
}

.latestarticlepage .blog-item-post .meta {
    font-size: 16px;
    color: #a0a4a8;
    font-weight: 600;
    margin-bottom: 5px;
}

.latestarticlepage .blog-item-post h5.post-title {
    color: #4f2b72;
    font-weight: 700;
    margin-bottom: 7px;
    font-size: 24px;
}

.latestarticlepage .blog-item-post h5.post-title a {
    color: #4f2b72;
}

.latestarticlepage .blog-item-post .entry-content {
    font-size: 16px;
    color: #52575c;
    margin-bottom: 7px;
}

.latestarticlepage .blog-item-post .entry-content p:last-child {
    margin-bottom: 0px;
}

.latestarticlepage .blog-item-post .entry-time {
    font-weight: 600;
    font-size: 16px;
    color: #a0a4a8;
    line-height: 22px;
}

.pagination-wrp {
    text-align: center;
    padding: 20px 0px;
}

.pagination-wrp .paging-navigation {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.pagination-wrp .paging-navigation .page-numbers {
    min-width: 24px;
    height: 24px;
    margin: 0px 3px;
    background-color: transparent;
    font-size: 16px;
    color: #4f2b72;
    font-weight: 600;
}

.pagination-wrp .paging-navigation .page-numbers.dots {
    color: #a0a4a8;
}

.pagination-wrp .paging-navigation .page-numbers.current {
    color: #1ac577;
}

.pagination-wrp .paging-navigation .page-numbers .fa-chevron-left:before {
    content: "Previous";
    font-style: normal;
}

.pagination-wrp .paging-navigation .page-numbers .fa-chevron-right:before {
    content: "Next";
    font-style: normal;
}

.cls_ltarticlesidebar .loanbidding {
    margin-bottom: 32px;
}

.cls_ltarticlesidebar .gwd-pagedeck > .gwd-page {
    position: relative;
    margin-bottom: 30px;
}

.cls_snglblogads {
    margin-top: 30px;
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
}

.cls_snglblogads .gwd-pagedeck > .gwd-page {
    position: relative;
}

.cls_ltarticlesads {
    margin-bottom: 30px;
}

/*18-11-2021*/
.cls-shoecontenr li {
    padding: 0;
    margin: 0 0 8px;
    padding-left: 25px;
    font-size: 14px;
    line-height: 18px;
    color: #a0a4a8;
}

.bloggreenlistbg .cls-shoecontenr ul li:before {
    background: url(../roshiblog/assets/images/tick-inside-circle.svg) 0 0 no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
    top: 0;
}

.accdetailbox {
    align-items: flex-start;
    display: block;
}

.cls-accbox {
    display: flex;
    justify-content: space-around;
}

.bloggreenlistbg ul {
    padding-bottom: 0px;
}

.oneaccountbox {
    padding-bottom: 15px;
}

.cls-shoecontenr .card-feature-list {
    margin-bottom: 0px;
}

.cls-shoecontenr .card-feature-list ul {
    margin-bottom: 0px;
}

.cls-acctitle h4 {
    font-size: 20px;
    margin-bottom: 20px;
}

.oneaccountbox {
    display: block;
}

.cls-accuobmain {
    display: flex;
    justify-content: space-around;
}

.bloggreenlistbg .cls-shoecontenr ul {
    padding: 10px 22px;
}

.modal-backdrop {
    z-index: 999999;
}

.modal {
    z-index: 9999999;
}

.mainimage_1 {
    padding: 20px 0;
}

.mainimage_1 h6 {
    text-align: left;
}

.mainimage_2 h6 {
    text-align: left;
}

button.disclaimer {
    padding: 0;
    border: none;
    background: none;
    color: #52575c;
    margin-left: 15px;
    text-transform: unset;
    font-weight: 400;
}

button.disclaimer div {
    font-size: 14px;
    line-height: 14px;
}

button.disclaimer i {
    color: #a0a4a8;
}

button.disclaimer:hover {
    color: #1ac577;
}

button.disclaimer img {
    margin-right: 5px;
    vertical-align: unset;
}

.disclaimer-modal .modal-dialog {
    max-width: 800px;
    border-radius: 10px;
    border: 2px solid #e0d2ed;
}

.disclaimer-modal .modal-content {
    background-color: #fcf9ff;
    border: none;
}

.disclaimer-modal .modal-body {
    padding: 80px 20px 0px 20px;
}

.disclaimer-modal .modal-footer {
    border: none;
    justify-content: center;
    /* padding-top:0px; */
    margin-bottom: 30px;
    margin-top: 10px;
}

.disclaimer-modal .modal-footer button {
    padding: 12px 35px;
    border-radius: 5px;
    text-transform: unset;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-size: 18px;
    font-style: normal;
    letter-spacing: normal;
    color: #fff;
    background: #1ac577;
}

.scroll-body {
    max-height: 200px;
    overflow-y: auto;
}

.disclaimer-modal .modal-footer button:hover {
    outline: none;
    text-decoration: none;
    background: #683e8b;
    color: #fff;
    border-color: #683e8b;
}

.disclaimer-modal .modal-header {
    padding: 0;
    margin: 0;
    border: none;
}

.disclaimer-modal .close {
    width: 49px;
    height: 49px;
    position: absolute;
    top: 20px;
    right: 30px;
    opacity: 1;
    z-index: 9999;
}

.disclaimer-modal .close:hover {
    background: none;
}

.disclaimer-modal h2 {
    font-size: 42px;
    line-height: 52px;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    color: #4f2b72;
    margin-bottom: 20px;
}

.disclaimer-modal p {
    font-family: proxima-nova, sans-serif;

    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
    color: #4f2b72;
}

.dos-wrp p {
    width: fit-content;
    margin-bottom: 0;
}

.dos-wrp {
    display: flex;
}

button.disclaimer.ch-c {
    color: white;
}

button.disclaimer.ch-c:hover,
body.page-template-savings-fixed button.disclaimer.ch-c:hover {
    color: #1ac577;
}

.ch-c img {
    filter: brightness(0) invert(1);
}

.page-template-savings-fixed button.disclaimer.ch-c {
    color: #52575c;
}

.page-template-savings-fixed button.disclaimer.ch-c img {
    filter: unset;
}

.scroll-body {
    max-height: 200px;
    overflow-y: auto;
}
/*12-02-2023*/
th.cust-table-line {
    border-bottom: 1px solid #ddd;
}
.single-post .bloggreenlistbg ul li {
    margin-bottom: 15px;
}
.single-post .bloggreenlistbg ol li {
    margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
    .disclaimer-modal h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .latestarticlepage .blog-post-thumb {
            padding-left: 0 !important;
        }

    .page-template-savings-fixed button.disclaimer.ch-c img {
        filter: brightness(0) invert(1);
    }

    .disclaimer-modal p {
        font-size: 15px;
        line-height: 20px;
    }

    .disclaimer-modal .modal-footer button {
        font-size: 15px;
        padding: 10px 20px;
    }

    .disclaimer-modal .modal-body {
        padding: 50px 10px 30px 10px;
    }

    .disclaimer-modal .close {
        right: 20px;
        top: 10px;
    }

    .disclaimer-modal .modal-footer {
        margin-top: 0;
        padding-top: 0;
    }

    button.disclaimer div {
        font-size: 0;
    }

    button.disclaimer {
        margin-left: 5px;
    }

    button.disclaimer.ch-c div {
        font-size: 0;
    }

    button.disclaimer.ch-c {
        margin-left: 12px;
    }
}

@media only screen and (max-width: 1200px) {
    button.disclaimer div {
        font-size: 0;
    }

    button.disclaimer {
        margin-left: 5px;
    }
}

.footer-bottom .copy-right-social.cls-copyrights p:last-child {
    font-weight: 400;
    font-size: 12px !important;
}

@media only screen and (max-width: 576px) {
    .footer-bottom .copy-right-social.cls-copyrights p span {
        font-size: 10px !important;
        font-weight: 400;
    }

    .copy-right-social.cls-copyrights .cls-copyrights p {
        font-size: 11px !important;
    }
}

.cls-footersocialmenu .menu {
    justify-content: center;
}

.blogservicebox.first .blogsercontent .blogserbtn:hover {
    background: #4f2b72;
    color: #ffffff;
}

.blogservicebox.second .blogsercontent .blogserbtn:hover {
    background: #1ac577;
    color: #ffffff;
}

.row-marg {
    margin-left: 0 !important;
}

.col-2nd {
    padding-left: 39px !important;
}

@media only screen and (max-width: 1168px) {
    .box-col-8.col-1st-2 {
        flex: 0 0 80% !important;
        max-width: 80% !important;
    }
}

.blogtwoboxsec > .row > .col-md-6 {
    background: #f4eff9;
}

.error404 .error-404.not-found {
    padding-top: 50px;
}

.logbtn ul li a {
    font-weight: 700;
}

@media (max-width: 767px) {
    .cls-copyrights p:first-child {
        line-height: 25px;
        font-size: 10px !important;
    }

    .cls-copyrights p:last-child,
    .cls-copyrights a {
        font-size: 12px !important;
        line-height: 20px;
        color: #cacccf !important;
    }

    .chip-wrapper {
        margin: 10px auto !important;
    }

    .marketplace-card {
        padding-bottom: 0;
    }
}

.footer_all .footer-bot {
    padding: 50px 0 20px !important;
}

.footer .footer-heading {
    font-family: proxima-nova, sans-serif;
    position: relative;
    font-weight: 700;
    font-size: 16px !important;
    margin-bottom: 10px !important;
    color: white;
}

.footer ul li a {
    font-family: proxima-nova, sans-serif;
    color: #cacccf !important;
    margin-bottom: 0 !important;
    font-size: 16px !important;
}

.footer ul li a:hover {
    color: white !important;
}

.footer .disclaimer {
    color: #cacccf;
}

.copyright-section {
    color: #888894 !important;
}

.foot-social {
    gap: 15px;
}

.footer .copyright-section a {
    font-family: proxima-nova, sans-serif;
}

.footer .copyright-section {
    border-top: 1px solid #52575c;
    padding-top: 20px;
    margin-top: 20px;
}

.footer ul li::before {
    content: "";
    height: 0;
    width: 0;
}

.footer ul li {
    padding-left: 0;
    margin-bottom: 5px;
}

.footer ul li a:hover {
    color: #a7b1bb;
    text-decoration: none;
}

.footer-top {
    height: 200px;
    background-image: url("images/backgrounds/footer-background.png");
    object-fit: contain;
    display: flex;
    margin-top: -30px;
    background-position: 60px;
    width: 100%;
    z-index: 999;
    position: relative;
}

.footer-top > .row {
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin-left: 120px;
    margin-right: 120px;
    width: 100%;
}

.footer-top > .row > div h2 {
    font-size: 24px;
    line-height: 39px;
    color: #4f2b72;
    font-weight: 700;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}

.footer-top > .row > div a {
    display: inline-block;
    background: #1ac577;
    color: #fff;
    padding: 15px 57px;
    width: auto;
    text-align: center;
    border-radius: 5px;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.04em;
    text-decoration: none;
    margin: 0;
    position: relative;
}

.footer-top > .row > div a:hover {
    background: #4f2b72;
}

.footer-img {
    width: auto;
    height: 200px;
    margin-right: 150px;
}

.fooler-cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.footer .copyright-section p .font-normal {
    font-weight: 500;
}

.footer .footer-bot .disclaimer p:nth-child(2) {
    color: #cacccf;
    font-size: 14px;
}

@media screen and (max-width: 1024px) {
    .footer-top {
        background-position: 0px;
        height: 200px;
    }

    .footer-top > .container > div {
        margin-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .footer_all .footer-bot p {
        font-size: 14px;
        line-height: 20px;
    }
    .footer ul li {
        text-align: center;
    }

    .footer-bot > .container > .row > div {
        border-bottom: 1px solid #52575c;
        margin: 0 20px;
        padding: 0px 10px 20px;
    }
    .footer .footer-bot .disclaimer p:nth-child(2) {
        text-align: center;
    }

    .footer .row {
        gap: 20px;
    }

    .footer-heading {
        text-align: center;
    }

    .footer .copyright-section {
        padding: 0px;
        border-top: none !important;
    }

    /* .footer_all .copy-right-social p {
        margin-bottom: 6px;
    } */

    .footer-img {
        display: none;
    }

    .footer-top {
        background-position: right;
        height: 200px;
    }

    .footer-top > .row {
        margin-right: 0;
        margin-left: 0;
    }

    .footer-top > .container {
        justify-content: center;
    }

    .copyright-link {
        flex-direction: column !important;
        gap: 5px !important;
        margin-bottom: 5px;
    }
}

.footer-heading .arrow {
    display: inline-block;
    position: absolute;
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.copyright-link {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.footer-heading .arrow.down::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 8px;
    width: 12px;
    height: 7px;
    vertical-align: middle;
    background: currentColor;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 7"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.50011 0.0664062L6.00011 4.56641L10.5001 0.0664062L11.5608 1.12707L6.00011 6.68773L0.439453 1.12707L1.50011 0.0664062Z" fill="white"/></svg>')
        no-repeat center;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 7"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.50011 0.0664062L6.00011 4.56641L10.5001 0.0664062L11.5608 1.12707L6.00011 6.68773L0.439453 1.12707L1.50011 0.0664062Z" fill="white"/></svg>')
        no-repeat center;
}

.footer-heading .arrow.up::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 7px;
    background: currentColor;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 7"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.50011 6.68773L6.00011 2.18773L10.5001 6.68773L11.5608 5.62707L6.00011 0.0664062L0.439453 5.62707L1.50011 6.68773Z" fill="white"/></svg>')
        no-repeat center;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 7"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.50011 6.68773L6.00011 2.18773L10.5001 6.68773L11.5608 5.62707L6.00011 0.0664062L0.439453 5.62707L1.50011 6.68773Z" fill="white"/></svg>')
        no-repeat center;
}
.footer_all .copy-right-social p {
    font-size: 14px;
    line-height: 20px;
}

.copyright-link span {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    line-height: 20px;
    color: #cacccf;
}

#copyright-link {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #cacccf;
    line-height: 20px;
}

#copyright-link:hover {
    color: white;
}

.footer .container {
    max-width: 1270px !important;
}

.purple-chip {
    color: #4f2b72;
    padding: 5px 10px;
    font-size: 10px;
    border-radius: 20px;
    line-height: 10px;
    background: #e0d2ed;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
}

.green-chip {
    color: #1ac577;
    padding: 5px 10px;
    font-size: 10px;
    border-radius: 20px;
    line-height: 10px;
    background: #e9fff5;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
}

.marketplace-card .green-chip,
.marketplace-card .purple-chip {
    margin: 0;
}

.icon-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.icon-box p {
    font-weight: 700;
    font-size: 18px;
    line-height: 25.2px;
    letter-spacing: 0px;
    text-align: center;
    color: #4f2b72;
}

.icon-box span {
    text-align: center;
}

.card-icon {
    width: 28px;
    height: auto;
    margin: 0 auto;
}

.chip-wrapper {
    display: flex;
    gap: 10px;
    margin: 20px 0;
}

.marketplace-card small {
    color: #a0a4a8;
}

.interestbox .monthly_repayment_text {
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 25.2px !important;
    letter-spacing: 0px !important;
    text-align: left !important;
    color: #4f2b72 !important;
}

.font-bold {
    font-weight: 700;
}
