@media only screen and (max-width: 1920px) and (min-width: 1450px){
    .yuktaone_slider_inner .swiper-wrapper{
        height: 40% !important;
    }
}

@media only screen and (max-width: 2550px) and (min-width: 1960px){
    .yuktaone_slider_inner .swiper-wrapper{
        height: 30% !important;
    }
}

@media only screen and (max-width: 2560px) and (min-width: 2551px){
    .yuktaone_slider_inner .swiper-wrapper{
        height: 25% !important;
    }
}


@media only screen and (max-width: 1024px){
    
    .main_header_inner .cta{
        padding-top: 15px !important;
        width: 20%;
    }
    
    #discover_section{
        padding-top: 25px !important;
    }
    .discover_section_inner .discover-left {
        margin-top: -57px !important;
    }
    
    #discover_section p{
        margin-bottom: 25px !important;
    }
    .features_eight .disc, .work_with_us_inner h1{
        margin-top: 0 !important;    
    }
    
    .believe_grids {
        margin-bottom: 40px;
    }
    .work_with_us_inner h1{
        line-height: 65px !important;
    }
    
    .work_with_us_inner .cta{
        margin-top: 10px !important;
    }
}

@media only screen and (max-width: 960px){
   /* .connect_inner{
        grid-template-rows: 1fr 1fr !important;
        grid-template-columns: 1fr !important;
    }*/
    
    .special-class-item p{
        font-size: 13px;
    }
    .main_header_inner .cta{
        width: 23% !important;
        padding: 13px 19px 10px 8px !important;
    }
    
   
   .discover_section_inner .discover-left{
        margin-top: -30px !important;
   }
   
   #discover_section{
        padding-top: 10px !important;
    }
    
    #discover_section h2 {
        line-height: 42px;
    }
    
    #discover_section p{
        margin-top: 12px !important;
    }
    
    .two .line1{
        flex-direction: column;
    }
    
    .two .line1 .mail{
        display: flex;
        margin-top: 5px;
    }
    
    .second_section_footer .right-sec .two a{
        margin-bottom: 0 !important;
    }
    
    .how-it-works-slider{
        width: 600px;
    }
    
    .blog_inner{
        grid-template-columns: repeat(2, 1fr) !important;
        grid-template-rows: auto;
    }
}



@media only screen and (max-width: 640px){
    .mauticform-page-wrapper #mauticform_subscribeform_email{
    width: 70% !important;
}

#mauticform_input_subscribeform_submit{
    font-size: 14px !important;
}


