/*============
Author: TezcoWeb
Template Name: Mavin Retirement Planning HTML5 Template
Author URI: https://www.templatemonster.com/authors/tezcoweb/
Version: 1.0
============*/

/* Table of contents */
/*====================
1. Base CSS
2. Header Top CSS 
3. Header Menu CSS
4. Hero CSS
5. Get To Know CSS
6. What We Do CSS
7. Retirement Seizing CSS
8. Testimonial CSS
9. Our Adviser CSS
10. FAQ CSS
11. Blog CSS
12. Footer CSS
12. Home V2 CSS
13. Breadcrumb CSS
14. What We Do Services Page CSS
15. Plan Security Page CSS
16. Our Advisor Page CSS
17. Faqs Page CSS
18. Blog Page CSS
19. Blog Right Side Bar CSS
20. IRA Page CSS
21. Consultation Page CSS
22. Contact US Page CSS
====================*/


/* ==========
    Base CSS
============ */
* {
    margin: 0;
    padding: 0;
    list-style: none;
}

html, body {
    scroll-behavior: smooth;
    font-family: 'Noto Sans', sans-serif;
}
img {
    max-width: 100%;
}
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
@-webkit-keyframes dance {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(25px, -25px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -25px, 25px);
    }
}
@keyframes dance {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(25px, -25px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -25px, 25px);
    }
}
@-webkit-keyframes moveleftbounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
.bounce-animate {
    -webkit-animation-name: float-bob;
            animation-name: float-bob;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@-webkit-keyframes float-bob {
    0% {
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px); }
    50% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px); }
    100% {
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px); } 
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

@-webkit-keyframes dance3 {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes dance3 {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

.cl-01 {
    color: #FF9B7B;
}

.cl-02 {
    color: #20CBF0;
}

.cl-03 {
    color: #AA77FD;
}

.cl-04 {
    color: #306FB5;
}

.cl-05 {
    color: #30B5AD;
}

.cl-06 {
    color: #47C7E3;
}

.cl-07 {
    color: #36E5DA;
}

.cl-08 {
    color: #FFAB6F;
}

.btn-prime, .btn-sec, .btn-prime-two, .btn-prime-three, .leave-comment-form button, .consultation-inner button, .breadcrumb-wrap.breadcrumb-error a {
    color: #F4F4F4;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-decoration: none;
    background-color: #1DBF73;
    padding: 20px 38px;
    display: inline-block;
    -webkit-box-shadow: 0px 14px 78px #D5ECE1;
            box-shadow: 0px 14px 78px #D5ECE1;
    border-radius: 32px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.btn-prime:hover {
    background-color: #FABD0C;
    color: #272B28;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.btn-sec {
    background-color: #525553;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.btn-sec:hover {
    background-color: #1DBF73;
}

.custom-relative {
    position: relative;
    z-index: 1;
}

/* =====================
    Loading Window CSS
======================= */
.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    border: 10px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-animation: animloader 1s linear infinite alternate;
            animation: animloader 1s linear infinite alternate;
  }
    @-webkit-keyframes animloader {
    0% {
        border-color: white rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    }
    33% {
        border-color: white white rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    }
    66% {
        border-color: white white white rgba(255, 255, 255, 0);
    }
    100% {
        border-color: white white white white;
    }
}
    @keyframes animloader {
    0% {
        border-color: white rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    }
    33% {
        border-color: white white rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    }
    66% {
        border-color: white white white rgba(255, 255, 255, 0);
    }
    100% {
        border-color: white white white white;
    }
} 

.loading-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 999;
}

.loading-wrap .loader {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* =====================
    Header Top CSS
======================= */
.header-top {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 0.25px solid #7d807e36;
}

.logo img {
    width: 120px;
    height: 34px;
}

.header-tp-right {
    text-align: right;
}

.header-tp-right a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #525553;
    font-family: 'Noto Sans', sans-serif;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header-tp-right a img {
    width: 22.5px;
    height: 22.5px;
}

.header-tp-right a:hover {
    color: #1DBF73;
}

/* =====================
    Header Menu CSS
======================= */

header {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 0.25px solid #7d807e36;
    position: relative;
    z-index: 3;
}

.main-menu ul li {
    display: inline-block;
    position: relative;
    margin-right: 38px;
    z-index: 1;
}

.main-menu ul li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #525553;
    font-family: 'Noto Sans', sans-serif;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.main-menu ul li:last-child {
    margin-right: 0;
}

.main-menu ul li.active a {
    font-weight: 600;
    color: #272B28;
}

.main-menu ul li a:hover, header .main-menu ul li .submenu li a:hover, .header-v2 .main-menu.main-menu-v2 ul li a:hover {
    color: #1DBF73;
}

.main-menu ul li .submenu {
    position: absolute;
    text-align: left;
    left: 0;
    top: 50px;
    min-width: 200px;
    background-color: #E8F9F1;
    padding: 15px 0;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.main-menu ul li:hover .submenu {
    opacity: 1;
    visibility: visible;
    top: 30px;
}
.main-menu ul li .submenu li {
    display: block;
    margin-right: 0;
    text-align: left;
}

.main-menu ul li .submenu li a, .main-menu ul li.active .submenu li a {
    padding: 8px 20px;
    font-weight: 400;
    display: inline-block;
    color: #272B28;
}


.search {
    text-align: right;
}

.search form {
    width: 389px;
    margin: 0 0 0 auto;
    position: relative;
    z-index: 1;
}

.search form input {
    width: 100%;
    height: 56px;
    outline: none;
    padding: 10px 28px;
    padding-right: 50px;
    border: 0.75px solid #7d807e;
}

.search form button {
    position: absolute;
    border: none;
    background-color: transparent;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 25px;
}

.search form input::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #7D807E;
    font-family: 'Noto Sans', sans-serif;
}

.search form input::-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #7D807E;
    font-family: 'Noto Sans', sans-serif;
}

.search form input:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #7D807E;
    font-family: 'Noto Sans', sans-serif;
}

.search form input::-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #7D807E;
    font-family: 'Noto Sans', sans-serif;
}

.search form input::placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #7D807E;
    font-family: 'Noto Sans', sans-serif;
}

/* =====================
    Hero CSS
======================= */
.hero {
    padding-top: 45px;
    padding-bottom: 60px;
}
.hero-left {
    z-index: 2;
    position: relative;
}
.hero-left h4 {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #525553;
    font-family: 'Inter', sans-serif;
    margin-bottom: 15px;
}

.hero-left h4 img {
    margin-top: -3px;
}

.hero-left h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 72px;
    color: #272B28;
    margin-bottom: 12px;
}

.hero-left p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #525553;
    font-family: 'Noto Sans', sans-serif;
    margin-bottom: 57px;
}

.hero-right {
    text-align: right;
    position: relative;
    z-index: 1;
}
.hero-right .anim-hero-01, .hero-right .anim-hero-02 {
    position: absolute;
    width: 66.11px;
    height: 66.11px;
}

.hero-right .anim-hero-01 {
    left: 14%;
    top: 5px;
}

.hero-right .anim-hero-02 {
    bottom: -5%;
    left: 12%;
}

.hero-right .anim-bubble {
    position: absolute;
    height: 239px;
    width: 239px;
    z-index: -1;
    bottom: -40px;
    left: -100px;
    -webkit-animation: rotation 12s infinite linear;
}

/* =====================
    Get To Know CSS
======================= */
.get-to-know {
    padding-top: 55px;
}

.heading-common.get-know-mid {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}

.heading-common h4 {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #525553;
    font-family: 'Inter', sans-serif;
    margin-bottom: 16px;
}

.heading-common h4 img, .testimonial-slider .owl-item .heading-common h4 img {
    margin-top: -4px;
    display: inline-block;
}

.heading-common h2 {
    font-size: 46px;
    font-weight: 500;
    line-height: 60px;
    color: #272B28;
    font-family: 'Noto Sans', sans-serif;
    margin-bottom: 24px;
}

.heading-common.get-know-mid p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #525553;
    margin-bottom: 46px;
}

.get-know-rt {
    padding-top: 125px;
    position: relative;
    z-index: 1;
}

.anim-know-rt {
    position: absolute;
    top: 20px;
    left: -50px;
    width: 130px;
    height: 130px;
    -webkit-animation: dance 4s alternate infinite;
    animation: dance 4s alternate infinite;
}

.get-know-lf {
    position: relative;
    z-index: 1;
}

.anim-know-lf {
    position: absolute;
    z-index: -1;
    bottom: -68px;
    right: -63px;
    width: 173px;
    height: 173px;
    -webkit-animation: rotation 12s infinite linear;
}

