@media only screen and (max-width: 1700px) {
  .hero-container img{
    width: 680px;
    height: 420px;
  }
  .ban2-content {
    margin: 13% 0 10% 0%;
}
video#ban-video {
  width: 100% !important;
  height: auto !important;
}
.ban-content {
  margin: 4% 0 10% 12%;
}
}
@media only screen and (max-width: 1500px) {
  .hero-container img{
    width: 50%;
  }
  #hero .carousel .carousel-content{
    width: 50%;
  }
}

@media only screen and (max-width: 1399px) {
  #hero h2{
    font-size: 32px;
  }
  #hero .btn-reach, .commonBtn {
    font-size: 16px;
  }
  #hero p {
    font-size: 22px;
  }
  h1.head{
    font-size: 35px;
  }
  h2.head2{
    font-size: 30px;
  }
  .distribution_partners .clientLogo{
    padding: 15px;
  }
  .surveyPage #hero h1{
    font-size: 40px;
  }
  .surveyPage .hero-container .carousel-content{
    margin-top: 10px !important;  
  }
.spotify-pic {
    height: 104px;
}
.list-details p {
    width: 584px;
}
video#ban-video {
    padding: 20px 21px;
    width: 100% !important;
    height: auto !important;
}
.ban2-content {
    margin: 19% 0% !important;
    margin-left: 0% !important;
}
.ban-content {
    margin: 6% 0 10% 22%;
}
}

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

  .container, .container-lg, .container-md, .container-sm{
    max-width: 96%;
  }
  #hero h2{
    font-size: 34px;
  }
  #hero .btn-reach, .commonBtn {
    font-size: 18px;
}
  #hero p{
    font-size: 20px;
  }
  #hero .btn-reach{
    padding: 10px 25px;
  }

  .abt-sub-sec{
    margin-top: 50px;
  }

  h1.head{
    font-size: 30px;
  }
  h2.head2 {
    font-size: 25px;
}
.blog-sec h2{
  font-size: 30px;
}
.commonBtn{
  padding: 10px 25px;
}

.f-product-sec{
  margin: 50px 0;
}
#benifits-sec .abt-sub-icon-box {
  margin-right: 20px;
  width: 120px;
}

.surveyPage #hero h2 {
  font-size: 25px;
}

.surveyPage #hero h1 {
  font-size: 30px;
}

.podcastEnquiry h3{
  font-size: 30px;
}
.spotify-pic {
    height: 87px;
}
.list-details p {
    width: 464px;
}
.ban2-content {
  margin: 16% 0% !important;
  margin-left: 12% !important;
}
video#ban-video {

  height: 307px !important;
}
video#contactvideo {
  width: 100% !important;
  height: 354px !important;
}
}

@media (max-width: 991px) {
  .navbar {
    position: fixed;
    top: 0;
    right: 0%;
    width: 100%;
    max-width: 300px;
    bottom: 0;
    transition: 0.7s;
    z-index: 9997;
    display: none;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 80px 0 10px 0;
    margin: 0;
    /* background: rgba(29,36,44,0.9); */
    overflow-y: auto;
    transition: 0.7s;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    font-family: var(--font-primary);
    font-size: 15px;
    font-weight: 600;
    color: #292B41;
    white-space: nowrap;
    transition: 0.7s;
    text-decoration: none;
    border-radius: 5px;
  }
  li.cont-btn {
    border-radius: 5px;
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    font-weight: 500;
    transition: 0.3s;
    box-shadow: 0px 3px 6px #00000012;
    opacity: 1;
    text-decoration: none;
    margin-left: 14px;
    list-style: none;
}

li {
  margin-left: 10px;
}
  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #292B41;
  }

  .navbar .getstarted,
  .navbar .getstarted:focus {
    background: var(--color-primary);
    padding: 8px 20px;
    border-radius: 4px;
    margin: 15px;
    color: #fff;
  }

  .navbar .getstarted:hover,
  .navbar .getstarted:focus:hover {
    color: #fff;
    background: #292B41;
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    background-color:#292B41;
    border: 1px solid #292B41;
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }

  .mobile-nav-show {
    color: #292B41;
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin-right: 10px;
  }

  .mobile-nav-hide {
    color:#292B41;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    right: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: #41414180;
    z-index: 9996;
  }
  .top-header .row>*{
    width: auto;
  }

  .top-header .col-lg-3{
    width: 50%;
  }
  .top-header .col-lg-9{
    width: 50%;
    text-align: right;
  }

  img.logo-img {
    width: 120px;
}

  .hamburger{display: block;}

  .showMobileMenu .navbar{
    right: 0;
    display: block;
  }
