.bottomIconLinks {
  display: flex;
  justify-content: start;
  gap: 2rem;
  align-items: center;
}
.bottomIconLinks > .bottomIcons {
  display: flex;
  align-items: center;
}
.bottomIconLinks .bottomIcons .icn p {
  margin: 0;
  color: black;
  font-weight: bold;
  line-height: 32px;
}


.profile > ul li {
  list-style-type: none;
}

.profile {
  right: 10px !important;
  border-radius: 5px;
  padding-top: 10px;
}

.mini-head {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.nav-outer {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 85px;
  width: 100%;
  top: -3px;
  background-color: white;
  -webkit-box-shadow: 10px 0px 18px -7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 0px 18px -7px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 0px 18px -7px rgba(0, 0, 0, 0.75);
  z-index: 1;
}

.navbar {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  /* padding-left: 140px; */
  height: 51px;
  /* padding-right: 150px; */
  width: 100%;
  padding: 0 32px;
}

.headlinks ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.headlinks li {
  list-style: none;
  padding-right: 0px;
  padding-bottom: 0 !important;
}
.headlinks li a {
  text-decoration: none;
  color: rgb(105, 102, 102);
  /* padding-right: 22px; */
  /* padding-top: 20px; */
  display: block;
  /* font-weight: bold; */
  font-size: 16px;
}
.headlinks li a:hover {
  color: rgb(145, 132, 132);
}
.toggle-button {
  /* position:absolute;
     top: 1.5rem;
     right: 8em; */
  /* display: none; */
  /* flex-direction: column; */
  /* justify-content: space-between; */
  /* width: 30px;
  height: 21px; */
  cursor: pointer;
}
.toggle-button .bar {
  height: 3px;
  width: 100%;
  background-color: #0096ff;
  border-radius: 10px;
}
.barIcon {
  display: none;
}
.navLogo {
  width: 20rem !important;
  height: auto !important;
}

.mobileProfile {
  display: none;
}

#search1 {
  font-size: 22px;
  color: #666;
  /* padding-top: 5px; */
  /* padding-right: 76px */
}

.footerLogo {
  height: 83px;
  width: 152px; 
}

.footerLine {
  margin: 20px auto;
  width: 80%;
  border: none;
  height: 0.01em;
  /* Set the hr color */
  color: #ffffff5e; /* old IE */
  background-color: #ffffff5e; /* Modern Browsers */
}

.end {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: black;
  color: white;
  /* padding: 40px 150px; */
  width: 80%;
  padding: 40px 0;
  gap: 2rem;
  margin: auto;
}
.end1 {
  /* width: 25%; */
  /* margin-right: 30px;
  padding-left: 30px;
  padding-right: 30px; */
}
.end2 {
  /* width: 25%; */
  /* margin-left: 0.2em;
  margin-right: 30px;
  padding-left: 30px;
  padding-right: 30px; */
  display: flex;
  flex-direction: column;
  /* gap: 5px; */
}

.end2 > a {
  font-weight: 300;
}
.end2 > p {
  font-weight: 300;
  margin-bottom: 0px !important;
}

.end3 {
  /* width: 25%; */
  /* margin-left: 0.2em;
  padding-left: 30px;
  padding-right: 30px; */
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footerSocialLinks {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.socialLinks {
  background-color: #668aff;
  border-radius: 3px;
  height: 32px;
  width: 32px;
  line-height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
}

.drp-dwn {
  margin-left: 1rem;
}

.copyright {
  /* padding: 0 150px; */
  width: 80%;
  margin: 0 auto;
  font-weight: 500 !important;
}
@media (min-width: 1000px) {
  #search1 {
    display: none;
  }
}
@media (max-width: 1000px) {
  .profile {
    top: 52px !important;
  }
  .drp-dwn {
    margin-right: 1rem;
    margin-left: 0;
  }
  .mobileProfile {
    display: block;
  }
  .desktopProfile {
    display: none;
  }
  .end {
    /* gap: 2rem; */
  }
  .navSearch-big {
    display: none;
  }
  .toggle-button {
    display: flex;
    /* top:2.2em;
       right:7em; */
  }
  .headlinks {
    /* display: none; */
    position: fixed;
    top: -100%;
    background-color: #fff;
    left: 0;
    width: 100%;
    padding: 20px 0;
    transition: 300ms;
  }

  .headlinks.toggle {
    top: 54px;
    z-index: -1;
  }

  .nav-outer {
    /* position: absolute; */
    /* top: 0; */
  }
  .navbar {
    /* position: absolute; */
    /* position: relative; */
    /* position: sticky; */
    /* z-index: 10; */
    /* left: 0; */
    /* padding-left: 100px; */
    /* padding-right: 100px; */
    /* width: 90%; */
    padding: 10px;
  }

  .headlinks ul {
    flex-direction: column;
  }
  .search {
    display: none;
  }
  .headlinks.active {
    z-index: 5;
    display: flex;
    background-color: white;
    width: 100%;
    margin-top: 550px;
    padding-top: 50px;
    padding-left: 50px;
    padding-bottom: 50px;
    border-top: 10px;
    border-top-color: rgb(92, 153, 177);
  }
  .head-title {
    /* padding-top:40px; */
  }
  #search {
    display: none;
  }
  .copyrightP {
    padding: 0 20px;
  }
  .end {
    flex-wrap: wrap;
    /* padding-left: 100px;
    padding-right: 100px; */
  }
  .end1 {
    /* width: 100%;
    padding: 0px;
    margin: 0px;
    padding-bottom: 20px; */
  }
  .end2 {
    /* width: 100%;
    padding: 0px;
    margin: 0px; */
  }
  .end3 {
    /* width: 100%;
    padding: 0px;
    margin: 0px;
    padding-top: 20px; */
  }
  /* .first {
    padding-top: 140px;
    padding-bottom: 60px;
  } */
  .mini-head {
    gap: 1rem;
  }
  .barIcon {
    display: block;
    color: #0096ff;
    font-size: 1.6rem;
  }
}

@media (max-width: 575px) {
  .footerLogo {
    width: 9rem;
    height: 4.5rem;
  }
  .navLogo {
    width: 16rem !important;
    height: auto !important;
  }
  .copyright {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

    gap: 1rem;
  }

  .navbar {
    /* padding-left: 75px; */
    /* padding-right: 75px; */
    width: 100%;
  }
  .end {
    /* padding-left: 75px;
    padding-right: 75px; */
    flex-direction: column;
  }
}

@media (max-width: 450px) {
  .bottomIconLinks {
    flex-direction: column;
    align-items: start;
    gap: 2rem;
  }
  .navbar {
    /* padding-left: 30px; */
    /* padding-right: 30px; */
  }
  .end1 {
    /* width: 100%; */
  }
  .end2 {
    /* width: 100%; */
    /* align-items: center; */
    display: flex;
    flex-direction: column;
  }
  .end {
    gap: 2rem;
    /* width: auto; */
    /* align-items: center; */
    /* display: flex; */
    /* flex-direction: column; */
    /* flex-wrap: wrap; */
    /* padding: 30px; */
    /* gap: 1em; */
  }
  .end3 {
    /* padding-top: 15px; */
  }

  .headlinks.active {
    margin-top: 400px;
  }

  .footerSocialLinks {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    gap: 0.5rem;
  }
  .end1 {
    /* width: 100%;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px; */
  }
  .end2 {
    /* width: 100%;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px; */
  }
  .end3 {
    /* width: auto; */
    /* margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px; */
  }
  .navLogo {
    width: 12rem !important;
    height: auto !important;
  }
}