/* =====================
    What We Do CSS
======================= */
.what-we-do {
    padding-top: 100px;
    padding-bottom: 75px;
}
.work-box {
    border: 1px solid #B9ECD4;
    border-radius: 8px;
    padding: 60px 38.5px;
    min-height: 403px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-bottom: 25px;
}

.icon-work {
    width: 48px;
    height: 48px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 25px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.work-icons {
    position: relative;
    z-index: 1;
}

.work-icons .hover-color {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.work-box:hover .work-icons .primary-color {
    opacity: 0;
    visibility: hidden;
}

.work-box:hover .work-icons .hover-color {
    opacity: 1;
    visibility: visible;
}

.work-box h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: #272B28;
    margin-bottom: 14px;
}

.work-box p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #525553;
    margin-bottom: 34px;
}

.work-box a, .blog-info a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #272B28;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: relative;
    z-index: 1;
}

.work-box a img, .blog-info a img {
    width: 23.88px;
    height: 8.65px;
    -o-object-fit: cover;
       object-fit: cover;
    display: inline-block;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-35%);
        -ms-transform: translateY(-35%);
            transform: translateY(-35%);
    right: -34px;
}

.work-box a:hover, .blog-info a:hover {
    color: #1DBF73;
}

.work-box a:hover img, .blog-info a:hover img {
    right: -30px;
}

.work-box:hover {
    -webkit-box-shadow: 0px 14px 28px #DCECE4;
            box-shadow: 0px 14px 28px #DCECE4;
    border: 1px solid transparent;
}

.heading-common.heading-what-we-do {
    padding-bottom: 42px;
    position: relative;
    z-index: 1;
}

.anim-bubble03, .anim-shape04 {
    position: absolute;
    z-index: -1;
}

.anim-bubble03 {
    right: 10%;
    top: 0;
    -webkit-animation: dance3 4s alternate infinite;
            animation: dance3 4s alternate infinite;
}

.anim-shape04 {
    right: 25%;
    top: 55%;
    -webkit-animation: dance 4s alternate infinite;
            animation: dance 4s alternate infinite;
}

/* =========================
    Retirement Seizing CSS
=========================== */
.retirement-sezing {
    padding-top: 95px;
    padding-bottom: 85px;
    background-image: url(../images/home/retirement-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.retirement-sezing::before {
    position: absolute;
    content: '';
    inset: 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.retirement-sezing-info h3 {
    font-size: 36px;
    font-weight: 500;
    line-height: 51px;
    color: #272B28;
    margin-bottom: 16px;
}

.retirement-sezing-info p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #525553;
    margin-bottom: 42px;
}

/* ==================
    Testimonial CSS
==================== */
.testimonial {
    padding-top: 140px;
    padding-bottom: 100px;
    overflow: hidden;
}

.testimonial .anim-testimonial {
    position: absolute;
    right: 20px;
    top: 4%;
    -webkit-animation-name: moveleftbounce;
    animation-name: moveleftbounce;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.testimonial-left {
    text-align: center;
    position: relative;
    z-index: 1;
}

.testimonial-left img, .testimonial-slider .owl-item .testimonial-left img {
    width: 374px;
    height: 502px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 32px;
    margin: 0 auto;
}
.quote img, .testimonial-slider .owl-item .quote img {
    width: 40px;
    height: 50px;
    -o-object-fit: contain;
       object-fit: contain;
}

.quote {
    position: absolute;
    right: 52px;
    top: -15px;
    background-color: #EE8766;
    width: 96px;
    height: 96px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
}

.testimonial-right p, .client-name, .client-designation {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #525553;
    margin-bottom: 34px;
}

.testimonial-right h2 {
    margin-bottom: 32px;
}

.client-infos p {
    margin-bottom: 0;
}

.client-name {
    color: #525553;
    font-weight: 400;
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    line-height: 32px;
}

.client-name span {
    color: #5653E2;
    font-weight: 400;
}

.client-designation span {
    color: #000;
    font-weight: 500;
}

.testimonial-slider.owl-carousel .owl-stage-outer, .blog-slider.owl-carousel .owl-stage-outer, .slider-client-v2.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.testimonial-slider .owl-item, .blog-slider .owl-item, .slider-client-v2 .owl-item {
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}

.testimonial-slider .owl-item.active, .blog-slider .owl-item.active, .slider-client-v2 .owl-item.active {
    opacity: 1;
}

.testimonial-slider .owl-nav div {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 30px;
    color: #7D807E;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.testimonial-slider .owl-nav div.owl-prev {
    right: 55px;
}

.testimonial-slider .owl-nav div:hover {
    color: #1DBF73;
}

/* ==================
    Our Adviser CSS
==================== */
.our-advisor {
    background-color: #E8F9F1;
    padding-top: 55px;
    padding-bottom: 130px;
}

.heading-advisor, .heading-faq {
    text-align: center;
    margin-bottom: 48px;
    position: relative;
    z-index: 1;
}
.anim-fly {
    position: absolute;
    left: 16%;
    top: 76%;
    -webkit-animation: dance 4s alternate infinite;
            animation: dance 4s alternate infinite;
}
.our-single-advisor {
    position: relative;
    z-index: 1;
    text-align: center;
    width: 85%;
    margin: 0 auto;
}

.advisor-details h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: #5653E2;
    margin-bottom: 10px;
}

.advisor-details p {
    font-size: 16px;
    color: #525553;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 0;
}

.advisor-details {
    padding-top: 20px;
}

.our-single-advisor img {
    width: 100%;
    height: 340px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px;
    margin: 0 auto;
}

.single-slide-adviser {
    width: 100%;
}
.our-adviser-slider .owl-item {
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.our-adviser-slider .owl-item.active.center {
    padding-top: 128px;
}
.our-adviser-slider .owl-item.firstactiveitem {
    padding-top: 30px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.our-adviser-slider .owl-nav div, .our-special-slider .owl-nav div {
    position: absolute;
    left: calc(50% - 25px);
    bottom: -75px;
    font-size: 24px;
    color: #7D807E;
    cursor: pointer;
}

.our-adviser-slider .owl-nav div.owl-next, .our-special-slider .owl-nav div.owl-next {
    left: calc(50% - -25px);
}

.our-adviser-slider .owl-nav div:hover, .our-special-slider .owl-nav div:hover {
    color: #1DBF73;
}
.our-adviser-slider .owl-item .social-link ul li:nth-child(1) a img {
    width: 15px;
    height: 15px;
    border-radius: 0;
}

.our-adviser-slider .owl-item .social-link ul li:nth-child(2) a img {
    width: 9px;
    height: 15px;
    border-radius: 0;
}
.single-slide-adviser-v2 .our-single-advisor {
    width: 100%;
}
/* ==========
    FAQ CSS
============ */
.faqs {
    padding-top: 100px;
    position: relative;
    z-index: 1;
}

.faq-wrap .accordion-header .accordion-button {
    background-color: transparent;
    border: 1px solid #B8C7C0;
    padding: 24px 46px;
    border-radius: 4px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    color: #1DBF73;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.faq-wrap .accordion-item {
    border: none;
    margin-bottom: 28px;
}

.faq-wrap .accordion-header .accordion-button.collapsed {
    color: #525553;
}

.faq-wrap .accordion-body p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #525553;
    margin-bottom: 0;
}

.faq-wrap .accordion-body {
    background-color: #F9FAF9;
    padding: 24px 56px;
    margin-top: 16px;
}

.faq-wrap .accordion-button:not(.collapsed)::after {
    background-image: url(../images/icon-svg/minus.svg);
}

.faq-wrap .accordion-button::after {
    background-image: url(../images/icon-svg/plus.svg);
    background-size: 12px 12px;
    background-position: center center;
}

.anim-faq01, .anim-faq02, .anim-faq03, .anim-faq04 {
    position: absolute;
    -webkit-animation: dance 4s alternate infinite;
            animation: dance 4s alternate infinite;
}

.anim-faq01 {
    left: 10%;
    top: 80px;
}

.anim-faq02 {
    right: 10%;
    top: 65px;
}

.anim-faq03 {
    bottom: 40px;
    left: -13%;
}

.anim-faq04 {
    bottom: 45px;
    right: -14%;
}

/* ===========
    Blog CSS
============= */
.our-blog {
    padding-top: 70px;
    padding-bottom: 100px;
}

.our-blog {
    padding-top: 70px;
    padding-bottom: 100px;
    overflow: hidden;
}

.heading-blog p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #525553;
    margin-bottom: 0;
}

.heading-blog {
    padding-right: 445px;
    padding-bottom: 82px;
}

.blog-img img {
    border-radius: 4px;
    width: 566px;
    height: 357px;
    -o-object-fit: cover;
       object-fit: cover;
}

.blog-img {
    position: relative;
    z-index: 1;
}

.blog-date {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #1DBF73;
    padding: 10px 16px;
    border-top-right-radius: 4px;
}

.blog-date p img {
    width: 14px;
    height: 14px;
    margin-right: 15px;
}

.blog-date p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #E8F9F1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    z-index: 1;
}

.blog-date p::before {position: absolute;content: '';left: 21.5px;top: 0;width: 1px;height: 100%;background-color: #7D807E;}

.blog-info h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: #272B28;
    margin-bottom: 15px;
}

.blog-info p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #525553;
    margin-bottom: 35px;
}