.overlaybg{
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(29,36,44,0.9);
  z-index: 5;
  left: 0;
  top: 0;
  display: none;
}

.navi-menu .navbar-nav li a{
  color: #fff;
  justify-content: end;
}

.navi-menu .navbar-nav li a.active{
  color: #4e76b7;
}


.navi-menu .navbar-nav li.cont-btn{
  background: transparent;
}

.navi-menu .navbar-nav li.cont-btn a{
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase !important;
}

.showMobileMenu .hamburger-in div{
  background: #fff !important;
}

.showMobileMenu #ham1{
  transform: rotateZ(40deg);
  top: 2px;
}

.showMobileMenu #ham2{
  transform: scale(0);
}
.showMobileMenu #ham3{
  transform: rotateZ(-40deg);
}


#hero .carousel .carousel-content{
  margin-top: 50px;
}

#hero h2 {
  font-size: 30px;
  margin-bottom: 0;
}

#hero p{
  margin: 20px 0px;
}

.abt-img {
  text-align: center;
}

.abt-img img{
  max-width: 60%;
  margin-bottom: 30px;
}

.testim-sec::before, .testim-sec::after{
  background-size: 40px;
  width: 40px;
}
.blog_img{
  text-align: center;
  margin-top: 30px;
}


#benifits-sec .col-md-6{
  width: 100%;
}

.distribution_partners .clientLogo{
 padding: 20px 10px;
}
/*.distribution_partners .clientLogo:nth-child(even){
  margin-top: 100px;
}

.distribution_partners .clientLogo:nth-child(odd) {
  margin-bottom: 100px;
}
*/
footer{
  margin-top: 0px;
}

.footer-cu-sec-align, .footer-Links-sec-align{
  justify-content: left;
}

.meetTeam .ourwork-sece .outer-box{
  flex: 25%;
}

.blog-listing-content .col-lg-4{
  width: 50%;
}

.list-left-side{
  margin-right: 0;
}

.blog-list-item .blog-img-wrap img{
  height: 210px;
}

h2.head3{
  font-size: 20px;
}
.commonBtn{
  font-size: 16px;
}

.surveyPage #hero h1{
  margin-top: 0;
}

.SurveyForm{
  max-width: 80%;
}
.spotify {
  margin-bottom: 20px;
}
.spotify-pic {
    width: 14%;
    height: 104px;
}
.spot-list {
    padding: 0;
}
.spot-ply {
    padding: 0;
}

.order2 {
  order: 2;
}

.order1 {
  order: 1;
}
img.home-banner {
  width: 75% !important;
  float: none;
  margin: auto;
}
.ban-content {
  margin: 0% 0%;
  margin-left: 0%;
  text-align: center;
  margin-top: 38px;
}
video#ban-video {
  height: auto !important;
  width: 100% !important;
}
.ban2-content {
  margin: 0% 0% !important;
  margin-left: 0% !important;
  text-align: center;
  margin-top: 40px !important;
}
.ban2-content {
  display:block !important;
}
#hero .owl-dots, .owl-dots {
  margin-left: 0px;
}
.ban-content h2 br{
  display: none;
}
.ban2-content h2 br{
  display: none;
}
video#contactvideo {
  width: 100% !important;
  height: auto !important;
}
video#media1,#media2,#media3,#media4,#media5,#media6,#media7,#media8,#media9,#media10,#media11,#media12,#media13,#media14,#media15,#media16 {
  width: 100% !important;
  height: auto !important;
}
}

