@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
} */
#prasant {
  background-color: #f0f1f7;
  font-family: "Roboto", sans-serif;
}



#nav1 {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  padding: 10px 5px;
  /* border: 1px solid red; */
  width: 100%;
  height: 120px;
  background-color: rgb(240, 241, 247);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  /* margin-bottom: 300px; */
}

#nav2 {
  /* border: 1px solid red; */
  width: 100%;
  height: 60px;
  display: flex;
  
}

#nav2 img {
  /* border: 1px solid red; */
  margin: 3%;
  height: 52px;
}

.logo {
  /* border: 1px solid red; */
  width: 20%;
  height: 60px;
  display: flex;
  text-align: center;
}

.search {
  /* border: 1px solid red; */
  width: 55%;
  height: 60px;
  align-items: flex-end;
  display: flex;
}

.search2 {
  /* border: 1px solid red; */
  width: 55%;
  height: 60px;
}

.gap {
  /* border: 1px solid red; */
  width: 85%;
  height: 60px;
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}

.left {
  /* border: 1px solid red; */
  width: 25%;
  height: 60px;
}

input {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
}

input[type="text"] {
  background-color: #fff;
  width: 80%;
  height: 80%;
  /* border: none;
    outline: none; */
  padding: 0 25px;
  border-radius: 25px 0 0 25px;
}

.search > .icon {
  border: 1px solid black;
  background-color: #fff;
  border-radius: 0 25px 25px 0;
  width: 4%;
  height: 77%;
  font-size: 20px;
  background-color: black;
}

.search > .icon > .fas {
  color: white;
  margin: 35% 15%;
  cursor: pointer;
}

.search2,
a,
h3,
p {
  text-decoration: none;
  font-family: sans-serif;
  color: #4c4e66;
}

a:hover {
  color: #5ac3db;
}

:placeholder-shown {
  font-size: 18px;
  font-style: italic;
}

.srctext {
  font-size: 18px;
  font-style: italic;
}

.left {
  display: flex;
  justify-content: space-evenly;
}

.left > a > .fas {
  font-size: 20px;
  padding-top: 20px;
}

.brgr > .fas {
  font-size: 20px;
  padding-top: 15%;
}

.brgr {
  /* border: 1px solid red; */
  padding-left: 40px;
}

/* footer */

.footer-up {
  margin-left: -.5%;
  width: 98%;
  margin-top: 2%;
  background-color: #545871;
  padding: 0 1.3%;
  /* height: 80px; */
  /* border: 1px solid red; */
}
.footer-down {
  /* border: 1px solid red; */
  width: 98%;
  padding:  1.3%;
  margin-left: -.5%;
  background-color: whitesmoke;
  /* padding: 10px; */
}
.deals-1 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid lightgray;
  /* margin-bottom: 20px; */
}
.footerInput{
  height: 20px;
  background-color: black;
}
.right > h5 {
  display: inline;
  color: white;
}
.right > #email {
  width: 250px;
  padding: 5px;
  border: 0;
}
button {
  padding: 5px;
  border: 0;
  color: #545871;
  /* font-weight: bold; */
  /* background-color: red; */
}
button:hover {
  color: white;
  background-color: #2e2c38;
}
.deals-1 > p {
  color: white;
  font-size: 12px;
}
.deals-2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.deals-2 > p {
  color: white;
  font-size: 12px;
  font-weight: bold;
}
.deals-2 > span {
  color: white;
}
span > i {
  margin-right: 5px;
  font-size: 20px;
}

.footer-down > p {
  font-size: 12px;
}
.policy {
  margin-bottom: 5px;
}
.policy > a {
  color: black;
  font-size: 12px;
}
.footer-images > img {
  width: 75px;
}
.footer-images {
  text-align: center;
  margin: 20px 0;
}
#foot-img-last {
  text-align: center;
}

#footer input {
  border-radius: 0;
  /* height: ; */
  /* background-color: black; */
  margin-right: -5.5%;
}

#footer button {
  padding: 10px;
  font-weight: bold;
  margin-left: 0;
  height: 3.65em;
}