.blog-info {
    padding-top: 20px;
}

.single-blog {
    width: 100%;
}

.blog-slider .owl-nav div {
    position: absolute;
    right: 0;
    top: -32%;
    font-size: 25px;
    color: #7D807E;
    cursor: pointer;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.blog-slider .owl-nav div.owl-prev {
    right: 51px;
}

.blog-slider .owl-nav div:hover {
    color: #1DBF73;
}

/* =============
    Footer CSS
=============== */
footer {
    padding-top: 96px;
    padding-bottom: 96px;
    background-image: url(../images/home/footer-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

footer::before {
    background: -o-linear-gradient(bottom, rgba(14, 28, 17, 0.9), rgba(14, 28, 17, 0.9));
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(14, 28, 17, 0.9)), to(rgba(14, 28, 17, 0.9)));
    background: linear-gradient(0deg, rgba(14, 28, 17, 0.9), rgba(14, 28, 17, 0.9));
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
}
.footer-info {
    padding-right: 55px;
}
.footer-info img {
    width: 120px;
    height: 34px;
    margin-bottom: 20px;
}

.footer-info p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #fff;
    margin-bottom: 28px;
}

.footer-info form {
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.footer-info form input[type="email"] {
    width: 100%;
    background-color: transparent;
    border: 1px solid #CDC9BB;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #FFFFFF;
    height: 58px;
    padding: 13px 15px;
    padding-right: 84px;
    border-radius: 4px;
}

.footer-info form input[type="email"]::-webkit-input-placeholder {
    color: #fff;
}

.footer-info form input[type="email"]::-moz-placeholder {
    color: #fff;
}

.footer-info form input[type="email"]:-ms-input-placeholder {
    color: #fff;
}

.footer-info form input[type="email"]::-ms-input-placeholder {
    color: #fff;
}

.footer-info form input[type="email"]::placeholder {
    color: #fff;
}

.footer-info form button {
    background-color: #1DBF73;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: 58px;
    width: 82px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer-info form button img {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 0;
}

.footer-info form button:hover {
    background-color: #FABD0C;
}

.footer-nav h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    color: #fff;
    margin-bottom: 30px;
}

.footer-nav ul li {
    display: block;
    position: relative;
    z-index: 1;
    margin-bottom: 18px;
}

.footer-nav ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer-nav ul li a:hover {
    color: #1DBF73;
}

.footer-nav-last {
    padding-left: 85px;
}

.custom-line {
    border-top: 1px solid #D4D5D4;
    border-bottom: 1px solid #D4D5D4;
    padding-top: 80px;
    padding-bottom: 60px;
    margin-bottom: 40px;
}

.footer-social ul li, .social-link ul li, .blog-social-list ul li {
    display: inline-block;
    margin-left: 10px;
}

.footer-social ul li a, .social-link ul li a, .blog-social-list ul li a {
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #000000;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer-social ul li:nth-child(1) a img, .social-link ul li:nth-child(1) a img, .blog-social-list ul li:nth-child(1) a img {
    width: 6.92px;
    height: 13.85px;
    -o-object-fit: cover;
       object-fit: cover;
}

.footer-social ul li:nth-child(2) a img, .social-link ul li:nth-child(2) a img, .blog-social-list ul li:nth-child(2) a img, .our-adviser-slider .owl-item .social-link ul li:nth-child(2) a img {
    width: 14.54px;
    height: 13.85px;
    -o-object-fit: cover;
       object-fit: cover;
}

.footer-social ul li:nth-child(3) a img, .social-link ul li:nth-child(3) a img, .blog-social-list ul li:nth-child(3) a img {
    width: 18px;
    height: 13.85px;
    -o-object-fit: cover;
       object-fit: cover;
}

.footer-social ul li:nth-child(1) a, .social-link ul li:nth-child(1) a, .blog-social-list ul li:nth-child(1) a {
    background-color: #364AFA;
}
.footer-social ul li:nth-child(2) a, .social-link ul li:nth-child(2) a, .blog-social-list ul li:nth-child(2) a {
    background-color: #14A7D6;
}
.footer-social ul li:nth-child(3) a, .social-link ul li:nth-child(3) a, .blog-social-list ul li:nth-child(3) a {
    background-color: #29C7F9;
}

.footer-social ul li:first-child, .social-link ul li:first-child, .blog-social-list ul li:first-child {
    margin-left: 0;
}

.footer-social ul li a:hover, .social-link ul li a:hover, .blog-social-list ul li a:hover {
    background-color: #1DBF73;
}

.footer-copyright {
    text-align: right;
}

.footer-copyright p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    color: #fff;
}
/* ==============
    Home V2 CSS
=============== */
.header-v2 {
    padding-top: 20px;
    background-color: transparent;
    border-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 2;
}

.main-menu.main-menu-v2 ul li a {
    color: #E8F9F1;
}

.main-menu.main-menu-v2 ul li.active a {
    color: #1DBF73;
}

.header-v2-right {
    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: end;
}

.search-v2 a img {
    width: 24px;
    height: 24px;
}

.home-v2-phone a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    line-height: 20px;
    font-size: 18px;
    position: relative;
    z-index: 1;
    padding-left: 50px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.home-v2-phone a img {
    width: 16.88px;
    height: 16.88px;
}

.phone-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #FABD0C;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.phone-icon:hover {
    background-color: #1DBF73;
}

.search-v2 {
    padding-right: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    z-index: 1;
}

.search-v2::before {
    position: absolute;
    content: '';
    right: 50%;
    -webkit-transform: translateX(12px);
        -ms-transform: translateX(12px);
            transform: translateX(12px);
    top: 0;
    background-color: #23553D;
    width: 1px;
    height: 100%;
}

.home-v2-phone a:hover {
    color: #1DBF73;
}

.modal-search .modal-body, .modal-search .modal-content {
    padding: 0;
    background: transparent;
}

.modal-search .modal-body form input[type="search"] {
    background: #fff;
    width: 100%;
    border: 1px solid #1DBF73;
    padding: 18px 20px;
    padding-right: 60px;
    border-radius: 4px;
    font-size: 16px;
    color: #525553;
    outline: none;
}

