
* {
	padding: 0;
	margin: 0;
	text-decoration: none;
	list-style: none;
	box-sizing: border-box;

}



#vikas_container11 {
  width: 100%;
  height: auto;
  margin-top: 90px;
  position: relative;
  overflow: hidden;
  align-items: center;
  opacity: 100%;
  background-color: #446478;
  display: flex;
  ;

}

 #vikas_container11>div>img{ 
  width: 100%;
  height: 100%;
} 

#vikas_container11 > :nth-child(1) {
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#vikas_container11 > :nth-child(2) {
  align-items: center;
  height: auto;
  width: 100%;
  margin-bottom: 230px;
  
}

#vikas_container11 > :nth-child(2) > div {
  opacity: 1;
  text-align: center;
  z-index: 19;
  display: flex;
  justify-content: center;
  color: white;
}

#vikas_container11 > :nth-child(2) > :nth-child(1) {
  margin-top: 135px;
}

#vikas_container11 > :nth-child(2) > :nth-child(1) > :nth-child(1) {
  font-size: 23px;
}

#vikas_container11 > :nth-child(2) > :nth-child(1) > :nth-child(2) {
  font-size: 23px;
  font-weight: bold;
  background-color: #df1e2e;
  padding: 0px 10px;
}

#vikas_container11 > :nth-child(2) > :nth-child(2) {
  margin: 6px 0px 15px 0px;
}

#vikas_container11 > :nth-child(2) > :nth-child(3) {
  width: 82%;
  background-color: #eff8ff;
  height: 100px;
  margin: auto;
  border-radius: 10px;
  margin-top: 28px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

