@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

html{
    font-size: 10px;
    scroll-behavior: smooth;
}

body{
    margin: 0;
    padding: 0;
    background: #ffffff;
    color: #2c3139;
    font-size: 1.6rem;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}

/* chart page header starts here */

.chart-header{
    position: relative;
}

.chart-header .navbar {
    background: #f8fafd;
    padding: 0 5rem;
}

.chart-header .logo .navbar-brand {
    max-width: 15rem;
    margin: 0;
    display: block;
}

.logo .navbar-brand figure {
    margin: 0;
}

.chart-header .header-menu-item {
    border: 1px solid rgba(0,0,0,0.5);
    border-radius: 20rem;
    padding: 0.6rem 2rem;
    margin-right: 2rem;
    color: #000000;
    text-decoration: none;
    font-size: 1.6rem;
    display: inline-block;
    transition: all 0.3s;
}

.chart-header .header-menu-item.active,
.chart-header .header-menu-item:hover {
    background: #c2e7ff;
    border-color: #c2e7ff;
}

.chart-header .header-right-side button {
    border-radius: 20rem;
    padding: 0.6rem 2rem;
    margin-right: 2rem;
    border: 1px solid rgba(0,0,0,0.5);
    background: 0;
    color: rgba(0,0,0,0.5);
}

/* chart page header ends here */

.chart-container {
    background: #eeeeee;
}

.column-heading {
    font-size: 1.6rem;
    line-height: 1.3;
}

.share-btn {
    margin-right: 2rem;
}

.share-btn .nav-link{
    border-radius: 20rem;
    padding: 0.6rem 1rem;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: 0;
}

.share-btn-user .nav-link{
    background: #c2e7ff;
    border-color: #c2e7ff;
}

.share-btn-user .nav-link span {
    padding: 0.8rem 0.8rem 0.8rem 0.4rem;
    border-right: 1px solid #fff;
    margin-right: 0.5rem;
}

.share-btn-toggle .nav-link{
    border-radius: 50%;
    width: 3.8rem;
    height: 3.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.user-login i {
    font-size: 3.6rem;
    color: #a0c3ff;
}

.share-btn .dropdown .dropdown-menu {
    padding: 0.6rem;
}

.share-btn ul li {
    border-bottom: 1px solid #ddd;
}

.share-btn ul li:last-child{
    border-bottom: 0;
}

.share-btn ul li .dropdown-item {
    font-size: 1.5rem;
    padding: 0.5rem 1rem;
}

.share-btn ul li #myInput {
    border: 0;
    font-size: 1.4rem;
    padding: 0.2rem 0.5rem 1rem;
}

.input-btn {
    width: 100%;
    font-size: 1.4rem;
}

.full-chart-container {
    background: #fff;
    margin: 2rem 0;
    padding: 3rem;
}

.chart-logo a {
    display: block;
    max-width: 12rem;
}

.chart-logo a figure {
    margin: 0;
    width: 12rem;
    height: 12rem;
}

.chart-logo a figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
}

.chart-box {
    border: 1px solid rgba(0,0,0,0.2);
    padding: 2rem;
    gap: 1rem;
}

.chart-box-item{
    border: 1px solid rgba(0,0,0,0.2);
    padding: 1rem;
}

.chart-box-left {
    width: 40%;
}

.chart-box-right{
    flex: 1;
}

.form-control{
    font-size: 1.6rem;
}

.chart-search-left {
    width: 66%;
}

.chart-search-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.date-pick .form-control {
    padding: 0.8rem 2rem;
    box-shadow: 0 0 2.5px rgba(0,0,0,0.14);
    border-radius: 2px;
    width: 100%;
    text-align: center;
    min-width: max-content;
}

.chart-right-side-bar .column-heading {
    font-size: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #8e8e8e;
}

.chart-right-side-bar .column-heading span {
    color: #f43d30;
}

.chart-summary-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 4rem;
    gap: 2rem 1.5rem;
    background: #ffffff;
}