.modal-search .modal-body form input[type="search"]::-webkit-input-placeholder {color: #525553;}

.modal-search .modal-body form input[type="search"]::-moz-placeholder {color: #525553;}

.modal-search .modal-body form input[type="search"]:-ms-input-placeholder {color: #525553;}

.modal-search .modal-body form input[type="search"]::-ms-input-placeholder {color: #525553;}

.modal-search .modal-body form input[type="search"]::placeholder {color: #525553;}

.modal-search .modal-body form {position: relative;z-index: 1;}

.modal-search .modal-body form button {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border: none;
    background-color: transparent;
    font-size: 24px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.modal-search .modal-body form button:hover {
    color: #1DBF73;
}

/* ==============
    Hero V2 CSS
=============== */
.hero-v2 {
    padding-top: 240px;
    padding-bottom: 150px;
    background-image: url(../images/home/hero-v2.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.hero-v2-wrap p {
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    color: #FABD0C;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
}

.hero-v2-wrap h1 {
    font-size: 46px;
    line-height: 60px;
    font-weight: 500;
    color: #E8F9F1;
    margin-bottom: 55px;
}

.btn-prime-two, .btn-prime-three, .leave-comment-form button {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 4px;
}

.btn-prime-two:hover, .leave-comment-form button:hover {
    background-color: #FABD0C;
    color: #272B28;
}

.hero-v2-wrap {
    position: relative;
    z-index: 1;
}

.anim-hero-v2, .anim-hero-love {
    position: absolute;
    z-index: -1;
}

.anim-hero-v2 {
    left: 25%;
    bottom: -95px;
}

.anim-hero-love {
    left: 46%;
    top: 47%;
    -webkit-animation: dance 4s alternate infinite;
    animation: dance 4s alternate infinite;
}

/* ======================
    Smart Retirement CSS
======================== */
.smart-retirement {
    padding-top: 100px;
    padding-bottom: 100px;
}

.smart-retirement-left {
    background-color: #fff;
    -webkit-box-shadow: -30px 0px 49px #E9EBEA;
            box-shadow: -30px 0px 49px #E9EBEA;
    width: 740px;
    position: relative;
    z-index: 1;
    padding: 50px 100px;
    margin-top: 135px;
}

.smart-retirement-left h2 {
    font-size: 46px;
    line-height: 60px;
    font-weight: 600;
    color: #272B28;
    margin-bottom: 24px;
}

.smart-retirement-left p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #525553;
    margin-bottom: 35px;
}

.btn-border {
    border: 1px solid #1DBF73;
    color: #1DBF73;
    text-decoration: none;
    padding: 20px 38px;
    display: inline-block;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.btn-border:hover {
    background-color: #1DBF73;
    color: #fff;
}

.smart-retirement-right {
    text-align: right;
}

.smart-retirement-right img {
    width: 507px;
    height: 608px;
    -o-object-fit: cover;
       object-fit: cover;
}
.box-love-shape {
    position: absolute;
    right: 0;
    bottom: -40px;
    background-color: #1DBF73;
    padding: 16px 23px;
}

.shape-angle {
    position: absolute;
    right: 15%;
    top: -31%;
    width: 98px;
    height: 98px;
}

/* ======================
    Retirement V2 CSS
======================== */
.our-retirement-snd {
    padding-top: 80px;
    padding-bottom: 75px;
    background-image: url(../images/home/our-retirement.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.px-custom {
    padding-right: 0;
    padding-left: 0;
}

.retirment-liner {
    padding-left: 15px;
    padding-right: 15px;
}

.work-box.work-box-snd {
    border-left: 0;
    border-right: 2px solid #B9ECD4;
    border-bottom: 2px solid #B9ECD4;
    border-radius: 0;
    border-top: 0;
    margin-bottom: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: rgba(255, 255, 255, 0.02);
    min-height: 405.19px;
}

.retirment-liner .px-custom:nth-child(3) .work-box-snd, .retirment-liner .px-custom:nth-child(6) .work-box-snd {
    border-right: 0;
}

.retirment-liner .px-custom:nth-last-child(-n+3) .work-box-snd {
    border-bottom: 0;
}

.our-retirement-head {
    text-align: center;
    margin-bottom: 65px;
}

.our-retirement-head h2 {
    font-size: 46px;
    line-height: 60px;
    font-weight: 500;
    color: #FABD0C;
    margin-bottom: 0;
}

.work-box.work-box-snd h3, .work-box.work-box-snd p, .work-box.work-box-snd a {
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.work-box.work-box-snd:hover {
    background-color: #fff;
}

.work-box.work-box-snd:hover h3, .work-box.work-box-snd:hover p {
    color: #272B28;
}

.work-box.work-box-snd:hover a {
    color: #1DBF73;
}

.work-box.work-box-snd a svg {
    width: 25px;
    height: auto;
    margin-left: 6px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.work-box.work-box-snd a:hover svg {
    margin-left: 3px;
}
/* ==============
   Client V2 CSS
================ */
.clients-v2 {
    padding-top: 75px;
    padding-bottom: 100px;
    overflow: hidden;
}

.client-v2-left img {
    width: 507px;
    height: 608px;
    -o-object-fit: cover;
       object-fit: cover;
}

.client-v2-right {
    width: 749px;
    background-color: #fff;
    -webkit-box-shadow: 36px 4px 48px #E9EAE9;
            box-shadow: 36px 4px 48px #E9EAE9;
    padding: 62px 73px;
    padding-bottom: 98px;
    position: relative;
    z-index: 1;
    margin-left: -87px;
    margin-top: 40px;
}

.client-v2-right h2 {
    font-size: 46px;
    font-weight: 500;
    color: #272B28;
    line-height: 60px;
    margin-bottom: 31px;
}

.client-v2-right p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: #000;
    margin-bottom: 30px;
}

.client-v2-right .client-v2-info .client-name-v2 {
    font-size: 18px;
    color: #000000;
    line-height: 32px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}

.client-name-v2 span {
    color: #5653E2;
    font-weight: 500;
}

.client-des-v2 {
    color: #525553;
}

.client-des-v2 span {
    color: #000000;
    font-weight: 500;
}

.client-quote-v2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 124px;
    height: 126px;
    background-color: #FABD0C;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-shadow: 36px 4px 48px #DDEADF;
            box-shadow: 36px 4px 48px #DDEADF;
}

.client-quote-v2 img {
    width: 63.78px;
    height: 48.73px;
}

.client-anim-v2 img {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: -1;
}

.slider-client-v2 .owl-nav div {
    position: absolute;
    bottom: 56px;
    left: 0;
    font-size: 25px;
    color: #7D807E;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.slider-client-v2 .owl-nav div.owl-next {
    left: 48px;
}

.slider-client-v2 .owl-nav div:hover {
    color: #1DBF73;
}

/* =======================
   Retirement Seizing CSS
========================= */
.retirement-seizing {
    padding-top: 150px;
    padding-bottom: 130px;
    background-image: url(../images/home/retirement-seizing.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.retirement-seizing::before {
    position: absolute;
    content: '';
    inset: 0;
    background: -o-linear-gradient(bottom, rgba(22, 50, 36, 0.85), rgba(22, 50, 36, 0.85));
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(22, 50, 36, 0.85)), to(rgba(22, 50, 36, 0.85)));
    background: linear-gradient(0deg, rgba(22, 50, 36, 0.85), rgba(22, 50, 36, 0.85));
    z-index: -1;

}
.btn-prime-three {
    background-color: #FABD0C;
    color: #272B28;
}
.btn-prime-three:hover {
    background-color: #1DBF73;
}

.seizing-wrap {
    text-align: center;
    position: relative;
    z-index: 1;
}

.seizing-wrap h2 {
    font-size: 56px;
    color: #E8F9F1;
    font-weight: 600;
    line-height: 72px;
    margin-bottom: 17px;
}

.seizing-wrap p {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #E8F9F1;
    margin-bottom: 38px;
}

.anim-reti, .anim-fly2 {
    position: absolute;
}

.anim-reti {
    right: 5%;
    top: -60px;
    width: 88.19px;
    height: 90.03px;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-animation-name: moveleftbounce;
    animation-name: moveleftbounce;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.anim-fly2 {
    left: -25px;
    bottom: -15%;
    width: 64px;
    height: 64px;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-animation: dance 4s alternate infinite;
            animation: dance 4s alternate infinite;
}

.heading-common.heading-retirement {
    text-align: center;
}

.retirement-specialist {
    padding-top: 100px;
    padding-bottom: 115px;
}

.heading-common.heading-retirement h2 {
    margin-bottom: 70px;
}

.single-slide-adviser-v2 {
    width: 100%;
}

.our-special-slider .owl-nav div {
    bottom: -78px;
}

/* ===========
   FAQ V2 CSS
============= */
.faq-v2 {
    padding-top: 60px;
    padding-bottom: 100px;
}

.heading-common.faq-v2-left p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #525553;
    margin-bottom: 40px;
}

.faq-call h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #272B28;
    margin-bottom: 23px;
}

.faq-v2-phone .phone-icon {
    background-color: #1DBF73;
}

.faq-v2-phone .phone-icon:hover {
    background-color: #FABD0C;
}

.home-v2-phone.faq-v2-phone a {
    color: #525553;
}

.home-v2-phone.faq-v2-phone a:hover {
    color: #1DBF73;
}

.faq-wrap.faq-v2-wrap .accordion-header .accordion-button {border: none;padding: 0;font-size: 18px;font-weight: 500;line-height: 28px;}

.faq-wrap.faq-v2-wrap .accordion-body {
    background-color: transparent;
    padding: 0;
    margin-top: 32px;
}

.faq-wrap.faq-v2-wrap .accordion-body p {
    font-size: 16px;
    line-height: 28px;
    color: #525553;
}

.faq-wrap.faq-v2-wrap {
    padding-left: 30px;
}

.faq-wrap.faq-v2-wrap .accordion-button::after {
    background-size: 15px 15px;
}

/* ============
   Blog V2 CSS
============== */
.feature-guide {
    background-color: #1B412F;
    padding-top: 100px;
    padding-bottom: 195px;
    overflow: hidden;
}

.heading-common.heading-blog-v2 {
    text-align: center;
}

.heading-common.heading-blog-v2 h2 {color: #fff;margin-bottom: 68px;}

.future-left img {
    width: 535px;
    height: 318px;
    -o-object-fit: cover;
       object-fit: cover;
}
.date-blog-v2 {
    display: inline-block;
    background-color: #FABD0C;
    padding: 10px 14px;
    border-top-right-radius: 4px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.blog-v2-lf img {
    width: 11.5px;
    height: 11.5px;
    -o-object-fit: cover;
       object-fit: cover;
}

.future-right .blog-v2-rt p {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #272B28;
    margin-bottom: 0;
}

.blog-v2-lf {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-57%);
        -ms-transform: translateY(-57%);
            transform: translateY(-57%);
}

.blog-v2-rt {
    padding-left: 38px;
}

.date-blog-v2::before {
    position: absolute;
    content: '';
    left: 25.5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background-color: #7D807E;
}

.future-right h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    color: #E8F9F1;
    margin-bottom: 16px;
}

.future-right p {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
    margin-bottom: 26px;
}

.btn-knowmore {
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    color: #E8F9F1;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.btn-knowmore svg {
    width: 30px;
    height: auto;
    margin-left: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.btn-knowmore:hover svg {
    margin-left: 5px;
}

.future-right {
    margin-top: 13px;
}

.btn-knowmore:hover {
    color: #FABD0C;
}
.future-slide .owl-dots {
    position: absolute;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-top: 100px;
}

.future-slide .owl-dots div {
    width: 20px;
    height: 8px;
    border-radius: 6px;
    background-color: #E8F9F1;
    display: inline-block;
    margin: 0 5px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.future-slide .owl-dots div.active {
    width: 60px;
    background-color: #1DBF73;
}

.slide-guide {
    position: relative;
    z-index: 1;
}

.anim-feture-v2 {
    width: 80px;
    height: 70px;
    -o-object-fit: contain;
       object-fit: contain;
    position: absolute;
    bottom: -35%;
    right: 5%;
    -webkit-animation: dance 4s alternate infinite;
            animation: dance 4s alternate infinite;
}
/* ===============
   Footer V2 CSS
================= */
.footer-v2 {
    background: #F9FAD9;
    padding-bottom: 30px;
}

.footer-v2::before {
    background: none;
}

.footer-v2 .custom-line {
    border: none;
    margin-bottom: 0;
}

.footer-wrap {
    border-top: 1px solid #D4D5D4;
    border-bottom: 1px solid #D4D5D4;
}

.footer-copyright-v2 {
    padding-top: 40px;
}

.footer-copyright-v2 .footer-copyright p {
    color: #666270;
    font-weight: 400;
}

.footer-wrap .footer-info p {
    color: #525553;
    font-weight: 400;
}

.footer-wrap .footer-info form input[type="email"] {
    color: #7D807E;
}

.footer-wrap .footer-info form input[type="email"]::-webkit-input-placeholder {color: #7D807E;}

.footer-wrap .footer-info form input[type="email"]::-moz-placeholder {color: #7D807E;}

.footer-wrap .footer-info form input[type="email"]:-ms-input-placeholder {color: #7D807E;}

.footer-wrap .footer-info form input[type="email"]::-ms-input-placeholder {color: #7D807E;}

.footer-wrap .footer-info form input[type="email"]::placeholder {color: #7D807E;}

.footer-wrap .footer-nav h3 {
    color: #272B28;
}

.footer-wrap .footer-nav ul li a {
    color: #525553;
}

.footer-wrap .footer-nav ul li a:hover {
    color: #1DBF73;
}

/* ===============
   Breadcrumb CSS
================= */

.hero-v2.breadcrumb {
    background-image: url(../images/home/breadcrumb01.png);
    padding-top: 170px;
    padding-bottom: 115px;
    margin-bottom: 0;
}

.breadcrumb-wrap h4 {
    font-size: 16px;
    line-height: 18px;
    color: #FABD0C;
    font-weight: 500;
    margin-bottom: 15px;
}

.breadcrumb-wrap h4 img {
    width: 48px;
    height: 1.5px;
    margin-right: 5px;
}

.breadcrumb-wrap h2 {
    font-size: 46px;
    line-height: 60px;
    font-weight: 600;
    color: #E8F9F1;
    margin-bottom: 0;
}

.breadcrumb-wrap {
    position: relative;
    z-index: 1;
}

.bread-abs {
    position: absolute;
    right: 5%;
    bottom: -30%;
    z-index: -1;
}

.about-care {
    padding-top: 85px;
    padding-bottom: 75px;
}

.about-care-right .heading-common p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #525553;
    margin-bottom: 0;
}

.about-care-right {
    padding-top: 25px;
    position: relative;
    z-index: 1;
}

.list-serv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 28px;
}

.list-serv-left p, .list-serv-right p {font-size: 18px;font-weight: 500;line-height: 24px;color: #525553;margin-bottom: 39px;cursor: pointer;-webkit-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}

.list-serv-left p:last-child, .list-serv-right p:last-child {
    margin-bottom: 0;
}

.list-serv-left {
    padding-right: 50px;
}

.list-serv-left p img {
    width: 24px;
    height: 24px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-right: 5px;
}

.list-serv-left p:hover, .list-serv-right p:hover {
    color: #1DBF73;
}

/* ===============
   Who We Are CSS
================= */
.about-care-left {
    position: relative;
    z-index: 1;
}
.about-care-left img {
    width: 390px;
    height: 459px;
    -o-object-fit: cover;
       object-fit: cover;
}
.about-care-left .anim-bubble-03 {
    position: absolute;
    right: 5px;
    bottom: -60px;
    z-index: -1;
    width: 173.94px;
    height: 173.94px;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-animation: rotation 12s infinite linear;
}

.anim-love02 {
    width: 80px;
    height: 80px;
    position: absolute;
    right: 0;
    top: -8px;
    -webkit-animation: dance 4s alternate infinite;
    animation: dance 4s alternate infinite;
}

.heading-common.mission-heading {
    text-align: center;
}

.heading-common.mission-heading p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #525553;
    margin-bottom: 42px;
}

.heading-common.mission-heading h2 {
    margin-bottom: 15px;
}
.mission-vid {
    background-image: url(../images/home/sequre-retirement.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 175px;
    padding-bottom: 175px;
    border-radius: 16px;
    margin-left: 50px;
    margin-right: 50px;
}
.mission-vid a svg, .sec-promo-vid a svg {
    width: 62px;
    height: 62px;
    color: #FABD0C;
    margin-top: 36px;
    margin-left: 12px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mission-vid a, .sec-promo-vid a {
    width: 132px;
    height: 132px;
    display: inline-block;
    text-align: center;
    background-color: #DADBDA7A;
    border-radius: 50%;
    border: 1px solid #FABD0C;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mission-vid a:hover svg, .sec-promo-vid a:hover svg {
    color: #F4F4F4;
}
.our-mission {
    padding-top: 77px;
    padding-bottom: 100px;
}
/* ==================
   What We Do V2 CSS
==================== */
.what-we-do-v2 {
    background-color: #FFF9E7;
}

.work-box.work-box-v2 {
    border: 1px solid #81BCA1;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.work-box.work-box-v2:hover {
    background-color: #fff;
}
.work-box a svg, .blog-info a svg {
    width: 24px;
    height: auto;
    margin-left: 5px;
    margin-top: -1px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.work-box a:hover svg, .blog-info a:hover svg {
    margin-left: 0;
}
/* ====================================
   What Our Client Says About Page CSS
===================================== */
.clients-v2.clients-about {
    padding-top: 100px;
}

/* =====================
   Trusted Companies CSS
======================== */
.trust-companies {
    background-color: #E8F9F1;
    padding-top: 86px;
    padding-bottom: 85px;
}

.trust-wrap h3 {
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    line-height: 51px;
    color: #272B28;
    margin-bottom: 63px;
}

.companies-logo {
    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;
}

.companies-logo img {
    width: 250px;
    height: 70px;
    -o-object-fit: contain;
       object-fit: contain;
}

/* =============================
   What We Do Services Page CSS
=============================== */
.what-we-do.what-we-do-services {
    padding-top: 60px;
}
.retirement-plan {
    padding-top: 60px;
}

.retirement-left-top h2 {
    font-size: 46px;
    font-weight: 500;
    line-height: 60px;
    color: #272B28;
    margin-bottom: 16px;
}

.retirement-left-top h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    color: #525553;
    margin-bottom: 15px;
}

.retirement-left-top img {
    height: 276px;
    width: 624px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 8px;
}

.retirement-left-top .figure-txt {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #525553;
    margin-bottom: 0;
}

.retirement-left-bottom {
    margin-top: 34px;
}

.retirement-left-top .figure-txt span {
    font-weight: 400;
    color: #272B28;
}

.retirement-left-bottom h3 {
    font-size: 23px;
    font-weight: 500;
    line-height: 32px;
    color: #252EFC;
    margin-bottom: 25px;
}

.retirement-left-bottom h3 img {
    width: 64px;
    height: auto;
}

.retirement-left-bottom h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 10px;
}

.retirement-left-bottom p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #525553;
    margin-bottom: 25px;
}

.retirement-plan {
    padding-top: 60px;
    padding-bottom: 100px;
}

.retirement-left-top h2 {
    font-size: 46px;
    font-weight: 500;
    line-height: 60px;
    color: #272B28;
    margin-bottom: 16px;
}

.retirement-left-top p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #525553;
    margin-bottom: 28px;
}

.retirement-left-top h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    color: #525553;
    margin-bottom: 15px;
}

.retirement-left-top img {
    height: 276px;
    width: 624px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 8px;
}

.retirement-left-top .figure-txt {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #525553;
    margin-bottom: 0;
}

.retirement-left-bottom {
    margin-top: 34px;
}

.retirement-left-top .figure-txt span {
    font-weight: 400;
    color: #272B28;
}

.retirement-left-bottom h3 {
    font-size: 23px;
    font-weight: 500;
    line-height: 32px;
    color: #252EFC;
    margin-bottom: 25px;
}

.retirement-left-bottom h3 img {
    width: 64px;
    height: auto;
}

.retirement-left-bottom h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 10px;
}

.all-serv-box {
    border: 0.5px solid #1DBF73;
    padding: 56px 64px;
    margin-bottom: 48px;
}

.all-serv-box h3, .contact-widget h3 {
    font-size: 36px;
    line-height: 51px;
    font-weight: 500;
    color: #1DBF73;
    margin-bottom: 30px;
}

.quick-serv-link a {
    display: block;
    text-decoration: none;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    color: #525553;
    margin-bottom: 32px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.quick-serv-link a:last-child {
    margin-bottom: 0;
}

.quick-serv-link a:hover {
    color: #1DBF73;
}

.contact-widget {
    border: 1px solid #1DBF73;
    padding: 40px 64px;
    margin-right: 65px;
}

.contact-quick a {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #525553;
    text-decoration: none;
    position: relative;
    z-index: 1;
    padding-left: 60px;
    margin-bottom: 53px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.contact-quick a img {
    width: 16.88px;
    height: 16.88px;
}

.contact-sty {
    position: absolute;
    left: 0;
    top: -10px;
    height: 42px;
    width: 42px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-filter: drop-shadow(0px 2px 10px rgba(162, 158, 158, 0.25));
            filter: drop-shadow(0px 2px 10px rgba(162, 158, 158, 0.25));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.contact-quick a:last-child {
    margin-bottom: 0;
    line-height: 30px;
    font-weight: 400;
}

.contact-quick a:hover {
    color: #1DBF73;
}

.service-form {
    margin-top: 25px;
}

.service-form h3, .leave-comment-form h3 {
    font-size: 36px;
    font-weight: 500;
    line-height: 51px;
    color: #272B28;
    margin-bottom: 45px;
}

.service-form form input[type="email"], .service-form form textarea, .leave-comment-form form input[type="email"], .leave-comment-form form input[type="text"], .leave-comment-form form textarea {
    width: 100%;
    border: 1px solid #1DBF73;
    padding: 26px 22px;
    height: 70px;
    outline: none;
    font-weight: 400;
    font-size: 16px;
    color: #7D807E;
    line-height: normal;
    margin-bottom: 16px;
}

.service-form form input[type="email"]::-webkit-input-placeholder, .service-form form textarea::-webkit-input-placeholder {
    color: #7D807E;
}

.service-form form input[type="email"]::-moz-placeholder, .service-form form textarea::-moz-placeholder {
    color: #7D807E;
}

.service-form form input[type="email"]:-ms-input-placeholder, .service-form form textarea:-ms-input-placeholder {
    color: #7D807E;
}

.service-form form input[type="email"]::-ms-input-placeholder, .service-form form textarea::-ms-input-placeholder {
    color: #7D807E;
}

.service-form form input[type="email"]::placeholder, .service-form form textarea::placeholder {
    color: #7D807E;
}

.service-form form textarea {
    resize: none;
    height: 176px;
    margin-bottom: 25px;
}

.service-det-btn {
    width: 236px;
}
/* =======================
   Plan Security Page CSS
========================= */
.plan-security {
    padding-top: 58px;
    padding-bottom: 100px;
}

.heading-common.plan-security-head {
    text-align: center;
}

.heading-common.plan-security-head p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #525553;
    margin-bottom: 67px;
}

.heading-common.plan-security-head h2 {
    margin-bottom: 15px;
}

.sec-promo-vid h3, .sec-gallery h3, .sec-promo h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    color: #272B28;
    margin-bottom: 0;
    text-align: center;
}

.single-seq-slide img {
    width: 100%;
    height: 488px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px;
}

.sec-slider {
    margin-bottom: 15px;
}
.sec-promo-vid {
    background-image: url(../images/home/sec-vid-plan.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 4px;
    height: 488px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
}

.sec-slider .owl-nav div {
    position: absolute;
    top: 50%;
    left: 3%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #1DBF73;
    font-size: 30px;
    -webkit-filter: drop-shadow(0px 4px 16px #BFBFBF);
            filter: drop-shadow(0px 4px 16px #BFBFBF);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.sec-slider .owl-nav div.owl-next {
    left: auto;
    right: 3%;
}

.sec-slider .owl-nav div:hover {
    color: #fff;
}

.heading-common.heading-benefits p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #525553;
    margin-bottom: 0;
}

.heading-common.heading-benefits {
    margin-bottom: 37px;
}

.benefit-list p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #525553;
    margin-bottom: 26px;
}

.benefit-list p span {
    color: #252EFC;
    font-weight: 400;
    font-size: 16px;
}
.benefit-right {
    position: relative;
    z-index: 1;
}
.benefit-right img {
    width: 100%;
    height: 530px;
    -o-object-fit: cover;
       object-fit: cover;
}

.benefit-right .anim-bubble04 {
    width: 173.94px;
    height: 173.94px;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    bottom: -19%;
    left: -2%;
    z-index: -1;
    -webkit-animation: rotation 12s infinite linear;
}


.key-benfits {
    padding-bottom: 100px;
}

.service-form.benefits-form {
    margin-top: 63px;
}
/* =======================
   Our Advisor Page CSS
========================= */
.advisor-listing {
    padding-top: 75px;
    padding-bottom: 55px;
    background-color: #E8F9F1;
}

.our-single-advisor.our-advisor-page {
    margin-bottom: 30px;
    width: 100%;
}
.advisor-hover::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1E2220D6;
    z-index: 1;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.advisor-hover {position: relative;z-index: 1;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;overflow: hidden;}

.our-single-advisor.our-advisor-page:hover .advisor-hover::before, .our-single-advisor:hover .advisor-hover::before {
    opacity: 1;
    visibility: visible;
}

.our-single-advisor.our-advisor-page:hover .social-link, .our-single-advisor:hover .social-link {
    opacity: 1;
    visibility: visible;
}

.social-link {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -20px);
        -ms-transform: translate(-50%, -20px);
            transform: translate(-50%, -20px);
    left: 50%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    z-index: 1;
}
.social-link ul li a img {
    border-radius: 0;
}

.social-link ul li:nth-child(1) a img, .our-adviser-slider .owl-item .social-link ul li:nth-child(1) a img {
    width: 6px;
    height: 12px;
}
.our-single-advisor.our-advisor-page img {
    width: 100%;
}

/* ==============
   Faqs Page CSS
================ */
.faqs-page {
    padding-top: 60px;
    padding-bottom: 75px;
}

/* ==============
   Blog Page CSS
================ */
.blog-img.blog-img-page img {
    height: 250px;
    width: 100%;
}

.blog-img.blog-img-page .blog-date p img {
    width: 12px;
    height: 12px;
    border-radius: 0;
    margin-right: 20px;
}

.blog-all {
    padding-top: 60px;
    padding-bottom: 100px;
}
.blog-all .blog-info p {
    margin-bottom: 22px;
}
.blog-single {
    margin-bottom: 35px;
}
.blog-pagination .pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.blog-pagination .pagination .page-link {
    border: 0.25px solid #5255536b;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    color: #525553;
    font-family: 'Noto Sans', sans-serif;
    padding: 5px;
    width: 24px;
    text-align: center;
    outline: none;
}

.blog-pagination .pagination .page-link:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.blog-pagination .pagination .page-item {
    margin-right: 24px;
}

.blog-pagination .pagination .page-item:last-child {
    margin-right: 0;
}

.blog-pagination .pagination .page-item {
    margin-right: 15px;
}

.blog-pagination .pagination .page-item.active a {
    background-color: #FABD0C;
    border-color: #FABD0C;
}

.blog-pagination {
    margin-top: 25px;
}
.blog-pagination .pagination .page-link svg {
    width: 14px;
    height: auto;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.blog-pagination .pagination .page-link svg:hover {
    color: #1DBF73;
}
/* ========================
   Blog Right Side Bar CSS
========================== */
.blog-sidebar-common {
    padding-top: 60px;
    padding-bottom: 100px;
}

.blog-img.blog-sidebar {
    padding-top: 0;
}

.blog-img.blog-sidebar img {
    border-radius: 4px;
    height: 408px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.blog-date-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 15px;
}

.blog-date-area p {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #525553;
    margin-bottom: 0;
}

.blog-date-area p svg {
    height: 16px;
    width: 16px;
    margin-right: 5px;
}

.date-lf {
    padding-right: 15px;
}

.author-nm {
    padding-left: 15px;
    padding-right: 15px;
    border-right: 1px solid #7D807E;
    border-left: 1px solid #7D807E;
}

.show-blog {
    padding-left: 15px;
}

.date-lf, .author-nm, .show-blog {
    padding-top: 2px;
    padding-bottom: 2px;
}

.blog-info.blog-info-long h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 51px;
    color: #272B28;
    margin-bottom: 10px;
}

.blog-info.blog-info-long p {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: #525553;
    margin-bottom: 20px;
}
.blog-pagination.blog-pagination-left {
    margin-top: 60px;
}

.blog-pagination.blog-pagination-left .pagination {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.blog-search h3, .blog-recent h3, .post-category h3, .blog-tag h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: #272B28;
    margin-bottom: 15px;
}

.blog-search form input[type="search"] {
    width: 100%;
    border: 0.5px solid #aaa9a987;
    border-radius: 4px;
    height: 60px;
    outline: none;
    padding: 18px 16px;
    padding-left: 50px;
    color: #272B28;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.blog-search form {
    position: relative;
    z-index: 1;
}

.blog-search form button {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: transparent;
    border: none;
    color: #1DBF73;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-search form button svg {
    height: 24px;
    width: 24px;
}

.blog-search form button:hover {
    color: #FABD0C;
}

.blog-search, .blog-recent, .post-category, .blog-tag {
    margin-bottom: 35px;
}

.recent-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-decoration: none;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.recent-list a:last-child {
    margin-bottom: 0;
}

.recent-list p svg {
    width: 14px;
    height: 14px;
    margin-right: 4px;
}

.single-list-blog img {
    width: 84px;
    height: 74px;
    background-size: cover;
}

.recent-list a div {
    margin-left: 8px;
    margin-top: 2px;
}

.single-list-blog h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #272B28;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.single-list-blog p {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #525553;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-bottom: 0;
}

.recent-list, .post-cat-box, .blog-tag-box {
    border: 0.25px solid #1dbf7369;
    padding: 34px 42px;
}

.recent-list a:hover h4, .post-cat-box a:hover, .blog-tag-box a:hover {
    color: #1DBF73;
}

.post-cat-box a, .blog-tag-box a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #525553;
    margin-bottom: 15px;
    display: inline-block;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.post-cat-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 60px;
    padding-bottom: 24px;
}

.blog-tag-box {
    padding-right: 25px;
    padding-bottom: 24px;
}

.blog-widget {
    padding-left: 77px;
}

.blog-widget.blog-widget-left {
    padding-left: 0;
    padding-right: 77px;
}

/* =====================
   Blog Details Page CSS
======================= */
.blog-info-full {
    padding-top: 25px;
}

.blog-info-full h2 {
    font-size: 36px;
    line-height: 51px;
    font-weight: 500;
    color: #272B28;
    margin-bottom: 10px;
}

.blog-info-full p {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #525553;
    margin-bottom: 23px;
}

.blog-quote {
    border: 0.25px solid #1dbf7369;
    padding: 43px 46px;
    position: relative;
    z-index: 1;
}



.blog-quote p {
    font-style: italic;
    font-size: 22px;
    line-height: 32px;
    color: #525553;
    font-weight: 300;
    margin-bottom: 15px;
}

.blog-quote h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #272B28;
    margin-bottom: 0;
}

.blog-info-full img {
    height: 350px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 25px;
    margin-bottom: 20px;
}

.blog-info-full ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #525553;
    list-style: auto;
    margin-bottom: 1px;
}

.blog-info-full ul {
    padding-left: 16px;
    margin-bottom: 40px;
}

.blog-info-full ul li span {
    font-weight: 500;
}

.share-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

.share-blog-social h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    color: #525553;
    margin-bottom: 0;
}
.share-blog-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.blog-social-list {
    margin-left: 30px;
}

.blog-show-tag p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #525553;
}

.blog-show-tag p span {
    color: #272B28;
    font-weight: 500;
}

.blog-show-tag {
    margin-left: 48px;
}

.prev-pst a, .next-pst a {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #272B28;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.prev-pst a svg, .next-pst a svg {
    width: 18px;
    height: auto;
    margin-top: -4px;
}

.blog-prev-nxt {
    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;
    border-top: 1px solid #aaa9a994;
    border-bottom: 1px solid #aaa9a994;
    padding-top: 21px;
    padding-bottom: 21px;
}

.prev-pst a:hover, .next-pst a:hover {
    color: #1DBF73;
}
.blog-info-full .blog-quote img {
    width: 29.67px;
    height: 22.67px;
    -o-object-fit: contain;
       object-fit: contain;
    position: absolute;
    top: 6px;
    left: 35px;
    z-index: -1;
}

.comments-blog h2 {
    font-size: 46px;
    font-weight: 500;
    line-height: 60px;
    color: #272B28;
    margin-bottom: 0;
}

.single-comments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-bottom: 1px solid #d4d5d4b8;
    padding-bottom: 40px;
    padding-top: 30px;
}

.user-comment img {
    width: 74px;
    height: 74px;
    border-radius: 100%;
}

.user-comment {
    min-width: 74px;
}

.user-input {
    padding-left: 25px;
}

.user-input .user-name h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: #272B28;
    margin-bottom: 0;
}

.user-input .user-date p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #525553;
    margin-bottom: 0;
}

.user-details {
    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;
    margin-bottom: 19px;
}

.user-input p {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #525553;
    margin-bottom: 16px;
}

.user-input button {
    background-color: transparent;
    border: none;
    font-size: 16px;
    color: #1DBF73;
    font-weight: 600;
    line-height: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.user-input button:hover {
    color: #FABD0C;
}

.single-comments.comment-replay {
    padding-left: 120px;
}

.leave-comment-form button {
    border: none;
    width: 312px;
    font-size: 20px;
}

.leave-comment-form form > div {
    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;
}

.leave-comment-form form > div > div {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
}

.leave-comment-form form textarea {
    height: 176px;
    resize: none;
    margin-bottom: 25px;
}

.comments-blog .single-comments:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.leave-comment-form {
    padding-top: 30px;
}

/* ==============
   IRA Page CSS
================ */
.ira-video {
    background-image: url(../images/home/ira-vid.png);
    height: 521px;
    margin-bottom: 0;
}
.video-ira {
    padding-top: 60px;
}

.ira-content {
    text-align: center;
}

.ira-content h2 {
    font-size: 56px;
    font-weight: 600;
    line-height: 72px;
    color: #272B28;
    margin-bottom: 15px;
}

.ira-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #525553;
    margin-bottom: 34px;
}
/* ==============
   IRA Types CSS
================ */
.ira-types {
    padding-top: 100px;
    padding-bottom: 100px;
}

.ira-type-right {
    background-color: #fff;
    -webkit-box-shadow: 36px 4px 48px #E9EAE9;
            box-shadow: 36px 4px 48px #E9EAE9;
    width: 692px;
    position: relative;
    left: -28px;
    top: 100px;
    z-index: 1;
    padding: 10px 72px;
    padding-top: 55px;
}

.ira-type-left img {
    max-width: 576px;
    border-radius: 4px;
}

.ira-type-right h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 51px;
    color: #272B28;
    margin-bottom: 21px;
}

.type-list-ira h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    color: #4C77E5;
    margin-bottom: 10px;
}

.type-list-ira p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #525553;
    margin-bottom: 0;
}

