html{
  scroll-behavior: smooth;
}
#contact-us{
  position: relative;
  top:-200px;
}
#digital-services{
  position: relative;
  top: -100px;
}
#services{
  position: relative;
  top: -260px;
}
#patner{
  position: relative;
  top: -100px;
}
.top-header.main {
  background: #000000;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.07);
  backdrop-filter: blur(10px);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99999999999;

}

.background-img {
  background-image: url('../images/back-ground-img2.svg');
  width: 100%;
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.background-img-contant {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 230px 0px 0px 0px;
}

.background-img-contant h1 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  color: #FFFFFF;
  width: 400px;
  margin-bottom: 20px;
}

.background-img-contant p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #FFFFFF;
  width: 500px;
}

.book-now {
  margin-top: 40px;
}

.background-img-contant a,
.view-more a,
.patner-box-content .veiw-more a {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 25px;
  color: #FFFFFF;
  background-color: #D44C14;
  padding: 10px 40px;
  border-radius: 50px;
  text-decoration: none;
}
.navbar-nav .nav-item.link a{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  background: #D44C14;
  padding: 10px 20px 10px 20px;
  border-radius: 50px;
  color: #fff;
  border: 0;
  text-decoration: none;
  /* border: 1px solid #ec277b !important; */
}
.top-header .navbar-nav .nav-item.view-more-2 .nav-link:hover{
  color: #FFFFFF;
}
/* .view-more a:hover{
  border: 1px solid #000000;
} */
.app-clients.trending {
  margin-top: 60px;
}

.latest-trending-content h2 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 51px;
  text-align: center;
  color: #252525;
}

.app-clients.trending .marquee {
  height: 300px;
}

.app-clients.trending .marquee .marquee-item {
  margin-right: 20px;
}

.app-clients.trending .marquee .marquee-item:hover {
  transform: none;
  opacity: 1;
  filter: unset;
}

.concept-of-sreedevi-digital {
  margin-top: 120px;
}

.sreedevi-digital-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sreedevi-digital-content h2 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: #252525;
  margin-bottom: 40px;
}

.sreedevi-digital-content p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #252525;
  margin-bottom: 40px;
  width: 800px;
}

.services {
  margin-top: 120px;
}

.service-main-content {
  margin-bottom: 60px;
}

.service-main-content h2 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: #252525;
}

.services-content-box{
  background-color:#f9f9f9;
  border-radius: 20px;
  display: block;
}

.services-content-box:hover{
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  background-color: #ffefe8;
  text-decoration: none;
}

.services-box-content {
  padding: 20px 20px;
}

.services-box-content h4 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #252525;
  margin: 0px;
  min-height: 60px;
  
}

.services-box-content p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  margin: 0px;
  min-height: 80px;
}

.digital-service {
  margin-top: 120px;
  margin-bottom: 40px;
}

.digital-service-content h2 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: #252525;
  margin: 0px;
}