.mauticform-page-wrapper #mauticform_subscribeform_submit{
    width: 30% !important;
}

    .breadcrumb{
        padding-bottom: 20px !important;
    }
    
    /*.yuktaone_slider_inner .swiper-wrapper{
        height: 75% !important;
    }*/
    
    .how-it-works-slider{
        width: unset;
    }

  /**Homepage */
  .window {
    display: block;
  }

  .window .header {
    display: block;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background: #fff;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-out, background 3s ease-out;
    transition: all 0.3s ease-out, background 2s ease-out;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
    z-index: 1;
  }
  
  .window .header .burger-container {
    position: absolute;
    right: 30px;
    display: inline-block;
    height: 50px;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-tap-highlight-color: transparent;
  }
  
  .window .header .burger-container #burger {
    width: 18px;
    height: 8px;
    position: relative;
    display: block;
    margin: -4px auto 0;
    top: 35%;
  }
  .window .header .burger-container #burger .bar {
    width: 30px;
    height: 1px;
    display: block;
    position: relative;
    background: #000;
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .window .header .burger-container #burger .bar.topBar {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  .window .header .burger-container #burger .bar.btmBar {
    -webkit-transform: translateY(6px) rotate(0deg);
            transform: translateY(6px) rotate(0deg);
  }
  .window .header .icon {
    display: inline-block;
    position: absolute;
    height: 100%;
    line-height: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #FFF;
    font-size: 22px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  
  .window .header ul.menu {
    position: relative;
    display: block;
    padding: 0px 20px 0;
    list-style: none;
  }
  
  .window .header ul.menu li.menu-item {
    border-bottom: 1px solid #333;
    margin-top: 5px;
    -webkit-transform: scale(1.15) translateY(-30px);
            transform: scale(1.15) translateY(-30px);
    opacity: 0;
    -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: opacity 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  }
  .window .header #menu-primary-1 .special-class-item:nth-child(1) {
    -webkit-transition-delay: 0.29s;
            transition-delay: 0.29s;
  }
  .window .header #menu-primary-1 .special-class-item:nth-child(2) {
    -webkit-transition-delay: 0.22s;
            transition-delay: 0.22s;
  }
  .window .header #menu-primary-1 .special-class-item:nth-child(3) {
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
  .window .header #menu-primary-1 .special-class-item:nth-child(4) {
    -webkit-transition-delay: 0.18s;
            transition-delay: 0.18s;
  }
  .window .header #menu-primary-1 .special-class-item:nth-child(5) {
    -webkit-transition-delay: 0.11s;
            transition-delay: 0.11s;
  }
  .window .header .free {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .window .header .free-trial {
    -webkit-transition-delay: 0.07s;
            transition-delay: 0.07s;
  }
  .window .header ul.menu li.menu-item a {
    display: block;
    position: relative;
    color: #FFF;
    font-family: "Ek Mukta", sans-serif;
    font-weight: 100;
    text-decoration: none;
    font-size: 22px;
    line-height: 2.35;
    font-weight: 200;
    width: 100%;
  }
  
  .window .header.menu-opened {
    height: 1450px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in, background 0.5s ease-in;
    transition: all 0.3s ease-in, background 0.5s ease-in;
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }

  .window .header.menu-opened .logo{
    display: none;
  }
  .window .header.menu-opened .burger-container {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .window .header.menu-opened .burger-container #burger .bar {
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .window .header.menu-opened .burger-container #burger .bar.topBar {
    -webkit-transform: translateY(4px) rotate(45deg);
            transform: translateY(4px) rotate(45deg);
  }
  .window .header.menu-opened .burger-container #burger .bar.btmBar {
    -webkit-transform: translateY(3px) rotate(-45deg);
            transform: translateY(3px) rotate(-45deg);
  }
  .window .header.menu-opened ul.menu li.menu-item {
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
    opacity: 1;
  }
  .window .header.menu-opened #menu-primary-1 .special-class-item:nth-child(1) {
    -webkit-transition-delay: 0.27s;
            transition-delay: 0.27s;
  }
  .window .header.menu-opened #menu-primary-1 .special-class-item:nth-child(2) {
    -webkit-transition-delay: 0.34s;
            transition-delay: 0.34s;
  }
  .window .header.menu-opened #menu-primary-1 .special-class-item:nth-child(3) {
    -webkit-transition-delay: 0.41s;
            transition-delay: 0.41s;
  }
  .window .header.menu-opened #menu-primary-1 .special-class-item:nth-child(4) {
    -webkit-transition-delay: 0.48s;
            transition-delay: 0.48s;
  }
  .window .header.menu-opened #menu-primary-1 .special-class-item:nth-child(5) {
    -webkit-transition-delay: 0.55s;
            transition-delay: 0.55s;
  }
  .window .header.menu-opened .free:nth-child(6) {
    -webkit-transition-delay: 0.62s;
            transition-delay: 0.62s;
  }
  .window .header.menu-opened .free-trial:nth-child(7) {
    -webkit-transition-delay: 0.69s;
            transition-delay: 0.69s;
  }
  
  .upper_header, .main-navigation, .main_header_inner .cta, .main_header_inner .main_logo{
    display: none !important;
  }

  .upper_header-mobile{
    display: block !important;
  }

   .menu-primary-container{
        margin-top: 70px;
    }

  .upper_header-mobile 
  .mobile-logo{
    display: block !important;
  }

  .talk-to-mobile-inner{
    background-color: var(--light-orange);
    margin-top: 20px;
  }

  .talk-to-mobile{
    margin-top: 20px;
    padding: 15px 0;
  }

    .talk-to-mobile a{
    display: flex; 
    }
    
    
    
  .special-class-item .title{
    font-size: 24px;
    line-height: 33px;
    color: #000;
    border-bottom: 1px solid #000;
    margin-bottom: 5px;
    position: relative;
    padding-bottom: 10px;
  }

  /*.special-class-item .title::after{
    content: url('assets/img/menuwhite.svg') !important;
  }*/

  .special-class .special-class-item{
    background-color: #fff;
  }

  .uk-open>.uk-offcanvas-bar{
    width: 100%;
    background-color: var(--white);
  }

  .uk-offcanvas-bar a, .uk-offcanvas-bar a:hover, .uk-offcanvas-bar .uk-close, .uk-offcanvas-bar .uk-close:hover{
    color: #000;
  }


  .special-class-item:hover .special-class{
      right: 5px !important;
      width: 100%;
  }
  
  .mega_menu{
  margin: 0px !important;
  padding: 20px 20px;
  width: 150px !important;
  text-align: center;
}

  .mega_menu .title{
    color: #000;
  }

  #menu-primary-1 li:nth-child(3) .mega_menu_inner li:nth-child(3){
    grid-column: 1/span3 !important;
  } 

  .menu li:nth-child(1) .title::after, .menu li:nth-child(3) .title::after, .menu li:nth-child(4) .title::after{
   content: url('assets/img/menuarrow.svg');
    position: absolute;
    right: 5%;
    margin-bottom: 10px;
  }
  
  .mega_menu .title{
      border-bottom: unset;
  }

  .link img{
    display: none;
  }

  .mega_menu_inner{
    display: grid !important;
    grid-template-columns: 0.5fr 0.5fr !important;
    grid-template-rows: 1fr auto !important;
  }

  .special-class::before{
    display: none;
  }
   
  .special-class{
    margin-top: 20px !important;
    box-shadow: none !important;
    position: relative !important;
  }

  .header .free{
    font-family: var(--primary-font);
    letter-spacing: 0.05em;
    color: #fff;
    background-color: var(--primary-color);
    margin-top: 20px;
    padding: 19px;
    display: flex;
    justify-content: space-between;
    margin-left: 20px;
    margin-right: 20px;
  }

  .header .free-trial{
    margin-top: 30px;
    background-color: transparent;
    outline: 2px solid #000;
    padding: 19px 0px;
     margin-left: 20px;
    margin-right: 20px;
  }

  .uk-offcanvas-bar .cta2{
    color: #000;
    display: flex;
  }

  .special-class-item{
    display: block !important;
  }
  
  .connect_inner{
    grid-template-rows: repeat(2, 1fr) !important;
    grid-template-columns: 1fr !important;
  }

  .connect_left h1{
    font-size: 24px;
  line-height: 28px;
  }
  
  .connect_left .connect_info{
    margin-bottom: 25px !important;
    width: 100% !important;
  }

  .connect_inner .connect_right{
    display: block;
    margin-top: 50px;
  }

  #connect_crystal{
    margin-top: 20px !important;
    margin-bottom: 0px !important;
  }

  .connect_left .cta{
    width: 100%;
  }

  #leverage{
    display: none;
  }

  #leverage-mobile{
    display: block !important;
    background-color: #FFF5ED;
  }

  .leverage_main h1{
    font-size: 24px;
    line-height: 33px;
    width: 100% !important;
  }

  .leverage_solutions .leverage_solutions_inner{
    display: flex !important;
    flex-direction: column !important;
  }

