:root {
    --white: #ffffff;
    /*--primaryColor : #119bd2;*/
    --primaryColor: #3974dc;
    /*--secondaryColor : #33c8c1;*/
    /*--secondaryColor : #49bce8;*/
    --secondaryColor: #6ca0e9;
    /*--darkBlue : #361cc1;*/
    --darkBlue: #28578f;
    --lightBlue: #2e82ef;
    --darkText: #2e2e2e;
    --lightText: #6a6972;
}

.cursor-pointer {
    cursor: pointer;
}

.lh-16px {
    line-height: 16px !important;
}
.lh-22px {
    line-height: 22px !important;
}

.f-10 {
    font-size: 10px !important;
}
.f-12 {
    font-size: 12px !important;
}
.f-14 {
    font-size: 14px !important;
}
.f-18 {
    font-size: 18px !important;
}
.f-40 {
    font-size: 40px !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.text-primary {
    color: var(--primaryColor) !important;
}

.text-clamp {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.clamp-1 {
    -webkit-line-clamp: 1; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.clamp-2 {
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

/* width */
::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--white);
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--primaryColor);
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--darkBlue);
}

.mobile {
    height: 600px;
}

.mobile-row {
    z-index: 2;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.owl-carousel {
    padding-top: 20px;
    /*height: 500px;*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.carousel-item {
}

.single-testimonial {
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px 0 rgba(167, 167, 167, 0.16);
    -moz-box-shadow: 0 0 30px 0 rgba(167, 167, 167, 0.16);
    box-shadow: 0 0 30px 0 rgba(167, 167, 167, 0.16);
    overflow: hidden;
    border-radius: 10px;
    padding: 25px 30px 5px;
    border-radius: 10px;
    border: 2px solid transparent;
    /*margin: 30px 0;*/
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.single-testimonial .testimonial-text {
    margin-top: 25px;
}

.single-testimonial .testimonial-author .author-image,
.testimonial-author .author-image {
    position: relative;
    min-width: 115px;
}

.single-testimonial .testimonial-author .author-image .author,
.testimonial-author .author-image .author {
    position: absolute;
    top: 17px;
    left: 17px;
    width: 80px;
    height: 80px;
}

.single-testimonial .testimonial-author .author-content .holder-name,
.testimonial-author .author-content .holder-name {
    font-size: 14px;
    font-weight: 700;
    color: #2e2e2e;
}

.single-testimonial .testimonial-author .author-content .text,
.testimonial-author .author-content .text {
    font-size: 12px;
    line-height: 20px;
}

.single-testimonial .testimonial-review .quota i {
    font-size: 36px;
    color: #119bd2;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single-testimonial .testimonial-review .star ul li {
    display: inline-block;
    font-size: 16px;
    color: #fe806d;
}

html {
    overflow-x: hidden;
}

.w-max-content {
    width: max-content;
    width: -moz-max-content;
}

.text-justify {
    text-align: justify;
}

.b-r-6 {
    border-radius: 6px !important;
}

.m-0-auto {
    margin: 0 auto;
}

.screen-slider.owl-carousel .owl-item img {
    width: auto;
    height: 475px;
}

.owl-carousel.owl-drag .owl-item {
    display: flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}

.single-services {
    padding: 20px;
    border: 2px solid #f5f5f5;
    -webkit-box-shadow: 0 4px 6px 0 rgba(167, 167, 167, 0.16);
    box-shadow: 0 4px 6px 0 rgba(167, 167, 167, 0.16);
}

.moods-slider.owl-carousel .owl-stage {
    padding-bottom: 20px;
}

.testimonial-slider.owl-carousel .owl-stage {
    padding-top: 10px;
    padding-bottom: 10px;
}

.moods-slider.owl-carousel .owl-dots,
.screen-slider.owl-carousel .owl-dots {
    display: none !important;
}

.team-area .single-team .team-image {
    width: 145px;
    height: 145px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
    /*border: 2px solid var(--primaryColor);*/
}

.team-area .single-team .team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center center;
    -o-object-position: center center;
}

.moods-slider .moods-slider-description {
    min-height: 208px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 8; !* number of lines to show *!*/
    /*-webkit-box-orient: vertical;*/
}

.moods-slider.owl-carousel .owl-item img {
    width: auto;
}

.back-to-top {
    bottom: 100px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(var(--secondaryColor)),
        to(var(--primaryColor))
    );
    background: linear-gradient(
        to right,
        var(--secondaryColor) 0%,
        var(--primaryColor) 100%
    );
}

