/* devanagari */
@font-face {
    font-family: 'Poppins';
    font-weight: 300;
    src: url('../fonts/Poppins-Light.ttf') format('TrueType');
}

/* devanagari */
@font-face {
    font-family: 'Poppins';
    font-weight: 400;
    src: url('../fonts/Poppins-Regular.ttf') format('TrueType');
}

/* devanagari */
@font-face {
    font-family: 'Poppins';
    font-weight: 500;
    src: url('../fonts/Poppins-Medium.ttf') format('TrueType');
}

/* devanagari */
@font-face {
    font-family: 'Poppins';
    font-weight: 600;
    src: url('../fonts/Poppins-SemiBold.ttf') format('TrueType');
}

@font-face {
    font-family: 'Poppins';
    font-weight: 800;
    src: url('../fonts/Poppins-SemiBold.ttf') format('TrueType');
}

/* devanagari */
@font-face {
    font-family: 'Poppins';
    font-weight: 700;
    src: url('../fonts/Poppins-SemiBold.ttf') format('TrueType');
}

@font-face {
    font-family: 'Poppins';
    font-weight: 900;
    src: url('../fonts/Poppins-Bold.ttf') format('TrueType');
}

/* #### Generated By: http://font.download #### */

@font-face {
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Satoshi-Regular.woff') format('TrueType');
}