.video{
    height: auto !important;
}
  .line1-inner1, .line2-inner2{
    display: flex !important;
    justify-content: space-between !important;
    margin-bottom: 10px !important;
  }

  .leverage_solutions_inner .solution1, .leverage_solutions_inner .solution2, .leverage_solutions_inner .solution3, .leverage_solutions_inner .solution4{
    width: 50%;
    margin-bottom: 10px;
  }

  .leverage_solutions_inner .solution2, .leverage_solutions_inner .solution4{
    margin-left: 30px;
  }

  .leverage_solutions_inner h3{
    font-size: 18px !important;
    line-height: 25px !important;
    margin-top: 20px !important;
    display: flex;
  }

  .leverage_solutions_inner h3 img{
    margin-left: -10px;
    margin-right: 10px;
  }

  .leverage_solutions_inner .mobile-leverage{
    display: none;
  }

  .solution1 .bluearrow, .solution2 .bluearrow, .solution3 .bluearrow, .solution4 .bluearrow{
    display: block !important;
  }


  .all_publications{
    width: 100% !important;
    background-color: var(--primary-color);
    padding-bottom: 0px !important;
  }

  .all_publications a{
    font-size: 16px !important;
    padding: 12px !important;
    display: flex;
  }

  .leverage_solutions{
    margin-bottom: 0px !important;
    width: 85% !important;
    margin: 0 auto;
  }

  .leverage_main .leverage_solutions p{
    margin-top: 0px !important; 
    color: #000;
  }

  .collapse.in, .collapse{
    transition: 0.4s ease-in !important;
    animation-duration: 4s;
	animation-timing-function: ease-in-out;
  }

  .bluearrow{
    -moz-transition: transform 1s;
    -webkit-transition: transform 1s;
    transition: transform 1s;
  }
  
  .flip {
    transform: rotate(-180deg);
  }

  #impression{
    display: none;
  }

  #mobile_impression{
    display: block !important;
    padding-top: 60px;
    margin: 0 auto;
  }

  #mobile_impression h2{
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 10px;
  }

  .first_section_inner, .second_section_inner, .third_section_inner{
  grid-template-columns: 1fr !important;
  grid-template-rows:1fr !important;
  grid-column-gap: 20px;
  }

  .second_section_inner, .third_section_inner{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  
  .second_section_inner .left img, .third_section_inner .right img, .first_section_inner .right img{
    padding-right: 0 !important;
    margin: 25px 0 !important;
    padding-left: 0 !important;
  }

  #mobile-impression .content{
    line-height: 21px !important;
  }

  .inner_grid .grid_info{
    font-size: 12px !important;
    line-height: 16px !important;
    width: 80% !important;
  }

  .third_section_inner .left .inner_grid .heading-primary{
    font-size: 36px !important;
    line-height: 48px !important;
  }

  .third_section_inner .left .inner_grid #counter div{
    width: 91px !important;
    margin-right: 36px !important; 
  }

    .features-list-mobile .swiper-wrapper, .swiper-wrapper{
    height: auto !important;
}

  .third_section_inner #counter div:nth-child(2) .inner_grid .grid_info{
    margin-top: 0px !important;
  }