.chart-summary-item {
    text-align: center;
    box-shadow: 1.597px 1.204px 3px rgba(0,0,0,0.25);
    padding: 3rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.chart-summary-item h4 {
    color: #65696e;
    font-size: 1.2rem;
}

.chart-summary-item p {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 1.8rem;
}

.chart-data-box {
    margin-top: 3rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.chart-data-box .column-heading {
    padding: 2rem 0 1rem 2rem;
}

.chart-data-table-box{
    max-height: 35rem;
    overflow: auto;
}

.chart-data-box table {
    margin: 0;
}

.chart-data-box table thead tr th {
    vertical-align: middle;
    font-size: 1.4rem;
    font-weight: 500;
    color: #000000;
    text-align: center;
    background: #efefef;
}

.chart-data-box table tbody tr td {
    text-wrap: inherit;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 1.1rem;
    vertical-align: middle;
    font-weight: 500;
    text-align: center;
}

.chart-data-box table tbody tr:nth-of-type(even)>*{
    background: #efefef;
}

.chart-impression {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 1rem 0 1rem 0rem;
    border-top: 0;
}

.chart-impression .column-heading {
    background: #efefef;
    text-align: center;
    padding: 0.5rem;
}

/* chart page css ends */

/* main header starts here */

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

header .navbar {
    padding: 0;
}

header .logo .navbar-brand {
    max-width: 18rem;
    margin: 0;
    display: block;
}

header .navbar-toggler {
    font-size: 4rem;
    border: 0;
    padding: 0;
}

header .navbar-toggler:focus{
    box-shadow: none;
}

header .navbar-toggler #closeNav {
    display: none;
}

.header-menu-right .navbar-nav {
    gap: 3rem;
}

.header-menu-right .navbar-nav li .nav-link {
    color: #1e1e1e;
    font-size: 1.6rem;
    font-weight: 500;
    transition: all 0.3s;
    position: relative;
    padding: 0;
}

.header-menu-right .navbar-nav li .nav-link.active,
.header-menu-right .navbar-nav li .nav-link:hover {
    border-bottom: 1px solid #8e4395;
    color: #000000;
}

/* main header ends here */

/* home page css starts here */

.section-padding {
    padding: 5rem 0;
}

.section-padding-bottom{
    padding-bottom: 5rem;
}

.section-heading {
    font-size: 4rem;
    line-height: 1.3;
    font-weight: 700;
    color: #1f2125;
}

.home-banner {
    padding-top: 14rem;
    padding-bottom: 5rem;
}

.home-banner-details {
    padding-left: 1rem;
    padding-bottom: 1rem;
}

.home-banner-details .section-heading {
    font-size: 4.5rem;
    margin-bottom: 2rem;
}

.home-banner-details p {
    color: #343434;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 2rem;
}

.custom-btn {
    border: 0;
    padding: 2rem 4rem;
    border-radius: 6rem;
    background: linear-gradient(90deg, #b369bd 0%, #b369bd 42%, #8159a5 100%);
    color: #ffffff;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1;
    transition: all ease .6s;
    text-decoration: none;
    display: inline-block;
    box-shadow: inset 2px -4px 12px 0px rgba(0, 0, 0, 0.17), 0px 4px 7px 0px rgb(104 95 95 / 57%);
}

.custom-btn:hover{
    background: linear-gradient(90deg,rgba(129, 89, 165, 1) 58%, rgba(179, 105, 189, 1) 100%);
}

.custom-btn i {
    visibility: visible;
    transition: all ease .5s;
    opacity: 1;
}

.custom-btn:hover i {
    margin-left: 0.5rem;
}

/* .custom-btn:hover i {
    visibility: visible;
    opacity: 1;
} */

.audio-ads-left .section-heading {
    margin-bottom: 2rem;
}

.audio-ads-left p {
    margin: 2rem 0;
    font-size: 1.6rem;
    line-height: 1.6;
}

.audio-ads-right {
    gap: 4rem;
}

.audio-ads-item {
    width: calc(50% - 4rem);
    border-bottom: 1px solid #ddd;
    padding-bottom: 2rem;
    transition: all 0.3s;
}

.audio-ads .audio-ads-item {
    position: relative;
}

.audio-ads .audio-ads-item::after {
    background-image: linear-gradient(90deg, #b369bd 0%, #b369bd 42%, #8159a5 100%);
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    bottom: 0;
}

.audio-ads-item:hover {
    color: #bb6cc2;
}

.audio-ads-item .column-heading {
    font-weight: 700;
    font-size: 2rem;
}

.audio-ads-item p {
    margin-bottom: 0;
    font-size: 1.4rem;
}

.custom-bg{
    background: #f9f1ff;
}

.custom-purple-color{
    color: #aa66ba;
}

.what-makes-vhoox .section-heading,
.ads-solution .section-heading,
.our-partners .section-heading,
.brand-groth .section-heading{
    margin-bottom: 3rem;
}

.what-makes-vhoox-column {
    padding-right: 3rem;
    padding-left: 3rem;
    border-width: 3px;
    border-style: solid;
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
    border-image: linear-gradient(to top,#b369bd , rgba(0, 0, 0, 0)) 1 100%;
}

.what-makes-vhoox-column:first-child {
    padding-left: 1.5rem;
}

.what-makes-vhoox-column:last-child {
    border-right: 0;
    padding-right: 1.5rem;
}

.what-makes-vhoox-item figure {
    margin: 0;
    width: 6rem;
    height: 6rem;
}

.what-makes-vhoox-item .column-heading {
    font-weight: 700;
    font-size: 1.6rem;
    margin: 2rem 0 1rem;
}

.what-makes-vhoox-item p {
    font-size: 1.5rem;
    line-height: 1.8;
}

.ads-solution{
    padding-top: 5rem;
}

.ads-solution-right p {
    font-size: 1.6rem;
    line-height: 1.6;
}

.ads-solution-right-list {
    padding: 0;
    margin-bottom: 2rem;
}

.ads-solution-right-list li {
    list-style: none;
    position: relative;
    line-height: 1.7;
}

.ads-solution-right-list li::before {
    content: '\f046 ';
    font-family: 'Font Awesome 6 Free';
    color: #aa66ba;
    margin-right: 0.7rem;
}

.learn-btn {
    text-decoration: none;
    color: #aa66ba;
    font-weight: 700;
    font-size: 1.8rem;
    transition: all 0.3s;
}

.learn-btn:hover {
    color: rgb(170 102 186 / 70%);
}

.ads-solution-content .column-heading {
    font-size: 2rem;
    font-weight: 800;
}

.ads-tagline {
    font-weight: 500;
    font-size: 1.6rem;
}

.ads-solution-content p {
    font-weight: 300;
    font-size: 1.5rem;
}

.ctv-expert-left .section-heading {
    margin-bottom: 1rem;
}

.ctv-expert-left p {
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 0;
}

.ctv-expert-left p u {
    font-weight: 700;
}

/* .ctv-expert-form {
    box-shadow: 0 0 9px #ddd;
    padding: 2rem 1rem;
    border-radius: 1rem;
    background: #f9f1ff;
} */

.ctv-expert-input-box {
    gap: 1rem;
}

.ctv-expert-input {
    max-width: 48%;
}

.ctv-expert-input .form-control, .ctv-expert-select {
    border: 1px solid rgba(142,68,149,0.4);
    box-shadow: 0 0 10.5px rgba(0,0,0,0.08);
    padding: 1.4rem 2rem;
    border-radius: 5rem;
    font-size: 1.6rem;
    background: #ffffff;
}

.ctv-expert-select .form-select {
    padding: 0.1rem;
    padding-left: 0.6rem;
    border: 0;
    font-size: 1.5rem;
    cursor: pointer;
}

.ctv-expert-select .form-select:focus{
    box-shadow: none;
}

.ctv-expert-input .form-control::placeholder {
    text-align: center;
}

.ctv-expert-input .form-control:focus::placeholder{
    color: transparent;
}

.ctv-expert-form .custom-btn {
    margin-top: 2rem;
}

.ott-service {
    padding: 5rem 0;
}

.ott-service-details .section-heading {
    color: #ffffff;
    margin-bottom: 4rem;
}

.ott-service-details .column-heading {
    color: #ffffff;
    font-size: 2rem;
    margin-bottom: 2rem;
}

.ott-service-details p {
    color: #ffffff;
}

.ott-users-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 3rem;
    text-align: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.ott-user-item h4 {
    color: #fff;
    background: linear-gradient(to right, #b369bd, #bc5bc9, #b369bd, #8159a5);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 4rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.ott-service-details .learn-btn {
    color: #ffffff;
    margin-top: 1rem;
    display: inline-block;
}

.ads-solution-img {
    text-align: center;
}

.ads-solution-img figure img {
    width: 80%;
}

.targetting-capabilities .section-heading {
    margin-bottom: 2rem;
}

.targetting-capable-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem 0.5rem;
}

.targetting-capable-item {
    text-decoration: none;
    display: block;
    text-align: center;
    border-radius: 0.5rem;
    transition: all 0.3s;
}

.targetting-capable-item-img {
    width: 7.5rem;
    height: 7.5rem;
    margin: auto;
    border-radius: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    background: linear-gradient(90deg, #b369bd 0%, #b369bd 42%, #8159a5 100%);
    transition: all ease .6s;
    box-shadow: inset 2px -4px 12px 0px rgba(0, 0, 0, 0.17), 0px 4px 7px 0px rgb(104 95 95 / 57%);
}

.targetting-capable-item-img img {
    width: 65%;
    height: 100%;
    object-fit: contain;
}

.targetting-capable-item .column-heading {
    margin-bottom: 0;
    margin-top: 2rem;
    color: #2c3139;
    font-size: 1.4rem;
    transition: all 0.3s;
}

.streaming-audio-ads .what-makes-vhoox-column {
    border-left: 1px solid rgb(44 49 57 / 30%);
}

.end-to-end-solutions .section-heading{
    color: #ffffff;
    margin-bottom: 3rem;
}

.end-to-end-solutions-left p {
    color: #ffffff;
    margin: 0 0 5px;
    font-size: 1.5rem;
    line-height: 1.7;
}

.end-to-end-solutions-left .custom-btn {
    margin-top: 1.5rem;
}

.end-to-end-solutions .audio-ads-item {
    padding-bottom: 0rem;
    border-top: 1px solid #ddd;
    border-bottom: 0;
    padding-top: 4rem;
}

.end-to-end-solutions .column-heading {
    color: #ffffff;
}

.our-partner-item {
    width: 100%;
    height: 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.our-partner-item figure {
    margin-bottom: 0;
}

.our-partner-item figure img {
    object-fit: contain;
    /* filter: grayscale(1);
    -webkit-filter: grayscale(1); */
    transition: all 0.3s;
}

.our-partner-item figure img:hover{
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

.modern-future-ads {
    padding: 5rem 0;
}

.modern-future-ads-right p {
    font-size: 2rem;
    margin: 2rem 0 3rem;
    font-weight: 500;
}

.modern-future-ads-right p a {
    color: #1f2125;
    text-decoration: none;
    font-weight: 800;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #000;
    transition: all 0.3s;
}

.modern-future-ads-right p a:hover {
    color: #000;
}

.modern-future-btn-box {
    gap: 1rem;
}

/* home page css ends here */

/* footer starts here */

footer {
    background: #000000;
    padding-top: 3rem;
}

.footer-logo {
    display: block;
    max-width: 20rem;
}

.footer-logo-box p {
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 1.8;
}

.footer-heading {
    font-size: 2rem;
    color: #ffffff;
    margin: 2rem 0;
    line-height: 1.5;
}

.footer-menu {
    padding: 0;
    margin: 0;
}

.footer-menu li {
    list-style: none;
}

.footer-menu li a {
    text-decoration: none;
    color: #ffffffff;
    font-size: 1.5rem;
    padding-bottom: 1.5rem;
    display: block;
    transition: all 0.3s;
}

.footer-menu li a:hover {
    color: #9b5ba4;
}

.footer-menu li address {
    color: #ffffff;
}

.social-icon {
    display: flex;
    gap: .4rem;
}

.social-icon a {
    width: 4rem;
    height: 4rem;
    display: flex;
    background: #ffffff;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 1.6rem;
    color: #ffffffff;
    transition: all 0.3s;
}

.social-icon a:hover {
    transform: translateY(-5px);
}

.social-icon .facebook {
    background: #334c8c;
}

.social-icon .instagram{
    background: linear-gradient(45deg, #feb52d 0%,#feb52d 25%,#fe3079 50%,#a306cd 75%,#a306cd 100%);
}

.social-icon a.linkedin {
    background: #0b69c7;
}

.social-icon .youtube {
    background: #f20000;
}

.social-icon .xTwitter i {
    color: #000000;
}

.footer-form-box {
    margin-bottom: 3rem;
}

.footer-form-box .form-control {
    background: 0;
    padding: 0.8rem 1.5rem;
    color: #ffffff;
    border-radius: 0.6rem;
    transition: all 0.3s;
    font-size: 1.4rem;
}

.footer-form-box .form-control::placeholder{
    color: #ffffff;
}

/* .footer-form-box .form-control:focus{
    background: #ffffff;
} */

.footer-form-box .form-control:focus::placeholder{
    color: transparent;
}

.copyright-container {
    padding: 2rem 0;
    border-top: 1px solid #343434;
    margin-top: 2rem;
}

.copyright-container p {
    color: #ffffff;
    font-size: 1.3rem;
    margin-bottom: 0;
}

.footer-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 3rem;
}

.footer-menu-list li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.4rem;
    transition: all 0.3s;
}

.footer-menu-list li a:hover {
    color: #9b5ba4;
}

/* footer ends here */

/* pop up css starts here */

.audio-ads-modal .modal-dialog {
    max-width: 91rem;
}

.audio-ads-modal .btn-close {
    position: absolute;
    right: -10px;
    top: -10px;
    background: #000000;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #ffffff;
    width: 3rem;
    height: 3rem;
    z-index: 1;
    font-size: 2rem;
}

.talk-to-expert-box-left {
    position: relative;
}

.talk-to-expert-box-details {
    position: absolute;
    padding: 5rem 3rem;
    top: 0;
    left: 0;
}

.talk-to-expert-box-details .section-heading {
    color: #ffffff;
    font-size: 3rem;
    margin-bottom: 2rem;
}

.talk-to-expert-box-details p {
    color: #ffffff;
    font-size: 1.8rem;
    line-height: 1.6;
}

.talk-to-expert-form {
    padding: 2rem;
}

.talk-to-expert-form .form-group label {
    font-size: 1.6rem;
    color: #000000;
    margin-bottom: 0.5rem;
}

.talk-to-expert-form .form-group .form-select,
.talk-to-expert-form .form-group .form-control {
    padding: 0.8rem 1.2rem;
    font-size: 1.4rem;
    color: #000000;
    font-weight: 400;
    border: 1px solid #b369bd;
}

.talk-to-expert-form .form-group .form-select{
    cursor: pointer;
}

.talk-to-expert-form .form-check-label {
    font-size: 1.4rem;
}

.talk-to-expert-form .form-check-label a {
    text-decoration: none;
    color: #2c3139;
    font-weight: 500;
}

.talk-to-expert-form .form-check-label a:hover{
    color: #bb6cc2;
}

/* pop up css ends here */

/* contact us css ends here */

.contact-us-banner {
    padding-top: 14rem;
    padding-bottom: 5rem;
}

.contact-us-form .section-heading {
    font-size: 3rem;
    margin-bottom: 3rem;
}

.contact-us-form-left p {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.contact-us-form-left .column-heading {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

/* contact us css ends here */

.policy-banner {
    padding-top: 15rem;
    padding-bottom: 8rem;
    background: #efd9ff;
}

.policy-container h3 {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 1.5rem;
    margin-top: 2rem;
    font-weight: 600;
}

.policy-container p {
    font-size: 1.5rem;
    line-height: 1.8;
}

.thankYouModal .modal-dialog,
.erorMessage .modal-dialog {
    max-width: 60rem !important;
}

.thankYouModalDetails {
    padding: 2rem;
}

.thankYouModalDetails .section-heading{
    font-size: 3.5rem;
}

/* cookies css starts here */

#cookieNotice {
    position: fixed;
    bottom: 0.2rem;
    left: 0;
    background: #ffffff;
    padding: 2rem;
    box-shadow: 0 0 9px #ddd;
    z-index: 999;
}

.msg-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.msg-wrap-details {
    flex: 1;
}

.msg-wrap-details p {
    font-size: 1.4rem;
    margin-bottom: 0.2rem;
    line-height: 1.7;
    color: #000000;
}

.msg-wrap-details p:last-child {
    margin-bottom: 0;
}

.msg-wrap-details p a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
    transition: all 0.3s;
}

.msg-wrap-details p a:hover {
    text-decoration: underline;
    color: #2c3139;
}

.msg-wrap .btn-wrap {
    gap: 1rem;
    min-width: max-content;
    margin-left: 2rem;
}

.msg-wrap .custom-btn {
    padding: 2rem 3rem;
}

#back-to-top-box {
    position: fixed;
    bottom: 5rem;
    right: 1rem;
    color: #000000;
    font-size: 1.4rem;
    background: #efd9ff;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    cursor: pointer;
    z-index: 999;
}

.back-to-top-boxIcon i {
    line-height: 0;
    vertical-align: middle;
    margin-right: 0.2rem;
}

/* cookies css ends here */










/* mobile responsive */
@media (max-width:1199px) {
.home-banner, .contact-us-banner {
    padding-top: 12rem;
    padding-bottom: 3rem;
}
.header-menu-right .navbar-nav {
    gap: 2rem;
}
header .logo .navbar-brand {
    max-width: 15rem;
}
.home-banner-details .section-heading {
    font-size: 3.6rem;
    margin-bottom: 1rem;
}
.home-banner-details p {
    margin-bottom: 1rem;
}
.section-heading {
    font-size: 3.5rem;
}
.modern-future-btn-box .custom-btn {
    padding: 2rem 2.5rem;
}
.audio-ads-right {
    gap: 3rem;
}
.audio-ads-item {
    width: calc(50% - 3rem);
}
.end-to-end-solutions .audio-ads-item {
    padding-top: 3rem;
}
.audio-ads-item .column-heading {
    font-size: 1.8rem;
}
}

@media (max-width:991px) {
.chart-header .header-menu-item {
    padding: 0.6rem 1rem;
    margin-right: 1rem;
    font-size: 1.4rem;
}
#navbar-menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background: rgb(0 0 0);
    z-index: 999;
    height: 100vh;
}
#navbar-menu .navbar-nav {
    padding: 2rem;
    gap: 1rem;
}
.header-menu-right .navbar-nav li .nav-link {
    color: #ffffff;
    font-size: 1.5rem;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid #4d4d4d;
}
.header-menu-right .navbar-nav li .nav-link.active, .header-menu-right .navbar-nav li .nav-link:hover {
    color: #c340fc;
}
.share-btn {
    margin-right: 1rem;
}
.share-btn .nav-link {
    padding: 0.5rem 1rem;
}
.share-btn-user .nav-link span {
    padding: 0.8rem 0.4rem 0.8rem 0.4rem;
}
.user-login i {
    font-size: 3rem;
}
.date-pick .form-control {
    padding: 0.8rem 1rem;
}
.what-makes-vhoox-column {
    position: relative;
    border: none;
    padding-right: 1.5rem;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-left: 1.5rem;
}
.what-makes-vhoox-column::after {
    position: absolute;
    content: "";
    width: 95%;
    height: 3px;
    bottom: 0;
    background: linear-gradient(90deg, #b369bd 0%, #b369bd 42%, #8159a5 100%);
    left: 1rem;
}
.end-to-end-solutions .section-heading {
    text-align: left !important;
}
.end-to-end-solutions .section-heading br{
    display: none;
}
.policy-banner {
    padding-top: 10rem;
    padding-bottom: 6rem;
}
.msg-wrap {
    flex-wrap: wrap;
}
.msg-wrap-details {
    width: 100%;
}
.msg-wrap-details p {
    font-size: 1.2rem;
}
.msg-wrap .btn-wrap {
    width: 100%;
    margin-top: 1rem;
    margin-left: 0;
}
.msg-wrap .custom-btn {
    padding: 1.5rem 2.5rem;
    font-size: 1.4rem;
}
}


@media (max-width:767px) {
.chart-header .navbar {
    padding: 0 0rem;
}
.chart-header .logo .navbar-brand {
    max-width: 10rem;
}
.share-btn .nav-link {
    padding: 0.3rem 0.8rem;
}
.share-btn-user .nav-link i {
    font-size: 1.4rem;
}
.share-btn {
    margin-right: 0.4rem;
}
.chart-header .header-menu-item {
    padding: 0.6rem 0.8rem;
    margin-right: 0.4rem;
    font-size: 1.2rem;
}
.full-chart-container {
    padding: 1rem 2rem;
}
.chart-box {
    flex-wrap: wrap;
}
.chart-box-left {
    width: 100%;
}
.chart-data-box {
    margin-top: 1rem;
}
.date-pick .form-control{
    font-size: 1.5rem;
}
.chart-summary-box {
    margin-top: 2rem;
    gap: 1.5rem 1rem;
}
.chart-data-box table thead tr th {
    font-size: 1.2rem;
}
.ctv-expert-left {
    margin-bottom: 2rem;
}
.modern-future-btn-box .custom-btn {
    padding: 1.6rem 1.5rem;
    font-size: 1.5rem;
}
.audio-ads-right {
    gap: 2rem;
}
.end-to-end-solutions .audio-ads-item {
    padding-bottom: 2rem;
}
.audio-ads-item {
    width: calc(50% - 2rem);
    padding-bottom: 2rem;
}
.chart-search-row {
    position: relative;
}
.chart-search-left {
    width: 100%;
}
.chart-search-right {
    position: absolute;
    right: 0;
    bottom: 6px;
}
}



@media (max-width:576px) {
.chart-header .navbar {
    padding-bottom: 4rem;
}
.chart-header .header-menu {
    position: absolute;
    bottom: 6px;
    left: 0;
    justify-content: center;
    right: 0;
}
.full-chart-container {
    padding: 1rem 1rem;
}
.chart-logo a {
    max-width: 7rem;
}
.date-pick .form-control {
    font-size: 1.3rem;
}
.chart-right-side-bar .column-heading {
    font-size: 1.8rem;
    padding-bottom: 1rem;
    text-align: center;
}
.chart-summary-item {
    padding: 1.5rem 1rem;
}
.chart-box {
    padding: 1rem;
}
.chart-data-box .column-heading {
    padding: 1rem 0 1rem 1rem;
}
header .logo .navbar-brand {
    max-width: 12rem;
}
.home-banner {
    padding-top: 8rem;
    padding-bottom: 0rem;
}
.contact-us-banner {
    padding-top: 8rem;
    padding-bottom: 3rem;
}
.home-banner-details .section-heading {
    font-size: 3rem;
}
.home-banner-details {
    text-align: center;
}
.custom-btn {
    padding: 1.6rem 3rem;
    font-size: 1.5rem;
}
.section-padding, .ott-service, .modern-future-ads {
    padding: 3rem 0;
}
.section-padding-bottom{
    padding-bottom: 3rem;
}
.section-heading {
    font-size: 3rem;
}
.ads-solution {
    padding-top: 3rem;
}
.audio-ads-left .section-heading {
    margin-bottom: 1rem;
}
.audio-ads-left p {
    margin: 1rem 0;
}
.audio-ads-right {
    gap: 2rem;
}
.end-to-end-solutions .audio-ads-right {
    gap: 0 2rem;
}
.end-to-end-solutions .audio-ads-item {
    width: calc(49% - 1rem);
    padding: 0;
    height: 7rem;
    display: flex;
    align-items: center;
}
.end-to-end-solutions .audio-ads-item .column-heading {
    font-weight: 700;
    font-size: 1.6rem;
    margin-bottom: 0;
}
.audio-ads-item {
    width: 100%;
}
.audio-ads-item .column-heading {
    font-weight: 700;
    font-size: 1.8rem;
}
.audio-ads-right br{
    display: none;
}
.ctv-expert-input {
    max-width: 100%;
    width: 100%;
}
.ctv-expert-input .form-control, .ctv-expert-select {
    padding: 1.2rem 2rem;
    font-size: 1.5rem;
}
.ctv-expert-input .form-control::placeholder{
    text-align: left;
}
.modern-future-ads-right br {
    display: none;
}
.modern-future-btn-box {
    flex-wrap: wrap;
    gap: 0.8rem;
    justify-content: center;
}
.modern-future-btn-box .custom-btn {
    padding: 1.6rem 2rem;
}
.ott-service-details .section-heading {
    margin-bottom: 1rem;
    text-align: center;
}
.ott-service-details, .end-to-end-solutions .section-heading{
    margin-bottom: 2rem;
}
.end-to-end-solutions .section-heading {
    font-size: 2.5rem;
}
.ott-users-box {
    margin-top: 2rem;
    gap: 0rem;
    margin-bottom: 1rem;
}
.ott-user-item h4 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}
.ott-service-details p {
    font-size: 1.4rem;
}
.brand-groth-image {
    display: none;
}
.targetting-capable-box {
    gap: 2rem 0rem;
    margin-top: 2rem;
}
.targetting-capable-item-img {
    width: 6rem;
    height: 6rem;
}
.targetting-capable-item .column-heading {
    margin-top: 1rem;
    font-size: 1.3rem;
}
footer {
    padding-top: 1rem;
}
.footer-logo {
    max-width: 15rem;
}
.footer-logo-box p {
    font-size: 1.4rem;
    text-align: justify;
    margin-bottom: 0;
}
.footer-heading {
    margin: 2rem 0 1.5rem;
}
.footer-menu li a {
    font-size: 1.4rem;
    padding-bottom: 1rem;
}
.footer-menu li address {
    font-size: 1.4rem;
    margin-bottom: 0;
}
.copyright-container {
    flex-wrap: wrap;
    padding: 1rem 0;
}
.copyright-container p {
    font-size: 1.2rem;
    order: 2;
    width: 100%;
    margin-top: 2rem;
    text-align: center;
}
.footer-menu-list {
    order: 1;
    justify-content: space-between;
    width: 100%;
}
.talk-to-expert-box-details {
    padding: 2rem 1rem;
}
.talk-to-expert-box-details .section-heading {
    font-size: 2.2rem;
    margin-bottom: 1rem;
}
.talk-to-expert-box-details p {
    font-size: 1.5rem;
}
.talk-to-expert-box-image img {
    height: 24rem;
    width: 100%;
}
.talk-to-expert-form {
    padding: 2rem 1rem;
}
.talk-to-expert-form .form-group label {
    font-size: 1.5rem;
}
.talk-to-expert-form .form-group .form-select, .talk-to-expert-form .form-group .form-control {
    padding: 0.8rem 1rem;
    font-size: 1.2rem;
}
.audio-ads-modal .btn-close {
    right: 0;
    top: 0;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.8rem;
}
.ctv-expert-left p {
    font-size: 2rem;
}
.contact-us-form .talk-to-expert-form {
    padding: 0;
}
.contact-us-form-left .ads-solution-right-list {
    margin-bottom: 0;
}
#cookieNotice {
    padding: 0.5rem;
}
.msg-wrap-details p {
    font-size: 1.1rem;
}
.msg-wrap .btn-wrap {
    justify-content: center;
    gap: 0.5rem;
}
.msg-wrap .custom-btn {
    padding: 1.2rem 2rem;
    font-size: 1.2rem;
}
.what-makes-vhoox-column:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.what-makes-vhoox-column:last-child::after{
    display: none;
}
}