@media only screen and (max-width: 767px) {
 
  .hero-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #hero{
    width: 100%;
    text-align: center;
  }

  #hero .carousel .carousel-content{
    width: 100%;
    text-align: center;
  }

  .hero-container img {
    width: 70%;
    margin: auto;
    height: auto;
}
#hero .carousel .carousel-content{
  margin-top: 0;
}

  .abt-sub-btn {
    margin-top: 30px;
  }

  .btn-service {
    font-size: 18px;
  }

  #about {
    margin-bottom: 50px;
  }

  .wwr-sec {
    margin-bottom: 50px;
  }

  .Principles-inner-box {
    margin-bottom: 20px;
  }

  .Principles-sec {
    margin-bottom: 50px;
    padding: 60px 0;
  }

  #team {
    margin-bottom: 50px;
  }

  section#logo-sec {
    padding: 60px 0px;
  }

  #about-us {
    margin: 100px 0px 50px 0px;
  }

  #testimonial-sec {
    margin-bottom: 50px;
  }

  .Workflow-sec {
    margin-bottom: 50px;
  }

  .footer-cu-sec-align,
  .footer-Links-sec-align {
    justify-content: start;
  }

  .footer-aboutus-sec,
  .footer-Links-sec,
  .footer-cu-sec {
    margin-bottom: 0px;
  }

  #services-sec {
    margin-bottom: 50px;
  }

  .abt-sub-sec {
    margin-bottom: 80px;
  }

  .f-product-sec {
    margin-bottom: 80px;
  }

  .abt-sub-sec .mb-4{
    margin-bottom: 0 !important;
  }

  .abt-sub-inner-box{
    padding-bottom: 0;
  }

  .distribution_partners .clientLogo img{
    width: 80px;
  }

  .blog-sec h2 {
    font-size: 25px;
}
.f-product-sec {
  margin-bottom: 30px;
}

section#logo-sec{
  padding: 30px 0px;
}


/*.distribution_partners .clientLogo:nth-child(even){
  margin-top: 50px;
}

.distribution_partners .clientLogo:nth-child(odd) {
  margin-bottom: 50px;
}*/

.footer .col-lg-3{
  margin-bottom: 50px;
}
.footer{
  padding: 30px 10px;
}

#togetherSection{
  text-align: center;
}

.togetherDesk{
  display: none;
}

.togetherMob{
  display: block;
  margin: auto;
  width: 70%;
}

.meetTeam .ourwork-sece .outer-box{
  flex: 40%;
}

h2.head{
  margin-top: 30px;
}

.surveyPage #hero h1{
  text-align: center;
}

.single-blog-details{
  flex-direction: column;
}

.like-share{
  margin-top: 15px;
}
h2.heading {
  font-size: 22px;
  padding: 15px;
}
.spotify-pic {
    width: 22%;
    height: auto;
}
.list-details p {
    width: 374px;
}
}

@media only screen and (max-width: 640px) {
  .blog-listing-content .col-lg-4 {
    width: 100%;
}

.blog-short-desc p{
  height: auto;
}

/*.blog-written-content{
  text-align: justify;
}*/

.distribution_partners .clientLogo{
  width: 25%;
}

}

@media only screen and (max-width: 575px) {
  #hero h2 {
    font-size: 30px;
  }

  h2.head{
    font-size: 25px;
    text-align: center;
  }

  h2.head::after{
    left: calc(50% - 35px);
  }

  #hero p {
    font-size: 16px;
    line-height: 24px;
  }

  #hero .btn-reach {
    font-size: 16px;
  }

  h2 {
    font-size: 22px;
  }

  h4 {
    font-size: 18px;
  }

  p {
    font-size: 16px;
  }

  #about {
    margin-bottom: 40px;
  }

  .wwr-sec {
    margin-bottom: 40px;
  }

  section#logo-sec {
    padding: 50px 0px;
  }

  #about-us {
    margin: 100px 0px 40px 0px;
  }

  #testimonial-sec {
    margin-bottom: 40px;
  }

  .abt-sub-sec {
    margin-bottom: 60px;
  }

  .f-product-sec {
    margin-bottom: 60px;
  }
  #testimonial-sec {
    padding: 60px 0px;
}
.footer-bt-sec p {
  text-align: center;
}
#portfolio {
  padding: 40px 0;
}
#contactus-sec {
  margin-top: 60px;
}
#contactus-sec .container-box {
  justify-content: left;
}
#contactus-sec .container-box {
  margin-bottom: 14px;
}
.abt-sec {
  padding: 8px;
}
#contactus-sec i {
  font-size: 24px;
}
#contactus-sec .icon-box {
  width: 100px;
  height: 100px;
}
.content p {
  font-size: 16px;
  margin-bottom: 0px;
}
.container, .container-lg, .container-md, .container-sm{
  max-width: 100%;
}

