@media (min-width: 1200px) {
  .container {
    max-width: 1230px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1320px;
  }
}
@media screen and (max-width: 768px) {
  .vs-icons {
    top: 0;
    position: inherit;
    text-align: center;
    margin: auto;
    transform: inherit;
    left: 0;
    margin-top: -3rem;
    margin-bottom: -3rem;
    width: 100px;
  }
  .hero-section {
  min-height: calc(100vh - 74.5px);
  margin-top: var(--scroll-padding, 50px);
  padding-top: 70px;
  padding-bottom: 70px;
}
.adsbg {
  background: url(assets/images/banner/adsbg.png) no-repeat center/cover;
  background: rgb(var(--primary-rgb-clr), 0.1);
  height: auto !important;
  min-height: auto !important;
}
}
@media screen and (max-width: 576px) {
  /* global */
  .section-title {
    font-size: 30px;
  }
  .live-chat-img img.live-chat-img1,
  .live-chat-img img.live-chat-img2 {
    width: 120px;
  }
  .comment-box p {
    font-size: 10px;
  }
  .live-chat-img .box .text-end {
    margin-top: 6rem;
  }
  .live-chat-img .box .text-end .comment-box {
    position: relative;
    right: 0;
  }
  .cover-hero-img > img {
    width: 256px;
    margin: auto;
  }
  .intro-papers {
    --equal-height: -10px;
  }
  .intro-papers img:nth-child(1) {
    top: 116px;
    left: 23px;
    width: 43px;
  }
  .intro-papers img:nth-child(2) {
    top: -20px;
    left: 79px;
    width: 57px;
  }
  .intro-papers img:nth-child(4) {
    top: -26px;
    right: 30px;
    width: 60px;
  }
  .animated-boxs {
    --box-width: 130px;
    --box-height: 130px;
    --show-boxs-space: -10px;
  }
  .vs-icons img {
    width: 41px;
  }

  .block-title {
    font-size: 27px;
    font-weight: 700;
  }
  .pricing-card.bg-black {
    transform: inherit;
  }
  .congratulation-card img {
    width: 69px;
    position: absolute;
    bottom: 0;
  }
  .whatsapp{
	  left: inherit;
	      right: 29px;
    /* bottom: 100px; */
	  
  }
  .whatsapp img{
	  width: 50px;
	  
  }
  .video-section iframe {
    margin-bottom: 0rem;
  }
}