.top-bar {
  height: 36px;
  background: linear-gradient(90deg, #421E05 0%, #321400 100%);
  overflow: hidden; /* Ensure the text stays within the bar */
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.marquee {
  display: flex;
  align-items: center;
}

.marquee-content {
  display: flex;
  align-items: center;
  animation: marquee 15s linear infinite;
  opacity: 0.5;
}

@keyframes marquee {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}

.top-bar span {
  display: inline-flex;
  align-items: center;
  color: white;
  font-size: 14px;
  margin-left: 10px;
/*  padding: 0 10px; /* Adjust spacing as needed */*/
}

.dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: white;
  border-radius: 50%;
  margin: 0 5px; /* Adjust spacing as needed */
}

.navbar-expand-md .navbar-nav .nav-link.nav-custom-item {
    color: #000000;
    padding: 16px 16px;
}

.navbar-expand-md.navbar-dark .navbar-nav .nav-link.nav-custom-item {
    color: #ffffff;
}

.navbar-collapse {
    background: transparent;
}
.landing-page-main-wrapper h1.section-heading,
.section-heading {
    font-size: 66px;
    line-height: 78px;
    font-weight: 900;
    color: #01243d;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.section-heading-ai {
    font-size: 4em;
    font-weight: 700 !important;
    color: #43240A;
    margin-bottom: 0.5rem;
    line-height: 0.8 !important;
    font-family: Satoshi,sans-serif;

}
.content-left{
    bottom: 0px;
    margin-bottom: 150px;
    position: absolute;
/*    color: white;*/
/*    text-align: center;*/
}
 .content-right {
 /*   position: absolute;
    top: 70%;
    transform: translateY(-50%);*/
/*    color: white;*/
/*    text-align: center;*/
    bottom: 0px;
    margin-bottom: 150px;
    position: absolute;
}
.content-left {
    left: 90px;
    width: 40%;
}

.content-right {
    right: 36px;
    width: 30%;
}

.content-left h1 {
    font-size: 6em !important;
    line-height: 0.78em !important;
    margin-bottom: 0px;
    font-size: 3em;
    line-height: 1.2;
}

.content-right p {
    font-size: 1.5em;
    margin-bottom: 20px;
}

.buy-now-btn{
    font-family: Satoshi;
    font-weight: 800;
    display: inline-block;
    margin: 10px 0;
    padding: 10px 20px;
    background: #362013;
    color: white;
    text-decoration: none;
/*    border-radius: 5px;*/
}
.buy-now-btn:hover{
    color: white;
    text-decoration: none;
}
.learn-more {
    font-family: Satoshi;
    font-weight: 800;
    display: inline-block;
    margin: 10px 0;
    padding: 10px 20px;
    color: #FFFFFF;
    text-decoration: none;
/*    border-radius: 5px;*/
}
.learn-more:hover {
    color: #FFFFFF;
    text-decoration: none;
}
/* iPhone image with lief logo */

.phone-snapshot {
    position: relative;
    padding-left: 22%;
    padding-top: 11%;
    z-index: 0;
}

.phone-snapshot .left-top-dots {
    position: absolute;
    top: 0;
    left: 10%;
    max-width: 20%;
    z-index: -1;
}

.bottom-dots {
    position: absolute;
    bottom: -3%;
    right: 6%;
    z-index: 1;
}
.phone-snapshot .white-lief {
    position: absolute;
    bottom: 0;
    left: 0%;
    max-width: 70%;
}
.phone-snapshot .white-lief-ai {
    position: absolute;
    bottom: 0;
    left: -10%;
    max-width: 70%;
}

/* iPhone image with lief logo END */

.new-home-section {
    margin-top: 150px;
    margin-bottom: 150px;
    /*padding-left: 40px;
    padding-right: 40px;*/
}


.new-home-section-ai {
    background: #FAF1E466;
    padding-top: 150px;
    padding-bottom: 150px;
    /*padding-left: 40px;
    padding-right: 40px;*/
}

.testimonial {
    min-height: 300px;
    /*max-width: 450px;*/
}

.testimonial .description_new > div {
    color: #7E6A52;
    font-size: 32px;
    position: relative;
    width: 100%;
    line-height: 1.33;
    display: inline-block;
    font-weight: 400;
}

.testimonial .author-pic {
    /*float: left;*/
    width: 80px;
    height: 80px;
    /*margin-right: 20px;*/
    margin-top: 20px;
    vertical-align: middle;
    display: inline-block;
}

.testimonial .author-pic img {
    /*width: 100%;
    height: 100%;*/
    border-radius: 50%;
    /*border: 2px solid #696969;*/
}

.testimonial .media-pic {
    width: 120px;
    height: 100px;
    display: inline-block;
    vertical-align: middle;
}

.testimonial .media-pic img {
    width: 100%;
    height: auto;
}

.author-text {
    /*min-height: 140px;*/
    color: #000000;
    opacity: 0.5;
    font-size: 16px;
    margin-top: 10px;
}

/*.owl-buttons {
  display: none;
}
.owl-carousel:hover .owl-buttons {
  display: block;
}
*/
.owl-item {
    text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
    background: transparent;
    color: #869791;
    font-size: 40px;
    line-height: 300px;
    margin: 0;
    /*padding: 0 60px;*/
    position: absolute;
    top: 0;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    color: #70767b;
    left: 0;
    padding-left: 0px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    color: #70767b;
    right: 0;
    padding-right: 0px;
}

.text-box-parent {
    margin-top: 8px;
    /*background: #C4C4C4;
    opacity: 0.2;*/
    display: flex;
}

.inputbox {
    padding: 16px;
    background: rgba(196, 196, 196, 0.05);
    /* gray/med/stroke */
    font-weight: 500;
    color: #01243d;
    opacity: 0.6;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    border-radius: 4px;
    width: 100%;
}

.inputbox:focus,
#promo_code:focus {
    outline: #fafafa !important;
}
.landing-page-main-wrapper h4.home-page-small-title,
.home-page-small-title {
    color: #61ade1;
    font-weight: 400;
    font-size: 18px;
}

.home-page-small-title-ai{
    font-family: Satoshi;
    font-size: 18px;
    line-height: 1.33;
    font-weight: 700 !important;
    text-align: left;
    color: #BB6C3E;
}
.home-page-heading {
    color: #000000;
    font-weight: 800;
}