.digital-service-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.digital-service-list {
  margin-top: 40px;
  width: 100%;
}
.channel-package{
  margin-top: 120px;
}
.channel-package-main{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.channel-package-main h2{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: #252525;
}
.services-content-box.image{
  position: relative;
}
.services-content-box.image::after{
  content: "";
  width: 200px;
  height: 100px;
  background-image: url('../images/small-image.svg');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -20px;
  right:-160px;
}
.channel-package-box{
  background-color: #f9f9f9;
  padding: 20px 40px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  color: #252525;
  border-radius: 10px;
  position: relative;
  display: block;
}
.channel-package-box p{
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
  z-index: 999999;
}

.channel-package-box::before{
  content: "";
  width: 30px;
  height: 30px;
  background-image: url('../images/all-music.png');
  background-size:cover;
  position: absolute;
  top: 25px;
  left: 18px;
}

.channel-package-box:hover{
  text-decoration: none;
  color: #252525;
  background-color: #FFEFE8;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
 
}
.sdv-digital-content img{
  width: 100%;
  border-radius: 10px;
}
/* description-tab-code-start-here */
.description,
.stb,
.Scheme,
.das,
.patner {
  margin-top: 60px;
}

.stb-box,
.Scheme-box,
.das-box{
  width: 100%;
  background-color: #f9f9f9;
  border-radius: 20px;
}

.stb-box-content,
.Scheme-box-content,
.das-box-content{
  padding: 20px;
}

.description-box-content h4,
.stb-box-content h4,
.Scheme-box-content h4,
.das-box-content h4{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #252525;
  margin-bottom: 20px;
}
.patner-box-content h4{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  color: #252525;
}
.description-box-content p,
.das-box-content p,
.stb-box-content p{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}

.digital-service-list .nav-tabs .nav-item.show .nav-link,
.digital-service-list .nav-tabs .nav-link.active {
  color: #D44C14;
  background-color: none;
  border: none;
  font-size: 20px;
  transition: 0.2s all ease-in-out;
}

.digital-service-list .nav-tabs .nav-link:focus,
.digital-service-list .nav-tabs .nav-link:hover {
  border: none;
  color: #D44C14;
}

.digital-service-list .nav-tabs {
  border-bottom: none;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.Scheme-box-content ul,
.das-box-content ul{
  margin: 0px;
}
/* .description-box-content ul li, */
.stb-box-content ul li {
  list-style: none;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
  position: relative;
}

.stb-box-content ul li::before {
  content: "" "";
  width: 8px;
  height: 8px;
  background-color: #D44C14;
  border-radius: 50px;
  position: absolute;
  left: -20px;
  top: 10px;
}

.description-image img {
  width: 100%;
}
.general-channel-box-content{
  margin: 50px 0px;
}
.general-channel-box-content img{
  margin-bottom: 20px;
}
.general-channel-box-content h5{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height:30px;
  color: #252525;
  margin-bottom: 10px;
}
.general-channel-box-content p{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #252525;
}
.view-more {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.Contact-us{
  margin-top: 80px;
  margin-bottom: 80px;
}
.Contact-us-main{
  display: flex;
  flex-direction: column;
  justify-content:center ;
  align-items: center;
}
.Contact-us-main h2{ 
font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 50px;
color: #252525;
}
.Contact-us-content{
  margin-top: 80px;
}
.Contact-us-img img{
  width: 100%;
}
/* .digital-system{
  margin-top: 90px;
} */
.digital-system h4{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height:34px;
  color: #252525;
  margin-bottom: 20px;
}
.digital-system ul {
  padding: 0px;
}
.digital-system ul li{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #252525;
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.digital-system ul li img{
  margin-right: 20px;
}
.digital-system ul li a{
  font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 22px;
text-decoration: none;
color: #252525;
}
.patner-image img{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.Scheme-box-content p,
.das-box-content p{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}
/* description-tab-code-end-here */
.footer{
  padding: 20px 0px 0px 0px;
  background: #252525;
}
.footer-image{ 
 margin-top: 80px;
}
.footer-image img{
  width: 120px;
}
.footer-content p{
  color: #FFFFFF;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height:32px;
  margin-bottom: 10px;
}
.footer-content ul{
  display: flex;
  padding: 0px;
}
.footer-content ul li{
  list-style: none;
  margin-right: 20px;
  margin-bottom: 10px;
}
.footer-content ul li a{
  text-decoration: none;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height:26px;
  color: #FFFFFF;
}
.copy-rights-content ul{
  margin: 0px;
}
.copy-rights-content ul li{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height:26px;
  color: #FFFFFF;
}
/* about us code start here */
.top-header {
  background:#000000;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.07);
  backdrop-filter: blur(10px);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99999999999;
}

.logo {
  width: 120px;
  margin-right: 30px;
}

.top-header .navbar-nav .nav-item .nav-link {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  margin-right: 10px;
}

.top-header .navbar-nav .nav-item .nav-link:hover {
  color: #ed591a;
}

.top-header .navbar-nav .nav-item .login {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  padding: 10px 30px;
  background-color: #D44C14;
  border-radius: 50px;
  text-decoration: none;
}

.top-header .navbar-nav .nav-item .login:hover {
  border: 1px solid #FFFFFF;
}

/* .app-banner {
  height: 100%;
} */

.about-us {
  margin-top: 140px;
}

.about-us-content h1 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 60px;
  color: #252525;
  margin-bottom: 30px;
}

.about-us-content p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #252525;
  margin-bottom: 40px;
}

.about-us-second-content p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #252525;
}

.about-us-second-content ul li {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #252525;
}

.about-us-image img {
  width: 100%;
}

.management-team {
  margin-top: 120px;
}

.management h2 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 5px;
  text-align: center;
  color: #252525;
}

.management-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}

.management-content h3 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  color: #252525;
  text-align: center;
  margin: 0px 0px 10px 0px;
}