.type-list-ira {
    margin-bottom: 50px;
}

.no-pad {
    padding-right: 0;
    padding-left: 0;
}

.contribute-ira .no-pad:first-child {
    padding-left: 12px;
}

.contribute-ira .no-pad:last-child {
    padding-right: 12px;
}

.box-contribution h4 {font-size: 23px;font-weight: 500;line-height: 32px;color: #272B28;margin-bottom: 15px;}

.box-contribution p {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #525553;
    margin-bottom: 0;
}

.box-contribution {
    padding: 56px 34px;
    min-height: 480px;
}

.contribution-c3 {
    background-color: #E9EDFF;
}

.contribution-c1 {
    background-color: #E9FFFF;
}

.contribution-c2 {
    background-color: #E9F6FF;
}

.contribution-c4 {
    background-color: #F8E9FF;
}
/* ==============
   IRA FAQ CSS
================ */
.heading-ira h2 {
    font-weight: 700;
    font-size: 56px;
    text-transform: uppercase;
    line-height: 72px;
}

.open-ira {
    padding-top: 73px;
}

.open-ira-left {
    background-color: #fff;
    -webkit-box-shadow: -20px 2px 33px #ECEEED;
            box-shadow: -20px 2px 33px #ECEEED;
    padding: 83px 70px;
    position: relative;
    width: 561px;
    z-index: 1;
    margin-top: 95px;
}

.open-ira-left h3 {
    font-size: 36px;
    line-height: 51px;
    font-weight: 600;
    color: #4C77E5;
    margin-bottom: 10px;
}

.open-ira-left p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #525553;
    margin-bottom: 25px;
}

