.softpro_uz__navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1rem;
  max-width: 1280px;
  margin: auto;
}
h1 {
  color: #fff;
  font-family: var(--font-family);
}
.softpro_uz__navbar-links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.coly{
  display: none;
}
.title1{
  font-size: 18px;
  font-weight: 500;
  border-left: 2px solid #007AFF;
  padding-left: 10px;
  line-height: 110%;
}
.title2{
  font-size: 32px;
  color: rgba(26, 28, 33, 0.58);
}
.softpro_uz__navbar-links_logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: white;
}

.softpro_uz__navbar-links_logo img {
  margin-right: 10px;
  width: 150px;
  height: 59px;
}

.softpro_uz__navbar-links_container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.softpro_uz__navbar-header {
  background-color: #006ad8;
}
.softpro_uz__navbar-headers {
  max-width: 1280px;
}
.back-img {
  background-repeat: no-repeat;
  background-size: cover;
}
.softpro_uz__navbar-sign {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.menu {
  padding: 8px 0px;
  margin: auto;
}
.mobil {
  display: none;
}
.menu ul li {
  margin: auto;
  font-size: 11px;
}
.softpro_uz__navbar-links_container ul,
.softpro_uz__navbar-sign p,
.softpro_uz__navbar-menu_container ul {
  color: #fff;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 11px;
  margin: 0px;
  cursor: pointer;
}
.title-logo h6 {
  font-size: 10px;
}
.title-logo {
  width: 500px;
  height: 50px;
  color: #333;
  font-size: 16px;
  line-height: 1.55;
  word-spacing: 5;
  letter-spacing: 3;
  font-family: "Montserrat";
  font-weight: 750;
}
.softpro_uz__navbar-links_container li:hover,
.softpro_uz__navbar-sign p:hover,
.softpro_uz__navbar-menu_container li:hover {
  color: #90c5fe;
}

.softpro_uz__navbar-menu {
  display: none;
  position: relative;
}

.softpro_uz__navbar-menu svg {
  cursor: pointer;
}
.softpro_uz__navbar-menu_container-links {
  position: absolute;
  top: 20px;
}
.softpro_uz__navbar-links_container span {
  position: absolute;
  top: 15%;
}
.softpro_uz__navbar-menu_container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  text-align: end;
  background: var(--color-footer);
  padding: 1rem;
  position: absolute;
  right: -40px;
  top: -95px;
  margin-top: 0rem;
  min-width: 470px;
  border-radius: 2px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  background-color: transparent;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border-radius: 50%;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 15px;
  transition: transform 0.2s cubic-bezier(0.59, -0.54, 0.72, 1.59);
  transform: translate(0px, 10px);
}
.softpro_uz__navbar-menu_container-links {
  color: #fff;
  padding: 10px;
}

.softpro_uz__navbar-links_container ul li {
  position: relative;
  display: inline-block;
  padding: 1px 10px;
  font-size: 17px;
}
.dropdown li {
  padding: 10px;
  font-size: 12px;
}

/* Change this in order to change the Dropdown symbol */

li > a:only-child:after {
  content: "";
}
.current-menu-item a {
  color: #90c5fe !important;
}
.softpro_uz__navbar-links_container ul li a {
  display: inline-block;
  color: #333;
  font-size: 16px;
  text-decoration: none;
}
.navs {
  background: transparent;
  height: auto;
  margin: auto;
}
.sidebar-nav:hover {
  color: #fff !important;
}
.menu-its {
  padding-bottom: 15px;
}
.active-menu-item,
.menu-its:hover {
  background-color: #007AFF;
  padding-bottom: 15px;
}
.active-menu-item a {
  color: #fff !important; /* Active color */
  font-weight: bold; /* Active font weight */
  padding-bottom: 15px;
}
.softpro_uz__navbar-links_container ul li a:hover {
  color: #90c5fe;
  transition: 0.3s ease;
}
.softpro_uz__navbar-links_container ul li ul {
  display: none;
  position: absolute;
  z-index: 999;
  padding: 10px;
  left: 0px;
  background: #f2f2f2;
  float: left;
}
.softpro_uz__navbar-links_container ul li ul li:hover {
  border-bottom: 1px solid #90c5fe;
}
.menu-item-has-children > a::after {
  content: "\f0d7";
  font-family: "FontAwesome";
  margin-left: 10px;
  color: #007AFF;
  transform: 0.5s ease;
}
.softpro_uz__navbar-links_container ul li ul li {
  width: 100%;
  padding-top: 10px;
  white-space: nowrap;
  padding-left: 20px;
  border-bottom: 1px solid #f5f9fc1c;
}

