.lets-talk {
  padding: 10px 18px;
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  background: var(--purple);
  font-size: 16px;
  border-radius: 30px;
  transition: border-radius 0.4s ease;
  white-space: nowrap;
  cursor: pointer;
}

.lets-talk2 {
  padding: 10px 18px;
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  background: var(--purple);
  border-radius: 5px;
  font-size: 16px;
  border-radius: 30px;
  transition: border-radius 0.4s ease;
  white-space: nowrap;
  display: none;
  cursor: pointer;
}


.lets-talk:hover, .lets-talk2:hover {
  border-radius: 50px;
  background: var(--purpleHover);
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  overflow-x: hidden;
  background-color: #111;
  transition: 0.5s;
}


.submit-btn1 {
  width: 25%;
  border: 0;
  border-radius: 0px;
  float: left;
  padding: 0px;
  margin: 0;
  height: 55px;
  cursor: pointer;
  background: #333;
  text-align: center;
  color: #fff;
  line-height: 55px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase
}

.submit-btn1:hover {
  background: #039b6e;
  color: #fff;
}

.lets-talk-content {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px 0%;
}

.sideboxHeader {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: white;
  padding: 12px 0px;
}

.lets-talk-content h3 {
  font-size: 22px;
  font-weight: 700;
  color: #333;
}


.sidenav .closebtn {
  font-size: 36px;
}


.headerRightContent {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  font-size: 1.6rem;
  color: white;
  margin-bottom: 20px;
  margin-top: 8px;
}

.headerRightContent a {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.headerRightContent i {
  cursor: pointer;
}

.sidenav-content {
  padding: 20px;
}

.sidenav-content p {
  margin: 18px 0px;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
}

.call-now-btn {
  padding: 6px 15px;
  color: #333;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  border-radius: 12px;
}

.contactBox {
  border: 3px solid re;
  display: flex;
  align-items: center;
  justify-content: center;
}

.subContactBox {
  background-color: white;
  padding: 14px 30px;
  gap: 10px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 6px 0px;
}


.sidenav-content ul li {
  list-style: none;
}

.numberCard1 {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.numberCard1:hover .call-now-btn {
  background: #f2f6f7;
}

.numberCard2:hover .call-now-btn {
  background: #f2f6f7;
}

.numberCard2 {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.sidenav-content .txtfield {
  width: 100%;
  margin: 10px 0px;
  padding: 10px 10px;
  line-height: 46px;
  border: 0;
  height: 45px;
  background: #fff;
  font-size: 15px;
  font-weight: 400;
  color: #5f5f5f;
  outline: 0px;
  font-family: 'Roboto', sans-serif;
  border-radius: 5px;
}

.sidenav-content .txtarea {
  width: 100%;
  padding: 10px 10px;
  margin: 10px 0px;
  line-height: normal;
  border: 0;
  height: 80px;
  background: #fff;
  font-size: 15px;
  font-weight: 400;
  color: #5f5f5f;
  outline: 0px;
  font-family: 'Roboto', sans-serif;
  border-radius: 5px;
}

.sidenav-content ul li:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
}

.submit-btn-new {
  margin: 12px auto;
  border-radius: 10px;
  padding: 10px 16px;
  cursor: pointer;
  background: linear-gradient(to right, rgb(122, 142, 213), rgb(3, 156, 110));
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  transition: border-radius 0.4s ease;
}

.submit-btn-new:hover {
  border-radius: 50px;
}



@media (max-width: 742px) {
  .lets-talk {
    display: none;
  }

  .lets-talk.active {
    display: block;
}

.sidenav-content {
  padding: 12px !important;
}

.sideboxHeader{
  padding: 9px 0;
}

}

@media (min-width: 603px) and (max-width: 742px) {
  .lets-talk2 {
    display: block;
  }
}






