.footer-about .social li a:hover,
.link-wrapper .link li a:hover {
    color: var(--secondaryColor);
}

.navbar-area.sticky .navbar-nav .nav-item a {
    font-weight: 500;
}

.navbar-area.sticky {
    background-color: rgba(255, 255, 255, 0.85);
}

.navbar-nav .nav-item a:hover,
.navbar-nav .nav-item a.active,
.navbar-nav .nav-item #activeHome.active-home {
    color: #ffffff;
    text-shadow: 0 0 0 var(--white);
}

.sticky .navbar-nav .nav-item a.active,
.sticky .navbar-nav .nav-item a:hover,
.sticky .navbar-nav .nav-item #activeHome.active-home {
    color: var(--primaryColor) !important;
    text-shadow: 0 0 0 var(--primaryColor) !important;
}

.section-title .line {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(var(--secondaryColor)),
        to(var(--primaryColor))
    );
    background: linear-gradient(
        var(--secondaryColor) 0%,
        var(--primaryColor) 100%
    );
}

.preloader .loader .spinner-circle {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 200%;
    height: 100%;
    border-style: solid;
    border-color: var(--primaryColor) var(--primaryColor) #e1e1e1;
    border-radius: 50%;
    border-width: 6px;
}

.single-services .services-content .services-title a:hover {
    color: var(--primaryColor);
}

.single-services:hover {
    border-color: var(--primaryColor);
}

.single-testimonial .testimonial-review .star ul li {
    color: var(--primaryColor);
}

a {
    color: var(--primaryColor);
}

.counter-wrapper .single-counter.counter-color-1::before {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(var(--secondaryColor)),
        to(var(--secondaryColor))
    );
    background: linear-gradient(
        var(--secondaryColor) 0%,
        var(--secondaryColor) 100%
    );
}

.counter-wrapper .single-counter.counter-color-2::before {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(var(--primaryColor)),
        to(var(--primaryColor))
    );
    background: linear-gradient(
        var(--primaryColor) 0%,
        var(--primaryColor) 100%
    );
}

.counter-wrapper .single-counter.counter-color-3::before {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(var(--darkBlue)),
        to(var(--darkBlue))
    );
    background: linear-gradient(var(--darkBlue) 0%, var(--darkBlue) 100%);
}

.video-wrapper .video-icon a {
    color: var(--primaryColor);
}

.owl-nav {
    position: absolute;
    display: flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    display: flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    width: 36px;
    height: 36px;
    line-height: 1 !important;
    padding: 0 !important;
    border-radius: 50%;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(var(--secondaryColor)),
        to(var(--primaryColor))
    ) !important;
    background: linear-gradient(
        var(--secondaryColor) 0%,
        var(--primaryColor) 100%
    ) !important;
}

.owl-nav .owl-next {
    right: 0;
}

.owl-nav .owl-prev span,
.owl-nav .owl-next span {
    color: var(--white);
    font-size: 28px;
    margin-top: -6px;
}

.moods-slider.owl-carousel .owl-dots,
.testimonial-slider.owl-carousel .owl-dots,
.our-team-slider.owl-carousel .owl-dots {
    display: flex !important;
    display: -ms-flex !important;
    display: -moz-flex !important;
    display: -webkit-flex !important;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 0 5px;
    border-radius: 50%;
    background: #e5e5e5;
}

.owl-dots .owl-dot.active span {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(var(--secondaryColor)),
        to(var(--primaryColor))
    ) !important;
    background: linear-gradient(
        var(--secondaryColor) 0%,
        var(--primaryColor) 100%
    ) !important;
}

.our-team-slider.owl-carousel .owl-dots {
    margin-top: 10px;
}

.single-testimonial {
    padding: 20px;
    border: 2px solid #f5f5f5;
    -webkit-box-shadow: 0 4px 6px 0 rgba(167, 167, 167, 0.16);
    box-shadow: 0 4px 6px 0 rgba(167, 167, 167, 0.16);
}

