   /* 1199 media start*/

@media all and (max-width: 1199px) {
    .header-top .shape-1{
      width: 48%;
    }

    .header-top .shape-2{
      width: 6%;
    }

    .header-top-list ul {
      gap: 10px;
    }

    .header-top-social a {
      width: 34px;
      height: 34px;
      line-height: 37px;
      margin-left: 0;
    }

    .header-top-left {
      margin-right: 5px;
    }
  }
   /* 1199 media end*/


   /* 992 media start*/
  @media all and (max-width: 992px) {

    .phone_view_icons_div{
        display: block !important;
    }

    .header-top .shape-1{
      width: 55%;
    }

    .header-top .shape-2{
      width: 7%;
    }

    .header-top-list ul {
      gap: 0px;
    }

    .header-top-list ul li{
      margin-right: 10px;
    }

    .header-top-list ul li:last-child{
      display: none;
    }

    .header-top-lang .dropdown-toggle::after{
      margin-top: 12px;
    }

    .header-top-social span{
      display: none;
    }
  }
   /* 992 media end*/

    /* 768 media start*/
  @media all and (max-width: 768px) {
    .desktop_whatsapp{
        display: none !important;
    }

    .mobile_whatsapp{
        display: block !important;
    }

    .blog_img_none_mobile{
        display: none !important;
    }

    .carousel-control-nexts span{
        opacity: 1 !important;
        bottom: 60px !important;
        right: 35px !important;
    }

    .carousel-control-prevs span{
        opacity: 1 !important;
        bottom: 60px !important;
        left: 35px !important;
    }

    .top_bar_section{
        display: none !important;
    }
    .header-top .shape{
      display: none;
    }

    .header-top-social a:hover{
      color: var(--primary-color);
    }

    .navbar{
        position: relative !important;
    }

    .order_02{
        order: 2;
    }

    .order_01{
        order: 1;
    }

    .about_us_images_main_div{
        margin-top: 50px !important;
    }

    .about_us_section{
        padding: 50px 0px 50px 0px !important;
    }

    .breadcrumb_overlay {
        background-color: rgba(255, 255, 255, 0.6);
        padding: 10px 0px 7px 0px !important;

      }

  }
    /* 768 media end*/

