@media (max-width: 1200px) {
  .number_item span {
    font-size: 70px;
  }
  .heading_box p,
  .video_content p strong {
    font-size: 20px;
  }
  .video_content p,
  .number_item p {
    font-size: 18px;
  }
  .number_title h2,
  .heading_box h1 {
    font-size: 32px;
  }
  .video_box iframe {
    height: 340px;
  }
  .wrapper button img {
    max-width: 28px;
  }
  .wrapper button {
    width: 50px;
    height: 50px;
  }
  .copyright_info,
  .footer_row {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .container_box {
    max-width: 860px;
    padding: 0px 36px;
  }
  .whatsapp_btn{
    margin-right: 36px;
  }
  .whatsapp_box a img{
    max-width: 66px;
  }
  .logo_box img {
    max-width: 150px;
  }
  .header_btn button {
    font-size: 14px;
    width: 150px;
  }
  .video_content p,
  .number_item p {
    font-size: 16px;
  }
  .video_content_list ul li {
    font-size: 14px;
  }
  .video_box iframe {
    height: 300px;
  }
  .number_item span {
    font-size: 50px;
  }
  .number_item {
    flex: 0 0 32%;
    width: 32%;
  }
  .wrapper .carousel {
    gap: 18px;
  }

  .wrapper button img {
    max-width: 20px;
  }
  .wrapper button {
    width: 44px;
    height: 44px;
  }
  .wrapper button:first-child {
    left: -40px;
  }
  .wrapper button:last-child {
    right: -38px;
  }
  .section_gap {
    padding: 60px 0px;
  }
  .section_gap_bottom {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .container_box {
    padding: 0px 16px;
  }
  body {
    font-size: 14px;
  }
  .row_box {
    display: block;
  }
  .video_box {
    margin-bottom: 16px;
  }
  .section_gap {
    padding: 40px 0px;
  }

  .video_content {
    text-align: center;
  }
  .video_content,
  .video_box {
    width: 100%;
  }
  .number_row {
    display: none;
  }
  .number_title h2 {
    font-size: 18px;
  }
  .heading_box h1 {
    font-size: 20px;
  }
  .heading_box p,
  .video_content p strong {
    font-size: 14px;
  }
  .heading_box {
    margin-bottom: 20px;
  }
  .video_box iframe {
    height: 250px;
  }
  .section_gap_bottom {
    padding-bottom: 40px;
  }
  .copyright_info span {
    margin: 0px;
    margin-bottom: 8px;
    text-align: center;
    font-size: 11px;
  }
  .copyright_info,
  .footer_row {
    display: block;
  }
  .copyright_info span.desktop_block {
    display: none;
  }
  .social_links li a img {
    max-width: 15px;
  }
  .social_links li {
    margin: 4px 6px;
  }

  .control-container {
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: space-between;
    top: 40%;
    left: 0px;
  }

  .control-container button.prev {
    position: relative;
    left: -28px;
  }
  .control-container button.next {
    position: relative;
    right: -28px;
  }
  .control-container button img {
    max-width: 20px;
  }
  .control-container button {
    border: none;
    border-radius: 50%;
    background: white;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
  }
  .wrapper button {
    width: 42px;
    height: 42px;
  }

  .slideshow-container {
    position: relative;
    width: 86%;
    margin: 0px auto;
    max-width: 340px;
  }

  .number_item {
    width: 100%;
    margin-bottom: 0px;
    max-width: 260px;
  }
  .number_item p {
    font-size: 14px;
  }
  .mobile_block {
    display: block;
  }
  .header_btn button {
    width: 130px;
    padding: 10px;
  }
  .logo_box img {
    max-width: 126px;
  }
  .close{
    right: -10px;
  }
  .modal-content{
    padding: 26px 16px;
  }
  .popup_content p{
    font-size: 18px;
  }
  .popup_content .container-radio{
    font-size: 20px;
  }

  .whatsapp_btn{
    margin-right: 16px;
  }
  .whatsapp_box a img{
    max-width: 48px;
  }
  .whatsapp_box{
    bottom: 10px;
  }
}