a.nav-item.nav-link.nav-custom-item.active:after {
    content: "";
    display: block;
    background: linear-gradient(180deg, #61ade1 0%, #54c2d0 100%);
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 5px;
}

.black-border-button,
.lief-border-button {
    padding: 16px 42px;
    border-radius: 0;
    width: calc(100% - 10px);
    background-color: transparent;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    text-transform: capitalize;
    -webkit-font-smoothing: antialiased !important;
    text-rendering: optimizeLegibility !important;
    white-space: nowrap;
}

.black-border-button,
.black-border-button:disabled,
.lief-border-button,
.lief-border-button:disabled,
.navbar .navbar-nav .nav-link.lief-border-button {
    color: #ffffff;
}

.nav-link.lief-border-button {
    background-color: #2f405a;
}

.black-border-button:hover:not(:disabled),
.black-border-button:focus:not(:disabled),
.lief-border-button:hover:not(:disabled),
.lief-border-button:focus:not(:disabled),
.lief-border-button:active:not(:disabled) {
    color: #fff;
}

.black-border-button-parent {
    display: inline-block;
    min-width: 220px;
    background: linear-gradient(180deg, #61ade1 0%, #54c2d0 100%);
}

.lief-border-button:focus,
.black-border-button:focus {
    outline: 0;
}

/*color slide animation*/
.black-border-button-parent .black-border-button,
.lief-border-button {
    position: relative;
    border: 0;
    z-index: 0;
}

.black-border-button-parent .black-border-button::after,
.lief-border-button::after {
    background-color: #2f405a;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    transition: width 0.5s cubic-bezier(0.65, 0.05, 0.36, 1),
        right 0.5s 0.25s cubic-bezier(0.65, 0.05, 0.36, 1);
    width: 100%;
    z-index: -1;
}

.lief-border-button::after {
    background-image: linear-gradient(0deg, #61ade1 0%, #54c2d0 100%);
}

.white-border-button-parent .lief-border-button {
    transition: color 0.5s 0.15s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.black-border-button-parent .black-border-button:focus,
.black-border-button-parent .black-border-button:focus:active,
.lief-border-button:focus:active,
.lief-border-button:focus                           { outline: none; }

.black-border-button-parent .black-border-button:hover:not(:disabled)::after,
.black-border-button-parent .black-border-button:focus:not(:disabled)::after,
.black-border-button-parent .black-border-button:active:not(:disabled)::after,
.lief-border-button:hover:not(:disabled)::after,
.lief-border-button:focus:not(:disabled)::after,
.lief-border-button:active:not(:disabled)::after {
    width: 10px;
    right: -10px;
}

.nav-link.lief-border-button:hover:not(:disabled)::after,
.nav-link.lief-border-button:focus:not(:disabled)::after,
.nav-link.lief-border-button:active:not(:disabled)::after {
    right: 0;
}

.white-border-button-parent .lief-border-button:hover:not(:disabled),
.white-border-button-parent .lief-border-button:focus:not(:disabled),
.white-border-button-parent .lief-border-button:active:not(:disabled) {
    color: #2f405a;
}

.lief-border-button-parent {
    display: inline-block;
    min-width: 220px;
    background: #2F405A;
    text-align: left;
}

.lief-border-button-parent:hover:not(:disabled), .lief-border-button:hover:not(:disabled) {
    background-position: 90% bottom;
    color: #ffffff;
}

.white-border-button-parent {
    display: inline-block;
    min-width: 180px;
    background-color: #ffffff;
}

.btn-icon {
    line-height: 1;
    padding: 7px;
}

.btn-simple {
    background-color: transparent;
}

.see-results-button {
    background: linear-gradient(to bottom, #ffffff 50%, #c6daef 50%);
    border: 0px;
}

.health-care-bg-gradient {
    background: linear-gradient(
        83.16deg,
        rgba(84, 194, 208, 0.71) 12.14%,
        rgba(84, 194, 208, 0) 86.04%
    ) !important;
}

.health-care-bg-image {
    /*width: 100%;*/
    background: url("../img/home/thanks_order2.png") center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body, .font-sf-pro-display {
    font-family: 'Satoshi', sans-serif;
    font-style: normal;
}
body, .font-satoshi-display {
    font-family: Satoshi;
    font-style: normal;
    -webkit-font-smoothing: antialiased; /* Safari and Chrome */
    -moz-osx-font-smoothing: grayscale; /* Firefox on macOS */
     /*text-rendering: optimizeLegibility;
   -webkit-font-smoothing: subpixel-antialiased;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;*/
}
 .image-container {
    position: relative;
    display: inline-block;
    text-align: center;
}
.image-container img {
    width: 100%;
    height: auto;
}
.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*    background: rgba(149, 129, 99, 0.5);*/
    mix-blend-mode: color;
    -webkit-mix-blend-mode: color; /* Safari-specific blend mode */
}
.font-avenir-next {
    font-family: Avenir Next;
    font-style: normal;
}

.font-brandon {
    font-family: Brandon Grotesque;
    font-style: normal;
    font-weight: bold;
}

.center-align {
    margin: 0px auto;
    max-width: 390px;
}

.order_regular_button2 {
    border: none !important;
}

.banner-desc {
    max-width: 550px;
    margin-left: auto;
}

/* -=- Navigation CSS Start -=- */
.main-navigationbar {
    margin-bottom: 15px;
}

a.nav-item.nav-link.nav-custom-item {
    position: relative;
}

/*a.nav-item.nav-link.nav-custom-item.lief-border-button:after {
    display: none;
}*/

/* Hero banner style */
.hero-section .banner-slider {
    position: relative;
    z-index: 0;
}

.hero-section .banner-slider::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -90px;
    width: 100px;
    height: 200px;
    background: url("../img/dots-grid-2.svg") no-repeat center/contain;
    z-index: -1;
}

/* hero bg video style */

.hero-content {
    position: relative;
    /* z-index: 0; */
}

.hero-section.with-video .hero-content {
    min-height: 100vh;
}

.bg-overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
/*    background: #DDB579;*/
/*    background: linear-gradient(0deg, #DDB579, #DDB579), linear-gradient(0deg, rgba(35, 17, 12, 0.5), rgba(35, 17, 12, 0.5)), linear-gradient(0deg, rgba(255, 91, 21, 0.2), rgba(255, 91, 21, 0.2));*/
    background: linear-gradient(0deg, #DDB579, #DDB579),linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    opacity: 0.4;
}

.hero-content .bg-video {
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    z-index: -1;
}

/* .hero-content header {
    z-index: 2;
} */
.hero-content .hero-body {
    z-index: 1;
}

.hero-content.follow-your-heart-section::after {
    background-color: rgba(18, 45, 63, 0.5);
}

/* hero bg video style END */

/* Hero banner style end */
/* -=- Reviews Section CSS Start -=- */
.slider-desc {
}

/* Utilities */
.leading-none {
    line-height: 0 !important;
}
.font-weight-900 {
    font-weight: 900 !important;
}
/* Utilities END */

/* -=- Ripple Effect CSS Start -=- */
.circle-ripple {
    /*border: 1px solid #000;*/
    display: inline-block;
    /*border: 1px solid rgba(255, 255, 255, 0.6);*/
    border-radius: 50%;
    /*position: relative;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.text-overlay {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #FF7423; /* Adjust color as needed */
}

.top-center {
    top: 50px; /* Adjust as needed */
}

.bottom-center {
    bottom: 50px; /* Adjust as needed */
}
/*.circle-img-wrap:before,
.circle-ripple:after,
.circle-ripple:before {
    content: "";
    height: 100%;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.6);
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.circle-img-wrap:before {
    animation: multiRipplesNoDelay 10s ease-out infinite;
    animation-delay: 0.75s;
}

.circle-ripple:before {
    animation: multiRipplesNoDelay 10s ease-out infinite;
}

.circle-ripple:after {
    border-color: rgba(255, 255, 255, 0.5);
    border-width: 2px;
    animation: multiRipplesDelay 10s linear infinite;
    animation-delay: 1.5s;
}
*/
.circle-img-wrap {
    position: relative;
    width: 300px;
}

.circle-img-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.circle-img-wrap:after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
}

.follow-your-heart-section-wrap .small-image {
    background: url("../img/Group 133.png") no-repeat center/cover;
    min-height: 480px;
    width: 100%;
}

.follow-your-heart-section-wrap .small-image .circle-ripple {
    display: none;
}

.mobile-txt {
    display: none;
}
.program-works-title{
    line-height: 48px;
}

.news-letter-modal .modal-header {
    background: url('../img/bg-newsletter-popup.png') no-repeat center/cover;
    height: 13rem;
}
.news-letter-modal .modal-content {
    border-radius: 0 0 .75rem .75rem;
}
.testimonial-images{
    width: 390px !important;
}
@keyframes multiRipplesNoDelay {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    12.5% {
        transform: scale(1.57);
        opacity: 0;
    }
    12.6% {
        transform: scale(1);
        opacity: 1;
    }
    25% {
        transform: scale(1.57);
        opacity: 0;
    }
    25.1%,
    49.9% {
        transform: scale(1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    62.5% {
        transform: scale(1.57);
        opacity: 0;
    }
    62.6% {
        transform: scale(1);
        opacity: 1;
    }
    75% {
        transform: scale(1.57);
        opacity: 0;
    }
    75.1%,
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes multiRipplesDelay {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    10% {
        transform: scale(1.57);
        opacity: 0;
    }
    20.1%,
    48% {
        transform: scale(1);
        opacity: 0;
    }
    48.1% {
        opacity: 1;
    }
    60.5% {
        transform: scale(1.57);
        opacity: 0;
    }
    60.6%,
    85.5% {
        transform: scale(1);
        opacity: 0;
    }
    85.6% {
        opacity: 1;
    }
    98% {
        transform: scale(1.57);
        opacity: 0;
    }
    98.1%,
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

/* -=- Responsive CSS Start -=- */

@media (min-width: 768px) {
    /* for video bg style */
    .hero-section.with-video {
        min-height: 100vh;
    }

    .hero-section.with-video .hero-content {
        min-height: auto;
    }

    .navbar-collapse {
        background-color: transparent;

    }

    .follow-your-heart-section-wrap {
        min-height: 790px;
    }

    /* for video bg style END */
    .follow-your-heart-section-wrap .small-image {
        min-height: 460px;
    }
}

@media (min-width: 992px) {
    /* for video bg style */

    .hero-section {
        min-height: calc(100vh - 120px);
    }

    /* for video bg style END */
}

@media (min-width: 1440px) {
    .hero-section .banner-slider::after {
        bottom: -60px;
    }

    .follow-your-heart-section-wrap {
        background: url("../img/bg-follow-your-heart.jpg") no-repeat
            center/cover;
        min-height: 700px;
    }

    /* for video bg style */
    .follow-your-heart-section-wrap.with-video {
        background: none;
    }

    /* for video bg style END */
    /*.follow-your-heart-section-wrap .small-image {
        display: none;
    }*/
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .follow-your-heart-section.medium-text {
        font-size: 6em;
    }

    .circle-img-wrap {
        width: 300px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .follow-your-heart-section.medium-text {
        font-size: 4em;
    }

    .circle-img-wrap {
        width: 300px;
    }

    .follow-your-heart-section-wrap .small-image img {
        min-height: 340px;
    }
    .program-works-title{
        font-size: 22px !important;
        line-height: 36px;
    }
    .landing-page-main-wrapper h1.section-heading, .section-heading{
        font-size: 46px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    p {
        font-size: 16px;
    }

    .banner-desc h1 {
        font-size: 30px;
    }

    .banner-desc p {
        font-size: 16px;
        line-height: 26px;
    }

    .landing-page-main-wrapper h1.section-heading, .section-heading {
        margin-bottom: 15px;
        font-size: 32px;
        line-height: 36px;
    }

    /*.circle-img-wrap {
        width: 110px;
    }

    .circle-img-wrap img {
        max-width: 70px;
    }*/

    .follow-your-heart-section-wrap .tab-text {
        font-size: 54px;
    }

    .follow-your-heart-section-wrap .small-image > img {
        min-height: 330px;
    }

    .program-works-title {
        font-size: 18px !important;
        line-height: 26px !important;
    }
    .new-home-section {
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .new-home-section-ai{
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .home-page-small-title {
        font-size: 16px;
    }

    .slider-desc {
        font-size: 20px;
        line-height: 26px;
    }
}

@media (max-width: 767px) {
    .web-txt {
        display: none;
    }

    .follow-your-heart-section-wrap .small-image > img {
        min-height: 235px;
    }
}

@media (max-width: 768px) {
    /* -=- Common CSS Start -=- */
    h1 {
        font-size: 32px;
        line-height: 40px;
    }

    .landing-page-main-wrapper h1.section-heading, .section-heading {
        margin-bottom: 15px;
        font-size: 26px;
        line-height: 32px;
    }

    p {
        font-size: 16px;
        line-height: 22px;
    }

    .black-border-button,
    .lief-border-button {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    /* -=- navigation CSS Start -=- */
    a.nav-item.nav-link.nav-custom-item:not(.lief-border-button) {
        align-self: center;
    }

    a.nav-item.nav-link.nav-custom-item.lief-border-button {
        text-align: center;
    }

    /* -=- Banner CSS Start -=- */
    .home-page-small-title {
        margin-bottom: 5px;
        font-size: 12px !important;
        line-height: 20px !important;
    }

    .banner-slider {
        margin: 0px auto;
    }

    .banner-desc {
        max-width: 540px !important;
        margin: 28px auto 0px !important;
        display: block !important;
        float: none !important;
    }

    /* -=- how Lief program Works Section CSS Start -=- */
    .program-works-title {
        font-size: 24px !important;
        line-height: 30px !important;
    }

    /* -=- backed By Science Section CSS Start -=- */
    .info-section {
        max-width: 74%;
        margin: 0px auto;
    }

    .testimonial .description_new > div {
        font-size: 22px;
        line-height: 26px;
    }
    .testimonial-images{
        width: 390px !important;
    }
    /* -=- Testimonial Slider CSS Start -=- */
    #testimonial-slider .owl-buttons .fa {
        font-size: 25px !important;
    }

    #testimonial-slider .fa-stack {
        width: 25px;
        height: 25px;
        line-height: 25px;
    }

    #testimonial-slider .owl-controls .owl-buttons .owl-prev {
        left: -18px;
    }

    #testimonial-slider .owl-controls .owl-buttons .owl-next {
        right: -18px;
    }

    /* -=- Follow Your heart Section */
    /*.without-img-row .circle-ripple {
        display: none;
    }*/

    .follow-your-heart-section-wrap .small-image .circle-ripple {
        display: block;
    }

    /*.circle-img-wrap {
        width: 110px;
    }

    .circle-img-wrap img {
        max-width: 70px;
    }*/

    .follow-your-heart-section-wrap .tab-text {
        margin-top: 15px !important;
        margin-bottom: 0px !important;
        font-size: 54px;
        bottom: auto;
    }

    .follow-your-heart-section-wrap .small-image {
        position: relative;
    }

    .mobile-txt {
        margin-bottom: 20px;
        display: block;
        font-size: 34px;
        line-height: 42px;
        text-align: center;
    }

    .mobile-graph {
        max-width: 340px;
        margin: 0px auto;
        display: block;
        width: 100%;
    }

    .follow-your-heart-section-wrap .tab-text {
        display: flex;
        display: -webkit-flex;
        align-items: center;
    }
    .new-home-section-ai{
        padding-top: 64px;
        padding-bottom: 64px;
    }
    .navbar-collapse {
        background-color: #362013;
    }
    /*.navbar{
        margin-right: 16px !important;
    }*/
    .review-bottom-text{
        font-size: 18px !important;
        line-height: 1.33 !!important;
    }
}

@media (max-width: 576px) {
    /* -=- Common CSS Start -=- */
    .info-section {
        max-width: 100%;
        margin: 0px auto;
    }
    .testimonial-images{
        width: 360px !important;
    }
}
