.hero-banner{
    background: url(../images/home-banner.jpg) no-repeat var(--orange);
    background-size: cover;
    background-position: center center;
    height: 700px;
    position: relative;
    margin-top: 0px;
}
.hero-banner.business-banner{
    background: url(../images/business-banner.jpg) no-repeat var(--orange);
    background-size: cover;
    background-position: center center;
    height: 700px;
    position: relative;
    margin-top: 0px;
}
.hero-banner .banner-container, .hero-banner .banner-row{
    height: 100%;
}
.hero-banner .banner-row{
    align-items: flex-end;
    padding-bottom: 100px;
}
.banner-title{
    font-size: 3rem;
    line-height: 1.3;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 15px;
}
.banner-sub-title{
    font-size: 1.6rem;
    line-height: 1.3;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 15px;
}
.banner-content .btn-uplifyt{
    margin-top: 15px;
    min-width: 180px;
}
/* .hero-banner::before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, var(--orange), var(--gold));
} */
/* style for home page start */
/* style for home banner start */
/* .hero-banner.home-banner::before{
    width: 100%;
    background: linear-gradient(to right, var(--orange), var(--gold));
} */
.sec-banner-footer{
    background: var(--light-yellow);
    background: -moz-linear-gradient(bottom, var(--light-yellow) 0%, var(--light-yellow) 50%, #ffffff 50%, #ffffff 100%);
    background: -webkit-linear-gradient(bottom, var(--light-yellow) 0%, var(--light-yellow) 50%, #ffffff 50%, #ffffff 100%);
    background: linear-gradient(to bottom, var(--light-yellow) 0%, var(--light-yellow) 50%, #ffffff 50%, #ffffff 100%);
}
.banner-footer-content .content-inside{
    text-align: center;
    padding: 40px 40px;
    background: linear-gradient(to right, var(--orange), var(--gold));
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
}
.banner-footer-content .content-inside p{
    color: #ffffff;
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.2rem;
}

/* style for home banner end */
.flex-box-row{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}
.talktous-content{
    align-items: center;
    margin: 20px 0px;
}
.talktous-content .icon{
    flex:0 0 auto;
    max-width: 30%;
}
.talktous-content .icon .icon-wrapper{
    width: 75px;
    height: 75px;
    border-radius: 100%;
}
.talktous-content .text{
    flex:0 0 auto;
    max-width: 70%;
    padding-left: 20px;
}
.talktous-content .text p{
    font-size: 1.05rem;
    line-height: 1.2;
}
/* style for know your coach start */
.round-box-wrapper{
    position: relative;
    min-height: 525px;
    padding-top: 120px;
}
.round-box-wrapper .thumb-image{
    max-width: 500px;
    position: absolute;
    left: 5%;
    top: 35px;
    z-index: 3;
}
.round-box{
    -webkit-box-shadow: 6px 9px 11px -5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 6px 9px 11px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 6px 9px 11px -5px rgba(0, 0, 0, 0.3);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    max-width: 78%;
    margin: 0 auto;
    background-color: transparent;
    border-top-left-radius: 145px;
    position: relative;
    z-index: 2;
}
.round-box .round-box-content {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: var(--light-yellow);
    padding: 30px 15px;
}
.sec-know-your-coach .round-box .round-box-content{
    clip-path: polygon(46% 0%, 100% 0%, 100% 100%, 0% 100%);
    padding-left: 425px;
    overflow: visible;
}
.sec-know-your-coach .round-box .round-box-content.no-clip{
    clip-path: unset;
    padding-left: 25px;
    border-radius: 20px;
}
.sec-know-your-coach{
    position: relative;
}
.background-gradient-shape{
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    height: 100%;
    width: 50%;
    overflow: hidden;
    z-index: 1;
    background: url(../images/orange-bg.svg) no-repeat var(--light-gray);
    background-size: cover;
    background-position: right center;
}
/* .background-gradient-shape .parallelogram{
    height: 100%;
    width: 100%;
    margin: 0 0 0 -145px;
    transform: skew(35deg);
    background: var(--orange) linear-gradient(to bottom right, var(--orange), var(--gold));
    overflow: hidden;
    position: relative;
    border-top-right-radius: 95px;
} */
.sec-know-your-coach .round-box-title{
    font-size: 1.5rem;
    line-height: 2rem;
    color: var(--text-gray);
    font-weight: 600;
    margin-bottom: 10px;
}
.sec-know-your-coach .round-box .btn-uplifyt svg:first-child{
    padding-left: 10px;
}
.sec-know-your-coach .round-box .btn-uplifyt svg path{
    fill: #ffffff;
}
.sec-space.sec-know-your-coach{
    margin-bottom: 0px;
    background-color: var(--light-gray);
    position: relative;
    margin-top: 0px;
}
/* style for know your coach end */
/* style for testimonials start */
.red-strip{
    background-color: var(--red);
    padding: 20px 15px;
    text-align: center;
}
.red-strip p{
    color: #ffffff;
}
.testimonials-title{
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 0px;
    font-weight: 300;
}
.testimonial-item{
    width: 100%;
}
.testi-box{
    padding: 60px 15px;
    width: 100%;
    max-width: 991px;
    margin: 0 auto;
}
.testi-gradiant-box.testi-box{
    padding-bottom: 0px;
    padding-top: 25px;
}
.testi-box .gradiant-box-content{
    min-height: 140px;
    position: relative;
    background-color: #ffffff;
    border-top-right-radius: 40px;
    display: none;
}
.testi-box .gradiant-box-content::after{
    content: '';
    position: absolute;
    top: -3px;
    bottom: 0px;
    left: -3px;
    right: 0px;
    background: linear-gradient(to bottom right, var(--orange), var(--gold));
    z-index: -1;
    height: calc(100% + 6px);
    width: calc(100% + 6px);
    border-top-right-radius: 40px;
}
.testi-box .gradiant-box-content::before{
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: -5px;
    width: 10px;
    height: 100%;
    background-color: #ffffff;
}
.testimonial-quotes{
    position: absolute;
}
.testimonial-quotes.quotes-left{
    left: 40px;
    top: -20px;
    background-color: var(--white);
    width: 70px;
}
.testimonial-quotes.quotes-right{
    right: 40px;
    bottom: -20px;
    background-color: var(--white);
    width: 70px;
}
.testimonial-quotes img{
    max-width: 40px;
    margin: 0 auto;
}
.testi-bg-box.testi-box{
    background-color: var(--white);
    border-radius: 20px;
    text-align: center;
    /* padding-top: 0px; */
    position: relative;
}
.testimonial-content-wrapper {
    position: relative;
    padding: 2px; /* Thickness of the border */
    border-radius: 40px;
    background: linear-gradient(to bottom right, var(--orange), var(--gold));
    z-index: 0;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
}
.testimonial-content {
    border-radius: 38px; 
    padding: 20px 60px;
    color: var(--text-gray);
    text-align: center;
    background-color: var(--white);
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
}
.testimonial-dp{
    position: absolute;
    top: -13px;
    left: 50%;
    z-index: 1;
    width: 155px;
    height: 155px;
    background-color: #ffffff;
    border-radius: 100%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    display: none;
}
.testimonial-dp .icon-circle-gradient{
    width: 140px;
    height: 140px;
    margin: 0 auto;
    padding: 0px;
}
.testimonial-dp .icon-circle-gradient::after{
    top: -3px;
    bottom: 0px;
    left: -3px;
    right: 0px;
    height: calc(100% + 6px);
    width: calc(100% + 6px);
}
.testimonial-dp .icon-circle-gradient img{
    border-radius: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonial-content .testimonial-words{
    color: var(--text-gray);
    font-size: 1.1rem;
    line-height: 1.5;
    font-weight: 300;
    margin: 20px auto;
    max-width: 75%;
}
.testimonial-content .testimonial-name{
    color: var(--text-gray);
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 0px;
}
.testimonial-content .testimonial-details{
    color: var(--text-gray);
    font-size: 1.1rem;
    line-height: 1.2;
    margin-bottom: 0px;
    font-weight: 300;
}
.carrousel-arrow-path{
    fill: none;
    stroke: #4d4d4d;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.testimaonial-carousel .owl-nav .owl-prev, .testimaonial-carousel .owl-nav .owl-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.testimaonial-carousel .owl-nav .owl-prev{
    left: 0px;
}
.testimaonial-carousel .owl-nav .owl-next{
    right: 0px;
}
.testimaonial-carousel .owl-nav svg{
    width: 25px;
}
.testimaonial-carousel .owl-nav:hover svg .carrousel-arrow-path{
    stroke: var(--orange);
}
.caltoaction-content{
    text-align: center;
    padding: 0px 15px 40px;
}
.testimaonial-carousel  button.owl-dot{
    margin: 2px 3px;
}
.testimaonial-carousel .owl-dots{
    text-align: center;
}
.testimaonial-carousel .owl-dots span{
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 100%;
    border: 1px solid #ececec;
}
.testimaonial-carousel .owl-dot.active span{
    background-color: #ececec;
}
.caltoaction-content hr{
    margin-bottom: 40px;
    border-top: 1px solid;
    border-color: var(--yellow);
    opacity: 1;
}
.caltoaction-content p{
    font-size: 1.1rem;
    line-height: 1.4;
}
.caltoaction-content .btn-uplifyt{
    font-size: 1.3rem;
    margin-top: 20px;
}
/* style for testimonials end */
@media only screen and (min-width: 768px) and (max-width: 991px){
    .round-box-wrapper picture {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .round-box-wrapper .thumb-image {
        width: 125px;
        top: 0px;
        left: unset;
        margin-top: 20px;
    }
    .round-box{
        max-width: 100%;
        border-radius: 20px;
        margin-top: 10%;
    }
    .sec-know-your-coach .round-box .round-box-content{
        clip-path: unset;
        padding: 40px 25px 25px 25px;
        border-radius: 20px;
    }
    .round-box-wrapper {
        padding: 40px 0px;
        min-height: unset;
    }
    .testi-box{
        max-width: 600px;
    }
    .testimonial-content{
        min-height: 300px;
    }
    .talktous-content .text p br{
        display: none;
    }
}
@media only screen and (min-width: 1024px) and (max-width:1200px){
     .round-box-wrapper .thumb-image {
        max-width: 366px;
        left: 27px;
        top: 131px;
    }
    .round-box{
        max-width: 90%;
    }
    .sec-know-your-coach .round-box .round-box-content{
        clip-path: polygon(36% 0%, 100% 0%, 100% 100%, 0% 100%);
        padding-left: 350px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 767px){
    .round-box-wrapper picture {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .round-box-wrapper .thumb-image {
        width: 125px;
        top: 0px;
        left: unset;
        margin-top: 20px;
    }
    .round-box{
        max-width: 100%;
        border-radius: 20px;
        margin-top: 5%;
    }
    .round-box-wrapper{
        position: relative;
        padding-top: 80px;
        margin-bottom: 30px;
    }
    .sec-know-your-coach .round-box .round-box-content{
        padding: 25px;
        clip-path: unset;
        border-radius: 20px;
        text-align: center;
    }
    .hero-banner.about-us-banner {
        background-position: center right 33%!important;
    }
    .talktous-content{
        justify-content: center;
    }
    .sec-know-your-coach .round-box .round-box-content h4{
        margin-top: 40px;
    }
    .testi-box{
        padding: 30px;
    }
    .testi-box{
        max-width: 400px;
    }
    .testimonial-quotes.quotes-right {
        right: -15px;
        bottom: -15px;
        width: 65px;
    }
    .testimonial-quotes.quotes-left {
        left: -15px;
        top: -15px;
        width: 65px;
    }
    .testimonial-quotes img {
        max-width: 40px;
    }
    .testimonial-dp {
        width: 135px;
        height: 135px;
    }
    .testimonial-dp .icon-circle-gradient{ 
        width: 120px;
        height: 120px;
    }
    .testi-box .gradiant-box-content {
        min-height: 125px;
    }
    .testimonial-content{
        padding: 60px 30px;
    }
    .banner-title{
        font-size: 2.5rem;
        line-height: 1.3;
    }
    .banner-sub-title {
        font-size: 1.2rem;
        line-height: 1.3;
    }
    .background-gradient-shape{
        width: 100%;
        background-position: right 13% center;
    }
    .talktous-content .text p br{
        display: none;
    }
    .talktous-content {
        align-items: center;
        margin-bottom: -10px;
    }
}
@media only screen and (min-width: 0px) and (max-width: 576px){
    .testi-box{
        max-width: 300px;
    }
}
/* style for home page end */

/* style for about page start */
.about-us-banner{
    background: url(../images/about/about-banner.jpg) no-repeat #ffffff;
    background-size: cover;
    background-position: center center;
    height: 400px;
    position: relative;
    margin-top: 105px;
    display: flex;
    align-items: center;
}
.about-us-banner .banner-title{
    color: var(--gray);
}
.sec-about-us-content{
    position: relative;
    
}
.sec-about-us-content::after{
    content: "";
    position:absolute;
    right:0;
    top:0;
    bottom: 0;
    /* left: 0px; */
	/* width: 35%; */
	width: 75%;
    height: 100%;
    background-color: var(--light-yellow);
    -webkit-clip-path: polygon(100% 0, 50% 38%, 100% 100%);
    clip-path: polygon(100% 0, 50% 38%, 100% 100%);   
    z-index: -2; 
    /* background: url(../images/about/background-shape.svg) no-repeat #ffffff;
    background-size: cover;
    background-position:  right center; */
}
.hero-banner.about-us-banner::before{
    width: 100%;
    background: linear-gradient(to right, var(--orange), var(--gold));
}
.aboutus-overview{
    padding: 60px 15px 40px;
    position: relative;
}
.aboutus-overview::after{
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 1px;
    width: 70%;
    background: linear-gradient(to left, var(--orange), var(--gold));
}
.aboutus-overview .overview-row{
    align-items: center;
}
.overview-item .company-logo img{
    min-width: 250px;
    padding-right: 20px;
}
.overview-item  .company-moto{
    padding-left: 30px;
    position: relative;
    max-width: 80%;
}
.overview-item  .company-moto::before{
    position: absolute;
    content: "";
    top: 0px;
    bottom: 0px;
    left: 1px;
    height: 100%;
    width: 1px;
    background: linear-gradient(to top, var(--gold), var(--orange));
}
.uplifyt-story{
    padding: 50px 15px;
}
.uplifyt-story-wrapper .story-box{
    position: relative;
    width: 100%;
   border-bottom: 1px solid var(--gray);
}
.uplifyt-story-wrapper .story-box .story-text{
    background: linear-gradient(to right, var(--orange), var(--gold));
    padding: 30px 40px;
    border-top-left-radius: 40px;
    width: 80%;
    padding-right: 80px;
}
.uplifyt-story-wrapper .story-box .story-text p{
    max-width: 90%;
    color: #ffffff;
}
.uplifyt-story-wrapper .story-box .story-text .small-title{
    color: #ffffff;
}
.uplifyt-story-wrapper .story-image{
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.uplifyt-guide{
    padding-bottom: 60px;
}
.image-card{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    height: 100%;
}
.image-card .card-icon{
    margin-bottom: 15px;
    min-height: 75px;
}
.image-card .card-icon img{
    height: 75px;
}
.image-card .card-title{
    margin-bottom: 5px;
}
.image-card .card-title .title-text{
    font-size: 1.1rem;
    line-height: 1.5;
    color: var(--orange);
    margin: 0px;
    font-weight: 600;;
}
.image-card  .card-content-wrapper{
    width: 100%;
    position: relative;
    padding-right: 20px;
}
.image-card::after{
    position: absolute;
    content: "";
    top: 96px;
    bottom: 0px;
    right: 1px;
    height: 57%;
    width: 1px;
    background: linear-gradient(to top, var(--gold), var(--orange));
}
.guide-item:last-child .image-card::after{
    display: none;
}
.guide-item{
    margin: 20px 0px;
}
.guide-item .image-card p{
    font-size: 0.9rem;
}
.uplifyt-guide-disclimer p{
    max-width: 80%;
    margin-top: 15px;
}
@media only screen and (min-width: 0px) and (max-width: 767px){
    .overview-item .company-logo img {
        min-width: 210px;
        padding-right: 0px;
        max-width: 210px;
        margin: 0 auto;
    }
    .overview-item .company-logo {
        text-align: center;
        padding-bottom: 20px;
    }
    .overview-item  .company-moto::before{
        top: 0px;
        bottom: unset;
        left: 0px;
        right: 0px;
        height: 1px;
        width: 100%;
        background: linear-gradient(to top, var(--orange), var(--gold));
    }
    .overview-item .company-moto{
        max-width: 100%;
        padding-left: 15px;
        padding-top: 20px;
    }
    .aboutus-overview::after{
        width: 100%;
    }
    .uplifyt-story-wrapper .story-box .story-text{
        width: 100%;
        padding: 20px;
        padding-bottom: 255px;
    }
    .uplifyt-story-wrapper .story-box .story-text p{
        max-width: 100%;
    }
    .uplifyt-story-wrapper .story-image img{
        max-width: 225px;
    }
    .sec-about-us-content::after{
        width: 100%;
        height: 46%;
        clip-path: polygon(100% 0, 50% 50%, 100% 100%);
    }
    .guide-item{
        flex: 0 0 auto;
        max-width: 100% ;
    }
    .image-card::after{
        top: unset;
        bottom: 0px;
        height: 1px;
        width: 100%;
    }
    .image-card .card-content-wrapper{
        padding-right: 0px;
    }
    .image-card{
        padding-bottom: 20px;
    }
    .guide-item{
        margin-top: 0px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .guide-item{
        flex: 0 0 auto;
        max-width: 50% ;
    }
    .guide-item:nth-child(even) .image-card::after{
        display: none;
    }
    .uplifyt-story-wrapper .story-image img{
        max-width: 310px;
    }
    .uplifyt-story-wrapper .story-box .story-text{
        width: 100%;
        padding-right: 225px;
    }
}
/* style for about page end */
/* style for contactus page start */
.contactus-banner{
    background: url(../images/contact-us-banner.jpg) no-repeat var(--orange);
    background-size: cover;
    background-position: center center;
    height: 400px;
    position: relative;
    margin-top: 105px;
    display: flex;
    align-items: center;
}
.contactus-banner::before{
    width: 100%;
}
.sec-contactus{
    padding: 20px 0px;
    background-color: var(--light-yellow);
}
.sec-contactus .border-right{
    border-right: 1px solid var(--orange);
}
.sec-contactus .icon img{
    height: 44px;
}
.sec-contactus .content-inside{
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}
.sec-contactus .email{
    margin-top: 12px;
}
.sec-contactus .socialmedia{
    display: block!important;
    text-align: center;
}
.sec-contactus .socialmedia .icon a{
    margin: 15px;
}
.sec-contactus .socialmedia .icon img{
    margin-top: 4px;
    height: 32px
}
.form-sec{
    margin: 20px 0px;
}
.form-sec .form-inside{
    background-color: var(--form-gray);
    border-radius: 5px;
    padding: 25px 40px 15px 40px;
}
.form-sec .form-inside .form-control{
    padding: 8px 0px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--form-text);
    background-color: unset;
    border: unset;
    border-radius: 0px;
    border-bottom: 1px solid var(--form-text);
}
.form-sec .form-inside .form-control::placeholder {
    color: var(--form-placeholder)!important;
}
.form-sec .form-inside .form-control:focus {
    box-shadow: unset;
}
@media only screen and (min-width: 0px) and (max-width: 767px){
    .sec-contactus .border-right{
        border-right: unset;
    }
    .sec-contactus {
        padding: 20px 0px 15px 0px;
    }
    .sec-contactus .call-mail-icon 
    {
        width: 30px;
    }
    .sec-contactus .icon img, .sec-contactus .socialmedia .icon img 
    {
        height: 25px;
    }
    .sec-contactus .content-inside{
        margin-bottom: 20px;
    }
    .sec-contactus .email{
        margin-top: 0px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .sec-contactus {
        padding: 30px 0px;
    }
    .sec-contactus .icon img, .sec-contactus .socialmedia .icon img 
    {
        height: 30px;
    }
    .sec-contactus .socialmedia .icon a {
         margin: 0px; 
    }
    .sec-contactus .content-inside{
        gap:15px;
        margin-bottom: 20px;
    }
}
/* style for contactus page end */
/* style for coaching page start */
.hero-banner.coaching-philosophy-banner{
    background: url(../images/coaching/coaching-philosophy-banner.jpg) no-repeat var(--orange);
    background-size: cover;
    background-position: center center!important;
    height: 550px;
    position: relative;
}
.yellow-top-border{
    border-top: 40px solid var(--yellow);
}
.coaching-philosophy-banner .banner-title{
    font-size: 3rem;
    line-height: 1.3;
    color: var(--white);
    font-weight: 600;
    margin-bottom: 15px;
}
.sec-owner-note{
    background-color: var(--light-yellow);
    border-bottom: 1px solid var(--yellow);
    padding-bottom: 0px;
}
.owner-note-item.content{
    padding: 50px 15px 20px;
}
.sec-coaching-content{
    position: relative;
    margin-bottom: 40px;
}
.coaching-overview{
    padding: 40px 15px 40px;
    position: relative;
    width: 60%;
}
.sec-owner-note .owner-row{
    align-items: flex-end;
}
.support-bg{
    border-top-left-radius: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    background-color: var(--light-yellow);
    border-bottom: 1px solid var(--orange);
}
.support-bg .image img{
    border-top-right-radius: 20px;
}
.whyuplifyt-sec{
    margin-top: 40px;
    margin-bottom: 40px;
}
.why-uplifyt .border-right{
    border-right: 1px solid var(--orange);
}
.why-uplifyt .icon img{
    height: 75px;
    margin-bottom: 10px;
}
.why-uplifyt .content.padding-left {
    padding-left: 25px;
}
.why-uplifyt .content .title-text {
    font-size: 1.1rem;
    line-height: 1.5;
    color: var(--orange);
    margin: 0px;
    font-weight: 600;
    margin-bottom: 5px;
}
.hr-line-1px{
    margin: 30px 0px;
    height: 1px;
    width: 100%;
    background: linear-gradient(to top, var(--gold), var(--orange));
}
.hr-line-2px{
    margin: 10px 0px 30px 0px;
    height: 2px;
    width: 100%;
    background: linear-gradient(to top, var(--gold), var(--orange));
}
.sec-growth-content{
    background-color: var(--light-yellow);
    padding: 40px 0px;
    text-align: center;
}
.sec-growth-content .content {
    position: relative;
    padding: 15px;
    margin-bottom: 20px;
    min-height: 100px;
}
.sec-growth-content .content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 4px; 
    border: 2px solid transparent;
    background: linear-gradient(to top, var(--orange), var(--gold));
    -webkit-mask:
        linear-gradient(#fff 0 0) padding-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.w-75{
    width: 75%;
    margin: 0 auto;
}
.sparq-note{
    display: flex;
    align-items: flex-end;
    padding: 20px 30px 0px;
    background-color: var(--light-gray);
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    justify-content: center;
    gap: 20px;
}
.sec-strategy.sec-space-inside{
    padding-top: 0px;
}
.sparq-note .sparq-icon img{
    max-width: 120px;
}
.sparq-note .big-title{
    color: var(--black);
}
.sparq-note .sparq-content{
    padding-bottom: 50px;
}
/* style for philosophy carousel start */
.philosophy-card{
    display: flex;
    flex-wrap: wrap;
    border: 1px solid var(--yellow);
    border-radius: 20px;
    padding: 30px;
    background-color: var(--pink);
    align-items: center;
    min-height: 210px;
    margin: 0px 2px;
}
.philosophy-card .philosophy-card-item{
    flex: 0 0 50%;
    position: relative;
}
.philosophy-card .philosophy-card-item.philosophy-card-content{
    position: relative;
    padding-right: 50px;
}
.philosophy-card .philosophy-card-item.philosophy-card-content .sec-title{
    color: var(--black);
}
.philosophy-card .philosophy-card-item.philosophy-card-content::after{
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    height: 120px;
    width: 2px;
    background-color: var(--yellow);
}
.philosophy-card .philosophy-card-item.philosophy-owl-content{
    position: relative;
    padding-left: 50px;
}
.sparq-says-wrapper{
    position: relative;
    padding: 2px; /* Thickness of the border */
    border-radius: 20px;
    background: linear-gradient(to bottom right, var(--orange), var(--gold));
    z-index: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: var(--pink);
    padding-left: 0px;
}

.what-sparq-says{
    border-radius:18px; 
    color: var(--text-gray);
    background-color: var(--white);
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding-left: 3px;
}
.what-sparq-says{
    display: flex;
    align-items: center;
}
.what-sparq-says .icon{
    width: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    transform: scale(1.1) translateY(-5px);
    padding-left: 3px;
    padding-right: 30px;
}
.what-sparq-says .icon img{
    width: 100%;
    height: 100%;
}
.what-sparq-says p{
    font-size: 1.3rem;
    line-height: 1.5;
    color: var(--black);
    margin-bottom: 0px;
    padding-left: 10px;
    width: calc(100% - 120px);
}
.sparq-says--small .what-sparq-says .icon{
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.sparq-says--small .what-sparq-says{
    min-height: 55px;
}
.sparq-says--small .what-sparq-says p{
    padding-left: 115px;
    font-size: 1.1rem;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.sparq-says-wrapper.sparq-says--small{
    margin-top: 60px;
}
.philosophy-card .sparq-says-wrapper, .philosophy-card .what-sparq-says .icon, .philosophy-card .what-sparq-says{
    background-color: var(--pink);
}
.philosophy-carousel .owl-dots{
    text-align: center;
    margin-top: 20px;
}
.philosophy-carousel .owl-dots span{
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 100%;
    border: 1px solid var(--yellow);
    margin: 0px 3px;
}
.philosophy-carousel .owl-dot.active span{
    background-color: var(--yellow);
}
/* style for philosophy carousel end */
.sec-ready-shift .ready-shift-owl{
    margin-top: 30px;
}
.sparq-says-wrapper.sparq-says--circle .what-sparq-says .icon{
    z-index: 1;
}
.sparq-says-wrapper.sparq-says--circle .what-sparq-says:before {
    content: "";
    display: block;
    width: 50px;
    height: 100px;
    border: 2px solid var(--orange);
    border-right: none;
    border-radius: 100px 0 0 100px;
    z-index: 2;
    position: absolute;
    left: -47px;
    bottom: -2px;
}
/* Coached at Uplifyt */
.sec-coached {
    background-color: var(--red);
}
.sec-coached-wrapper .red-card {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    position: relative;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 20px;
    height: 100%;
    text-align: left;
    border-radius: 10px;
    z-index: 1;
    color: var(--white);
}
.sec-coached-wrapper .red-card {
    min-height: 6.25rem;
}
.sec-coached-wrapper .owl-item.active.center .red-card{
    background-color: var(--red-01);
} 
.sec-coached-wrapper{
    max-width: calc(100% - 80px);
    margin: 0 auto;
    margin-top: 2.5rem;
}
.coached-at-uplifyt-carousel .owl-nav.disabled{
    display: block;
}
.coached-at-uplifyt-carousel .owl-nav{
    position: absolute;
    top: -60px;
    right: 0px;
}
.coached-at-uplifyt-carousel .owl-nav .owl-next{
    transform: rotate(180deg);
    margin-left: 10px;
}
.coached-at-uplifyt-carousel .owl-nav .owl-prev{
    margin-right: 10px;
}
.coached-at-uplifyt-carousel .owl-stage{
    display: flex;
    align-items: center;
}
#coached-at-uplifyt-carousel.owl-carousel .item {
  opacity: 0.3;
  transition: opacity 0.3s ease;
}
#coached-at-uplifyt-carousel.owl-carousel .center .item {
  opacity: 1!important;
  width: 100%;
}
#coached-at-uplifyt-carousel .active.center h4 {
    font-size: 1.5rem;
}
#coached-at-uplifyt-carousel .active.center p {
    font-size: 1rem;
    color: var(--white);
    font-weight: 500;
}
#coached-at-uplifyt-carousel .active h4{
    font-size: 1rem;
}
#coached-at-uplifyt-carousel .active p {
    font-size: 0.9rem;
    font-weight: 300;
    color: var(--white);
}
.coached-owl{
    margin-top: 3rem;
}
.coached-owl-says {
    display: flex;
    align-items: flex-end;
}
.coached-owl-says .icon {
    width: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(1.1) translateY(-5px);
    padding-left: 3px;
} 
.coached-owl-says .icon img{
    width: 100%;
    height: 100%;
} 
.coached-owl-says p {
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 25px 60px 25px 60px;
    width: calc(100% - 75px);
    background-color: var(--red-01);
    margin-left: -30px;
    border-top-right-radius: 18px;
}
/* Who We Coach */
.sec-who-we-coach, .sec-who-we-coach .what-sparq-says, .sec-who-we-coach .what-sparq-says .icon{
    background-color: var(--pink);
}
.sec-who-we-coach, ul{
    padding-left: 1rem;
}
.who-we-coach-owl{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.who-we-coach-wrapper{
    padding: 0rem 1.6rem;
}
/* Why Uplifyt? */
.sec-whyuplifyt{
    background: linear-gradient(to right, var(--orange), var(--gold));
}
.whyUplifyt-carousel .owl-dots span {
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 100%;
    border: 1px solid #ececec;
}
.whyUplifyt-carousel .owl-dot.active span {
    background-color: #ececec;
}
.whyUplifyt-carousel button.owl-dot {
    margin: 5px;
} 
.whyuplifyt-carousel-wrapper{
    margin-top: 1.5rem;
}  
@media only screen and (min-width: 0px) and (max-width: 767px){
    .coaching-philosophy-banner .banner-title {
        color: var(--white);;
    }
    .coaching-overview {
        padding: 40px 15px 20px;
    }
    .whyuplifyt-sec{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .why-uplifyt .content .title-text {
        font-size: 1.3rem;
    }
    .why-uplifyt .border-mobile{
        margin-top: 0px;
        border-bottom: 1px solid var(--orange)!important;
    }
    .why-uplifyt .content{
        margin-bottom: 30px;
    }
    .why-uplifyt .border-right{
        border: unset;
    }
    .why-uplifyt .content.padding-left, .why-uplifyt .content.mobile-padding{
        padding-left: 15px;
        padding-right: 15px;
    }
    .hr-line-1px{
        margin: 0px 0px 30px 0px;
    }
    .coaching-overview{
        width: 100%;
    }
    .w-75{
        width: 100%!important;
        margin: 0 auto;
    }
    .philosophy-card .philosophy-card-item.philosophy-card-content{
        padding-right: 0px;
        margin-bottom: 20px;
    }
    .philosophy-card .philosophy-card-item.philosophy-owl-content{
        padding-left: 0px;
    }
    .philosophy-card{
        flex-direction: column;
        align-items: center;
    }
    .philosophy-card .philosophy-card-item.philosophy-card-content::after{
        display: none;
    }
    .what-sparq-says p{
        font-size: 1rem;
        width: calc(100% - 90px);
    }
    .what-sparq-says .icon{
        width: 90px;
    }
    .sparq-says--small .what-sparq-says p{
        padding-left: 91px;
    }
    .sparq-says-wrapper.sparq-says--small {
        margin-top: 20px;
    }
    .circle-left{
        padding-left: 60px;
        margin-top: 15px;
    }
    .sec-coached-wrapper {
        max-width: calc(100% - 40px);
        margin-top: 3rem;
    }
    .coached-owl-says .icon {
        width: 75px;
    } 
    .coached-owl-says p {
        font-size: 1rem;
        padding: 10px 0px 10px 30px;
        width: calc(100% - 20px);
        margin-left: -30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .sec-growth-content .content {
        min-height: 120px;
    }
}
/* style for coaching page end */
/* style for services page start */
.services-banner{
    background: url(../images/services/services-banner.jpg) no-repeat var(--orange);
    background-size: cover;
    background-position: center center;
    height: 400px;
    position: relative;
    margin-top: 105px;
}
.sec-services-content{
    position: relative;
    width: 45%;
    margin: 0 auto;
}
.services-overview{
    margin-top: 40px;
    position: relative;
}
.sec-space-package{
    margin-top: 20px;
    margin-bottom: 20px;
}
.sec-package-content{
    margin-bottom: 60px;
}
.sec-package-content .overview-carousel-wrapper{
    margin-top: 80px;
}
.sec-package-content .owl-carousel{
    position: relative;
}
.sec-package-content .owl-dots{
    position: absolute;
    top: -60px;
}
.sec-package-content .owl-theme .owl-dots .owl-dot span {
    width: 100%; 
    height: 0px;
    margin: 0px 7px;
    background: unset;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    font-size: 1.2rem!important;
}
.sec-package-content .owl-theme .owl-dots .owl-dot span:hover {
    color: var(--orange);
}
.overview-carousel .owl-nav img{
    width: 64px;
}
#one_platform .owl-next, .overview-carousel  .owl-next{
    position: absolute;
    right: -85px;
    top: 36%;
    background: transparent!important;
    outline: none!important;
}
.overview-carousel  .owl-prev{
    position: absolute;
    left: -85px;
    top: 36%;
    background: transparent!important;
    outline: none!important;
}
.overview-carousel .owl-item .item {
    transform: translate3d(0, 0, 0);  
/*transform: scale(0.9);*/

transition: all .25s ease-in-out; 
margin: 70px 0; /* OVERWRITE PLUGIN MARGIN */
-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    position: relative;
}
.overview-carousel .owl-item.center .item{
    -webkit-filter: unset;
    filter: unset;
}
.overview-carousel .owl-item:not(.center) .item::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 10%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 1) 100%);
    z-index: 999;
}
.overview-carousel .owl-item.item-left .item::before {
    right: 10%;
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 1) 100%);
}
.overview-carousel .owl-item.item-right .item::before {
    right: 0;
    left: 10%;
}
.overview-carousel .owl-item .item img {
    width: 100%;
    -webkit-box-shadow: 0 1px 11px 5px rgba(174, 174, 174, 0.6);
    -moz-box-shadow: 0 1px 11px 5px rgba(174, 174, 174, 0.6);
    box-shadow: 0 1px 11px 5px rgba(174, 174, 174, 0.6);
    border-radius: 10px;
}
.overview-carousel .owl-item  {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.80);
    -ms-transform: scale(0.80);
    transform: scale(0.80);
    
}
.overview-carousel .owl-item.center {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    position: relative;
    z-index: 999;
}

.overview-carousel .owl-dots{
    display: block!important;
}
@media only screen and (min-width: 768px) and (max-width: 992px){
    .overview-carousel .owl-next{
        right: -35px;
    }
    .overview-carousel  .owl-prev{
        left: -35px;
    }
    .overview-carousel .owl-nav img{
        width: 80%;
    }
}
@media only screen and (min-width: 320px) and (max-width: 767px){
    .overview-carousel .owl-item{
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    .overview-carousel .owl-item .item img{
        
        width: 100%;
        margin: 0 auto;
        box-shadow: none;
    }
    .overview-carousel .owl-item .item {
        margin: 20px 0;
    }
}
.sec-package-content .item{
    position: relative;
    background: var(--light-yellow);
    width: 100%;
    display: inline-block;

}
.sec-package-content .item .header span{
    background: linear-gradient(to right, var(--orange), var(--gold));
    padding: 8px;
    color: var(--white);
    width: 100%;
    display: inline-block;
    text-align: center;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
}
.sec-package-content .item .content{
    background: var(--light-yellow);
    padding: 15px 25px;
    color: var(--text-gray);
    width: 100%;
    display: inline-block;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}
.overview-carousel .owl-item.center .item .header{
    -webkit-box-shadow: -1.5px -1px 11.5px -4px #4d4d4d;
    -moz-box-shadow: -1.5px -1px 11.5px -4px #4d4d4d;
    box-shadow: -1.5px -1px 11.5px -4px #4d4d4d;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.sec-package-content .owl-carousel {
    width: 99%;
}
.overview-carousel .owl-item.center .item .content{
    -webkit-box-shadow: 0 6px 13.5px -4px #4d4d4d;
    -moz-box-shadow: 0 6px 13.5px -4px #4d4d4d;
    box-shadow: 0 6px 13.5px -4px #4d4d4d;
}

.sec-package-content .item .content h3{
    font-size: 0.9rem;
    margin-bottom: 10px;
}
.sec-package-content .item .content h4{
    font-size: 0.8rem;
    margin-bottom: 7px;
}
.sec-package-content .item .content p{
    font-size: 0.75rem;
    line-height: 1.3;
    margin-bottom: 0px;
}
.sec-package-content .item .content .hr-line{
    border-bottom: 1px solid #ccc;
    display: block;
    margin: 7px 0px;
}
.owlButton.active {
    color: var(--orange)!important;
    font-weight: 600;
    position: relative;
}
.owlButton.active::after{
    content: "";
    position: absolute;
    left: 15px;
    bottom: -30px;
    width: 50px;
    height: 3px;
    background-color: var(--yellow);
}
.error{
    color: red;
    font-size: 13px;
}
label.error{
    position: absolute;
}
.form-select.error{
 color: var(--form-text);
}
.titleleft{
    margin-left: 15px;
}
@media only screen and (min-width: 320px) and (max-width: 767px){
    .titleleft{
        margin-left: 0px;
        margin-top: 8px;
    }
    .sec-package-content .owl-theme .owl-dots .owl-dot span {
        font-size: 1.2rem!important;
         font-weight: 500;
    }
    .sec-package-content .owl-dots {
        top: -120px;
        width: 100%;
    }
    .overview-carousel .owl-item .item {
        -webkit-filter: unset;
       filter: unset;
    }
    .owlButton.active::after {
        bottom: -24px;
        height: 2px;
    }
    .overview-carousel .owl-item:not(.center) .item::before {
       display: none;
    }
    .sec-package-content .owl-carousel {
        width: 100%;
    }
    .sec-space-package {
        margin-top: 20px;
        margin-bottom: 60px;
    }
    .sec-package-content .item .content h4 {
        margin-bottom: 15px;
         font-size: 0.9rem;
    }
    .sec-package-content .item .content h3 {
        font-size: 1rem;
        margin-bottom: 10px;
    }
    .sec-package-content .item .content {
        padding: 10px 20px;
    }
    .sec-package-content .item .content p {
        font-size: 0.9rem;
        line-height: 1.4;
    }
    .sec-package-content {
        margin-bottom: 30px;
    }
    .sec-contactus .content-inside {
        align-items: center;
        justify-content: center;
    }
    .sec-contactus .content-inside .text p {
        font-size: 0.8rem;
    }
    .sec-contactus .socialmedia .icon a {
        margin: 10px;
    }
    .contactus-banner h1{
        margin-top: 65px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
    .titleleft{
        margin-left: 0px;
        margin-top: 20px;
    }
    .sec-package-content .owl-theme .owl-dots .owl-dot span {
        font-size: 1.4rem!important;
    }
    .sec-package-content .owl-dots {
        top: -115px;
        width: 90%;
    }
    .sec-services-content{
        width: 75%;
    }
}
/* style for services page end */
@media only screen and (min-width: 320px) and (max-width: 767px){
    .testi-gradiant-box.testi-box {
        padding-top: 5px;
    }
    .talktous-item{
        padding: 0px;
    }
    .image-card .card-title .title-text {
        font-size: 1.4rem;
    }
    .aboutus-overview {
        padding: 40px 15px 20px;
    }
    .small-title {
        line-height: 2rem;
        font-size: 1.5rem;
    }
    .banner-footer-content .content-inside p {
        font-size: 1rem;
    }
    .image-card {
         padding-bottom: 0px; 
    }
    .guide-item {
        margin-top: 10px;
    }
    .uplifyt-guide {
        padding-bottom: 30px;
    }
    .sec-coaching-content{
        margin-bottom: 0px;
    }
    .sec-growth-content {
        padding: 30px 0px;
    }
    .sec-services-content{
        width: 100%;
    }
    .uplifyt-story {
        padding: 35px 15px;
    }
    .uplifyt-guide-wrapper h4{
        margin-bottom: 5px;
    }
    .hr-gray-mobile{
        border-bottom: 1px solid var(--hr-gray);
        margin-bottom: 25px;
    }
    .hero-banner.services-banner{
        background-position: center right 40%!important;
    }
    .hero-banner.contactus-banner{
        background-position: center right 40%!important;
    }
    .socialmedia p{
        font-weight: 500;
    }
}
.sec-space-contactus{
    margin-top: 30px;
    margin-bottom: 30px;
}
/*style for pre home page start */
.hero-banner.sec-pre-home{
    background: url(../images/pre-home-banner.jpg) no-repeat var(--orange);
    background-size: cover;
    background-position: top center;
    height: 100vh;
    position: relative;
    margin-top: 0px;
}
.hero-banner.sec-pre-home::before{
    display: none;
}
.hero-banner.sec-pre-home .uplifyt-btn-group{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.hero-banner.sec-pre-home .brand-logo{
    max-width: 240px;
    display: block;
    margin-bottom: 40px;
    
}
.hero-banner.sec-pre-home .brand-logo img{
    width: 100%;
}
.user-preference-sec{
    background-color: var(--light-gray);
    padding-top: 60px;
    padding-bottom: 60px;
    /* margin-top: 60px; */
}
.user-preference-sec .sub-title::after{
    z-index: 1;
    height: 0.5px;
}
.user-preference-sec .sub-title span{
    position: relative;
    z-index: 2;
}
.user-preference-sec .title-box{
    margin-bottom: 30px;
}
.yellow-card{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    position: relative;
    height: 100%;
    background-color: var(--light-yellow);
    padding: 30px 15px;
    height: 100%;
    text-align: left;
    border-radius: 10px;
}
.yellow-card p:last-child{
    margin-bottom: 0px;
}
.yellow-card .card-title{
    font-size: 1.1rem;
    line-height: 1.5;
    color: var(--orange);
    margin: 0px;
    font-weight: 600;
    margin-bottom: 5px;
}
.yellow-card .card-icon .cls-1 {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: .75px;
}
.card-icon{
    width: 60px;
    height: 60px;
    background: var(--orange);
    border-radius: 100%;
    margin-bottom: 15px;
}
.navbar-expand-lg.uplifyt-nav .nav-link.base-link{
    color: rgba(227, 85, 0, 0.9);
    position: relative;
}
.navbar-expand-lg.uplifyt-nav .navbar-nav .nav-link.base-link:hover{
    color: var(--orange);
}
.navbar-expand-lg.uplifyt-nav .navbar-nav .nav-link.base-link::after{
    content: "";
    position: absolute;
    left: -15px;
    bottom: 0px;
    top: 0px;
    width: 1px;
    height: 100%;
    background-color:rgba(0, 0, 0, 0.5);
}
.navbar-expand-lg.uplifyt-nav .navbar-nav .nav-link.base-link .dropdown-arrow{
    cursor: pointer;
}
.navbar-expand-lg.uplifyt-nav .navbar-nav .nav-link.base-link .dropdown-menu a{
    font-size: 0.9rem;
    line-height: 1.3;
    color: rgba(0, 0, 0, 0.55);
    font-weight: 500;
    padding: 0px;
    transition: font-weight 0.5s ease-in-out;
}
.navbar-expand-lg.uplifyt-nav .navbar-nav .nav-link.base-link .dropdown-menu a:hover{
    color: rgba(0, 0, 0, 1);
    font-weight: 500;
    text-decoration: none;
}
.navbar-expand-lg.uplifyt-nav .navbar-nav .nav-link.base-link .dropdown-menu a:hover{
    text-decoration: none;
    background-color: unset;
}
.navbar-expand-lg.uplifyt-nav .dropdown-menu{
    top: -9999px;
    transition: transform 0.4s, opacity 0.4s;
    display: block;
    text-align: center;
}
.navbar-expand-lg.uplifyt-nav .dropdown-menu[data-bs-popper] {
    right: 0!important;
    left: unset!important;
    padding: 5px 0px;
    margin-top: 5px;
    border: none;
    top: 1px;
    transform: translateY(18px);
    border-radius: 0px;
    background: transparent;
}
.navbar-expand-lg.uplifyt-nav.headerfixed .dropdown-menu[data-bs-popper] {
    background: rgba(255, 255, 255, 0.8);
}
.navbar-expand-lg.uplifyt-nav .mob-link{
    display: none;
}
@media only screen and (min-width: 320px) and (max-width: 767px){ 
    .hero-banner.sec-pre-home .brand-logo {
        max-width: 175px;
    }
    .hero-banner.sec-pre-home .uplifyt-btn-group{
        gap: 7px;
    }
    .hero-banner.sec-pre-home  .banner-content .btn-uplifyt {
        margin-top: 5px;
        min-width: 168px;
    }
    .yellow-card-wrapper{
        margin-bottom: 20px;
    }
    .yellow-card-wrapper:last-child{
        margin-bottom: 0px;
    }
    .navbar-expand-lg.uplifyt-nav .navbar-nav .nav-link.base-link{
        display: none;
    }
    .navbar-expand-lg.uplifyt-nav .navbar-nav .nav-link.base-link{
        display: none;
    }
    .navbar-expand-lg.uplifyt-nav  .mob-link{
        display: block;
        min-width: 45%;
        text-align: right;
    }
    .uplifyt-nav .navbar-brand img, .uplifyt-nav .navbar-brand svg {
        min-width: 95px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .navbar-expand-lg.uplifyt-nav .navbar-nav .nav-link.base-link{
        display: none;
    }
    .navbar-expand-lg.uplifyt-nav  .mob-link{
        display: block;
        min-width: 60%;
        text-align: right;
    }
}
/* style for pre home page end */ 