.testimonial-slider.owl-carousel .single-testimonial .testimonial-text p {
    height: 156px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.main-btn {
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-contact li a {
    color: var(--white);
}

.footer-contact li a:hover {
    color: var(--secondaryColor);
    text-shadow: 0 0 0 var(--primaryColor) !important;
}

.store-btn-main {
    padding: 8px 12px;
    border-radius: 8px;
    /*border: 1px solid #eaeaea;
    */
    background-color: var(--white);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.store-btn-main-nav {
    border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
}

.store-btn-main a img {
    width: 36px;
}

.header-hero-image {
    padding-top: 16px;
}

.header-hero-content .store-btn-main {
    margin-top: 25px;
}

.navbar-area.sticky .navbar-heallift-qr {
    display: none !important;
}

.navbar-area.sticky .store-btn-main-nav {
    padding: 8px 12px !important;
    border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    -ms-border-radius: 8px !important;
    -o-border-radius: 8px !important;
}

.navbar-heallift-qr {
    position: absolute;
    width: 100%;
    top: calc(100% - 5px);
    left: 0;
    padding-bottom: 1px;
    border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -ms-border-radius: 0 0 8px 8px;
    -o-border-radius: 0 0 8px 8px;
    background-color: var(--white);
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
}

.navbar-heallift-qr img {
    width: 100%;
}

.about-content {
    /*max-width: 620px !important;*/
    max-width: unset !important;
}

.main-btn {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(var(--secondaryColor)),
        color-stop(50%, var(--primaryColor)),
        to(var(--secondaryColor))
    );
    background: linear-gradient(
        to right,
        var(--secondaryColor) 0%,
        var(--primaryColor) 50%,
        var(--secondaryColor) 100%
    );
    background-size: 200%;
}

.readmore-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 25px;
    font-size: 16px;
    line-height: 48px;
    border-radius: 8px;
    border: 0;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    margin-top: 10px;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(var(--secondaryColor)),
        color-stop(50%, var(--primaryColor)),
        to(var(--secondaryColor))
    );
    background: linear-gradient(
        to right,
        var(--secondaryColor) 0%,
        var(--primaryColor) 50%,
        var(--secondaryColor) 100%
    );
    background-size: 200%;
}

.readmore-btn:hover {
    color: #fff;
    background-position: right center;
}

.section-title .title {
    font-size: 30px;
}

.about-main-content p {
    height: 134px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5; /* number of lines to show */
    -webkit-box-orient: vertical;
    transition: height 5s ease; /* add transition property */
}

.show-about-content {
    display: block !important;
    height: auto !important;
    overflow: unset !important;
    transition: height 5s ease; /* add transition property */
}

.home-quote {
    margin-bottom: 40px;
}

.home-quote p {
    font-size: 18px;
}

.home-quote p span {
    position: relative;
    top: 18px;
    font-size: 60px;
}

.black-text {
    color: #2e2e2e;
}

.blue-text {
    color: #3974dc;
}

span.counter,
span.counter-supporter {
    color: #ffffff;
    font-size: 26px;
    font-weight: 600;
}

.footer-about .social li {
    margin-right: 11px;
}

/*Blog*/
.blog-category-tile {
    display: flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    padding: 6px 12px;
    border-radius: 8px;
    cursor: pointer;
    line-height: 48px;
    border: 2px solid var(--lightBlue);
    background-color: var(--white);
    -webkit-box-shadow: 0 4px 6px 0 rgba(167, 167, 167, 0.16);
    box-shadow: 0 4px 6px 0 rgba(167, 167, 167, 0.16);
}

.blog-category-tile p {
    color: var(--lightBlue);
    font-weight: 600;
    font-size: 16px;
}

.blog-category-tile-collapse {
    position: relative;
    height: 42px;
    /*padding-right: 54px;*/
    overflow: hidden;
}

.blog-category-tile-collapse.show {
    height: auto !important;
    overflow: unset !important;
}

.blog-category-tile-collapse-btn {
    cursor: pointer;
    /*position: absolute;*/
    display: flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    /*top: 0;*/
    /*right: 12px;*/
    width: 36px;
    height: 36px;
    color: var(--white);
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 50%;
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(var(--secondaryColor)),
        color-stop(50%, var(--primaryColor)),
        to(var(--secondaryColor))
    );
    background: linear-gradient(
        to right,
        var(--secondaryColor) 0%,
        var(--primaryColor) 50%,
        var(--secondaryColor) 100%
    );
    background-size: 200%;
}

