h2 span {
    color: var(--prime);
}

h3 span,
h3.text-white span {
    font-weight: bold;
    color: #fff;
}

.text-underline {
    text-decoration: underline !important;
}

.text-grade {
    background: -webkit-linear-gradient(0deg, #333333, #1A966D 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-underline
{
    position: relative;
}
.text-underline::before {
    content: '';
    background: -webkit-linear-gradient(0deg, #333333, #1A966D 80%);
    left: 0;
    bottom: 6px;
    height: 2px;
    width: 90%;
    position: absolute;
}

.last-section {
    background: linear-gradient(90deg, rgba(229, 145, 46, 0.9) 0%, rgba(229, 145, 46, 0) 99.63%);
    padding: 50px 0;
    position: relative;
    margin-top: 150px;
} 

.right-child {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 680px;
}


.lotus-overlay {
    position: relative;
}

.lotus-overlay:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 580px;
    width: 100%;
    background: url('../images/follower_bg.webp') center no-repeat;
    background-size: cover;
    z-index: 0;
} 
 

.meet-carousal .contnetcard img {
    aspect-ratio: auto;
    object-fit: contain;
    margin: initial;
}

.meet-carousal .contnetcard {
    transition: all .3s ease-in-out;
    background: #fff;
    /* clip-path: polygon(0 0, calc(100% - 20%) 0, 100% 21%, 100% 100%, 0 100%); */
    border-radius: 20px;
    padding: 30px;
}

.meet-carousal .contnetcard:hover {
    transform: unset;
    transition: all .3s ease-in-out;
    box-shadow: unset;
}

.img-radius {
    border-radius: 24px;
}

.common-dots {
    position: relative;
}

.common-dots .owl-nav button
{
    position: absolute;
    left:0 ;
    top: 50%;
    transform: translateY(-50%);
}
.common-dots .owl-nav button.owl-next
{
    right:0 ;
    left: initial;
}
.common-dots .owl-nav button span
{
    position: relative;
    font-size: 0;
    visibility: hidden;
    display: none;
}
.common-dots .owl-nav button::before
{
    content: '';
    background: url('../img/arrow.svg') center no-repeat;
    background-size: cover;
    height:19px;
    width: 11px;
    position: absolute;
    left: 0;
    top: 0;
}

.common-dots .owl-nav button.owl-next::before {
    transform: rotate(180deg);
}

.common-dots .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 0;
    position: relative;
    bottom: 0;
    margin-top: 40px;
}

.common-dots .owl-dots button {
    margin: 0 5px;
}

.common-dots .owl-dots button.active span {
    display: block;
    border-radius: 500px;
    opacity: 1;
}

.common-dots .owl-dots button span {
    background: var(--sec);
    height: 14px;
    width: 14px;
    display: block;
    opacity: 0.2;
    border-radius: 500px;
}

.common-nav .owl-nav {
    bottom: 0px !important;
    left: 50% !important;
    justify-content: center !important;
    gap:10px;
    transform: translateX(-50%) !important;
    height: 0;
}

.common-nav .owl-stage-outer {
    margin-bottom: 30px;
}

.bg-cover {
    background-size: cover !important;
}

.grid-4 {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    /* grid-template-columns: 1fr 1fr 1fr 1fr; */
    justify-content: center;
}
.grid-4 li{
    flex: 25%;
    max-width: 23%;
    margin: 1%;
}

.flex1
{
    display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: center;
}
.flex1 li {
    flex: 1;
    padding: 0 20px;
}
.grid-4
{
    /* padding-left: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: dense;
    justify-content: center; */
}

.grid-4 li {
    padding: 0 20px;
}

.grid-4 li:first-child {
    padding-left: 0;
}

.grid-3 {
    padding-left: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
	gap:20px;
}

/* .grid-3 li {
    padding: 0 20px;
}

.grid-3 li:first-child {
    padding-left: 0;
} */

.text-prime p,
.text-prime a,
.text-prime span {
    color: var(--prime) !important;
}

.text-prime2 {
    color: var(--sec);
}

.fw-bolder {
    font-weight: 800 !important;
}

.bg-grade {
    background: linear-gradient(220deg, rgba(229, 145, 46, 0.9) 0%, rgba(229, 145, 46, 0) 99.63%);
}

.max {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
}


.tab-grid-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border: 1px solid #E89F47;
    padding: 0px;
    border-radius: 24px;
    background: #fff;
    gap: 15px;
}