.management-content p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #252525;
}

.app-clients-content h3 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: #252525;
}

.app-clients {
  margin: 80px 0px 40px 0px;
}

.app-clients-listing {
  margin-top: 60px;
}

.app-clients-listing {
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.6) 49.99%,
      rgba(255, 255, 255, 0) 99.17%);
  backdrop-filter: blur(5px);
  width: 100%;
}

.marquee {
  height: 100px;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}

.marquee-inner {
  display: flex;
  width: 200%;
  height: 100%;
  position: absolute;
  animation: marquee 30s linear infinite;
  justify-content: space-between;
  align-items: center;
}

.marquee-inner:hover {
  animation-play-state: paused;
}

@keyframes marquee {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}

.marquee-content {
  margin: 0;
  width: 100%;
  display: flex;
  align-items: center;
}

.marquee-item {
  width: 25%;
  height: auto;
  object-fit: contain;
  display: inline-block;
  margin: 0;
  text-align: center;
  opacity: 0.8;
  float: left;
  transition: all 0.2s ease-out;
}

.app-new-marquee img{
  width: 80px;

}
/* .marquee-item img {
    width: 200px;
    height: 50px;
    object-fit: contain;
  } */

.marquee-item:hover {
  transform: scale(1.2);
  opacity: 1;
  filter: unset;
}
.Scheme-box-content ul li,
.das-box-content ul li{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  list-style: none;
  position: relative;
}
.Scheme-box-content ul li::before,
.das-box-content ul li::before{
  content: "" "";
  width: 8px;
  height: 8px;
  background-color: #D44C14;
  border-radius: 50px;
  position: absolute;
  left: -20px;
  top: 10px;
}
.Scheme-box-content .view-more{
  margin-top: 40px;
}
.app-clients .view-more{
  margin-top: 60px;
}
/* privacy policy start here */
.privacy-policy-content{
  padding: 180px 0px 0px 0px;
}
.privacy-policy-content h1{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height:50px;
  color: #252525;
  margin-bottom: 40px;
}
.privacy-policy-main-content p,
.privacy-policy-main-content p a{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #252525;
  margin-bottom: 20px;
  text-decoration: none;
}
.privacy-policy-main-content h3{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height:40px;
  color: #252525;
  margin: 20px 0px;
}
/* privacy policy end here */

/* compliance start here */
.privacy-policy-content.compliance h1{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height:60px;
  color: #252525;
  margin-bottom: 20px; 
}
.compliance{
  margin-bottom: 40px;
}
.compliance-box{
  background-color: #FFFFFF;
  border-radius: 20px;
}
.compliance-box:hover{
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  border: 1px solid #D44C14;
}
.compliance-box-content:hover a{
  background-color: #D44C14;
  color: #FFFFFF;
}
.compliance-box-content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
}
.compliance-box-content img{
  width: 120px;
  height: 100px;
  margin-bottom: 40px;
  }
.compliance-box-content h4{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height:34px;
    color: #252525;
    min-height: 80px;
    text-align: center;
}
.compliance-box-content a{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height:28px;
    color: #D44C14;
    padding: 10px 40px;
    border: 1px solid #D44C14;
    border-radius: 50px;
    text-decoration: none;
}
.nodal-officer{
  margin-top: 20px;
}
.privacy-policy-content.nodal-officer{
  padding:100px 0px 0px 0px;
}
.privacy-policy-content.nodal-officer h1{
  margin:0px;
}
.nodal-officer-box-content img{
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}
.nodal-officer-box-content h4{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height:34px;
  color: #252525;
  margin-bottom: 20px;
}
.nodal-officer-box-content h5{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height:30px;
  color: #252525; 
  margin-bottom: 20px;
}
.nodal-contact-us{
  display: flex;
  flex-direction: column;
}

.nodal-officer-box-content a{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height:26px;
  text-decoration: none;
  color: #252525;
  margin-bottom: 20px;
}
/* compliance end here */

/*  */
.privacy-policy-content.legal{
  padding: 100px 0px 0px 0px;
}
.privacy-policy-content.legal h1{
  font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 60px;
    color: #252525;
    margin: 0px 0px 10px 0px;
}
/*  */

