@media screen and (max-width:768px) {
    .form-infoo {
        font-size: 12px;
    }

    .navbar .navbar-nav .nav-item .nav-link {
        text-align: center;
        margin-top: 15px;
        line-height: 5px;
    }
    .navbar-toggler:focus {
        text-decoration:none;
        outline:0;
        box-shadow: 0 0 0 .0rem;
      }
    .bars-incos {
        font-size: 30px;
        color: white;
        font-weight: bold;
        border: none !important;
        background: none;
        border: none;
        

    }

    .logo img {
        width: 50%;
        margin-left: 143px;
        margin-top: 5px;
    }

    .navbar-btn .btn1 {
        font-size: 12px;
        margin-left: 150px;
        padding: 4px 20px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .about-info-left {
        padding: 15px;
    }

    .about-info-right {
        width: 100%;
        margin-top: 10px;
    }

    .about-section-content h2 {
        font-size: 22px !important;
    }

    .contact-main {
        margin-top: 39%;
    }

    .contact-info-right,
    .new-letter {
        background: #001f3f;
    }

    .footer-main {
        margin-top: 40%;
    }

    .footer-main .social-media a i {
        font-size: 20px;
        margin-top: -80%;
    }

    .content-right form {
        width: 100%;
    }

}

/* New register form responsive */


@media (max-width: 768px) {
  .container1 {
    height: 80vh;
  }
  .container1 h1 {
    font-size: 30px;
    margin-top: 12px;
  }
  .form-box {
    /* background: purple; */
    bottom: 0;
    width: 100%;
    height: 70%;

  }
  .container1.active .form-box {
    right: 0;
    bottom: 30%;
  }
  .toggle-box::before {
    left: 0;
    top: -270%;
    height: 300%;
    width: 100%;
  }
  .container1.active .toggle-box::before {
    left: 0;
    top: 70%;
  }
  .toggle-panel {
    width: 100%;
    height: 30%;
  }
  .toggle-panel.toggle-left {
    top: 0;
  }
  .container1.active .toggle-panel.toggle-left {
    left: 0;
    top: -30%;
  }
  .toggle-panel.toggle-right {
    right: 0;
    bottom: -30%;
  }
  .container1.active .toggle-panel.toggle-right {
    bottom: -15px;

  }
  .toggle-panel h2 {
    font-size: 30px;
  }
  .toggle-panel p {
    font-size: 14px;
    margin-bottom: 20px;
    display: inline-block;
  }
  .toggle-panel .btn {
    margin-bottom: 18px;
    display: inline-block;
  }
/* Chatbot */
.chatbot-window {
    width: 80%;
    height: 60vh;
    bottom: 80px;
    /* right: 12%; */
    margin-left: 10%;
    transform: none;
    border-radius: 15px;
  }
  .chatbot-container {
    bottom: 20px;
    right: 10%;
    position: fixed;
  }

  .chatbot-toggle {
    width: 50px;
    height: 50px;
  }

  .chatbot-toggle i {
    font-size: 20px;
  }

  .chatbot-header h3 {
    font-size: 16px;
  }

  .chatbot-messages {
    padding: 15px;
    gap: 12px;
  }

  .message {
    font-size: 13px;
  }

  .chatbot-input input {
    font-size: 13px;
  }

  .suggestion-btn {
    font-size: 11px;
    padding: 6px 12px;
  }
}