@media only screen and (min-width: 300px) and (max-width: 768px) {
  .small-screen{
    display: flex;
    flex-direction: column;
  }
  .back-button {
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
  }

  .back-button i {
    font-size: 20px;
    color: black;
  }

  .caret {
    list-style-type: none;
    padding: 54px 0px 0px 0px;
    margin: 0px;
    height: 100vh;
    position: absolute;
    width: 0%;
    background: white;
    opacity: 0;
    top: 0px;
    right: 0px;
    transition: all 0.3s ease-in-out;
    z-index: 1111;
  }

  .scrollItemsdrop {
    opacity: 1;
    width: 100%;
  }

  .caret .list_items {
    padding: 10px 18px;
  }

  header {
    display: none;
  }

  .sticky-logo {
    display: none;
  }

  .nav_bar-main {
    display: none;
  }

  nav {
    padding: 10px;
    border-bottom: 1px solid rgb(206, 206, 206);
  }

  .navbar-list {
    position: absolute;
    width: 0%;
    height: 90vh;
    top: 100%;
    right: 0px;
    transform: translateX(0%);
    box-shadow: -20px 15px 20px 0px #00000036;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }

  .scrollItems {
    opacity: 1;
    width: 90%;
  }

  .nav-ul {
    padding: 0px;
    margin: 0px;
    display: block;
    gap: 30px;
  }

  .nav-ul .nav-li {
    padding: 10px 5px;
  }

  nav .logo {
    height: 50px;
    width: 230px;
  }

  .menu {
    display: block;
  }

  .menu i {
    font-size: 35px;
  }

  .banner {
    height: 45vh;
  }

  .bannerslider-arrow {
    display: none;
  }

  .banner-slider .content {
    left: 10px;
    width: 95%;
    top: 50%;
    transform: translateY(-50%);
  }

  .banner-slider .content h1 {
    font-size: 35px;
  }

  .banner-slider .content p {
    font-size: 20px;
    letter-spacing: 1px;
  }

  .heighlight-card .number-img,
  .heighlight-card .content {
    width: 100%;
  }

  .heighlight-card .content p {
    font-size: 18px;
  }

  .number-img .main-ani {
    bottom: -45px;
  }

  .row-sm-reverse {
    flex-direction: column-reverse;
  }

  .top-breadcrumb {
    padding: 50px 10px 50px 10px;
  }

  .top-breadcrumb h5 {
    font-size: 30px;
  }

  .number-img .main-th {
    font-size: 60px;
    font-weight: 600;
    top: -59px;
    right: 6px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 998px) {
  .back-button{
display: none;
  }

  .nav-has-child,
  .drop-nav-has-child1,
  .drop-nav-has-child2,
  .drop-nav-has-child3,
  .drop-nav-has-child4,
  .drop-nav-has-child5,
  .drop-nav-has-child6 {
    position: relative;
  }

  .drop_list {
    position: absolute;
    width: max-content;
    padding: 20px 0px 0px 0px;
    margin: 0px;
    list-style-type: none;
    transform-origin: top;
    transform: scaleY(0);
    opacity: 0;
    visibility: hidden;
    background-color: white;
    transition: all 0.2s ease-in-out;
  }
  .nav-has-child:hover .drop_list {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }

  .drop_list .list_items {
    padding: 8px 17px;
    font-size: 13px;
  }

  .nav_drop_right1,
  .nav_drop_right2,
  .nav_drop_right3,
  .nav_drop_right4,
  .nav_drop_right5,
  .nav_drop_right6{
    position: absolute;
    top: 0px;
    left: 100%;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    width: max-content;
    background-color: white;
    transform-origin: top;
    transform: scaleY(0);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
  }

  .nav-has-child:hover .drop_list,
  .drop-nav-has-child1:hover .nav_drop_right1,
  .drop-nav-has-child2:hover .nav_drop_right2,
  .drop-nav-has-child3:hover .nav_drop_right3,
  .drop-nav-has-child4:hover .nav_drop_right4,
  .drop-nav-has-child5:hover .nav_drop_right5,
  .drop-nav-has-child6:hover .nav_drop_right6 {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }

  header {
    display: flex;
  }

  .sticky-logo {
    display: block;
  }

  .nav_bar-main {
    display: flex;
  }

  nav {
    padding: 15px 30px 60px 30px;
  }

  .navbar-list {
    position: absolute;
    width: 80%;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 6px -5px 0px 0px #3f51b5;
  }
  .nav-ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    gap: 30px;
  }

  nav .logo {
    height: 50px;
    width: 300px;
  }

  .menu {
    display: none;
  }

  .banner {
    height: 75vh;
  }

  .bannerslider-arrow {
    display: flex;
  }

  .banner-slider .content {
    left: 120px;
    width: 50%;
    top: 50%;
    transform: translateY(-50%);
  }

  .banner-slider .content h1 {
    font-size: 70px;
  }

  .banner-slider .content p {
    font-size: 30px;
    letter-spacing: 1px;
  }

  .heighlight-card .number-img,
  .heighlight-card .content {
    width: 50%;
  }

  .heighlight-card .content p {
    font-size: 25px;
  }

  .number-img .main-ani {
    bottom: -45px;
  }

  .top-breadcrumb {
    padding: 85px 10px 85px 10px;
  }

  .top-breadcrumb h5 {
    font-size: 40px;
  }

  .number-img .main-th {
    font-size: 30px;
    font-weight: 600;
    top: 40px;
    right: -5px;
  }
}

@media only screen and (min-width: 998px) and (max-width: 7000px) {

  .back-button{
    display: none;
      }

  .nav-has-child,
  .drop-nav-has-child1,
  .drop-nav-has-child2,
  .drop-nav-has-child3,
  .drop-nav-has-child4,
  .drop-nav-has-child5,
  .drop-nav-has-child6 {
    position: relative;
  }

  .drop_list {
    position: absolute;
    width: max-content;
    padding: 20px 0px 0px 0px;
    margin: 0px;
    list-style-type: none;
    transform-origin: top;
    transform: scaleY(0);
    opacity: 0;
    visibility: hidden;
    background-color: white;
    transition: all 0.2s ease-in-out;
  }
  .nav-has-child:hover .drop_list {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }

  .drop_list .list_items {
    padding: 2px 17px;
    font-size: 12px;
  }

  .nav_drop_right1,
  .nav_drop_right2,
  .nav_drop_right3,
  .nav_drop_right4,
  .nav_drop_right5,
  .nav_drop_right6{
    position: absolute;
    top: 0px;
    left: 100%;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    width: max-content;
    background-color: white;
    transform-origin: top;
    transform: scaleY(0);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
  }

  .nav-has-child:hover .drop_list,
  .drop-nav-has-child1:hover .nav_drop_right1,
  .drop-nav-has-child2:hover .nav_drop_right2,
  .drop-nav-has-child3:hover .nav_drop_right3,
  .drop-nav-has-child4:hover .nav_drop_right4,
  .drop-nav-has-child5:hover .nav_drop_right5,
  .drop-nav-has-child6:hover .nav_drop_right6 {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }

  header {
    display: flex;
  }

  .sticky-logo {
    display: block;
  }

  .nav_bar-main {
    display: flex;
  }

  nav {
    padding: 15px 30px 60px 30px;
  }

  .navbar-list {
    position: absolute;
    width: 80%;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 6px -5px 0px 0px #3f51b5;
    transition: all 0.3s ease-in-out;
  }

  .navbarsticky {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    transform: translateX(0px);
    box-shadow: 0px 10px 14px 0px #00000024;
    width: 100%;
    border-top: 5px solid var(--theme-color);
    height: 74px;
  }

  .sticky-logo {
    display: none;
  }

  .display-sticky-logo {
    display: block;
    padding-left: 80px;
  }

  .nav-ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    gap: 30px;
  }

  nav .logo {
    height: 50px;
    width: 300px;
  }

  .menu {
    display: none;
  }

  .banner {
    height: 75vh;
  }

  .bannerslider-arrow {
    display: flex;
  }

  .banner-slider .content {
    left: 120px;
    width: 50%;
    top: 50%;
    transform: translateY(-50%);
  }

  .banner-slider .content h1 {
    font-size: 70px;
  }

  .banner-slider .content p {
    font-size: 30px;
    letter-spacing: 1px;
  }

  .heighlight-card .number-img,
  .heighlight-card .content {
    width: 50%;
  }

  .heighlight-card .content p {
    font-size: 25px;
  }

  .number-img .main-ani {
    bottom: -55px;
  }

  .top-breadcrumb {
    padding: 110px 10px 85px 10px;
  }

  .top-breadcrumb h5 {
    font-size: 50px;
  }

  .number-img .main-th {
    font-size: 70px;
    font-weight: 600;
    top: -40px;
    right: 50px;
  }
}
