@media (min-width: 992px) {
    header.sticky nav {
        position: fixed;
        width: 100%;
        background-color: var(--secondary-color);
        padding: 8px 0;
        box-shadow: 0px 4px 24px #0000003D;
    }

    .navbar-brand {
        max-width: 220px;
        transition: all 0.3s linear;
    }

    header.sticky nav .navbar-brand {
        max-width: 180px;
    }

    .sticky .navbar-light .navbar-nav .nav-link {
        color: var(--text-color);
    }

    .sticky .navbar-light .navbar-nav .nav-link.active {
        color: var(--main-color);
    }


}

@media (min-width: 1200px) {}

@media (min-width: 1400px) {
    .container {
        max-width: 1344px;
    }

    .navbar-nav .nav-item {
        margin: 0 4px;
    }
}

@media (max-width: 1399px) {
    h1 {
        font-size: 38px;
        line-height: 1.2;
    }

    .banner-wrapper {
        height: 860px;
    }

    .banner-img {
        min-width: 695px;
    }

    .banner-floting-img {
        max-height: 680px;
    }

    .section-title h2 {
        font-size: 36px;
    }

    .section-title span {
        font-size: 16px;
    }

    .about-card strong {
        font-size: 16px;
    }

    .about-card p,
    .about-listing li {
        font-size: 14px;
    }

    .episodes-list-box .img-box {
        min-width: 100px;
        height: 115px;
    }

    .episodes-list-box .description-text .bottom-content p {
        font-size: 16px;
    }

    .episodes-list-box .description-text .title {
        font-size: 18px;
    }

    .episodes-list-box .description-text ul li:not(:last-of-type) {
        margin-right: 12px;
    }

    .episodes-list-box .description-text ul li {
        font-size: 14px;
    }

    .episodes-list-box .description-text .bottom-content {
        margin-top: 12px;
        padding-top: 8px;
    }

    .episodes-list-box .description-text .bottom-content a {
        width: 44px;
        height: 44px;
    }

    .episodes-list-box .description-text .bottom-content p i {
        font-size: 16px;
    }

    .review-box .img-box {
        margin-right: 14px;
    }

    .review-box h3 {
        font-size: 20px;
    }

    .innerbanner-wrapper {
        padding-top: 250px;
        padding-bottom: 80px;
    }
}

@media (max-width: 1199px) {
    .banner-wrapper {
        height: 800px;
        margin-top: 0;
    }

    .banner-img {
        min-width: 640px;
    }

    h1 {
        font-size: 32px;
    }

    .banner-content span.sub-title {
        font-size: 20px;
    }

    .pt-100 {
        padding-top: 80px;
    }

    .pb-100,
    .review-wrapper {
        padding-bottom: 80px;
    }

    .py-100 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .about-img-box .flotting-img {
        max-width: 120px;
    }

    .about-card strong {
        line-height: 1.4 !important;
        display: inline-block;
    }

    .favorite-podcast-box .description-text strong {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 16px;
    }

    .counter-box p {
        font-size: 20px;
        margin-left: 12px;
        line-height: 1.4;
    }

    .favorite-podcast-box {
        height: 350px;
    }

    .favorite-podcast-box span {
        font-size: 16px;
    }

    .episodes-list-box .img-box {
        min-width: 120px;
        height: 120px;
    }

    footer .nav-menu a {
        font-size: 16px;
    }

    .navbar-light .navbar-nav .nav-link::before {
        display: none;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 0.8rem 1rem;
    }

    .navbar-light .navbar-nav .nav-link:hover {
        background-color: var(--dark-color);
    }

    .top-header {
        display: none;
    }

    .navbar {
        padding: 12px 0;
        background-color: var(--secondary-color);
        position: fixed;
    }

    .navbar-brand {
        max-width: 160px;
    }

    .counter-box strong {
        font-size: 24px;
    }

    .city-podcasts-wrapper .flotting-img {
        width: 65%;
    }

    .contact-info-box {
        padding: 30px 12px;
    }

    .contact-info-box p,
    .contact-info-box p a {
        font-size: 16px;
    }

    .innerbanner-wrapper {
        padding-top: 120px;
        padding-bottom: 50px;
        margin-top: 108px;
    }


}