.yukta_one_left #counter1 .heading-primary, .yuktaone_add_text #counter1 .heading-primary{
    font-size: 28px !important;
}

.yuktaone_add_text #counter1 div{
    margin-right: 25px !important;
}

    .yuktaone_add_text #counter1 div:nth-child(3){
        width: 130px;
    }
    
  #discover_section{
    padding-top: 30px !important;
    margin-bottom: 0px !important;
    margin-top: 40px !important;
  }

  #discover_section h2{
    font-size: 24px !important;
    line-height: 28px !important;
  }

  #discover_section p{
    margin-bottom: 30px !important;
    font-size: 14px;
    line-height: 19px;
  }

  .discover_section_inner{
    grid-template-columns: 1fr !important;
    grid-template-rows: 0.5fr 1fr !important;
  }

    #discover_section .discover-right{
        padding-bottom: 40px;
    }
    
  .discover_section_inner .discover-left{
    order: 1;
  }

  .discover_section_inner .discover-left{
    margin-top: -30px !important;
  }

  .client_section_inner{
    grid-template-columns: 1fr !important;
    grid-template-rows: repeat(2, 1fr) !important;
  }

  .client_section_right{
    margin-top: -20px !important;
    grid-template-columns: repeat(3,1fr) !important;
    grid-template-rows: repeat(3, 1fr) !important;
    grid-column-gap: 20px !important;
  }

  .footer-form{
    padding-bottom: 50px !important;
    padding-top: 30px !important;
  }
  .footer-form-inner{
    grid-template-columns: 1fr !important;
    grid-template-rows: repeat(2, 1fr) !important;
  }

  .footer-form .left-form h2{
    font-size: 24px;
    line-height: 30px;
  }

  .footer-form-inner .right-form{
    padding-top: 70px !important;
  }

  .footer-form .left-form p{
    font-size: 12px !important;
    line-height: 17px !important;
    width: 100% !important;
  }

  .desk-footer{
    display: none;
  }

  .mobile-footer{
    display: block !important;
  }

  .second_section_footer{
    flex-direction: column !important;
    margin-top: 0 !important;
  }

  .second_section_footer .left-sec h3{
    width: 100% !important;
  }

  .second_section_footer .right-sec{
    flex-direction: column !important;
    width: 100% !important;
    margin-top: 20px !important;
  }

  .second_section_footer .one, .second_section_footer .three, .second_section_footer .two{
    display: flex;
    margin-bottom: 10px !important;
  }

  .right-sec a{
    margin-left: 10px;
    margin-right: 10px;
    /*font-size: 18px !important;
    line-height: 22px !important;*/
  }

  .right-sec .two{
    margin-left: 16px !important;
  }

  .second_section_footer .right-sec .two img{
    margin-left: 10px !important;
  }

  .second_section_footer .right-sec .two a{
    margin-bottom: 0px !important;

  }

  .second_section_footer .social-icon{
    width: 100% !important;
    justify-content: center !important;
  }

  .second_section_footer .right-sec h4, .second_section_footer .right-sec p{
    margin-left: 0px !important;
  }

  /**Yuktaone */

  .heading-primary-mobile{
    display: inline-block !important;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: bold;    
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 15px;
  }

  .yukta_one_left h1{
    display: none;
  }

  .yukta_one_left .cta{
    font-size: 14px;
    line-height: 19px;
    margin-top: 10px;
    margin-bottom: 20px !important;
  }

  .yukta_one_inner{
    grid-template-columns: 1fr !important;
    grid-template-rows: repeat(2,1fr) !important;
    margin-top: 30px !important;
  }

  .yukta_one_left{
    order: 1;
  }

  .yukta_one_inner #counter1, .yuktaone_add_text #counter1{
    margin-top: 15px !important;
  }

  .yukta_one_inner #counter1 div, .yuktaone_add_text #counter1 div{
    margin-right: 35px !important;
    width: 91px;
  }

  .yukta_one_left #counter1 .cta, .yuktaone_add_text #counter1 .yuktaone_add_info{
    font-size: 12px;
    line-height: 16px;
    margin-top: 20px !important;
  }

  .yuktaone_slider_inner h2{
    margin-bottom: 20px !important;
    font-size: 24px !important;
    line-height: 49px !important;
  }

  #yuktaone_slider{
    margin-top: 30px !important;
  }

  #digital_publishing{
    margin-top: 0px !important;
  }

  .digital_publishing_inner{
    width: 90% !important; 
    margin: 0 auto;
    text-align: left !important;
    padding: 20px 0px !important;
  }

  .digital_publishing_inner h2, .digital_publishing_inner span{
    font-size: 24px;
    line-height: 33px;
  }

  .digital_publishing_inner h2, .digital_publishing_inner p, .campaigns_info_inner h2, .campaigns_info_inner p{
      width: 100% !important;
  }

  .digital_publishing_inner .cta{
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0 !important;
  }

  #yuktaone_capabilities .yuktaone_capabilities_inner{
    flex-direction: column-reverse;
    margin-top: 20px !important;
  }

  .capabilities_image{
    width: 100% !important;
  }

  .capabilities_container{
    display: block !important;
  }

  .yuktaone_capabilities_inner .capability-1, .yuktaone_capabilities_inner .capability-2, .yuktaone_capabilities_inner .capability-3, .yuktaone_capabilities_inner .capability-4, .yuktaone_capabilities_inner .capability-5{
    display: none !important;
  }

  .capability_img{
    margin: 20px 0px !important;
  }

  .capability-slide h3{
    font-size: 18px !important;
    line-height: 25px !important;
    margin-bottom: 10px;
  }

  #yuktaone_features{
    margin-top: 30px !important;
  }

  .yuktaone_features_inner h1, .yuktaone_features_inner span{
    font-size: 24px !important;
    line-height: 33px !important;
    width: 100% !important;
    text-align: left !important;
  }

  .yuktaone_features_inner .info{
    text-align: left !important;
    width: 100% !important;
  }

  .features_list{
    display: none !important;
  }

  .features-list-mobile{
    display: block !important;
    margin-top: 30px ;
  }

  .yuktaone_features_inner .title img{
    margin-right: 10px;
  }

  .features-list-mobile .features_one, .features-list-mobile .features_two, .features-list-mobile .features_three, .features-list-mobile .features_four, .features-list-mobile .features_five, .features-list-mobile .features_six, .features-list-mobile .features_seven, .features-list-mobile .features_eight{
    width: 50%;
  }

  /*.features-slide .disc{
    display: none !important;
  }*/

  .features-slide .feature_image{
      text-align: center;
  }

  .features-pagination{
    width: 9% !important;
    height: 9% !important;
    display: flex;
    margin-left: 45%;
  }

  .yuktaone_features_inner .title{
    font-size: 14px !important;
    line-height: 23px !important;
    margin-top: 10px !important;
    display: inline-block;
    width: 90%;
    margin: 0 auto !important;
    margin-bottom: 30px !important;
    text-align: center;
    display: flex;
  }

  .prebid_page_button h2{
    font-size: 24px !important;
    line-height: 37px !important;
    margin-top: 30px !important;
  }

  /**prebid */
  .prebid_heading_inner, #how-it-works{
    margin-top: 30px !important;
  }

  .prebid_heading_inner h1{
    font-size: 24px !important;
    line-height: 33px !important;
    width: 100% !important;
    margin-bottom: 15px !important;
  }

  .prebid_heading_inner .cta{
    font-size: 14px !important;
    line-height: 19px !important;
  }

  .prebid_heading_inner p{
    width: 100% !important;
  }

  .prebid_heading_inner img{
    margin-top: 15px !important;
  }

  .how-it-works-main {
    flex-direction: column;
  }

  .how-it-works-fix{
    width: 100% !important;
  }

  .how-it-works-slider{
    margin-left: 0 !important;
  }

  .how-it-works-fix h2{
    font-size: 24px !important;
    line-height: 33px !important;
  }

  .how-it-works-fix .cta{
    font-size: 14px !important;
    line-height: 21px !important;
    margin-top: 10px !important;
  }

  .how-it-works-slider h3{
    font-size: 18px !important;
    line-height: 25px !important;
  }

  #tracking_kpi_main{
    display: none;
  }

  #track-kpi-mobile{
    display: block !important;
  }

  .tracking_kpi_inner, .get_insights_inner{
    grid-template-columns: 1fr !important;
    grid-template-rows: 1fr 0.5fr !important;
    margin-top: 20px !important;
  }

  .tracking_kpi_inner h1, .get_insights_inner h1{
    font-size: 24px !important;
    line-height: 33px !important;
    margin-bottom: 15px !important;
  }
  
  .tracking_kpi_left p, .get_insights_inner p{
    font-size: 14px !important;
    line-height: 23px !important;
  }

  .tracking_grid{
    width: 100% !important;
    margin-top: 40px !important;
  }

  .journey_image h2{
    width: 100% !important;
    font-size: 18px !important;
    line-height: 27px !important;
  }

  .journey_image{
    padding: 80px 0 !important;
  }

  .new_journey_inner{
    margin-top: 30px !important;
  }

  /**Contact us */
  .request_demo_inner{
    grid-template-columns: 1fr !important;
    grid-template-rows: 0.6fr 0.6fr !important;
  }

  #request_demo{
    margin-top: 30px !important;
  }

  .request_demo_info img {
    margin-bottom: 15px !important;
  }

  .request_demo_info .primary-heading{
    font-size: 36px !important;
    line-height: 41px !important;
    margin-bottom: 15px !important;
  }

  .request_demo_form{
    width: 100% !important;
  }

  .blue-line{
    margin-top: 10px !important;
    margin-bottom: 25px !important;
  }

  .request_demo_info .questions, .question_heading{
    display: none;
  }

  .questions-mobile, .question_heading-mobile{
    display: block !important;
  }

  .request_demo_form .book_demo{
    padding: 12px 100px 12px 100px !important;
  }

  .question_heading-mobile{
    width: 100% !important;
    margin: 40px 0 20px 0px !important;
  }

  #have_question{
    margin-top: 20px !important;
  } 

  .have_question_inner h1{
    font-size: 36px !important;
    line-height: 48px !important;
  }

  .have_question_main{
    grid-template-columns: 1fr !important;
    grid-template-rows: 1fr 0.5fr !important;
  }

  .connect_with_us{
    display: none !important;
  }

  .connect_with_us-mobile .cta{
    font-size: 14px !important;
    line-height: 23px !important;
    margin-bottom: 20px !important;
  }

  .connect_with_us-mobile{
    display: block !important;
  }

  .connect_with_us-mobile h2{
    font-size: 36px;
    line-height: 48px;
    color: var(--dark-blue);
    margin: 15px 0px;
  }

  .connect_with_us-mobile .call{
    font-size: 24px !important;
    line-height: 32px;
    margin: 0px 10px ;
  }

  .connect_with_us-mobile .connect_india, .connect_with_us-mobile .connect_us, .connect_with_us-mobile .connect_mail{
    margin-bottom: 15px;
  }

  .connect_us{
    margin-left: 35px;
  }

  .connect_with_us-mobile h4{
    font-size: 14px !important;
    line-height: 20px !important;
    color: #020203; 
    margin-top: 30px ;
  }

  .chat_with_us .cta{
    font-size: 14px !important;
    line-height: 20px !important;
  }

  .social-black{
    display: flex;
    justify-content: space-between;
    width: 50%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .client_section_inner{
    margin-top: 30px !important;
  }

  /* about us */

  #we_believe, #we_believe_main, #our_team{
    margin-top: 30px !important;
  }

  .we_believe_inner{
      width: 100% !important;
      padding: 45px 10px !important;
  }
  .we_believe_inner .heading-primary{
    font-size: 36px !important;
    line-height: 49px !important;
    color: var(--dark-blue);
  }

  .believe_grids{
    grid-template-columns: 1fr !important;
    grid-template-rows: 0.5fr 0.5fr !important;
  }

  .believe_grids h1, .believe_grids h1 span, .our_team_inner h1{
    font-size: 24px !important;
    line-height: 32px !important;
  }

  .believe-text .cta{
    font-size: 14px !important;
    line-height: 21px !important;
    width: 100% !important;
    margin-top: 15px !important;
  }

  .believe_image{
    order: 1;
  }

  .our_team_inner h1{
    margin-top: 15px !important;
  }

  .our_team_inner .cta{
    width: 100% !important;
  }

  .our_team_info{
    flex-direction: column;
    margin-top: 20px !important;
  }

  .our_team1, .our_team2{
    width: 100% !important;
    margin-bottom: 15px !important;
  }

  .our_team_info .cta{
    font-size: 14px !important;
    line-height: 18px !important;
  }

  .our_team_main h2{
    font-size: 24px !important;
    line-height: 32px !important;
    margin-top: 30px !important;
    margin-bottom: 50px !important;
  }


  /* Data marketplace */
  #grow_together{
    margin-top: 20px !important;
  }

  .grow_together_inner{
    grid-template-columns: 1fr !important;
    grid-template-rows: 1fr 0.5fr !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .grow_together_text h1{
    display: none ;
  }

  .grow_together_text{
    order: 1;
  }

  .grow_together_image h1{
    display: block !important;
    font-size: 36px !important;
    line-height: 48px !important;
  }

  .grow_together_text .cta, .partner_month_text .cta{
    font-size: 14px !important;
    line-height: 21px !important;
    width: 100% !important;
  }

  .partner_month_main{
    flex-direction: column;
    width: 100% !important;
    padding: 10px 30px !important;
  }

  .partner_month_main h1, .partner_month_main h1 span, .data_exchange_inner h1, .yuktaone_add_inner h1, .yuktaone_add_inner h1 span, .campaigns_info_inner h2, .campaigns_info_inner h2 span{
    font-size: 24px !important;
    line-height: 32px !important;
    margin-bottom: 20px !important;
  }

  .partner_month_image, .partner_month_text{
    width: 100% !important;
  }

  .data_exchange_inner, .campaigns_info_inner{
    width: 90% !important;
    margin: 0 auto !important;
  }

  #data-exchange, #work-with-us, #yuktaone_add_main{
    margin-top: 0px !important;
  }

  .data_exchange_goal{
    grid-template-columns: 1fr !important;
    grid-template-rows: repeat(3, 1fr) !important;
    grid-row-gap: 20px !important;
  }

  .data_exchange_goal .cta {
    width: 50% !important;
  }

  /** careers */

  .work_with_us_inner{
    grid-template-columns: 1fr !important; 
    grid-template-rows: 1fr 0.9fr !important;
  }

  .work_with_us_inner h1, .current_openings_inner .heading-secondary, .apply_now_main h1{
    font-size: 24px !important;
    line-height: 32px !important;
    margin-top: 35px !important;
  }

  .work_with_us_inner .desc, .current_openings_inner .desc, .yuktaone_add_inner .yuktaone_add_info, #campaigns_info_main .yuktaone_add_info{
    font-size: 14px !important;
    line-height: 27px !important;
  }

  .work_with_us_inner .cta, #current-openings{
    margin-top: 15px !important;
  }

  .uk-accordion .uk-accordion-title{
    font-size: 18px !important;
    line-height: 24px !important;
  }

  .uk-accordion-content p{
    font-family: var(--primary-font);
    font-size: 12px !important;
    line-height: 18px !important;
  }

  .apply_now_main .mauticform-button{
    width: 100% !important;
  }

  /**resources */
  .uk-subnav{
    width: 100% !important;
    display: flex;
    flex-wrap: nowrap !important;
  }

  #blog{
    grid-template-columns: 1fr !important;
  }

  .uk-subnav-pill>*>:first-child{
    padding: 20px 35px 10px 5px !important;
  }

  .resources_inner h2, .entry-header .entry-title, .other-articles h2{
    font-size: 24px !important;
    line-height: 33px !important;
  }

  /** agency/brand */
  .yuktaone_add_inner{
    grid-template-columns: 1fr !important;
    grid-template-rows: 1fr 0.5fr !important;
  }

  .yuktaone_add_inner h1{
    display: none;
  }

  .yuktaone_add_text{
    order: 1;
    padding-top: 20px !important;
  }

  .yuktaone_add_image h1{
    display: block !important;
  }

  .yuktaone_add_image img, #campaigns_info_main{
    margin-top: 20px !important;
  }

  .yuktaone_add_image h1 .one{
    font-weight: normal;
  }

  .yuktaone_add_inner #counter{
    text-align: center;
  }

  .campaigns_info_inner{
    text-align: left !important;
  }

  #campaigns_info_main{
    padding-bottom: 20px !important;
  }

  /** single.php */
  .content-area .site-main{
    width: 100% !important;
  }

  .social-share{
    width: 40% !important;
    margin: 0 auto !important; 
    margin-top: 30px !important;
  }

  .testimonial-section .info h4{
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }

  .testimonial-section .info p{
    font-size: 10px !important;
    line-height: 13px !important;
  }

   .related-posts-wrapper .post-title p{
        font-size: 18px !important;
        line-height: 24px !important;
   }
   
   .related-posts-wrapper .read_more a{
    font-size: 16px !important;
    line-height: 10px !important;
   }
   
  .other-articles h2{
    margin: 30px 0 !important;
  }

  .related-posts-wrapper{
    grid-template-columns: 1fr !important;
    
  }

  .blog_inner{
    grid-template-columns: 1fr !important;
  }

  .blog_main-featured{
    flex-direction: column !important;
  }

  .blog_main-featured img {
    width: 100% !important;
  }

  .blog_main-featured .blog_last{
    width: 80% !important;
    margin: 0 auto !important;
  }
  
 .apply_now_main input, .request_demo_form input 
 {
    margin-bottom: 5px !important;
 }
 .uk-button-default{
    border: unset !important;
 }
 .uk-offcanvas-close svg{
    width: 20px !important;
    height: 20px !important;
 }
 #back2Top1{
  width: 45px;
  height: 45px;
  line-height: 30px;
  overflow: hidden;
  z-index: 999;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  position: fixed;
  bottom: 25px;
  left: 20px;
  background-color: #000;
  text-align: center;
  font-size: 30px;
  text-decoration: none;
  padding-bottom: 4px;
  border-radius: 50%;
}