.blog-category-tile-collapse-btn[aria-expanded="true"] {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.blog-category-tile-collapse-btn:hover,
.blog-category-tile-collapse-btn:active,
.blog-category-tile-collapse-btn:focus {
    color: var(--white);
    background-position: right center;
}

.blog-search input {
    border-radius: 6px;
    border-right: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.blog-search .blog-search-btn {
    cursor: pointer;
    display: flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    color: var(--white);
    width: 52px;
    height: 42px;
    font-size: 20px;
    border-radius: 6px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(var(--secondaryColor)),
        color-stop(50%, var(--primaryColor)),
        to(var(--secondaryColor))
    );
    background: linear-gradient(
        to right,
        var(--secondaryColor) 0%,
        var(--primaryColor) 50%,
        var(--secondaryColor) 100%
    );
    background-size: 200%;
}

.blog-search .blog-search-btn:hover,
.blog-search .blog-search-btn:active,
.blog-search .blog-search-btn:focus {
    color: var(--white);
    background-position: right center;
}

.blog-list-side .blog-list {
    height: 395px;
    overflow-x: hidden;
    -ms-overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-y: auto;
}

.blog-list-blog .blog-list-blog-inner {
    padding: 5px;
    border-radius: 6px;
    -webkit-box-shadow: 0 4px 6px 0 rgba(50, 77, 215, 0.14);
    box-shadow: 0 4px 6px 0 rgba(50, 77, 215, 0.14);
}

.blog-list-blog-img {
    max-width: 121px;
    height: 72px;
    overflow: hidden;
}

.blog-list-blog-img img {
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.recent-blogs-slider {
    padding-top: 10px !important;
}

.recent-blogs-slider.owl-carousel .owl-stage-outer {
    padding-top: 10px;
    padding-bottom: 15px;
}
.recent-blogs-slider .blog-list-blog {
    margin-bottom: 0 !important;
}

.recent-blogs-slider .owl-dots {
    display: none !important;
}

.recent-blogs-slider .owl-nav {
    width: fit-content;
    width: -moz-fit-content;
    top: -3px;
    right: 15px;
    gap: 8px;
}

.author-details .author-details-inner {
    padding: 12px;
    border-radius: 6px;
    -webkit-box-shadow: 0 4px 6px 0 rgba(50, 77, 215, 0.14);
    box-shadow: 0 4px 6px 0 rgba(50, 77, 215, 0.14);
}

.author-img {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow: 0 4px 6px 0 rgba(50, 77, 215, 0.14);
    box-shadow: 0 4px 6px 0 rgba(50, 77, 215, 0.14);
}

.author-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}
/*Blog*/

/* Whatsapp Icon */
.whatsapp-icon {
    cursor: pointer;
    position: fixed;
    bottom: 150px;
    right: 15px;
    z-index: 100;
    filter: drop-shadow(0 2px 0 rgba(167, 167, 167, 0.16));
    -webkit-filter: drop-shadow(0 2px 0 rgba(167, 167, 167, 0.16));
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}

.whatsapp-icon:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
/* Whatsapp Icon */

/* Radio */

.radio-btn {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    gap: 5px;
    color: var(--darkText) !important;
    fill: var(--darkText) !important;
    max-height: 36px;
    padding: 2px 10px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    background-color: var(--white);
}

.radio-btn a {
    color: var(--darkText) !important;
}

.audio-player {
    position: fixed;
    width: 100vw;
    left: 0;
    bottom: 0;
    padding-bottom: 5px;
    z-index: 10000;
    background-color: var(--darkText);
}

.audio-player .main-content {
    padding: 0 20px;
}

.audio-player .main-content .radio-logo-content {
    display: flex;
    align-items: center;
    gap: 15px;
}
.radio-logo-content .radio-logo {
    width: auto;
    max-width: 100px;
    height: 60px;
    object-fit: contain;
    -o-object-fit: contain;
    object-position: center center;
    -o-object-position: center center;
}

.radio-logo-content .on-air-text {
    display: flex;
    align-items: start;
    gap: 5px;
    color: var(--white);
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0 0 0;
    line-height: 1;
}

.radio-logo-content .on-air-text .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: var(--lightBlue);
}

.radio-logo-content .radio-title {
    color: #a6a6a6;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
}

.audio-player .main-content .time-volume {
    gap: 20px;
}

.time-volume .radio-close-btn {
    cursor: pointer;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    color: var(--darkText);
    width: 26px;
    height: 26px;
    min-width: 26px;
    font-size: 16px;
    padding-bottom: 5px;
    border-radius: 50%;
    background-color: var(--white);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

#current-time {
    color: var(--white);
    font-size: 16px;
}

.equalizer-bar {
    height: 5px;
    background-color: var(--lightBlue);
    transition: width 5s ease;
    -webkit-transition: width 5s ease;
    -moz-transition: width 5s ease;
    -ms-transition: width 5s ease;
    -o-transition: width 5s ease;
}

.equalizer-bar-container {
    overflow: hidden; /* Ensure overflow doesn't affect layout */
}

#play-pause-button {
    border: none;
    background-color: transparent;
    box-shadow: none;
}

/* Radio */