.tab-grid-3 .tab-grid:first-child {
    background: #FFE4BD;
    border-radius: 24px 0 0 24px;
    text-align: left;
}

.tab-grid-3 .tab-grid:last-child {
    border-radius: 0 24px 24px 0;
}

.tab-grid-3 .tab-grid {
    background: #FFF8ED;
    padding: 30px;
    text-align: center;
}

.tab-grid-3 .tab-grid:nth-child(2) div.text-prime2:first-child {
    margin-bottom: 48px !important;
}

.tab-grid-3 .tab-grid div:first-child {
    margin-bottom:48px !important;
}

.tab-grid-3 .tab-grid div.text-prime2 {
    margin-bottom: 8px;
}

.tab-grid-3 .tab-grid .span {
    display: block;
    margin-bottom: 12px;
    min-height: 22px;
}
.tab-grid-3 .tab-grid .span.total {
    margin-bottom: 25px;
    font-weight: 700;
}
.tab-grid-3 .tab-grid:first-child .span.total {
    font-weight: 400;
}

.tab-styles .nav {
    display: flex;
    justify-content: space-between;
}

.tab-styles .nav li {
    width: 33.33%;
    flex: 33.33%;
    max-width: 33.33%;
    text-align: center;
}

.tab-styles .nav li button {
    background: #fff;
    padding: 8px 14px;
    border-radius: 6px;
    position: relative;
    width: 90%;
    box-shadow: 0px 0px 45px 0px #E5912E1A;
}

.tab-styles .nav li button:hover,
.tab-styles .nav li button.active {
    background-color: var(--sec);
    color: #fff;
}

.tab-styles .nav li button.active::after,
.tab-styles .nav li button:hover::after {
    content: "";
    position: absolute;
    bottom: -12px;
    right: 50%;
    transform: translateX(50%);
    border-top: 14px solid var(--sec);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    width: 0;
    height: 0;
}

.scrollbar {
    max-height: 740px;
    overflow: auto;
}

.scrollbar::-webkit-scrollbar {
    width: 5px;
}

.scrollbar::-webkit-scrollbar-track {
    background: #D9D9D9;
}
.scrollbar::-webkit-scrollbar-thumb {
    background: #E89F47;
}
.counter-lr-space {
    padding-left: 80px;
    padding-right: 80px;
}

.last-section.style2
{
    margin-top: 130px;
}

@media only screen and (max-width:1279px) {  
    .common-nav .owl-nav {
        width: 12% !important;
    }  
    .flex1 
    {
        flex-wrap: wrap;
    }
    .flex1 li {
        flex: 50%;
        max-width: 50%;
        width: 50%;
        margin-bottom: 20px;
    } 
    .flex1 li:nth-child(3), 
    .flex1 li:nth-child(4){       
        margin-bottom:0;
    } 
}
@media only screen and (max-width:992px) {  
    .common-nav .owl-nav {
        width: 15% !important;
    }  
    .pagination-year .page-item {
        width: initial !important;
        flex: initial !important;
        max-width: initial !important;
    }
    .pagination-year {
        gap: 20px !important;
    }
    .grid-4 li{
        flex: 50%;
        max-width: 48%;
        margin: 1%;
    }

}
@media only screen and (max-width:767px) {  
    .common-nav .owl-nav {
        width: 18% !important;
    }  
     .tab-slider-grid {
        grid-template-columns: 1fr;
    }  
    .grid-3 {
        grid-template-columns: 1fr 1fr;
    }
    .pagination-year {
        flex-wrap: wrap;
    }
    .flex1 li {
        flex: 100%;
        max-width:100%;
        width: 100%;
        margin-bottom: 20px;
    } 
    .flex1 li:last-child{       
        margin-bottom:0;
    } 
}
@media only screen and (max-width:576px) {  
    .grid-3 {
        grid-template-columns: 1fr;
    }
    .grid-3 li {
        padding: 0;
    }
    .common-nav .owl-nav {
        width: 26% !important;
    }   
    .tab-grid-3 .tab-grid {
        min-width: 250px;
    }
    .grid-4 li{
        flex: 100%;
        max-width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
    .grid-4 li:last-child{
        margin-bottom: 0px;
    }

}
@media only screen and (max-width:450px) {  
    .common-nav .owl-nav {
        width: 30% !important;
    }   
}
@media only screen and (max-width:400px) {  
    .common-nav .owl-nav {
        width: 35% !important;
    }   
}