.softpro_uz__navbar-links_container ul li:hover ul {
  display: flex;
  flex-direction: column;
}
.softpro_uz_language {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: white;
  margin: auto;
}
.circle {
  margin: 7px 5px;
  padding: 8px;
  border-radius: 20px;
}
.word {
  cursor: pointer;
}

.softpro_uz_language span {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.softpro_uz_language p:hover {
  color: #90c5fe;
}

@media only screen and (max-width: 1600px) {
  .softpro_uz__navbar-links_container ul li {
    position: relative;
    display: inline-block;
    padding: 1px 10px;
    font-size: 14px;
  }
  .title-logo {
    width: 300px;
    font-size: 13px;
    line-height: 2;
    word-spacing: 3;
    letter-spacing: 1;
    font-family: "Montserrat";
    font-weight: 550;
  }
}
@media screen and (max-width: 450px) {
  .softpro_uz_language p {
    font-size: 10px;
    padding: 7px;
  }
}
@media screen and (max-width: 1050px) {
  .coly{
    display: block;
  }
  .softpro_uz__navbar {
    justify-content: space-between;
  }
  .softpro_uz__navbar-links_container {
    display: none;
  }
  /* Basic styling for the main menu */
  .nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
  }

  .nav li {
    position: relative;
  }

  .nav a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #ccc;
  }

  .nav a:hover {
    background-color: #f8f8f8;
  }

  /* Sub-menu styling */
  .nav ul {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative; /* Adjusted for off-canvas */
    top: 0; /* Adjusted for off-canvas */
    left: 0; /* Adjusted for off-canvas */
    width: 100%;
  }

  .nav ul a {
    padding: 10px;
    border: none;
    background-color: #f0f0f0;
  }

  .nav ul a:hover {
    background-color: #e0e0e0;
  }
  .offcanvas-header {
    justify-content: end !important;
  }

  /* Specific styles for the off-canvas environment */
  .offcanvas .nav ul {
    display: none;
  }

  .offcanvas .nav ul.active {
    display: block;
  }
  .navs {
    height: auto;
    margin: 10px;
  }
  .co {
    display: none !important;
  }
  .title-logo {
    display: none;
  }
  .softpro_uz__navbar-menu {
    display: flex;
  }
  .softpro_uz__navbar-menu_container {
    width: 100%;
    z-index: 999;
    height: 120vh;
  }
  .mobil {
    background-color: #007AFF;
    display: block;
  }
}

@media screen and (max-width: 700px) {
  
  .title-logo h4 {
    font-size: 15;
  }
  .tab-pane{
    width: 97% !important;
  }
  .mob {
    display: none;
  }
   .circle a svg,
  .circle a img {
    width: 15px;
    height: 15px;
  }
  .mod{
    width: auto !important;
  }
  .circle a {
    font-size: 12px;
  }

  .minus svg,
  .plus svg {
    width: 10px;
    height: 15px;
  }
  .normal svg {
    width: 15px;
    height: 15px;
  }
  .softpro_uz__navbar {
    padding: 2rem 4rem;
  }
  .softpro_uz__navbar-links_logo img {
    width: 140.56px;
    height: 60px;
  }
}

@media screen and (max-width: 550px) {
  .softpro_uz__navbar {
    padding: 2rem;
  }

  .softpro_uz__navbar-sign {
    display: none;
  }

  .softpro_uz__navbar-menu_container-links-sign {
    display: block;
  }
}