@media (min-width: 280px) and (max-width: 319px) {
    .header-area .navbar-brand img,
    .navbar-area.sticky .header-area .navbar-brand img {
        height: 26px !important;
    }

    .navbar .store-btn-main a img,
    .navbar-area.sticky .navbar .store-btn-main a img {
        width: 20px;
    }

    .header-hero-content .store-btn-main a img {
        width: 26px;
    }

    .moods-slider .moods-slider-description {
        min-height: 312px;
    }

    .screen-slider.owl-carousel .owl-dots {
        margin-top: 10px;
    }

    .counter-wrapper .single-counter .count {
        font-size: 14px;
    }

    .counter-wrapper .single-counter .text {
        font-size: 10px !important;
    }

    .single-testimonial .testimonial-author .author-content .holder-name {
        font-size: 12px;
    }

    .single-testimonial .testimonial-author .author-content .text {
        font-size: 10px;
    }

    /*p {*/
    /*    font-size: 14px;*/
    /*}*/

    .team-area .single-team .team-image {
        width: 116px;
        height: 116px;
    }
}

@media (min-width: 320px) {
    .subscribe-area {
        padding: 20px;
    }

    .moods-slider .moods-slider-description {
        min-height: 234px;
    }
}
@media (max-width: 460px) {
    .header-area .navbar-brand img {
        height: 36px;
    }

    .main-btn {
        padding: 0 16px;
        font-size: 14px;
        line-height: 36px;
    }
}
@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
        text-align: -moz-left !important;
        text-align: -webkit-left !important;
    }

    .subscribe-area {
        padding: 40px;
    }

    .moods-slider .moods-slider-description {
        min-height: 312px;
    }
}
@media (max-width: 575px) {
    .counter-wrapper .single-counter .text {
        font-size: 12px;
    }

    .team-area .single-team .team-content .holder-name a {
        height: 43px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* number of lines to show */
        -webkit-box-orient: vertical;
    }

    .team-area .single-team .team-content p.text {
        height: 40px;
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* number of lines to show */
        -webkit-box-orient: vertical;
    }

    .screen-slider.owl-carousel {
        height: 400px !important;
        padding-top: 18px !important;
    }

    .screen-slider.owl-carousel .owl-item img {
        height: 364px;
    }

    .footer-about .store-btn-main {
        margin: 0 auto;
    }

    .video-content .dots {
        width: 80%;
    }

    .section-title .title {
        font-size: 24px;
    }
}
@media (min-width: 768px) {
    .moods-slider .moods-slider-description {
        min-height: 208px;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }
}
@media (max-width: 767px) {
    .navbar {
        padding: 10px 0;
    }

    .navbar .store-btn-main a img {
        width: 24px;
    }

    .header-hero-content .store-btn-main {
        margin-top: 10px;
    }

    .header-area .navbar-brand img {
        height: 36px;
    }

    .main-btn {
        padding: 0 20px;
        font-size: 14px;
        line-height: 42px;
    }

    .team-area .single-team .team-image {
        width: 126px;
        height: 126px;
    }

    .header-hero-content {
        padding-top: 76px;
    }

    .header-hero-content .main-btn {
        margin-top: 10px;
    }

    .header-hero-image {
        padding-top: 8px;
    }

    .header-hero-image img {
        max-width: 50%;
    }
}
@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
        text-align: -moz-left !important;
        text-align: -webkit-left !important;
    }

    .moods-slider .moods-slider-description {
        min-height: 260px;
    }

    .footer-about .social li {
        margin-right: 7px;
    }
}
@media (max-width: 991px) {
    .about-content {
        max-width: unset;
    }

    .moods-slider.owl-carousel .owl-dots {
        display: flex !important;
        display: -ms-flex !important;
        display: -moz-flex !important;
        display: -webkit-flex !important;
        justify-content: center;
        -webkit-justify-content: center;
        align-items: center;
        -webkit-align-items: center;
    }

    .store-btn-main {
        margin: 0 auto;
    }

    .store-btn-main-nav {
        border-radius: 8px !important;
        -webkit-border-radius: 8px !important;
        -moz-border-radius: 8px !important;
        -ms-border-radius: 8px !important;
        -o-border-radius: 8px !important;
    }

    .video-wrapper {
        margin-right: 0;
    }
}
@media (max-width: 1199px) {
}
@media (min-width: 1200px) {
    .moods-slider .moods-slider-description {
        min-height: 208px;
    }

    .footer-about .social li {
        margin-right: 11px;
    }
}
@media (min-width: 1366px) {
}
@media (min-width: 1400px) {
}
@media (min-width: 1920px) {
}
@media (min-width: 2400px) {
}