.ira-gurantees h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #912CCE;
    margin-bottom: 0;
}

.ira-gurantees ul li {list-style: none;font-size: 16px;font-weight: 400;color: #272B28;margin-bottom: 5px;position: relative;z-index: 1;padding-left: 15px;}


.ira-gurantees ul li::before {
    position: absolute;
    content: '';
    left: 0;
    top: 10.5px;
    width: 4px;
    height: 4px;
    background-color: #272B28;
    border-radius: 50%;
}

.ira-gurantees ul {
    padding-left: 8px;
}

.ira-gurantees {
    margin-bottom: 40px;
}

.open-ira-right img {
    max-width: 539px;
    border-radius: 4px;
}

.open-ira-right {
    position: relative;
    left: -31px;
}
.mx-custom {
    margin-left: 46px;
    margin-right: 46px;
}
.still-question {
    padding-top: 100px;
    padding-bottom: 100px;
}

.still-question .heading-ira h2 {
    text-transform: capitalize;
}

.contact-mavin h3 {
    text-align: center;
    font-size: 36px;
    line-height: 51px;
    font-weight: 500;
    color: #1DBF73;
    margin-bottom: 16px;
}

.mavin-contact-box {
    border: 0.25px solid #1DBF73;
    padding: 41px 64px;
    margin-left: 58px;
    margin-right: 58px;
    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;
}

.phone-call a, .email-mav a, .mav-locations a {
    text-decoration: none;
    padding-left: 60px;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    color: #525553;
    position: relative;
    display: inline-block;
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.mav-locations a {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.phone-call a:hover, .email-mav a:hover, .mav-locations a:hover {
    color: #1DBF73;
}

.phone-call a div, .email-mav a div, .mav-locations a div {
    width: 42px;
    height: 42px;
    background-color: #fff;
    -webkit-filter: drop-shadow(0px 2px 10px rgba(162, 158, 158, 0.25));
            filter: drop-shadow(0px 2px 10px rgba(162, 158, 158, 0.25));
    text-align: center;
    line-height: normal;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.phone-call a div img, .email-mav a div img, .mav-locations a div img {
    width: 18px;
    height: 18px;
    -o-object-fit: cover;
       object-fit: cover;
}
.btn-ira {padding: 14px 24px;font-weight: 400;}

.ira-animate {
    position: absolute;
    right: 15%;
    top: 5%;
}
/* ======================
   Consultation Page CSS
======================== */
.consultaion-wrap {
    padding-top: 60px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
}
.consultation-form {
    background-image: url(../images/home/consultation-bg.png);
    background-size: 576px 100%;
    background-repeat: no-repeat;
    background-position: left;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 176px;
}

.consultation-inner {background-color: #fff;-webkit-box-shadow: 36px 4px 48px #E9EAE9;box-shadow: 36px 4px 48px #E9EAE9;padding: 120px 72px;}

.consultation-inner h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 51px;
    color: #272B28;
    margin-bottom: 25px;
}

.consultation-inner form input[type="text"], .consultation-inner form input[type="email"], .consultation-inner form textarea {
    width: 100%;
    border: 1px solid #1DBF73;
    height: 70px;
    padding: 20px 22px;
    outline: none;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #7D807E;
    line-height: 18px;
}

.consultation-inner form input[type="text"]::-webkit-input-placeholder, .consultation-inner form input[type="email"]::-webkit-input-placeholder, .consultation-inner form textarea::-webkit-input-placeholder {
    color: #7D807E;
    font-weight: 400;
}

.consultation-inner form input[type="text"]::-moz-placeholder, .consultation-inner form input[type="email"]::-moz-placeholder, .consultation-inner form textarea::-moz-placeholder {
    color: #7D807E;
    font-weight: 400;
}

.consultation-inner form input[type="text"]:-ms-input-placeholder, .consultation-inner form input[type="email"]:-ms-input-placeholder, .consultation-inner form textarea:-ms-input-placeholder {
    color: #7D807E;
    font-weight: 400;
}

.consultation-inner form input[type="text"]::-ms-input-placeholder, .consultation-inner form input[type="email"]::-ms-input-placeholder, .consultation-inner form textarea::-ms-input-placeholder {
    color: #7D807E;
    font-weight: 400;
}

.consultation-inner form input[type="text"]::placeholder, .consultation-inner form input[type="email"]::placeholder, .consultation-inner form textarea::placeholder {
    color: #7D807E;
    font-weight: 400;
}

.form-two-input {
    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;
}

.form-two-input div {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
}

.consultation-inner form textarea {
    resize: none;
    height: 176px;
    margin-bottom: 25px;
}

.consultation-inner button {
    border: none;
    border-radius: 4px;
    font-size: 20px;
    padding: 20px 84px;
}

.consultation-inner button:hover {
    background-color: #FABD0C;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #272B28;
}

.shape-consulation {
    position: absolute;
    right: 15%;
    bottom: 4%;
    z-index: -1;
    width: 255.25px;
    height: 255.25px;
    -o-object-fit: contain;
       object-fit: contain;
}
/* ====================
   Contact US Page CSS
====================== */
.contact-us {
    padding-top: 60px;
    padding-bottom: 60px;
}

.contact-page {
    background-color: #fff;
    -webkit-box-shadow: 0px 16px 66px rgba(198, 198, 198, 0.44);
            box-shadow: 0px 16px 66px rgba(198, 198, 198, 0.44);
    padding: 106px 77px;
}

.contact-page.contact-mavin h3 {
    text-align: left;
    font-size: 46px;
    line-height: 60px;
    margin-bottom: 40px;
}

.contact-page .mavin-contact-box {
    border: none;
    padding: 0;
    margin: 0;
}

.contact-page .mavin-contact-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.contact-page .mavin-contact-box .phone-call, .contact-page .mavin-contact-box .email-mav, .contact-page .mavin-contact-box .mav-locations {
    margin-bottom: 40px;
}

.contact-page .mavin-contact-box .mav-locations {
    margin-bottom: 0;
}

.contact-page-map iframe {
    width: 100%;
    height: 496px;
}

.send-message-wrap .consultation-inner {
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.send-message-wrap .consultation-inner h3 {
    text-align: center;
}

.send-message-wrap .consultation-inner button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding: 20px 72px;
}

.send-message {
    padding-top: 35px;
    padding-bottom: 100px;
}

.breadcrumb-wrap.breadcrumb-error {
    text-align: center;
    padding-top: 25px;
}

.breadcrumb-wrap.breadcrumb-error h1 {
    color: #FABD0C;
    font-size: 150px;
    font-weight: 500;
    line-height: 155px;
    margin-bottom: 18px;
}

.breadcrumb-wrap.breadcrumb-error h2 {
    font-size: 64px;
    font-weight: 400;
    line-height: 72px;
    color: #fff;
    margin-bottom: 17px;
}

.breadcrumb-wrap.breadcrumb-error p {
    font-size: 24px;
    line-height: 36px;
    color: #E8F9F1;
    font-weight: 400;
    margin-bottom: 45px;
}

.breadcrumb-wrap.breadcrumb-error a {
    border-radius: 4px;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.breadcrumb-wrap.breadcrumb-error a:hover {
    background-color: #FABD0C;
    color: #272B28;
}

.breadcrumb-wrap.breadcrumb-error .bread-abs {
    top: 10%;
}