/*
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
 */

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body {
    margin: 0;
    /* font-family: "Roboto"; */
    color: #000;
    background: #ffffff;
    overflow-x: hidden;
}

input,
textarea,
button {
    font-family: "Roboto";
    outline: none;
}

button,
input[type="submit"],
input[type="reset"] {
    cursor: pointer;
}

.btn-primary {
    color: var(--primary-palette-0-f-2-d-32, #0F2D32);
    text-align: center;
    font-feature-settings: 'salt'on, 'rclt'off, 'calt'off, 'liga'off;
    font-family: "Roboto Condensed";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 30px;
    background: #64CDC8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #9bb5c4;
    margin: 0;
    padding: 0;
}

input,
select {
    outline: none;
}

a {
    text-decoration: none;
    color: #1b2642;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

.transition {
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

.list-none {
    margin: 0;
    padding: 0;
    list-style: none;
}

fieldset {
    border: none;
    padding: 0;
}

#wrapper {
    position: relative;
    overflow: hidden;
}

ol,
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

img {
    padding: 0;
    margin: 0;
}


.flex {
    display: flex;
}

.f-wrap {
    flex-wrap: wrap;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

.align-items-end {
    align-items: end;
}

.block {
    display: block;
}

.gap-10 {
    gap: 10px;
}

.gap-20 {
    gap: 20px;
}

.gap-30 {
    gap: 30px;
}

.gap-40 {
    gap: 40px;
}

.gap-50 {
    gap: 50px;
}

.container {
    width: 100%;
    max-width: 1320px;
    margin: auto;
}

header#header {
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    margin: auto;
    /* background: #fff; */
    padding: 20px 0px;
    z-index: 999;
}

.header-pages ul li a {
    /* color: #0F2D32; */
    color: #fff;
    font-family: "Roboto Condensed";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

/* .home header#header,
.insight header#header,
.insight-detail header#header {
    background: transparent;
} */

/* .podcast .header-pages ul li a {
    color: #0F2D32;
} */

/* .podcast header#header {
    position: relative;
    z-index: 99;
}  */

.get-start a {
    width: 137px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

section.insights-banner {
    height: 500px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.insights-banner-content {
    margin: 58px auto 0px auto;
    text-align: center;
}

.insights-banner-content h1 {
    color: var(--grey-scale-ffffff, #FFF);
    font-feature-settings: 'salt'on, 'rclt'off, 'calt'off, 'liga'off;
    font-family: "Roboto Condensed";
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 88px */
    margin: 0px 0px 20px 0px;
}

.insights-banner-content p {
    color: var(--grey-scale-ffffff, #FFF);
    text-align: center;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 38.4px */
}

.start-flex {
    max-width: 83%;
    gap: 48px;
    padding: 24px;
    border-radius: 20px;
    background: #FAF0FA;
    margin: auto;
}

.start-content h3 {
    color: var(--primary-palette-0-f-2-d-32, #0F2D32);
    font-feature-settings: 'salt'on, 'rclt'off, 'calt'off, 'liga'off;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 36px */
    margin-bottom: 12px;
    margin-top: 30px;
}

.start-content p {
    color: var(--grey-scale-495057, #495057);
    font-family: Roboto;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 32px */
    max-width: 100%;
    margin-bottom: 28px;
}

.start-content a {
    color: var(--primary-palette-005-a-69, #015A69);
    font-feature-settings: 'salt'on, 'rclt'off, 'calt'off, 'liga'off;
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 10px;
}

section.insights-start-1 {
    margin-top: 40px;
    margin-bottom: 140px;
}

.testi-content {
    max-width: 83%;
    padding: 68px 120px 68px 120px;
    border-radius: 10px;
    background: var(--secondary-palette-783-cc-8, #783CC8);
    text-align: center;
    margin: auto;
    position: relative;
}

.testi-content img {
    display: block;
    margin: auto;
    margin-bottom: 29px;
}

.testi-content h4 {
    color: var(--grey-scale-ffffff, #FFF);
    text-align: center;
    font-feature-settings: 'salt'on, 'rclt'off, 'calt'off, 'liga'off;
    font-family: "Roboto Condensed";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 52px */
    max-width: 100%;
    margin: auto;
    margin-bottom: 18px;
}

span.testi-name1 {
    color: var(--grey-scale-ffffff, #FFF);
    text-align: center;
    font-feature-settings: 'salt'on, 'rclt'off, 'calt'off, 'liga'off;
    font-family: "Roboto Condensed";
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 37.5px */
}

span.testi-name2 {
    color: var(--grey-scale-ffffff, #FFF);
    font-feature-settings: 'salt'on, 'rclt'off, 'calt'off, 'liga'off;
    font-family: "Roboto Condensed";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

section.insights-testi {
    margin-bottom: 40px;
}

section.insights-start-2 {
    margin-bottom: 40px;
    margin-top: 120px;
}

footer#footer {
    padding-top: 60px;
    border-radius: 20px;
    background: #0F2D32;
    position: relative;
    z-index: 999;
}

.ready-sec {
    padding: 55px 40px 68px 40px;
    border-radius: 20px;
    background: #1A484F;
    text-align: center;
}

.ready-sec h2 {
    color: var(--grey-scale-ffffff, #FFF);
    font-feature-settings: 'salt'on, 'rclt'off, 'calt'off, 'liga'off;
    font-family: "Roboto Condensed";
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 76.8px */
    margin-bottom: 10px;
}

.ready-sec p {
    color: var(--grey-scale-ffffff, #FFF);
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
    margin-bottom: 14px;
    opacity: 0.8;
}

.ready-sec a {
    width: 259px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.footer-main {
    padding: 100px 0px 45px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 60px;
}

.footer-logo a {
    display: block;
}

.footer-logo img {
    margin-bottom: 48px;
}

.footer-links1 ul li a {
    color: var(--grey-scale-ffffff, #FFF);
    font-feature-settings: 'salt'on, 'rclt'off, 'calt'off, 'liga'off;
    font-family: "Roboto Condensed";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 31px;
    display: block;
}

.footer-social-icons {
    display: flex;
    justify-content: center;
    gap: 42px;
}

.footer-newsletter h3 {
    color: var(--grey-scale-ffffff, #FFF);
    font-family: "Roboto Condensed";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 41.6px */
    margin-bottom: 10px;
}

.footer-newsletter p {
    color: var(--grey-scale-ffffff, #FFF);
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 25.2px */
    margin-bottom: 20px;
    opacity: 0.8;
}

input.f-email {
    width: 100%;
    height: 40px;
    padding: 14px 24px;
    display: block;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: transparent;
    margin-bottom: 12px;
    color: #FFF;
}

input.f-s-btn {
    width: 100%;
    height: 40px;
    display: block;
    border-radius: 30px;
    background: var(--primary-palette-64-cdc-8, #64CDC8);
    border: none;
}

.footer-flex {
    gap: 152px;
}

.footer-newsletter {
    width: 40%;
}

.footer-links1 {
    width: 14%;
}

.footer-logo {
    width: 18%;
}

.testi-back-image {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 0;
}

.contnet-testi1 {
    position: relative;
    z-index: 99;
}

.start-img img {
    display: block;
    border-radius: 10px;
    width: 100%;
}

.footer-last-flex p {
    color: var(--grey-scale-ffffff, #FFF);
    font-feature-settings: 'salt'on, 'rclt'off, 'calt'off, 'liga'off;
    font-family: "Roboto Condensed";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.5;
}

.last-icon a {
    display: block;
    color: var(--grey-scale-ffffff, #FFF);
    font-feature-settings: 'salt'on, 'rclt'off, 'calt'off, 'liga'off;
    font-family: "Roboto Condensed";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.5;
    position: relative;
}

.last-icon {
    gap: 50px;
}

.footer-last {
    padding: 24px 0px 20px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: #0F2D32;
}

.last-icon a::after {
    position: absolute;
    content: "";
    background: var(--grey-scale-ffffff, #FFF);
    width: 1px;
    height: 15px;
    right: -25px;
    top: 0px;
}

.last-icon a:last-child::after {
    opacity: 0;
}

section.insights-detail-banner {
    padding: 156px 0px 108px 0px;
    margin-bottom: 88px;
    background: #0F2D32;
}

.insights-detail-banner-content h4 {
    color: var(--primary-palette-64-cdc-8, #64CDC8);
    font-family: "Roboto Condensed";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.insights-detail-banner-content h2 {
    color: var(--grey-scale-ffffff, #FFF);
    font-feature-settings: 'salt'on, 'rclt'off, 'calt'off, 'liga'off;
    font-family: "Roboto Condensed";
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 76.8px */
    margin-bottom: 12px;
}

.insights-detail-banner-content p {
    color: var(--grey-scale-ffffff, #FFF);
    font-feature-settings: 'salt'on, 'rclt'off, 'calt'off, 'liga'off;
    font-family: Roboto;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 39px */
    opacity: 0.8;
    margin-bottom: 16px;
    max-width: 75%;
}

span.id-date {
    display: block;
    color: var(--grey-scale-ffffff, #FFF);
    font-family: "Roboto Condensed";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    opacity: 0.5;
}

.d-width {
    max-width: 83%;
    margin: auto;
}

.insights-detail-sub p {
    color: var(--grey-scale-495057, #495057);
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 32px */
    margin-bottom: 42px;
}

.insights-detail-sub h3 {
    color: var(--primary-palette-0-f-2-d-32, #0F2D32);
    font-feature-settings: 'salt'on, 'rclt'off, 'calt'off, 'liga'off;
    font-family: "Roboto Condensed";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 48px */
    margin-bottom: 20px;
}

.insights-detail-sub h4 {
    color: #005A69;
    font-feature-settings: 'salt'on, 'rclt'off, 'calt'off, 'liga'off;
    font-family: "Roboto Condensed";
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    max-width: 90%;
    margin-bottom: 48px;
}

.detail-img-i1 img {
    display: block;
    margin-left: auto;
}

.detail-img-i1 {
    margin-bottom: 65px;
    text-align: end;
    position: relative;
}

.detail-img-i1-content span {
    color: #E1FBF5;
    font-family: "Roboto Condensed";
    font-size: 160.3px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
}

.detail-img-i1-content p {
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    margin-bottom: 0px;
}

.detail-img-i1-content {
    width: 440px;
    height: 440px;
    text-align: center;
    border-radius: 440.387px;
    border: 0.828px solid var(--Gradient-Stroke, #28D2C8);
    background: linear-gradient(138deg, rgba(0, 75, 90, 0.75) 32.14%, rgba(40, 210, 200, 0.75) 109.81%);
    backdrop-filter: blur(8.277945518493652px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}

.d-width-2 {
    max-width: 83%;
    margin: auto;
}

.detail-i2 {
    padding: 57px 58px 65px 58px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 55px;
}

.content-num1 {
    color: #E1FBF5;
    font-feature-settings: 'salt'on, 'rclt'off, 'calt'off, 'liga'off;
    font-family: "Roboto Condensed";
    font-size: 120px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    /* 132px */
    margin-bottom: 10px;
    display: block;
}

.detail-i2-content p {
    color: #FFF;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    /* 31.9px */
    max-width: 80%;
    margin-bottom: 0px;
}

span.line-dots {
    display: block;
    margin-bottom: 36px;
}

.detail-i2-content p:nth-child(3) {
    margin-bottom: 55px;
}

.detil-tip1 {
    padding: 52px 52px 24px 56px;
    border-radius: 30px;
    border: 1px solid var(--Gradient-Stroke, #28D2C8);
    background: #004B5A;
    max-width: 57%;
    margin: auto;
    position: relative;
    margin-bottom: 98px;
}

.tip1-icno img {
    display: block;
}

.tip1-icno h5 {
    color: #28D2C8;
    font-family: Roboto;
    font-size: 33.257px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 39.909px */
}

.tip1-icno {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.detil-tip1 h4 {
    color: #FFF;
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 44.343px */
    max-width: 100%;
}

span.botton-icon1 {
    display: block;
    width: 60.602px;
    height: 60.602px;
    transform: rotate(-45deg);
    /* border: 1px solid var(--Gradient-Stroke, #28D2C8); */
    background: #004B5A;
    position: absolute;
    bottom: -30px;
    right: 0;
    left: 0;
    margin: auto;
}

section.next-slight {
    padding: 120px 0px;
    background: #E6FAF5;
}

.next-slight-heading h2 {
    color: var(--primary-palette-0-f-2-d-32, #0F2D32);
    text-align: center;
    font-feature-settings: 'salt'on, 'rclt'off, 'calt'off, 'liga'off;
    font-family: "Roboto Condensed";
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 76.8px */
    margin-bottom: 65px;
}

.next-slight-sub1 h3 {
    color: var(--primary-palette-0-f-2-d-32, #0F2D32);
    font-feature-settings: 'salt'on, 'rclt'off, 'calt'off, 'liga'off;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 36px */
    margin-bottom: 14px;
}

.next-slight-sub1 p {
    color: var(--grey-scale-495057, #495057);
    font-family: "Roboto Condensed";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 32px */
    margin-bottom: 30px;
}

.next-slight-sub1 h4 {
    color: var(--primary-palette-005-a-69, #015A69);
    font-feature-settings: 'salt'on, 'rclt'off, 'calt'off, 'liga'off;
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 10px;
}

.next-slight-flex {
    gap: 24px;
}

.next-slight-sub1 img {
    display: block;
    margin-bottom: 38px;
    border-radius: 10px;
}

.detil-tip1.tlp2 {
    padding: 52px 62px 22px 99px;
    max-width: 65%;
}

.insights-detail-sub {
    margin-bottom: 145px;
}

section.home-banner {
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    margin-bottom: 108px;
    padding-top: 0px;
    position: relative;
    flex-wrap: wrap;
}

section.home-banner h1 {
    color: var(--grey-scale-ffffff, #FFF);
    font-feature-settings: 'salt'on, 'rclt'off, 'calt'off, 'liga'off;
    font-family: "Roboto Condensed";
    font-size: 80px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    /* 88px */
    max-width: 55%;
}

.home-recognized-content h2 {
    color: var(--primary-palette-0-f-2-d-32, #0F2D32);
    font-family: "Roboto Condensed";
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 105%;
    max-width: 70%;
    margin: auto;
    margin-bottom: 10px;
}

.home-recognized-content h3 {
    color: var(--secondary-palette-0055-e-1, #0055E1);
    font-family: "Roboto Condensed";
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 40px;
}

.home-recognized-content {
    text-align: center;
}

.home-recognized-content p {
    color: var(--grey-scale-495057, #495057);
    text-align: center;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 43px;
}

.home-recognized-content a {
    width: 124px;
    height: 39px;
    border-radius: 30px;
    background: #0055E1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: "Roboto Condensed";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin: auto;
}


#gallery-rec {
    display: inline-flex;
    align-items: center;
}

#gallery-rec2 {
    display: inline-flex;
    align-items: center;
}

#gallery-rec .gallery-rec-item {
    width: auto;
    padding: 12px;
    flex-grow: 0;
    flex-shrink: 0;
}

#gallery-rec2 .gallery-rec-item {
    width: auto;
    padding: 12px;
    flex-grow: 0;
    flex-shrink: 0;
    position: relative;
    animation: 999999999 !important;
}

/* #gallery-rec .gallery-rec-item.large {
    width: 30vw;
    height: 45vw;
} */
#gallery-rec .gallery-rec-item img {
    display: block;
    width: 100%;
    border-radius: 20px;
    width: 184.073px;
    height: 184.073px;
}

.home-recognized-slider {
    transform: rotate(3deg);
    padding-bottom: 150px;
}

.home-recognized-content {
    margin-bottom: 100px;
}

#gallery-rec2 .gallery-rec-item img {
    display: block;
    width: 100%;
    border-radius: 20px;
    width: 184.073px;
    height: 184.073px;
    position: relative;
    z-index: 9999999 !important;
}

section.home-recognized {
    /*     max-width: 1920px; */

    margin: auto;
    overflow: hidden;
    overflow: hidden;
    margin-bottom: 0px;
}

.premiun-flex {
    display: flex;
    justify-content: space-between;
    gap: 80px;
    align-items: center;
    padding-bottom: 50px;
    position: relative;
    z-index: 9;
}

.premiun-imges-mobile {
    text-align: end;
}

.premiun-imges-headphone {
    position: absolute;
    top: 10px;
    z-index: -1;
    left: -80px;
}

.premiun-content h2 {
    color: var(--secondary-palette-783-cc-8, #783CC8);
    font-family: "Roboto Condensed";
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 76.8px */
    margin-bottom: 15px;
}

.premiun-content p {
    color: var(--grey-scale-495057, #495057);
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 38.4px */
}

.premiun-content p span {
    color: var(--secondary-palette-783-cc-8, #783CC8);
}

.premiun-imges {
    width: 53%;
    position: relative;
    display: flex;
    justify-content: end;
}

.premiun-content {
    width: 45%;
    max-width: 34%;
    margin-right: auto;
    padding-top: 35px;
}

section.premiun-stories {
    /*     max-width: 1920px; */
    position: relative;
    padding-top: 80px;
    z-index: 99;
    margin: auto;
}

.premiun-imges-layer2 {
    position: absolute;
    top: -46px;
    z-index: 5;
    left: 0px;
}

.premiun-imges-layer2 img {
    display: block;
    max-width: 100%;
}

.premiun-white-layer {
    position: absolute;
    content: "";
    background: #fff;
    width: 100%;
    height: 123%;
    z-index: 6;
    right: 0;
    transition: 0.8s;
    top: -10%;
}


/* text-animation */

/* .animate-text1 * {
    color: white;
  } */

:root {
    --headingSize: 100px;
}

.animate-text1 span {
    display: inline-block;
    overflow: hidden;
    animation: .3s swift-up ease-in-out forwards;
    /* 	opacity: 0; */
}

.animate-text1 i {
    font-style: normal;
    position: relative;
    top: var(--headingSize);
    animation: .5s swift-up ease-in-out forwards;
    /* 	opacity: 0; */
}

@keyframes swift-up {
    to {
        top: 0;
        opacity: 1;
    }
}


/* bounce on image */

.bounce-r1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: bounce 1s infinite alternate;
}

@keyframes bounce {
    0% {
        transform: translateX(-5px);
    }

    100% {
        transform: translateX(20px);
    }
}

/* next */

.hollywood-flex {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    gap: 98px;
    position: relative;
    z-index: 99;
    max-width: 94%;
}

.hollywood-content h2 {
    color: var(--secondary-palette-fa-6464, #FA6464);
    font-family: "Roboto Condensed";
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 102%;
    /* 76.8px */
    margin-bottom: 10px;
    max-width: 90%;
    padding-top: 20px;
}

.hollywood-content p {
    color: #495057;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 38.4px */
    max-width: 96%;
}

.hollywood-content {
    width: 47%;
}

.hollywood-image video {
    width: 100%;
}

.hollywood-image {
    width: 56%;
    max-width: 620px;
}

.hollywood-image img {
    display: block;
    width: 100%;
}

section.home-hollywood {
    /*     max-width: 1920px; */
    padding: 377px 0px 400px 0px;
    position: relative;
    overflow: hidden;
    /* z-index: 9; */
    margin: auto;
}

.hollywood-back-image {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: 100% 96%;
    width: 100%;
    height: 1379px;
    top: 40px;
    z-index: -1;
    right: 0;
    /* 	background-position: top; */
}

.home-hollywood::after {
    position: absolute;
    content: "";
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) -4.1%, #FFF 102.01%);
    width: 70%;
    height: 100%;
    opacity: 1;
    top: 0;
    left: 0;
    z-index: 2;
}

.award-flex {
    padding-top: 310px;
    display: flex;
    /* align-items: center; */
    padding-bottom: 221px;
    position: relative;
    z-index: 99;
    max-width: 89%;
    margin-left: auto;
}

.award-content {
    width: 50%;
}

.award-image {
    width: 53%;
    padding-top: 10px;
    padding-right: 100px;
}

.award-won-sec {
    width: 385px;
}

.award-won-sec-image {
    padding: 21px;
    border-radius: 14.241px;
    background: #E6FAF5;
    margin-bottom: 22px;
}

.award-won-sec-image img {
    width: 100%;
    display: block;
}

.award-won-sec-contnet {
    border-radius: 9.84px;
    background: #E1FBF5;
    padding: 22px 15px 22px 15px;
    text-align: center;
}

.award-won-sec-contnet h4 {
    color: #015A69;
    text-align: center;
    font-feature-settings: 'salt'on, 'rclt'off, 'calt'off, 'liga'off;
    font-family: "Roboto Condensed";
    font-size: 28.293px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    /* 31.123px */
}

.award-won-sec-contnet h6 {
    color: #015A69;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.award-content h2 {
    color: var(--primary-palette-005-a-69, #015A69);
    font-feature-settings: 'salt'on, 'rclt'off, 'calt'off, 'liga'off;
    font-family: "Roboto Condensed";
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 108%;
    /* 76.8px */
    margin-bottom: 8px;
}

.award-content p {
    color: var(--grey-scale-495057, #495057);
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 38.4px */
    margin-bottom: 65px;
    max-width: 90%;
}

.award-logos img {
    display: block;
    max-width: max-content;
}

.award-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 45px 60px;
    max-width: 100%;
    justify-content: center;
}

section.home-award {
    position: relative;
    /*     max-width: 1920px; */
    margin: auto;
    margin-top: -180px;
    z-index: 99;
}

.award-layer-1 {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 3;
}

.award-layer-1 img {
    display: block;
    width: 100%;
}

.premiun-white-layer2 {
    position: absolute;
    content: "";
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 6;
    right: 0;
    transition: 0.8s;
    top: 0;
}

/* .animate-text1 {padding-top: 8px;} */

.rotate-pos1 {
    transform: rotate(-180deg);
}

.rotate-pos1 .gallery-rec-item img {
    transform: rotate(-180deg);
}

.home-podcasts-flex {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.home-podcasts-sub {
    width: 32%;
    padding: 19px 22px 15px 22px;
    position: relative;
    overflow: hidden;
    z-index: 999;
}

.home-podcasts-sub h3 {
    color: #FFF;
    font-family: "Roboto Condensed";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    position: relative;
    z-index: 9;
    margin-bottom: 16px;
}

.home-podcasts-sub p {
    color: #FFF;
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 25.2px */
    margin-bottom: 58px;
    position: relative;
    z-index: 9;
    max-width: 80%;
}

.home-podcasts-sub.pos1 a {
    width: 100%;
    height: 46px;
    color: var(--grey-scale-ffffff, #FFF);
    font-feature-settings: 'salt'on, 'rclt'off, 'calt'off, 'liga'off;
    font-family: "Roboto Condensed";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background: #002D34;
    position: relative;
    z-index: 9;
}

a.pos2-btn1 {
    width: 180px;
    height: 46px;
    color: #FFF;
    font-family: "Roboto Condensed";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 30px;
    background: #FA6464;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.pos2-btn2 {
    width: 180px;
    height: 46px;
    color: #641932;
    font-family: "Roboto Condensed";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 30px;
    background: #FF9292;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pos2-links {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

a.pos3-btn1 {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    width: 180px;
    height: 46px;
    border-radius: 30px;
    background: #783CC8;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.pos3-btn2 {
    color: #FFF;
    font-family: "Roboto Condensed";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    width: 180px;
    height: 46px;
    border-radius: 30px;
    background: #AB7CEB;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pos3-links {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.home-podcasts-sub.pos1 {
    background: #004B5A;
    border-radius: 10px;
}

.home-podcasts-sub.pos2 {
    background: #641932;
    border-radius: 10px;
}

.home-podcasts-sub.pos3 {
    background: #41054B;
    border-radius: 10px;
}

section.home-podcasts {
    margin-bottom: 100px;
}

.image-p1-back img {
    display: block;
    width: 100%;
}

.image-p1-back {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
}

.image-p2-back img {
    display: block;
    width: 100%;
    height: 100%;
}

.image-p2-back {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
}

.pos2-links {
    position: relative;
    z-index: 9;
}

.image-p3-back {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
}

.image-p3-back img {
    display: block;
    width: 100%;
    height: 100%;
}

.home-podcasts-sub a {
    position: relative;
    z-index: 9;
}

.layer-pos1 {
    background-color: #004B5A;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.layer-pos2 {
    background-color: #641932;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.layer-pos3 {
    background-color: #41054B;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.home-podcasts-sub.pos1 p {
    max-width: 66%;
}

.home-recognized-content h2 span:nth-last-child(-n+3) {
    color: #0055E1;
}

.hollywood-content em {
    color: #FA6464;
}

.hollywood-content em {
    color: #FA6464;
    font-style: normal;
}

.home-banner-video {
    width: 100vw;
    height: 100%;
    position: static;
}

.home-banner-video video {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

section.home-banner::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    opacity: 0.8;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0) 70%);
}

.ad-banner1 .insights-banner-content {
    max-width: 80%;
}

.premiun-imges-mobile {
    width: 340px;
}

.premiun-imges-mobile img {
    display: block;
    width: 100%;
    border-radius: 50px;
}

.insights-detail-banner-content h5 {
    color: var(--grey-scale-ffffff, #FFF);
    font-feature-settings: 'salt'on, 'rclt'off, 'calt'off, 'liga'off;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    opacity: 0.8;
    padding-bottom: 20px;
}

.header-pages li {
    position: relative;
}

ul.sub-menu1,
ul.sub-menu2 {
    position: absolute;
    top: 20px;
    background: #fff;
    border-radius: 12px;
    opacity: 0;
    visibility: hidden;
    width: 220px;
}

ul.sub-menu1 li a,
ul.sub-menu2 li a {
    padding: 16px 0px;
    display: block;
    color: #495057 !important;
    border-bottom: 1px solid #E7E7E7;
}

ul.sub-menu1 li,
ul.sub-menu2 li {
    padding: 0px 20px;
}

.header-flex li:nth-child(2):hover ul.sub-menu1 {
    opacity: 1;
    visibility: visible;
}

.header-flex li:nth-child(3):hover ul.sub-menu2 {
    opacity: 1;
    visibility: visible;
}

/* .testi-back-image img {
    width: 100%;
} */
.mob-hamburger {
    display: none;
}

.podcasts-banner-heading h2 {
    color: var(--primary-palette-0-f-2-d-32, #0F2D32);
    text-align: center;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 88px */
    max-width: 70%;
    margin: auto;
    margin-bottom: 10px;
    font-family: 'Roboto Condensed';
    opacity: 0;
}

.podcasts-banner-heading p {
    color: var(--grey-scale-495057, #495057);
    text-align: center;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 38.4px */
    max-width: 70%;
    margin: auto;
    margin-bottom: 111px;
}

/* .podcast1 .owl-item .pod-slide-image {
    padding-top: 90px;
} */

.podcast1 .center .pod-slide-image {
    padding-top: 0px !important;
}

.img-big1 {
    display: none !important;
}


/* .podcast1 .center .pod-slide-image .img-sml1 {
    display: none !important; 
} */

.podcast1 .center .pod-slide-image .img-big1 {
    display: block !important;
}

section.podcasts-banner {
    background: linear-gradient(180deg, #64CDC8 0%, rgba(100, 205, 200, 0.00) 100%);
    padding: 120px 0px 142px 0px;
    position: relative;
}

.podcast-testi-main {
    display: flex;
    justify-content: space-between;
}

.podcast-testi-image {
    width: 42.4%;
}

.podcast-testi-content {
    width: 50%;
    margin-top: 85px;
}

.podcast-testi-content h2 {
    color: var(--grey-scale-ffffff, #FFF);
    font-family: "Roboto Condensed";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    max-width: 85%;
    padding: 28px 0px 62px 0px;
}

.content-test-icon {
    display: flex;
    justify-content: end;
    max-width: 80%;
}

section.podcast-testi {
    padding-bottom: 68px;
    background: linear-gradient(180deg, rgba(230, 250, 245, 0.00) 0%, #E6FAF5 100%);
    position: relative;
}

.testi-slide-01 {
    padding: 30px;
    border-radius: 20px;
    background: #000;
    position: relative;
    z-index: 999;
}

img.icon-o1 {
    width: 52px !important;
}

.content-test-icon img {
    max-width: max-content;
}

.testi1 .owl-nav button {
    background: transparent !important;
}

.podcast-testi .owl-nav {
    display: flex;
    justify-content: center;
    gap: 70px;
    margin-left: 100px;
    position: absolute;
    bottom: -8px;
    right: 42%;
}

.pod-hov-image {
    position: absolute;
    top: 48px;
    z-index: -1;
}

.find-audience-heading h2 {
    color: var(--primary-palette-0-f-2-d-32, #0F2D32);
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 76.8px */
    margin-bottom: 28px;
}

.find-audience-heading p {
    color: var(--grey-scale-495057, #495057);
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 38.4px */
    margin-bottom: 38px;
}

/* tabs */


ul.tabs li {
    cursor: pointer;
}

.tab-content {
    display: none;
}

.tab-content.current {
    display: inherit;
}

ul.tabs {
    display: flex;
    justify-content: center;
    gap: 13px;
    margin-bottom: 40px;
}

ul.tabs li {
    color: var(--primary-palette-005-a-69, #015A69);
    text-align: center;
    font-feature-settings: 'salt'on, 'rclt'off, 'calt'off, 'liga'off;
    font-family: "Roboto Condensed";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    padding: 20px 39px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    border: 1px solid rgba(0, 90, 105, 0.20);
}

li.tab-link.current {
    background: var(--primary-palette-005-a-69, #015A69);
    color: var(--grey-scale-ffffff, #FFF);
}

.tab1-main img {
    display: block;
    width: 100%;
}

section.find-audience {
    margin-bottom: 68px;
}

.podcast-testi-sec {
    margin-bottom: 120px;
}

.audience-flex1 {
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    border-radius: 10px;
    justify-content: space-between;
    width: 24%;
    overflow: hidden;
}

.audience-flex1-image img {
    display: block;
    /* background: #005c6a; */
    border-radius: 10px;
    /* max-width:350px; */
    /* transition: max-width .4s ease-in-out; */
}

.audience-flex1-content h3 {
    color: var(--grey-scale-ffffff, #FFF);
    font-family: "Roboto Condensed";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 31.2px */
    margin-bottom: 10px;
    /* transform: translateX(-110%); */
    transition: 0.8s;
}

.audience-flex1-content p {
    color: var(--grey-scale-ffffff, #FFF);
    font-family: "Roboto Condensed";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 20.8px */
    margin-bottom: 10px;
    /* transform: translateX(-110%); */
    /* transition: 0.8s; */
    width: 236px;
}

.audience-flex1-content a {
    color: var(--grey-scale-ffffff, #FFF);
    font-family: "Roboto Condensed";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 10px;
    /* transform: translateX(-110%); */
    transition: 0.8s;
}

.audience-flex1-content {
    width: 100%;
    display: block;
    left: -100%;
    /* padding-right: 28px; */
    /* background-color: var(--primary-palette-005-a-69, #015A69); */
    height: 312px;
    /* padding: 25px; */
    position: relative;
    z-index: 0;
    /* display: none; */
    transition: all .3s ease-in-out;
    border-radius: 0px 10px 10px 0px;
}

.all-audience-main1 {
    display: flex;
    gap: 24px;
    justify-content: space-between;
    transition: all .4s ease-in-out;
}

.open-tb1 .audience-flex1-content {
    /* display: block; */
    /* transform: translateX(0px); */
    left: 0;
}

.audience-flex1.open-tb1 .audience-flex1-image img {
    background: #005c6a;
    border-radius: 10px 0px 0px 10px;
}

.audi-backimg {
    position: absolute;
    bottom: -330px;
    z-index: 2;
    left: 0;
}

.audi-backimg img {
    width: 100%;
}

.find-audience {
    position: relative;
    z-index: 9;
}

.audience-flex1-image {
    cursor: pointer;
    position: relative;
    z-index: 9;
    height: 100%;
}

section.podcasts-banner {
    overflow: hidden;
}

section.insights-detail-banner.ins2 {
    background: #470D20;
}

.ins2-fun-fact {
    border-radius: 30px;
    background: #641932;
    position: relative;
    margin-bottom: 108px;
}

.fun-fact-flex {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 35px 90px;
}

.fun-fact-content h4 {
    color: #FA6464;
    font-family: Roboto;
    font-size: 33.257px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 39.909px */
    margin-bottom: 18px;
}

.fun-fact-content p {
    color: #FFF;
    font-family: Roboto;
    font-size: 36.953px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 44.343px */
}

.ins2-fun-fact::after {
    content: "";
    position: absolute;
    display: block;
    width: 60.602px;
    height: 60.602px;
    transform: rotate(-45deg);
    background: #641932;
    bottom: -30px;
    right: 0;
    left: 0;
    margin: auto;
}

.detail-i2.ins20 {
    justify-content: space-between;
}

span.ins-2-cont {
    display: block;
    color: var(--grey-scale-495057, #495057);
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.ins2 p {
    max-width: 90%;
}

.fun-fact-content h4 {
    font-size: 16px;
    display: flex;
    gap: 8px;
    align-items: center;
}



/* new slider */

.podcatslide-main {
    position: relative;
    padding-bottom: 0px;
    padding-top: 90px;
}

.podcatslide-main-mb-img {
    position: absolute;
    top: 0;
    right: 0px;
    left: 45px;
    margin: auto;
    display: flex;
    justify-content: center;
    z-index: 9;
    width: 17vw;
}

.podcatslide-main-mb-img img {
    display: block;
    width: 100%;
    border-radius: 20px !important;
}

/* .podcast .page-m1 img {
    filter: brightness(0) saturate(100%);
} */
.active-header1 {
    overflow: hidden;
}

.footer-links1 ul li a:hover {
    color: #64CDC8;
}

.last-icon.flex a:hover {
    color: #64CDC8;
}

.header-pages ul li a:hover {
    color: #64CDC8 !important;
}

.animate-text1 {
    width: 100%;
}

.audience-flex1-content-2 {
    width: 100%;
    background: var(--primary-palette-005-a-69, #015A69);
    padding: 8px 20px;
    padding-right: 28px;
    height: 100%;
    /* contain-intrinsic-block-size: auto 100px; */
    border-radius: 0px 10px 10px 0px;
    /* transform: translateX(-100%); */
    /* transition: 0.8s; */
}

.active-ani-1 .audience-flex1-content-2 {
    /* transform: translate(0) !important; */
}

.insight-2img img {
    width: 100%;
    display: block;
}

.insight-2img {
    width: 100%;
    margin-bottom: 50px;
}

.wid2 {
    max-width: max-content;
    margin: auto;
}

.persnl-listen button {
    display: block;
    width: 35px;
}

.persnl-listen button img {
    width: 100%;
    display: block;
}

.page-template-podcast .header-pages ul li a:hover {
    color: #fff !important;
}

.page-template-podcast .get-start a.btn-primary {
    border: none;
    background-color: #0F2D32;
    color: #fff;
}

.page-template-podcast .header-pages ul.sub-menu1 a:hover {
    color: #64CDC8 !important;
}

.page-template-podcast .header-pages ul.sub-menu2 a:hover {
    color: #64CDC8 !important;
}

/* new */

.page-template-podcast-v2 .header-pages ul li a:hover {
    color: #fff !important;
}

.page-template-podcast-v2 .get-start a.btn-primary {
    border: none;
    background-color: #0F2D32;
    color: #fff;
}

.page-template-podcast-v2 .header-pages ul.sub-menu1 a:hover {
    color: #64CDC8 !important;
}

.page-template-podcast-v2 .header-pages ul.sub-menu2 a:hover {
    color: #64CDC8 !important;
}

/* new */

.brand-lift-imgs img:last-child {
    padding-bottom: 0px;
}

.brand-lift-imgs img:first-child {
    padding-top: 0px !important;
}

.brand-lift-imgs {
    padding-top: 33px;
}

.detail-i2 {
    padding: 0px;
    flex-direction: column;
}

.success-direct-participant.flex {
    max-width: 100%;
    background-size: cover;
    background-position: center;
    height: auto;
}

.insights-detail-sub img {
    max-width: 100%;
    margin: 0 auto 60px;
}

.success-new-image {
    width: 100%;
}

.success-direct-participant {
    flex-direction: column;
}

.success-new-image img {
    margin: 0px;
}

/* 
.direct-rating {
    display: none !important
} */

.success-direct-participant-img {
    display: none !important
}

.detail-i2-new-image {
    width: 100%;
}

.detail-i2 {
    height: auto;
    margin: 0px;
}

.detail-i2-content {
    display: none;
}

.detail-i2-img {
    display: none;
}

.detail-i2-new-image img {
    margin-bottom: 40px;
}

.insights-detail-sub img {
    margin: 0 auto 60px;
    display: block;
}

/* //Updated New Code */

/* .phone,
.phone video {
  height: 100%;
} */

video {
    height: 100%;
}

.phone {
    position: absolute;
    left: 5px;

}

#main-vid {
    display: block;
    opacity: 0;
    transition: opacity 750ms;
}

.phone .notch-container {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100px;
}

.phone .notch-container .notch {
    width: 20vh;
    height: 4.25vh;
    margin: 0 auto;
    background-color: #111;
    border-bottom-left-radius: 2.334vh;
    border-bottom-right-radius: 2.334vh;
}

.phone video {
    display: block;
    border: 1vh solid #111 !important;
    border-radius: 4.5vh !important;
}

/* .small-video {
    position: relative;
    height: 0px;
    width: 100px;
    bottom: 125px;
    left: 27px;
}  */
.small-video img {
    border: none !important;
}

.pod-slide-image img {
    border-radius: 10px;
}


#audienceContent {
    transition: transform 0.8s ease;
    /* Adjust timing and easing function as needed */
}


.header-flex li:nth-child(3):hover ul.sub-menu1 {
    opacity: 1;
    visibility: visible;
}

.podcast-testi-image img {
    border-radius: 12px;
}

/* video#main-vid {
    width: 100% !important;
}   */
.header-pages a {
    cursor: pointer;
}

.single-success_stories .success-direct-participant-img {
    display: block !important;
}

.single-success_stories .success-direct-participant.flex {
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.postid-241 .detail-img-i1-content {
    display: none;
}

.banner-heading1 {
    position: absolute;
    top: auto;
    width: 100%;
    z-index: 9;
    bottom: 28%;
}

.footer-links1.fls1 {
    width: 15%;
}

.postid-241 .detail-img-i1 img {
    opacity: 1 !important;
    width: 100% !important;
}

.postid-241 .detail-i2 {
    padding: 0px !important;
}

.podcast1 .owl-item.active.center {
    margin: 0 34px !important;
}

.audience-flex1-content-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.podcast-testi::after {
    position: absolute;
    content: "";
    background: #e3fbf7;
    height: 20%;
    width: 100%;
    z-index: -2;
    bottom: -10%;
}

.wpcf7 form.sent .wpcf7-response-output {
    border: none !important;
    color: #fff !important;
    text-align: start;
}

input.f-s-btn {
    color: var(--primary-palette-0-f-2-d-32, #0F2D32) !important;
    font-feature-settings: 'salt'on, 'rclt'off, 'calt'off, 'liga'off;
    font-family: "Roboto Condensed";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.newsletter-form span.success {
    color: #fff;
}

.Premium-slides {
    width: 335px;
    height: 682px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 10px 15px 10px 15px;
    background-size: 100% 100%;
    overflow: hidden;
}

.Premium-slides .item img {
    border-radius: 35px !important;
    max-width: max-content;
}

.Premium-slides-1.owl-carousel.owl-theme.owl-loaded.owl-drag {
    border-radius: 20px !important;
    overflow: hidden !important;
}

/* video {
    display: none;
} */

video.block-imp {
    display: block !important;
}

.content-test-icon h3 {
    font-size: 36px;
    color: #fff;
}

.insights-detail-sub.d-width-2 a {
    text-decoration: underline;
}

body.success_stories-template-default.single.single-success_stories.postid-318.logged-in.admin-bar.customize-support .direct-rating {
    display: block !important;
}

.brand-lift:nth-child(3) .brand-lift-imgs :nth-child(1) {
    padding-bottom: 35px;
}

.podcasts-banner-heading h2 span {
    margin-bottom: -12px;
}

.pod-slide-image-flex1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.pod-slide-image {
    width: 12%;
}

.pod-slide-image img {
    width: 100%;
}


.pod-slide-image-flex1 .pod-slide-image:nth-child(4) {
    width: 15vw;
}

.flex-post-in1 {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    max-width: 83%;
    margin: auto;
}

.start-flex {
    display: block !important;
    max-width: 48.8%;
    margin: 0;
}

body {
    font-family: "Roboto";
}


.postid-1090 section.insights-detail-banner {
    background: #300E35;
}

.postid-1090 .detail-img-i1-content {
    display: none;
}

.postid-1090 .detail-i2 {
    display: none;
}

.postid-1090 .detail-img-i1::before {
    position: absolute;
    content: "";
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 0;
}

.postid-1090 .insights-detail-sub.d-width-2 p a {
    color: #00ACA6;
}

.postid-1090 .detail-img-i1 img {
    opacity: 1 !important;
}

.postid-1090 .start-content a span {
    display: block;
    line-height: 0px !important;
}


.postid-1090 .detail-img-i1::before {
    pointer-events: none;
    touch-action: none;
}

.postid-1090 .detail-img-i1 {
    max-width: 696px;
    margin: 0 auto;
}

.postid-1090 .detail-img-i1 img {
    margin-bottom: 25px;
}

.insights-detail-sub .image-description {
    font-size: 14px;
    text-align: left;
    margin-bottom: 40px;
}

.detail-image-class img {
    width: 100% !important;
    margin: 0px 0 25px !important;
}

.link-arrow {
    display: inline-block;
    margin: 0;
    height: 18px;
}

.start-content h3 a {
    font-size: inherit !important;
}


.invalid .wpcf7-response-output {
    color: #fff;
}







/* new page pod */
.container-left-2 {
    width: 100%;
    max-width: 1380px;
    margin-left: auto;
    position: relative;
    z-index: 9;
}

.podcasts-new-banner-flex {
    display: flex;
    justify-content: space-between;
}

.podcasts-new-banner-contnet h2 {
    color: var(--primary-palette-0-f-2-d-32, #0F2D32);
    font-feature-settings: 'salt'on, 'liga'off, 'calt'off, 'rclt'off;
    font-family: "Roboto Condensed";
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 80px */
    margin-bottom: 25px;
}

.podcasts-new-banner-contnet p {
    color: var(--grey-scale-495057, #495057);
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 38.4px */
    margin-bottom: 14px;
}

.podcasts-new-banner-contnet a {
    border-radius: 30px;
    background: #015A69;
    width: 241px;
    height: 46px;
    color: var(--grey-scale-ffffff, #FFF);
    font-feature-settings: 'salt'on, 'liga'off, 'calt'off, 'rclt'off;
    font-family: "Roboto Condensed";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    align-items: center;
}

.podcasts-new-banner-contnet {
    width: 36.8%;
}

.podcasts-new-banner-image {
    width: 59.2%;
    padding-top: 46px;
    position: relative;
}

.podcasts-new-banner-image img {
    position: absolute;
    right: -71px;
    top: 128px;
    z-index: 99;
}

.podcasts-new-banner-image img {
    width: 100%;
    max-width: 342px;
}

.back-image-pod2 {
    width: 100%;
    height: 430px;
    max-width: 630px;
    padding: 50px 22px 45px 10px;
    background-repeat: no-repeat;
    background-size: cover;
}


section.podcasts-new-banner {
    padding-top: 210px;
    padding-bottom: 235px;
    position: relative;
    background: linear-gradient(180deg, #64CDC8 0%, rgba(100, 205, 200, 0.00) 100%);
}

.podcasts-new-back {
    position: absolute;
    top: 124px;
    left: 0;
    width: 53%;
}

/* .podcasts-new-back img {
    width: 100%;
} */
.podcasts-new-main {
    max-width: 1440px;
    margin: auto;
}

.podcasts-new-banner-image video {
    display: none;
    width: 98%;
    height: 100%;
    margin-left: auto;
    object-fit: cover;
}

.podcasts-new-banner-image video.vv2 {
    display: flex !important;
}

.audience-flex1-image img {
    height: 100%;
}

.podcasts-new-banner-image img {
    opacity: 0;
    transition: 0.9s;
}

.back-image-pod2 {
    opacity: 0;
    transition: 0.9s;
}

.back-image-pod2.vv3 {
    opacity: 1 !important;
}

img.vv4 {
    opacity: 1 !important;
}

.page-id-13 .banner-down-arrow {
    display: none;
}

.podcast-testi-content img {
    border-radius: 0px !important;
}

.audience-flex1.open-tb1.active-ani-1 {}

.audience-flex1.open-tb1.active-ani-1 {
    width: 47%;
}

video:empty {
    display: none;
}

html {
    scroll-behavior: smooth !important;
}

.page-id-33 .our-blogs-parent.flex :nth-child(3).customer-story-blog.flex a:nth-child(1) {
    display: none;
}





section.branded-banner {
    padding: 126px 0px 61px 0px;
    margin-bottom: 64px;
    background: linear-gradient(0deg, rgba(0, 90, 105, 0.20) 0%, rgba(0, 90, 105, 0.20) 100%), #0F2D32;
}

.branded-banner-content h4 {
    color: var(--primary-palette-64-cdc-8, #64CDC8);
    font-family: "Roboto Condensed";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 42px;
}

.branded-banner-content h2 {
    color: var(--grey-scale-ffffff, #FFF);
    font-feature-settings: 'salt'on, 'liga'off, 'calt'off, 'rclt'off;
    font-family: "Roboto Condensed";
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 105%;
    margin-bottom: 42px;
    position: relative;
    z-index: 9;
}

.branded-banner-content {
    max-width: 60%;
}

.branded-banner-main {
    position: relative;
    max-width: 100%;
    margin: 0px 50px;
}

img.brand1-banner {
    position: absolute;
    right: 0;
    top: 4px;
    z-index: 1;
    max-width: 655px;
}

img.logo-brand {
    display: block;
    max-width: 103px;
}

.pts-para p {
    color: var(--grey-scale-495057, #495057);
    text-align: center;
    font-family: Roboto;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    max-width: 78%;
    margin: auto;
    margin-bottom: 68px;
}

.pts-main-flex {
    padding: 0px 100px;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.pts-main-sub h4 {
    color: #004B5A;
    font-feature-settings: 'salt'on, 'liga'off, 'calt'off, 'rclt'off;
    font-family: "Roboto Condensed";
    font-size: 52px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: -2.6px;
    margin-bottom: 3px;
}

.pts-main-sub h4 span {
    color: #004B5A;
    font-feature-settings: 'salt'on, 'liga'off, 'calt'off, 'rclt'off;
    font-family: "Roboto Condensed";
    font-size: 77px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -3.85px;
}

.pts-main-sub h4 span:nth-child(2) {
    padding-right: 20px;
}

.pts-main-sub h5 {
    color: #004B5A;
    font-feature-settings: 'salt'on, 'liga'off, 'calt'off, 'rclt'off;
    font-family: Roboto;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

.pts-main {
    padding: 66px 0px;
    margin-bottom: 60px;
    background: linear-gradient(180deg, rgba(100, 205, 200, 0.00) -32.5%, #64CDC8 145.83%);
    position: relative;
    overflow: hidden;
}

img.wave-back1 {
    display: block;
    position: absolute;
    top: 0;
}

.overview-content h3 {
    color: var(--primary-palette-0-f-2-d-32, #0F2D32);
    font-feature-settings: 'salt'on, 'liga'off, 'calt'off, 'rclt'off;
    font-family: "Roboto Condensed";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-top: 64px;
    margin-bottom: 9px;
}

.overview-content p {
    color: var(--grey-scale-495057, #495057);
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.overview-content {
    margin-bottom: 59px;
}

.overview-main {
    padding: 0px 112px;
}

.overview-list {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.overview-list-sub h3 {
    color: #005A69;
    text-align: center;
    font-feature-settings: 'salt'on, 'liga'off, 'calt'off, 'rclt'off;
    font-family: Roboto;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 8px;
}

.overview-list img {
    display: block;
    margin: auto;
    margin-bottom: 20px;
    min-height: 82px;
    max-width: 82px;
}

.overview-list-sub p {
    color: var(--grey-scale-495057, #495057);
    text-align: center;
    font-feature-settings: 'salt'on, 'liga'off, 'calt'off, 'rclt'off;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.overview-list-sub {
    width: 19%;
}

section.branded-overview {
    margin-bottom: 90px;
}

.overview-list-sub:nth-child(2) {
    width: 15%;
}

.overview-list-sub:nth-child(4) {
    width: 22%;
}

.key-result-main {
    padding: 0px 112px;
}

.key-result-contnet1 h3 {
    color: #0F2D32;
    font-feature-settings: 'salt'on, 'liga'off, 'calt'off, 'rclt'off;
    font-family: "Roboto Condensed";
    font-size: 38.923px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 17px;
}

.key-result-contnet1 p {
    color: #495057;
    font-family: Roboto;
    font-size: 19.462px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 55px;
}

.key-result-flex {
    display: flex;
    justify-content: space-between;
}

.key-result-contnet2 h3 {
    color: var(--primary-palette-0-f-2-d-32, #0F2D32);
    font-feature-settings: 'salt'on, 'liga'off, 'calt'off, 'rclt'off;
    font-family: "Roboto Condensed";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 13px;
}

.key-result-contnet2 p {
    color: var(--grey-scale-495057, #495057);
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 32px */
    margin-bottom: 31px;
}

.key-result-contnet2 li {
    color: var(--grey-scale-495057, #495057);
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 32px */
    list-style: disc;
    margin-left: 30px;
}

.key-result-contnet2 li span {
    color: #005A69;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
	margin-right: 7px;
}

.key-result-contnet2 li:last-child {
    margin-left: 70px;
}

.key-result-contnet2 {
    width: 47%;
}

.key-result-image2 {
    width: 45%;
    padding-top: 12px;
}

.key-result-phone {
    padding: 35px 55px 0px 70px;
    background: #E6FAF5;
    border-radius: 17.935px;
    position: relative;
    overflow: hidden;
}

.brnd1-main {
    width: 100%;
    display: block;
    position: relative;
    z-index: 9;
}

.aud-b2 .persnl-listen.flex {
    background-color: #0F2D32;
}

section.key-result {
    margin-bottom: 95px;
}

img.back-brnd1 {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
}

.branded-testi-main {
    padding: 0px 112px;
}

.branded-testi-content {
    padding: 60px 120px 54px 80px;
    text-align: center;
    background: linear-gradient(0deg, #005A69 0%, #005A69 100%), #004B5A;
    position: relative;
    overflow: hidden;
}

img.b-test-icon2 {
    display: block;
    margin: auto;
    margin-bottom: 30px;
    position: relative;
    z-index: 9;
}

.branded-testi-content h4 {
    color: var(--grey-scale-ffffff, #FFF);
    text-align: center;
    font-feature-settings: 'salt'on, 'liga'off, 'calt'off, 'rclt'off;
    font-family: "Roboto Condensed";
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 45.5px */
    margin-bottom: 18px;
    position: relative;
    z-index: 9;
}

.branded-testi-content h5 {
    color: var(--grey-scale-ffffff, #FFF);
    text-align: center;
    font-feature-settings: 'salt'on, 'liga'off, 'calt'off, 'rclt'off;
    font-family: "Roboto Condensed";
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 37.5px */
    margin-bottom: -7px;
    position: relative;
    z-index: 9;
	margin-bottom: 5px;
}

.branded-testi-content p {
    color: var(--grey-scale-ffffff, #FFF);
    font-feature-settings: 'salt'on, 'liga'off, 'calt'off, 'rclt'off;
    font-family: "Roboto Condensed";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    position: relative;
    z-index: 9;
    text-align: center;
}

section.branded-testi {
    margin-bottom: 66px;
}

.branded-testi-back {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.aud-b2 .persnl-listen.flex img {
    display: block;
    max-width: 72px;
}


/* responsive  */

@media only screen and (max-width: 1301px) {
    .branded-banner-content h2 {
        font-size: 56px;
        max-width: 90%;
    }


}

@media only screen and (max-width: 1201px) {
    .branded-banner-content h2 {
        font-size: 52px;
    }

    .pts-main-sub h4 span {
        font-size: 65px;
    }

    .overview-list-sub p {
        font-size: 18px;
    }

    .overview-main {
        padding: 0px 70px;
    }

    .overview-list-sub {
        width: 20%;
    }

    .branded-testi-main,
    .key-result-main {
        padding: 0px 80px;
    }

/*     .key-result-contnet2 li:last-child {
        margin-left: 22px;
    } */

    .branded-banner-main {
        padding-bottom: 80px;
    }

    img.brand1-banner {
        max-width: 70%;
    }

}

@media only screen and (max-width: 1025px) {

    .branded-banner-content h2 {
        font-size: 34px;
        max-width: 77%;
    }

    .pts-main-flex {
        padding: 0px 50px;
    }

    .pts-main-sub h4 span {
        font-size: 50px;
    }

    .pts-main-sub h4 {
        font-size: 40px;
    }

    .pts-main-sub h5 {
        font-size: 20px;
    }

    .branded-testi-main,
    .key-result-main,
    .overview-main {
        padding: 0px 50px;
    }

    .persnl-listen {
        gap: 20px;
    }

    .key-result-flex {
        align-items: center;
    }
}

@media only screen and (max-width: 991px) {

    .logo-brand {
        position: relative;
        z-index: 9;
    }

    /*             .branded-banner-main::after {
                content: "";
                position: absolute;
                background: rgb(0 0 0 / 30%);
                height: 100%;
                width: 100%;
                top: 0;
                z-index: 8;
                left: 0;
            } */

    .branded-banner-main {
        position: relative;
        max-width: 100%;
        margin: 0px;
        padding: 30px 30px;
        overflow: hidden;
        border-radius: 23.53px;

    }

    img.brand1-banner {
        width: 100%;
        height: 100%;
        /*                 object-fit: cover; */
    }

    img.brand1-banner {
        width: 60%;
        height: 100%;
    }

    .branded-banner-content h4 {
        position: relative;
        z-index: 99;
    }

    img.brand1-banner {
        top: 0px;
    }

    .branded-testi-main,
    .key-result-main,
    .overview-main,
    .pts-main-flex {
        padding: 0px 30px;
    }

    .pts-para p {
        margin-bottom: 40px;
    }

    .pts-main {
        padding: 50px 0px;
        margin-bottom: 40px;
    }

    .overview-content h3 {
        margin-top: 40px;
    }

    .branded-testi-content {
        padding: 40px;
    }

    section.branded-banner {
        margin-bottom: 40px;
    }

    section.branded-testi,
    .key-result-contnet1 p {
        margin-bottom: 40px;
    }

    .branded-banner-content h2 {
        font-size: 35px;
        max-width: 70%;
    }
}

@media only screen and (max-width: 769px) {

    .branded-banner-main {
        padding: 20px 20px;
    }



    .branded-banner-content {
        max-width: 70%;
    }

    .branded-testi-main,
    .key-result-main,
    .overview-main {
        padding: 0px 30px;
    }

    .branded-testi-content h4 {
        font-size: 26px;
    }

    .key-result-flex {
        flex-direction: column-reverse;
        gap: 30px;
    }

    .key-result-image2 {
        width: 100%;
    }

    .key-result-contnet2 {
        width: 100%;
    }

    .pts-main-sub h4 span:nth-child(2) {
        padding-right: 10px;
    }

    .pts-main-flex {
        flex-wrap: wrap;
        row-gap: 30px;
    }

    .pts-main-sub {
        width: 50%;
    }

    .overview-list {
        flex-wrap: wrap;
        row-gap: 40px;
    }

    .overview-list-sub {
        width: 45% !important;
    }

    section.branded-banner {
        margin-bottom: 20px;
    }

    .pts-main {
        margin-bottom: 60px;
    }

    .key-result-contnet1 p {
        margin-bottom: 20px;
    }

    section.branded-testi {
        margin-bottom: 60px;
    }

    .overview-content {
        margin-bottom: 20px;
    }

}


@media only screen and (max-width: 700px) {
    .branded-banner-content h2 {
        max-width: 100%;
    }

    .branded-banner-main {
        padding-bottom: 250px;
    }

    img.brand1-banner {
        bottom: 0;
        top: auto;
        max-width: 100%;
        height: auto;
    }

   img.brand1-banner {
        width: 100%;
        padding: 0px 20px;
    }

    .branded-banner-content h4 {
        margin-bottom: 30px;
    }

    .branded-banner-content h2 {
        margin-bottom: 30px;
    }

    section.branded-banner {
        padding: 80px 0px 50px 0px;
    }

    .branded-banner-content h2 {
        font-size: 30px;
    }




}

@media only screen and (max-width:450px) {

    .branded-testi-main,
    .key-result-main,
    .overview-main,
    .pts-main-flex {
        padding: 0px;
    }

    .branded-testi-content {
        padding: 20px;
    }

    .branded-banner-content {
        max-width: 100%;
    }

    .pts-main-sub h4 span {
        font-size: 35px;
    }

    .pts-main-sub h4 {
        font-size: 28px;
    }

    .pts-main-sub h5 {
        font-size: 16px;
    }

    .overview-content p,
    .key-result-contnet1 p,
    .key-result-contnet2 p {
        font-size: 16px;
    }

    .overview-content h3,
    .key-result-contnet1 h3,
    .key-result-contnet2 h3 {
        margin-top: 20px;
        font-size: 27px;
    }

    .overview-list-sub h3 {
        font-size: 20px;
    }

    .overview-list-sub p {
        font-size: 16px;
    }

    .overview-list-sub img {
        height: 50px;
        width: 50px;
    }

    .branded-testi-content h4 {
        font-size: 18px;
    }

    .branded-testi-content p,
    .pts-para p {
        line-height: 21px;
        font-size: 16px;
        max-width: 100%;
    }

    .key-result-contnet1 h3 {
        margin-bottom: 20px;
    }

    .key-result-contnet2 h3 {
        margin-bottom: 20px;
    }

    .pts-para p {
        margin-block: 60px;
        width: 100%;
        max-width: 100%;
    }

    .overview-list {
        margin-top: 50px;
    }

/*     .key-result-contnet2 li:last-child {
        margin-left: 22px;
    } */


}

@media only screen and (max-width: 400px) {
    .branded-banner-main {
        padding-bottom: 210px;
    }
	
	
}



@media only screen and (max-width:1401px) {

    .container-left-2 {
        width: 100%;
        max-width: 100%;
        padding-left: 40px;
    }

    .podcasts-new-banner-image {
        width: 59.2%;
    }

    .podcasts-new-banner-contnet {
        width: 38.8%;
    }

    .podcasts-new-banner-image img {
        right: -111px;
    }

}

@media only screen and (max-width:1301px) {
    .podcasts-new-banner-contnet p {
        font-size: 23px;
    }

    .podcasts-new-banner-contnet h2 {
        font-size: 75px;
    }

    .podcasts-new-banner-image img {
        right: -150px;
        top: 138px;
    }




}


@media only screen and (max-width:1201px) {
    .podcasts-new-banner-flex {
        flex-wrap: wrap;
    }

    .podcasts-new-banner-contnet {
        width: 80%;
        margin: auto;
    }

    .podcasts-new-banner-image {
        width: 80%;
        margin: auto;
    }

    .podcasts-new-banner-contnet h2 {
        font-size: 75px;
        text-align: center;
    }

    .podcasts-new-banner-contnet p {
        font-size: 23px;
        text-align: center;
    }

    .podcasts-new-banner-contnet a {
        margin: auto;
    }

    .podcasts-new-back img {
        width: 100%;
    }

    .container-left-2 {
        padding: 0px 40px;
    }

    section.podcasts-new-banner {
        padding-top: 180px;
        padding-bottom: 150px;
    }




}



@media only screen and (max-width:901px) {
    .podcasts-new-banner-contnet h2 {
        font-size: 68px;
    }

    .podcasts-new-banner-contnet p {
        font-size: 22px;
    }

    .podcasts-new-banner-contnet p {
        font-size: 20px;
    }

    .back-image-pod2 {
        width: 78%;
        height: 285px;
        padding: 34px 14px 24px 6px;
    }

    .podcasts-new-banner-image img {
        width: 100%;
        max-width: 232px;
    }

    .podcasts-new-banner-image img {
        right: -65px;
        top: 108px;
    }












}


@media only screen and (max-width:701px) {
    .container-left-2 {
        padding: 0px 20px;
    }

    .podcasts-new-banner-contnet {
        width: 100%;
    }

    .podcasts-new-banner-contnet h2 {
        font-size: 35px;
        margin-bottom: 15px;
    }

    .podcasts-new-banner-contnet p {
        font-size: 18px;
    }

    .podcasts-new-banner-image {
        width: 100%;
    }

    .podcasts-new-back {
        top: 54px;
        width: 68%;
    }

    section.podcasts-new-banner {
        padding-top: 100px;
        padding-bottom: 70px;
    }

    .back-image-pod2 {
        width: 78%;
        height: 181px;
        padding: 34px 14px 24px 6px;
        background-size: 100% 100%;
    }

    .back-image-pod2 {
        width: 78%;
        height: 181px;
        padding: 21px 8px 18px 4px;
        background-size: 100% 100%;
    }

    .podcasts-new-banner-image img {
        width: 100%;
        max-width: 160px;
    }

    .podcasts-new-banner-image img {
        right: -55px;
        top: 85px;
    }

    section.podcast-testi {
        margin-top: 20px !important;
    }




} 