.callLink {
  display: none;
}

.showtopNav {
  display: none;
}

.iconUser {
  display: none;
}

@media screen and (max-width: 992px) {
  .showtopNav {
    display: block !important;
  }
  .iconUser {
    display: block !important;
  }
  .toggleButton {
    border: none !important;
    box-shadow: none !important;
  }
  .container {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
  }
  .headerLeft {
    width: -moz-fit-content !important;
    width: fit-content !important;
    flex: none !important;
  }
  .showbottomNav {
    display: none !important;
  }
}
@media only screen and (max-width: 1400px) {
  .Header .container {
    max-width: 100%;
  }
}
.Header p,
.Header ul {
  margin-bottom: 0;
}
.Header nav {
  background-color: white !important;
}
.Header img.imgResponsive {
  max-height: 80px;
}
.Header .wsrLogo {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Header .headerLeft {
  flex: 1;
  margin-left: 2rem;
}
.Header .headerLeft .topHeaderLeft ul {
  padding-left: 0;
}
.Header .headerLeft .topHeaderLeft ul a {
  display: block;
}
.Header .headerLeft .topHeaderLeft ul a svg {
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  color: rgb(109, 109, 109);
}
.Header .headerLeft .topHeaderLeft ul a svg:hover {
  color: var(--red-color);
}
.Header .headerLeft .headerTopLeft {
  margin-top: 0.7rem;
}
.Header .headerLeft .headerTopLeft .quesCall p,
.Header .headerLeft .headerTopLeft a {
  font-weight: 600 !important;
}
.Header .headerLeft .headerTopLeft .loginSignupbtn a {
  color: black;
}
.Header .headerLeft .headerTopLeft .loginSignupbtn a:hover {
  color: var(--red-color);
}
.Header .headerLeft .headerTopLeft img {
  margin-bottom: 1rem;
}
.Header .headerLeft .wsrBgRed {
  background-color: var(--red-color);
}
.Header .headerLeft .wsrBgRed a:hover {
  color: var(--red-color) !important;
}
.Header .headerLeft .wsrBgRed:hover a {
  color: var(--red-color) !important;
}
.Header .headerLeft .wsrBgRed:hover a:hover {
  color: var(--red-color);
}
.Header .headerLeft .wsrColorRed {
  color: var(--red-color);
}
.Header .headerLeft p {
  font-weight: 500;
}
.Header .headerLeft li svg {
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  color: rgb(61, 61, 61);
}
.Header .headerLeft li svg:hover {
  color: var(--red-color);
}
.Header .headerBottom {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 2px solid black;
}
.Header .forFranchiseBtn {
  background-color: #fff;
  padding-left: 2rem;
}
.Header .collasibleNavDropdown {
  font-weight: 600;
  border: none;
  border-radius: 0;
  width: 11rem;
  text-align: center;
  color: black;
}
.Header .collasibleNavDropdown:hover {
  background-color: var(--red-color);
  color: white;
}
.Header .dropdown-menu.show {
  width: 11rem;
  border-radius: 0;
  padding: 0;
  margin-top: -1px;
  border-top: 2px solid var(--red-color);
  text-align: center;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
.Header .dropdown-menu.show .dropdown-item:hover {
  background-color: var(--red-color);
  color: white;
}
.Header #btnInLowHead {
  font-weight: 600;
  border: none;
  border-radius: 0;
  width: 11rem;
  padding: 0.5rem;
}
.Header #btnInLowHead:hover {
  background-color: white;
  color: var(--red-color);
}
.Header .hiddenHeader {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Header .hiddenHeader .headerMobBtn {
  width: 100%;
  padding: 1rem 0;
  padding-top: 32px;
  flex-direction: column;
}
.Header .hiddenHeader .headerMobBtn .syrBtn {
  width: 100%;
  padding: 0px 32px;
  padding-bottom: 1rem;
}
.Header .hiddenHeader .headerMobBtn .syrBtn a {
  background: var(--red-color);
  color: #fff;
  padding: 15px 8px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: block;
  width: 100%;
}
@media screen and (max-width: 340px) {
  .Header .hiddenHeader .headerMobBtn .syrBtn a {
    padding: 15px 4px;
  }
}
.Header .hiddenHeader .headerMobBtn .register_login {
  width: 100%;
  padding: 0px 32px;
}
.Header .hiddenHeader .headerMobBtn .register_login .loginSignupbtn {
  background: #fff;
  color: #000;
  border: 1px solid #000;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
.Header .hiddenHeader .headerMobBtn .register_login .loginSignupbtn a {
  display: inline-block;
  padding: 11px 20px;
  color: inherit;
}
@media screen and (max-width: 340px) {
  .Header .hiddenHeader .headerMobBtn .register_login .loginSignupbtn a {
    padding: 15px 4px;
  }
}
.Header .hiddenHeader .homeLink {
  text-align: center;
}
.Header .hiddenHeader .homeLink a {
  color: var(--red-color);
  border: 1px solid var(--red-color) !important;
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
  padding: 14px 8px !important;
  width: 100%;
}
@media screen and (max-width: 340px) {
  .Header .hiddenHeader .homeLink a {
    padding: 14px 4px;
  }
}
@media screen and (max-width: 992px) {
  .Header .wsrColorRed {
    display: none !important;
  }
  .Header .callLink {
    display: none !important;
  }
}
@media only screen and (max-width: 991px) {
  .Header .headerBottom {
    border-top: 0;
    background-color: #fff !important;
    transition: 0.5ms;
  }
  .Header .headerBottom li {
    background-color: #e3e3e3 !important;
  }
  .Header .callOrText {
    display: none;
  }
  .Header .removeGap {
    gap: 0 !important;
  }
  .Header .headerLeft {
    display: flex;
    justify-content: flex-end !important;
    gap: 0rem;
    font-size: 13px;
    width: 100%;
  }
  .Header .headerLeft button {
    padding-right: 0;
    padding-left: 4px;
    border: none !important;
    box-shadow: none;
  }
  .Header .headerLeft img {
    width: 20px;
    height: 20px;
  }
  .Header .headerLeft ul {
    display: none !important;
  }
  .Header .headerLeft .headerTopLeft {
    margin-top: 0;
  }
  .Header .headerLeft .headerTopLeft .quesCall p span {
    display: none;
  }
  .Header .headerLeft .headerTopLeft .loginSignupbtn {
    display: none !important;
  }
}
.Header .loginSignup {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0px 32px;
}
.Header .loginSignup a {
  background: #e70033;
  color: #fff;
  padding: 15px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 1183px) {
  .forFranchiseBtn {
    padding-left: 0rem !important;
  }
}
@media (max-width: 991px) {
  .forFranchiseBtn {
    padding-left: 1rem !important;
  }
}/*# sourceMappingURL=header.module.css.map */