#back2Top1 .paginate{
    width: unset !important;
    position: absolute !important;
    margin-top: 20px !important;
    margin-left: 2px !important;
}
 
 /**404*/
 .main404 .giant{
    font-size: 150px !important;
    line-height: 150px !important;
 }
 
 .main404 .heading-secondary{
    font-size: 24px !important;
    line-height: 36px !important;
 }
 
 .main404 div {
    margin-top: 50px !important;
}

.chat_with_us a {
    width: 53% !important;
}

.calendly_main{
    text-align: left !important;
    padding: 20px !important;
}

.calendly_main h1{
    font-size: 36px !important;
    text-align: left !important;
}

.calendly_main p{
    font-size: 14px !important;
    line-height: 23px !important;
    text-align: left !important;
}

.related-posts{
        grid-template-columns: 1fr !important;
    }
    
    .testimonial-section{
  grid-template-columns: 1fr !important;
  grid-template-rows: 1fr 1fr !important;
    }
    
    .testimonial-section .info{
        padding-left: 0px !important;
        padding-top: 20px;
    }
    
}


@media only screen and (max-device-width: 375px){
    .talk-to-mobile-inner a{
        text-align: center;
    }
    
    .connect_left .cta{
        padding: 10px 30px 10px 20px !important;
    }
    
    .prebid_page_button .cta {
        padding: 12px 40px 12px 30px !important;
    }
    
    .discover_section_inner{
        grid-template-rows: 0.5fr 0.5fr !important;
    }
    
    .features-pagination {
        width: 11% !important;
        height: 11% !important;
    }
    
    
}