@media (max-width: 1199px) and (min-width: 992px) {
    .counter-box .img-box {
        width: 80px;
        min-width: 80px;
        height: 85px;
    }

    .city-podcasts-wrapper .py-100 {
        padding: 60px 0;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .banner-img {
        margin-left: -60px;
    }
}

@media (max-width: 991px) {
    body {
        line-height: 1.5;
        font-size: 16px;
    }

    h1 {
        font-size: 28px;
    }

    .counter-box .img-box {
        width: 80px;
        min-width: 80px;
        height: 85px;
    }

    .counter-box strong {
        font-size: 20px;
    }

    .banner-content span.sub-title {
        font-size: 18px;
    }

    .banner-wrapper {
        height: 700px;
        margin-top: 0;
    }

    .banner-img {
        min-width: 500px;

    }


    .hosting-side-box {
        padding: 12px;
    }

    .hosting-side-box img {
        max-width: 75%;
    }

    .btn {
        margin-top: 35px;
    }

    .section-title {
        margin-bottom: 35px;
    }

    .heading h2 {
        font-size: calc(1.625rem + .9vw);
    }

    .about-img-box {
        margin-bottom: 38px;
    }

    .section-title h2 {
        font-size: 30px;
        line-height: 1.3;
    }

    .section-title p {
        margin-top: 16px;
        font-size: 16px;
    }

    .about-wrapper .description-text {
        margin: 24px 0;
    }

    .mb-34 {
        margin-bottom: 12px;
    }

    .about-listing {
        padding: 16px 24px 24px 24px;
    }

    .favorite-podcast-box .description-text strong {
        font-size: 18px;
    }

    .counter-box p {
        line-height: 1.4;
        font-size: 18px;
    }

    .episodes-list-box .img-box {
        min-width: 100px;
        height: 100px;
    }

    .episodes-list-box .description-text .bottom-content a {
        width: 36px;
        height: 36px;
    }

    .episodes-list-box .description-text .bottom-content a i {
        font-size: 16px;
    }

    .episodes-list-box .description-text ul li {
        font-size: 12px;
    }

    .episodes-list-box .img-box {
        min-width: 100px;
        height: 106px;
    }

    .review-box {
        padding: 35px 20px;
    }

    .review-box .img-box {
        width: 60px;
        height: 60px;
    }

    footer strong {
        font-size: 20px;
        margin-bottom: 16px;
    }

    footer .nav-menu li:not(:last-of-type) {
        margin-bottom: 8px;
    }

    footer {
        padding-top: 150px;
    }

    .podcast-sidebar {
        padding-top: 28px;
        position: fixed;
        left: -101%;
        top: 108px;
        z-index: 4;
        height: 100vh;
        border: 1px solid #DEF7E429;
        border-radius: 0;
        transition: all 0.3s linear;
    }
}

@media (max-width: 767px) {
	.sm-p-120 {
		padding-top: 120px;	
	}
	
    p,
    .about-wrapper .description-text {
        font: 16px / 1.5 var(--primary-font);
    }

    .section-title h2 {
        font-size: calc(1.6rem + .9vw);
        line-height: 1.3;
    }

    .top-header {
        display: none;
    }

    .img-obj {
        height: 600px;
        display: none;
    }

    .banner-img {
        min-width: auto;
        height: auto;
    }

    .banner-floting-img {
        top: 0;
    }

    h1 {
        font-size: 26px;
    }

    .btn {
        margin-top: 24px;
        font-size: 14px;
    }

    .section-title {
        margin-bottom: 24px;
    }

    .btn .icon {
        height: 42px;
        width: 42px;
    }

    .banner-wrapper {
        height: 560px;
    }

    .pt-100 {
        padding-top: 50px;
    }

    .pb-100,
    .review-wrapper {
        padding-bottom: 50px;
    }

    .py-100 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .navbar-brand {
        max-width: 120px;
    }

    .about-img-box .img-box {
        height: 400px;
    }

    .flotting-number {
        width: 100px;
        height: 100px;
    }

    .flotting-number p {
        line-height: 1;
    }

    .flotting-number strong {
        font-size: 24px;
    }

    .flotting-number p {
        font-size: 14px;
    }

    .flotting-number::before {
        width: 90px;
        height: 90px;
    }

    .about-img-box .flotting-img {
        max-width: 30%;
    }

    .favorite-podcast-box span {
        font-size: 14px;
    }

    .favorite-podcast-box span i {
        font-size: 16px;
    }

    .play-btn {
        width: 50px;
        height: 50px;
        top: 36%;
    }

    .slick-dots {
        bottom: -36px;
    }

    .favorite-podcast-box .description-text {
        padding: 24px 16px;
    }

    .counter-box .img-box {
        width: 80px;
        height: 80px;
    }

    .counter-box .img-box img {
        opacity: 0.1;
    }

    .episodes-list-box .description-text .bottom-content {
        margin-top: 8px;
        padding-top: 8px;
    }

    .episodes-list-box .description-text {
        margin-left: 12px;
    }

    .favorite-podcast-box {
        height: 280px;
    }

    .review-box {
        padding: 24px 18px;
    }

    .review-box .star-box {
        margin-bottom: 18px;
    }

    .review-box p {
        margin-bottom: 24px;
        font-size: 16px;
    }

    .review-box h3 {
        font-size: 18px;
    }

    .review-wrapper .slick-prev {
        bottom: -0px;
        top: auto;
        transform: translateX(-50%);
        left: 44%;

    }

    .review-wrapper .slick-arrow {
        width: 40px;
        height: 40px;
    }

    .review-wrapper .slick-next {
        bottom: -0px;
        top: auto;
        transform: translateX(50%);
        right: 44%;
    }

    .review-box p {
        font-size: 16px;
        line-height: 1.6;
    }

    .review-wrapper .slick-arrow:before {
        font-size: 22px;
    }

    .review-slider {
        padding-bottom: 60px;
    }

    footer strong {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .nav-menu a {
        font-size: 16px;
    }

    .social-media-link {
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .bottom-footer {
        padding: 16px 0;
        font-size: 14px;
        line-height: 1.4;
    }

    footer .nav-menu a {
        font-size: 16px;
    }

    .subscribe-box {
        padding: 24px;
    }

    footer {
        padding-top: 120px;
    }

    .flotting-number .text-about-counter {
        font-size: 12px;
    }

    .faq-accordion .accordion-button span {
        min-width: 36px;
        min-height: 36px;
        font-size: 16px;
        margin-right: 12px;
    }

    .faq-accordion .accordion-button {
        font-size: 16px;
        padding: 12px;
    }

    .accordion-button::after,
    .accordion-button:not(.collapsed)::after {
        width: 16px;
        height: 16px;
        background-size: cover;
    }

    .faq-accordion .accordion-body {
        padding: 0 12px 24px 60px;
    }

    .contact-info-box .img-box {
        width: 70px;
        height: 70px;
        font-size: 30px;
    }

    .contact-info-box p,
    .contact-info-box p a {
        line-height: 22px;
    }

    .contact-info-box .card-title strong {
        font-size: 18px;
        margin-top: 18px;
        margin-bottom: 8px;
    }

    .form-control,
    .form-select {
        padding: 12px 14px 12px;
    }

    .innerbanner-wrapper {
        padding-top: 80px;
        padding-bottom: 50px;
        margin-top: 86px;
    }

    .podcast-sidebar {
        top: 85px;
    }
}


@media (max-width: 575px) {
    .about-img-box .img-box {
        height: 360px;
    }

    .section-title span {
        font-size: 14px;
        letter-spacing: 2.6px;
    }

    .counter-box {
        max-width: 375px;
        margin-left: auto;
        margin-right: auto;
    }

    .episodes-list-box .description-text .bottom-content p {
        font-size: 12px;
    }

    .section-title h2 {
        font-size: calc(1.3rem + .9vw);
    }

    .episodes-list-box .description-text ul li i {
        font-size: 14px;
    }

    .counter-box:hover {
        top: -6px;
    }

    .flotting-number strong {
        font-size: 18px;
        line-height: 1.3;
    }

    .flotting-number .text-about-counter {
        font-size: 10px;
    }

    .flotting-number {
        width: 85px;
        height: 85px;
    }

    .flotting-number::before {
        width: 75px;
        height: 75px;
        border: 1px dashed #FFFFFF;
    }

    .navbar-brand {
        max-width: 80px;
    }

    .contact-info-box p a {
        display: block;
        margin-bottom: 12px;
    }

    .innerbanner-wrapper {
        padding-top: 50px;
        padding-bottom: 30px;
        margin-top: 65px;
    }

    .podcast-sidebar {
        top: 65px;
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        padding: 8px 24px 8px 12px;
    }

    .podcast-sort .select2.select2-container {
        min-width: 150px;
    }

    .podcast-sort .select2-container--default .select2-selection--single {
        min-width: 150px;
    }

    .select2-results__option {
        font-size: 14px;
    }

}

@media (max-width: 424px) {

    /* h2 {
        font-size: calc(1.175rem + 1.3vw);
    } */
    .review-wrapper .slick-prev {
        left: 42%;
    }

    .review-wrapper .slick-next {
        right: 42%;
    }

    .section-title span {
        font-size: 12px;

    }

    .faq-accordion .accordion-body p {
        font-size: 14px;
    }

    .contact-info-box p a {
        display: block;
    }

    .podcast-sort-label {
        font-size: 14px;
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        font-size: 14px;
    }

    .podcast-sort .select2.select2-container {
        min-width: 138px;
    }

    .podcast-sort .select2-container--default .select2-selection--single {
        min-width: 138px;
    }
}


@media (max-width:374px) {
    .about-img-box .img-box {
        height: 320px;
    }

    .episodes-list-box .img-box {
        min-width: 80px;
        height: 100px;
    }

    .episodes-list-box .description-text .title {
        font-size: 16px;
    }

    .episodes-list-box .description-text ul li {
        font-size: 10px;
    }

    .episodes-list-box .description-text .bottom-content {
        margin-top: 4px;
    }
}