.common-heading{
  text-align: center;
}
h1.head::after{
  left: calc(50% - 35px);
}
.abt-img img {
  max-width: 80%;
}

.clientLogo{
  width: 25%;
}

.f-product-sec{
  margin-bottom: 30px;
}

#testimonial-sec .outer-box{
  padding: 20px 35px;
}
#testimonial-sec .inner-content-sec h3{
  font-size: 20px;
}

.testim-sec::before, .testim-sec::after {
  background-size: 30px;
  width: 30px;
  height: 30px;
}

.abt-sub-inner-box{
  flex-direction: column;
  text-align: center;
}

#benifits-sec .abt-sub-icon-box{
  margin-bottom: 30px;
}

.distribution_partners .clientLogo img{
  width: 60px;
}

.distribution_partners .clientLogo{
  width: 25%;
}

.distribution_partners .clientLogo {
  padding: 30px 10px;
}
.footer .design{
  text-align: center;
  margin-top: 20px;
}
#benifits-sec h3{
  text-align: left;
  padding-left: 10px;
}
#testimonial-sec{
  text-align: center;
}
#testimonial-sec .inner-content-sec{
  justify-content: center;
}

.meetTeam .ourwork-sece .outer-box{
  flex: 100%;
}

.contactForm .col:first-child{
  flex: 1 0 100%;
  margin-bottom: 1.5rem!important;
}
  .popup_box{
    
    width:90%;
    width: 80%;
    margin: auto;
    left: calc(50% - 40%);
    padding:20px;
  }
  
  .newsletterForm .input-group{
    flex-direction: column;
  }
  .newsletterForm .form-control{
    border-radius: 0 !important;
    width: 100%;
    margin-bottom:20px;
    height:50px
  }
  .newsletterForm .btn-success{
        border-radius: 0;
  }
  iframe {
    height: 245px;
}
ul#episodes {
  height: 247px;
}

p.title {
  font-size: 15px;
}
.spotify-pic {
    width: 29%;
}
.list-details p {
    width: 267px;
    font-size: 12px;
}

}

@media only screen and (max-width: 480px) {
  .address {
    margin-bottom: 44px;
  }

  .abt-sub-sec {
    margin-bottom: 40px;
  }

  .f-product-sec {
    margin-bottom: 40px;
  }
  section#logo-sec {
    padding: 10px 0px;
}
#contactus-sec {
  margin-top: 40px;
}

.distribution_partners .clientLogo {
  padding: 10px;
}

.clientLogo{
  width: 40%;
}

.search-online {
  margin-right: 22px !important;
}
.search-online form input {
  width: 380px !important;
}

}

@media only screen and (max-width: 420px) {
.search-online {
  margin-right: 0px !important;
}
.search-online form input {
  width: 320px !important;
}
h2.heading {
  font-size: 15px;
}
p.time {
  font-size: 10px;
}
ul#episodes {
  height: 222px !important;
}
iframe {
  height: 154px;
}
button {
  padding: 4px 0px;
  margin: 0 0 3px 0;
}
.spotify-pic {
  width: 38%;
}
.list-details p {
  width: 188px;
  font-size: 12px;
}
.list-pic {
  width: 44%;
}
th {
   width: 65%;
}
td {
  width: 65%;
}
.blog-publish span {
  font-size: 13px !important;
}

}

@media only screen and (max-width: 320px) {
.search-online {
  margin-right: 0px !important;
}
.search-online form input {
  width: 300px !important;
}
button {
  padding: 0px 0px 5px 0px !important;
  margin: 0 0 6px 0 !important;
}
th {
    width: 70%;
}
td {
    width: 70%;
}

}