#vikas_homeSearch {
    display: flex;
    box-sizing: border-box;
    padding: 0px 20px;
    height: auto;
  }

  #vikas_homeSearch > :nth-child(4) {
    color: black;
  }
  #vikas_homeSearch > div {
    margin: 0px 10px;

  }
  #vikas_city1 > :nth-child(1) {
    display: flex;
    border-bottom: #999999 solid 2px;
  }
  #vikas_city1 > :nth-child(1) > input {
    background: none;
    color: black;
    outline: none;
    border: none;
    width: 95%;
    font-size: 16px;
    padding: 6px 0px 8px;
  }

  #vikas_city1 > :nth-child(1) > :nth-child(2) {
    width: 15%;
    border: none;
    border-left: solid 2px;
    height: 20px;
    margin-top: 6px;
    text-align: center;
    color: #999999;
  }
  #vikas_city1 :hover {
    border-bottom: solid 2px black;
    transition-duration: 0.2s;
  }
  #vikas_city1 {
    position: relative;
    width: 21%;
  }

  #vikas_type1 > :nth-child(1) {
    display: flex;
    border-bottom: #999999 solid 2px;
  }
  #vikas_type1 > :nth-child(1) > input {
    background: none;
    color: black;
    outline: none;
    border: none;
    width: 95%;
    font-size: 16px;
    padding: 6px 0px 8px;
  }

  #vikas_type1 > :nth-child(1) > :nth-child(2) {
    width: 15%;
    border: none;
    border-left: solid 2px;
    height: 20px;
    margin-top: 6px;
    text-align: center;
    color: #999999;
  }

  #vikas_type1 {
    position: relative;
    width: 21%;
  }

  #vikas_preference1 > :nth-child(1) {
    display: flex;
    border-bottom: #999999 solid 2px;
  }
  #vikas_preference1 > :nth-child(1) > input {
    background: none;
    color: black;
    outline: none;
    border: none;
    width: 95%;
    font-size: 16px;
    padding: 6px 0px 8px;
  }

  #vikas_preference1 > :nth-child(1) > :nth-child(2) {
    width: 15%;
    border: none;
    border-left: solid 2px;
    height: 20px;
    margin-top: 6px;
    text-align: center;
    color: #999999;
  }

  #vikas_preference1 {
    position: relative;
    width: 21%;
  }

  #vikas_searchDiv {
    z-index: 3;
    box-sizing: border-box;
    padding: 0px 9px;
    height: 51px;
    background-color: white;
    border-radius: 4px;
    display: flex;
    align-items: center;
    width: 30%;
  }
  #vikas_searchDiv > :nth-child(1) {
    border: none;
    outline: none;
    color: #999999;
    border-bottom: #999999 solid 2px;
    height: 30px;
    font-size: 17px;
    width: 65%;
  }
  #vikas_searchDiv > :nth-child(1):hover {
    border-bottom: solid 2px black;
    transition-duration: 0.2s;
  }
  #vikas_searchDiv > :nth-child(2):hover {
    background-color: #b11724;
    transition-duration: 0.2s;
  }
  #vikas_searchDiv > :nth-child(2) {
    border: none;
    outline: none;
    height: 30px;
    width: 35%;
    background-color: #df1e2e;
    border-radius: 4px;
    font-weight: bold;
    color: white;
  } 

  /* container 2 css */

  #vikas_container22 {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 0px 10vw;
    display: flex;
    justify-content: space-between;
  }
  
  #vikas_container22 > div {
    height: 100%;
    width: 50%;
    box-sizing: border-box;
    padding: 8px;
  }
  
  #vikas_container22 > :nth-child(1) {
    align-items: center;
    font-size: 18px;
  }
  
  #vikas_container22 > :nth-child(1) > h2 {
    border-bottom: solid 0.3px gray;
    margin-bottom: 0;
    padding-bottom: 8px;
    margin-top: 161px;
  }
  
  #vikas_container22 > :nth-child(1) > h2 > span {
    color: #df1e2e;
    margin-left: 9px;
  }
  
  #vikas_container22 > :nth-child(2) {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    box-sizing: border-box;
    padding: 30px 10px;
    row-gap: 6px;
  }

  /* container 3 css */

  #vikas_container33 { 
    width: 100%;
    box-sizing: border-box;
    padding: 57px 10% 90px 10%;
    background-color: #f7fcfe;
  }
  #vikas_container33 > :nth-child(1) {
    text-align: center;
    font-size: 17px;
    margin-bottom: 25px;
  }
  #vikas_container33 > :nth-child(1) > h1 > span {
    color: #df1e2e;
    margin-left: 9px;
  }
  #vikas_container33 > :nth-child(2) {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
  #vikas_container33 > :nth-child(2) > div {
    height: 180px;
    overflow: hidden;
    border-radius: 4px;
    box-sizing: border-box;
  }
  #vikas_container33 > :nth-child(2) > div > img {
    width: 100%;
    height: 100%;
  } 

  /* container 4 css */

  #vikas_container44 { 
    width: 100%;
    box-sizing: border-box;
    padding: 57px 10% 90px 10%;
  
    background-color: #e9e5e7;
  }
  #vikas_container44 > :nth-child(1) {
    text-align: center;
    font-size: 17px;
  }
  #vikas_container44 > :nth-child(1) > h1 > span {
    color: #df1e2e;
    margin-left: 9px;
  }
  #vikas_container44 > :nth-child(2) {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 21px;
  }
  #vikas_container44 > :nth-child(2) > div {
    height: 180px;
    overflow: hidden;
    border-radius: 4px;
    box-sizing: border-box;
  }
  #vikas_container44 > :nth-child(2) > div > img {
    width: 100%;
    height: 100%;
  }

  /* container 5 css */

  #vikas_container55 {
    width: 100%;
    box-sizing: border-box;
    padding: 31px 10% 31px 10%;
    display: flex;
    justify-content: space-between;
  }
  #vikas_container55 > div {
    width: 51%;
  }
  #vikas_container55 > :nth-child(1) > div {
    display: flex;
    justify-content: center;
  }
  #vikas_container55 > :nth-child(1) > div > img {
    width: 301px;
  }
  #vikas_container55 > :nth-child(2) {
    font-size: 17px;
  }
  
  #vikas_container55 > :nth-child(2) > h2 {
    border-bottom: solid 0.3px gray;
    margin-bottom: 0;
    padding-bottom: 9px;
    margin-top: 101px;
  }
  
  #vikas_container55 > :nth-child(2) > h2 > span {
    color: #df1e2e;
    margin-left: 9px;
  }
  #vikas_container55 > :nth-child(2) > :nth-child(2) {
    margin-top: 7px;
    padding: 0px 6px;
    box-sizing: border-box;
    font-size: 13px;
    color: #3c4858;
  }  

  /* container 6 css */

  #vikas_container66 {
    width: 100%;
    height: 350px;
    background: rgb(238, 238, 238);
    padding: 30px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .vikas_container_6_cart {
    width: 60vw;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eeeeee;
    overflow: hidden;
  }
  .vikas_container_6_cart > div {
    background: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55vw;
    border-bottom-left-radius: 35px;
    border-top-right-radius: 35px;
    padding: 0.5vw;
    overflow: hidden;
  }
  .vikas_container_6_cart > div:nth-child(1) {
    margin-right: 1.2vw;
  }
  .vikas_sec_1 {
    text-align: center;
    display: flex;
    flex-direction: column;
    margin: 0 1.5vw;
  }
  .vikas_sec_1 > h5 {
    color: rgba(0, 0, 0, 0.87);
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.33;
    letter-spacing: 0em;
    margin: 0;
    display: block;
    overflow-wrap: break-word;
  }
  .vikas_sec_1 > img {
    width: 90px;
    padding: 5px 20px;
    min-width: 100px;
    max-width: 100%;
    border-radius: 50%;
  }
  .vikas_sec_1 > span {
    color: #087cdd;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.66;
    letter-spacing: 0.03333em;
    margin: 0;
    display: block;
    overflow-wrap: break-word;
  }
  .vikas_sec2 {
    padding: 8px;
    box-sizing: border-box;
    margin: 0;
    display: block;
  }
  .vikas_sec2 > p {
    color: #666;
    padding: 5px;
    font-size: 14px;
    font-style: italic;
    text-align: left;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.01071em;
    margin: 0;
    display: block;
    overflow-wrap: break-word;
  }
  .vikas_container_6_cart > div:nth-child(2) {
    width: 10vw;
    border-top-right-radius: 0;
  }
  .vikas_slide_nav1 {
    margin: 10px;
    cursor: pointer;
  
  }
  .vikas_slide_nav1 > img {
    width: 24.5px;
    height: 25px;
    margin: 5px;
  } 