/* pre-booking content start here */
.pre-booking-banner{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 180px 0px 0px 0px;
}
.pre-booking-banner h1{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  color: #252525;
  margin-bottom: 40px;
}
.pre-booking-banner p{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height:26px;
  text-align: center;
  color: #252525;
}
.pre-booking-form-box{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.form-content{
  margin-top: 80px;
}
.first-name.all-form{
  margin-top: 20px;
}
.first-name label{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #252525;
  margin-bottom: 20px;
  padding-left: 05px;
}
.form-control{
  width: 500px;
  border-radius: 50px;
}
.generate{
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.generate .btn{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 25px;
  color: #FFFFFF;
  background-color: #D44C14;
  padding: 10px 40px;
  border-radius: 50px;
  text-decoration: none;
}

.app-banner{
  width: 100%;
  position: relative;
}
.carousel-indicators [data-bs-target]{
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.app-banner-bg img{
  width: 650px;
}
.carousel-caption{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.app-banner-wrapper{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.app-banner-wrapper h1{
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  color: #fff;
  width: 800px;
  margin: 0px 0px 20px 0px ;
  text-align: center;
  z-index: 9999;
}
.app-banner-wrapper p{
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color:rgba(255, 255, 255, 1);
  text-align: center;
  width: 750px;
  margin: 0px 0xp 10px 0px;
}
.app-banner-buttons{
  margin: 40px 0px 0px 0px;
}
.app-banner-buttons ul{
  padding: 0;
  margin: 0;
  display: flex;
}
.app-banner-buttons ul li{
  list-style: none;
}
.app-banner-buttons ul li a{

  font-style: normal;
  font-weight: 700;
  background: #D44C14;
  color: #FFF;
  padding: 10px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 14px;
}
.app-banner-buttons ul li .know{

  font-style: normal;
  font-weight: 700;
  border: 1px solid;
  font-size: 14px;
  background-color: rgba(17, 17, 21, 1);
  color: #FFF;
  padding: 10px 40px;
  border-radius: 50px;
  text-decoration: none;
  margin-right: 10px;
  border: 1px solid rgba(255, 122, 0, 1);
  border-bottom: none;
}
.app-wrapper{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.app-banner,
.carousel-img{
  height: 100vh;
}
.carousel-img{
  height: 100vh;
  object-fit: cover;
}
.patners_main_list_image img{
  width: 120px;
}
.patners_main_list{
  margin-top: 160px;
}
.patners_main_list_image{
  margin-top: 20px;
}

/* pre-booking content end here */
@media (min-width:320px) and (max-width:991px) {

  .background-img {
    width: 100%;
    height: auto;
  }

  .background-img-contant {
    padding: 120px 0px 50px 0px;
  }

  .background-img-contant h1 {
    width: auto;
    font-size: 30px;
    line-height: 40px;
  }

  .background-img-contant p {
    font-size: 15px;
    width: auto;
  }
  .app-clients.trending {
    margin-top: 30px;
  }

  .app-clients.trending .marquee-inner {
    height: fit-content;
  }
  .concept-of-sreedevi-digital {
    margin-top: 0px;
  }
  .sreedevi-digital-content h2 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  .sreedevi-digital-content p {
    font-size: 15px;
    line-height: 25px;
    width: auto;
    margin-bottom: 20px;
  }
  .navbar-nav.contact-us {
    font-size: 15px;
    padding: 0px;
    margin-left: -10px;
    margin-top: 10px;
  }
  .view-more {
    margin-top: 10px;
  }
  .view-more a,
  .generate .btn{
    padding: 10px 20px;
    font-size: 15px;
  }
  .services {
    margin-top: 60px;
  }

  .service-main-content h2 {
    font-size: 26px;
    line-height: 36px;
  }

  .service-main-content {
    margin-bottom: 40px;
  }

  .services-content-box{
    margin-bottom: 20px;
    background-color: #ffefe8;

  }
   
  .services-box-content h4 {
    font-size: 20px;
    min-height: 0px;
    margin-bottom: 20px;
  }

  .services-box-content p {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .menu-img {
    width: 30px;
    filter: invert();
  }
  .Contact-us-img img{
    width: 100%;
  }
  .Contact-us {
    margin-top: 40px;
    margin-bottom: 0;
}
.Contact-us h2{
  font-size: 26px;
  line-height: 36px;
}
.Contact-us-content {
  margin-top: 30px;
}

.top-header .nav-item.nav-link {
    margin-top: 10px;
    margin-left: -5px;
  }

  .about-us {
    margin-top: 90px;
  }

  .about-us-content h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }

  .about-us-content p,
  .about-us-second-content p {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .about-us-second-content ul {
    padding-left: 18px;
  }

  .about-us-second-content ul li {
    font-size: 15px;
  }

  .about-us-image img {
    width: 100%;
    margin: 20px 0px;
    height: fit-content;
  }

  .management-team {
    margin-top: 30px;
  }

  .management h2 {
    font-size: 26px;
    line-height: 36px;
  }

  .management-content {
    margin-top: 40px;
  }

  .management-content img {
    width: 120px;
    height: 100px;
    margin-bottom: 20px;
  }

  .management-content h3 {
    font-size: 22px;
    line-height: 32px;
  }

  .management-content p {
    font-size: 15px;
  }

  .app-clients {
    margin: 40px 0px;
  }

  .app-clients-content h3 {
    font-size: 22px;
    line-height: 32px;
  }

  .app-clients-listing {
    margin-top: 40px;
  }

  .digital-service {
    margin-top: 50px;
}
.digital-service-content h2 {
  font-size: 26px;
  line-height: 36px;
}
.description, 
.stb, 
.Scheme,
 .das, 
 .patner {
  margin-top: 40px;
}
.general-channel-box-content {
  margin: 30px 0px;
}
.description-box-content h4,
.stb-box-content h4,
.Scheme-box-content h4, 
.das-box-content h4,
.patner-box-content h4{
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}
 .stb-box-content ul li,
 .Scheme-box-content ul li,
 .das-box-content ul li{
  font-size: 15px;
  margin-bottom: 10px;
}
.description-box-content ul,
.stb-box-content ul,
.Scheme-box-content ul,
.das-box-content ul{
  padding: 0px 0px 0px 20px;
}
.Scheme-box-content p,
.das-box-content p,
.Scheme-box-content p,
.das-box-content p,
.stb-box-content p{
  font-size: 15px;

}
.digital-service.main-content{
  padding: 50px 0px 0px 0px;
}
.general-channel-box-content h5{
  font-size: 18px;
  line-height: 28px;
}
.general-channel-box-content p{
  font-size: 15px;
  line-height: 25px;
}
.marquee.slider .marquee-item img{
  width: 100px;
  height: 50px;
}
.footer-image{
  margin: 0px;
  padding-bottom: 20px;
}
.footer-image img{
  width: 120px;
}
.footer-content p{
  font-size: 18px;
  margin: 0px 0px 05px 0px;
}

.footer-content ul{
  display: flex;
  flex-direction: column;
  margin: 0px;
}
.footer-content ul li{
  margin-bottom: 10px;
  margin-right: 0px;
}
.footer-content ul li a,
.copy-rights-content ul li{
  font-size: 15px;
}
.channel-package {
  margin-top: 30px;
}
.channel-package-main{
  margin: 0px;
}
.channel-package-main h2{
  font-size: 26px;
  line-height: 36px;
}
.channel-package-content{
  margin: 10px 0px;
}
.channel-package-box{
  width: 100%;
  background-color: #FFEFE8;
  display: block;
  text-align: center;
}
.channel-package-box p{
  font-size: 15px;
}
.privacy-policy-content{
  padding: 100px 0px 0px 0px;
}
.privacy-policy-content h1{
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
}
.privacy-policy-main-content p{
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 10px;
}
.privacy-policy-main-content h3{
  font-size: 20px;
  line-height: 30px;
  margin: 10px 0px;
}
.privacy-policy-content.compliance h1{
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 10px;
}
.compliance-box{
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  margin-bottom: 40px;
  border: 1px solid #D44C14;
}
.compliance-box-content a{
  background-color: #D44C14;
  color: #FFFFFF;
  font-size: 15px;
 
}
.compliance-box-content{
  padding: 20px 10px;
}
.compliance-box-content img{
  width: 80px;
  height:80px;
  min-height: 0px;
  margin: 0px 0px 20px 0px;
}
.compliance-box-content h4{
  font-size: 20px;
  line-height: 30px;
  min-height: 0px;
  margin-bottom: 20px;
}
.compliance-box-content a{
  padding: 10px 20px;
  font-size: 15px;
  display: flex;
  width: 100%;
  justify-content: center;
}
.nodal-officer{
  margin-top: 10px;
}
.privacy-policy-content h1{
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 10px;
}
.nodal-officer-box-content img{
width: 80px;
height: 80px;
margin-bottom: 20px;
}
.nodal-officer-box-content h4{
  font-size: 20px;
  line-height:30px;
  margin-bottom: 10px;
}
.nodal-officer-box-content h5{
  font-size: 18px;
  line-height:28px;
  margin-bottom: 10px;
}
.nodal-officer-box-content a{
  margin-bottom: 10px;
  font-size: 18px;
}
.privacy-policy-content.legal{
  padding: 120px 0px 0px 0px;
}
.privacy-policy-content.legal h1{
  font-size: 30px;
  line-height: 40px;
  margin-bottom:0px;
}
.privacy-policy-content.legal{
  margin-bottom: 40px;
}
.pre-booking-banner {
  padding: 100px 0px 0px 0px;
}
.pre-booking-banner h1{
  font-size:30px;
  line-height: 40px;
  margin-bottom: 20px;

}
.form-control{
  width: 100%;
}
.form-content {
  margin-top: 40px;
}
.first-name label{
  font-size: 15px;
  margin-bottom: 10px;
}
.first-name.all-form {
  margin-top: 10px;
}
.app-new-general h4{
  margin-top: 120px;
}
}
@media (min-width:320px) and (max-width:767px) {

  .app-clients.trending .marquee {
    height: 200px;
  }

  .app-clients.trending .marquee .marquee-item {
    margin-right: 10px;
  }

  .app-clients.trending .marquee-item img {
    padding-left: 10px;
  }

  .marquee-item img {
    height: 200px;
    object-fit: contain;
  }
  /* .channel-package-box::before{
    background-image: none;
  } */
  .channel-package-box p{
    font-size: 15px;
  }
  .app-banner-bg img{
    width: 0;
}
.app-banner-wrapper{
    height: unset;
    padding: 100px 0px 40px 0px;
}
.app-banner-wrapper h1{
    font-size: 30px;
    line-height: 40px;
    margin: 0px 0px 10px 0px;
    width: auto;
}
.app-banner-wrapper p{
    font-size: 15px;
    line-height: 25px;
    width: auto;
}
.app-banner-buttons{
    margin: 40px 0px;
}
.app-banner-buttons ul li a{
  white-space:nowrap ;
}
.top-header .logo{
  width: 90px;
  margin-right: 0;
}
.top-header .navbar-toggler{
  padding: 0;
}
.top-header .navbar-expand-lg{
  padding-left: 0;
  padding-right: 0;
}
.digital-system{
  margin: 30px 0px 50px 0px;
}
.patners_main_list_image{
  display: flex;
  justify-content: center;
  align-items: center;
}
.patners_main_list_image img{
  width: 100px;
}
.patners_main_list{
  margin-top: 100px;
}

}

@media (min-width:768px) and (max-width:991px) {
  
  .app-clients.trending .marquee {
    height: 200px;
  }

  .app-clients.trending .marquee .marquee-item {
    margin-right: 10px;
  }

  .app-clients.trending .marquee-item img {
    padding-left: 10px;
  }

  .marquee-item img {
    height: 200px;
    object-fit: contain;
  }
  .channel-package-box::before{
   background-image: none;
   width: 0px;
  }
  .app-banner{
    height: unset;
}

.app-banner-bg img{
    width: 0;
}
.app-banner-wrapper{
    padding: 140px 0px 0px 0px;
}
.app-banner-wrapper h1{
    font-size: 40px;
    line-height: 50px;
    margin: 0px 0px 10px 0px;
    width: auto;
}
.app-banner-wrapper p{
    font-size: 15px;
    line-height: 25px;
    width: auto;
}
.app-banner-buttons{
    margin: 40px 0px;
}
.top-header .logo{
  width: 90px;
  margin-right: 0;
}
.top-header .navbar-toggler{
  padding: 0;
}
.top-header .navbar-expand-lg{
  padding-left: 0;
  padding-right: 0;
} 
.digital-system{
  margin: 30px 0px 50px 0px;
}

.patners_main_list_image img{
  width: 100px;
}
.patners_main_list{
  margin-top: 140px;
}
}
@media (min-width:320px) and (max-width:1399px) {
  .services-content-box.image::after{
    background-image: none;
    width: 0px;
  }
  /* .channel-package-box::before{
    background-image: none;
   } */
}
@media (min-width:1024px) and (max-width:1399px) {
  .compliance-box-content h4{
    font-size: 20px;
    line-height: 30px;
  }
  .compliance-box-content{
    padding: 30px 20px;
  }

  
}
