
/* nav bar */

*{
  margin:0;
  padding: 0;
  font-family: sans-serif;
}


#nav1{
  height: 65px;
  width: 100%;
  background-color:#10847e;
  display: flex;
  justify-content: left;
  align-items: center;
  position:fixed;
  z-index: 1;
  /* top: 20px;  */
}
#nav1>a>img{
  height: 50px;
  margin-left: 20px;
}
#search{
  display: flex;
  height: 50px;
  width:800px;
  margin: 20px;
  border: none;
  outline: none;
}
#MedSearch{
  border: none;
  background-color: transparent;
  resize: none;
  outline: none;
}


#search>div{
  display: flex;
  height:60%;
  width:30%;
  background-color: white;
  align-items: center;
  /* text-align: center; */
  justify-content: space-around;
  font-family: Open Sans,sans-serif!important;
  font-weight: 600;
  color: #10847e;
  font-size: 17px;
  padding: 10px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#search>input{
  height:100%;
  width:60%;
  background-color: white;
  border:0px;
}
#search>button{
  height:100%;
  width:50px;
  background-color: rgb(210, 244, 232);
  border: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  
}
#search>button>img{
  height:70%;
  width: 70%;
}
#vl{
  height: 60%;
  width: 1.5px;
  background-color: gray;
}



#nav2{
  background-color: #10847e;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* position:-webkit-sticky;
  position:static;
  top: 65px; */
  width: 100%;
  position:absolute;
  top: 65px;

  /* transition: all .8s;
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: ease;
  transition-delay: 0s; */
}
#fororder{
  width: 500px;
  display: flex;
  justify-content: space-around;
  
}
#fororder>p>a{
  text-decoration: none;
  color: white;
  font-family: Open Sans,sans-serif!important;
}
#forlogsin{
  width: 300px;
  display: flex;
  justify-content: space-around;
}
#forlogsin>p>a{
  text-decoration: none;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Open Sans,sans-serif!important;
}
#nav2 p:hover{
  text-decoration: underline;
  text-underline-position: under;
}


#body{
 height: 1440px;
 background-color: aqua;
 position: absolute;
 top: 105px;
 
}







.modal-header{
background-color: #10847e;

}
.modal-header>img{
height: 50%;
width:50%;
margin: 5px;

}

.modal {
display:none; /* Hidden by default */
/* justify-content: right; */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
margin-left: 73%;
left:0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
/* background-color: rgb(0,0,0); Fallback color/ */
/* background-color: rgba(0,0,0,0.4); Black w/ opacity */
-webkit-animation-name: fadeIn; /* Fade in the background */
-webkit-animation-duration: 0.4s;
animation-name: fadeIn;
animation-duration: 0.4s
}
.modal2{
display:none; /* Hidden by default */
/* justify-content: right; */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
margin-left: 65%;
left:0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
/* background-color: rgb(0,0,0); Fallback color/ */
/* background-color: rgba(0,0,0,0.4); Black w/ opacity */
-webkit-animation-name: fadeIn; /* Fade in the background */
-webkit-animation-duration: 0.4s;
animation-name: fadeIn;
animation-duration: 0.4s
}

/* Modal Content */
.modal-content {
position: fixed;

top:20px;
background-color: #fefefe;
width:300px;
height:500px;
box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
-webkit-animation-name: slideIn;
-webkit-animation-duration: 0.4s;
animation-name: slideIn;
animation-duration: 0.4s

}
.modal-content2{
position: fixed;

/* bottom: 0; */
top:20px;
background-color: #fefefe;
width:350px;
height:500px;
box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
-webkit-animation-name: slideIn;
-webkit-animation-duration: 0.4s;
animation-name: slideIn;
animation-duration: 0.4s

}

/* The Close Button */
.close {
color:rgb(255, 249, 249);
float: right;
font-size: 28px;
font-weight: bold;
margin: 10px;
}

.close:hover,
.close:focus {
color: rgb(255, 0, 0);
text-decoration: none;
cursor: pointer;
}
.close2 {
color:#10847e;
float: right;
font-size: 28px;
font-weight:700;
margin: 10px;
}

.close2:hover,
.close2:focus {
color:#f40303;
text-decoration: none;
cursor: pointer;
}


.modal-body {padding: 2px 16px;}

#myBtn{
  background-color: #10847e;
  border: 0px;
  text-decoration: none;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Open Sans,sans-serif!important;
  font-size: 17px;
}
#myBtn2{
  background-color:white;
  border: 0px;
  text-decoration: none;
  color:#10847e;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Open Sans,sans-serif!important;
  font-size: 15px;
  font-weight: 600;
}
#pophader{
  background-color: #10847e;
}


#inpcontinue{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 20px;
  text-align: center;
}
#inpcontinue>input{
  height: 40px;
  border: 1px solid gray;
  border-radius: 5px;
}
#inpcontinue>button{
  height: 40px;
  background-color: #10847e;
  color: white;
  font-family: Open Sans,sans-serif!important;
  font-weight: 600;
  border: 0px;
  border-radius: 5px;
}
#inpcontinue>p{
  margin-top: 50px;
  font-size: 15px;
}

/* Add Animation */
@-webkit-keyframes slideIn {
from {right: -300px; opacity: 0} 
to {right: 0; opacity: 1}
}

@keyframes slideIn {
from {right: -300px; opacity: 0}
to {right: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
from {opacity: 0} 
to {opacity: 1}
}

@keyframes fadeIn {
from {opacity: 0} 
to {opacity: 1}
}
@media all and (min-width:755px) and (max-width:1050px) {
  .modal {
  margin-left:60%;
  }
  .modal2 {
  margin-left:60%;
  }
}
@media all and (min-width:200px) and (max-width:754px) {
  .modal{
      margin-left: 40%;
  }
  .modal2{
      margin-left: 40%;
  }
}






#serving{
  background-color: #c4eeec;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px;
  height: 40px;
  font-size: 12px;
}
#serving>img{
  height: 30px;
}
#Over{
  background-color: #c4eeec;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px;
  height: 40px;
  font-size: 12px;
}
#Chooseloc{
  margin: 20px;
  margin-top: 50px;
  font-size: 25px;
  font-family: Open Sans,sans-serif!important;
  color:gray;
  font-weight: 600;

}
#forintbut{
margin-left:20px;
display: flex;
}
#forintbut>input{
 height: 33px;
 border-radius: 0px;
 border: 1px solid gray;
}
#forintbut>button{
 height: 35px;
 margin: 0;
 background-color: #10847e;
 border: 0px;
 border-top-right-radius: 5px;
 border-bottom-right-radius: 5px;
 width: 60px;
 color: white;
}
#forsaveadd{
 margin: 10px 0px 10px 20px;
 font-size: 20px;
 font-family: Open Sans,sans-serif!important;
}
address{
 height: 100px;
 width: 100px;
 border: 1px;
 border-style: dashed;
 margin: 10px 0px 10px 20px;
 border-radius: 5px;
}


#firstdiv {
  width: 80%;
  margin: auto;
  height: auto;
  /* border: 2px solid red; */
  display: flex;
  
}



#right {
  height: 1020px;
  width: 35%;
  margin-left: 60px;
  margin-top: 120px;
  padding: 5px;
}


#box{
  width:100%;
  height:600px;
}
#coupon{
  height:50px;
  width:100%;
  border:1px solid #10847e;
  display:flex;
  align-items: center;
  margin-top:10px;
  border-radius: 7px;
}
#sadda{
  height:40px;
  width:100%;
  /* border:1px solid #5d9f9c; */
  display:flex;
  align-items: center;
  margin-top:10px;
  /* border-radius: 7px; */

}
#deliver{
  height:50px;
  width:100%;
  background-color: #10847e;
  border:1px solid #10847e;
  display:flex;
  justify-content: center;
  align-items: center;
  margin-top:10px;
  border-radius: 7px;
}
#oabove{
  height:80px;
  width:100%;
  background-color: #e0f7f5;
  border:1px dashed #10847e;
  display:flex;
  justify-content: center;
  align-items: center;
  margin-top:10px;
  border-radius: 7px;
}
#bove{
  height:80px;
  width:100%;
  display:flex;
  justify-content: center;
  align-items: center;
  margin-top:10px;
  border-radius: 7px;
  background-color: #e9f9ff;
}

.Value{
display: flex; 
justify-content: space-between;
padding-left: 10px;
padding-right: 10px;
margin: 0px;
/* margin:0px 7px 0px 7px; */
}
.Value>p{
color: #4F585E;
font-family: Open Sans,sans-serif!important; 
margin:10px 0px 0px 0px;
}
.Ruper{
display: flex;
}
#strikeandprice{
  display: flex;
  align-items: center;
}
#cartvaluestriked{
  text-decoration: line-through;
  font-size: 12px;
  margin-right: 15px;
}
.Ruper>p{
color: rgb(205, 200, 200);
display: flex;
font-family: Open Sans,sans-serif!important; 
text-decoration: line-through;
margin:10px 0px 0px 0px;
}
.Ruper>p+p{
color: rgb(90, 86, 86);
display: flex;
font-weight: 700;
margin:10px 0px 0px 0px;
font-family: Open Sans,sans-serif!important; 
text-decoration: none;

}
#strikeandprice{
  display: flex;
}
#Totalsave{
height:100px;
width:100%;
background-color: #e0f7f5;
border:1px dashed #10847e;
display:flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-top:10px;
border-radius: 7px;
}

.Vaaa{
display: flex;
width: 95%;
justify-content: space-between;
margin:0;
}
#perpal{
/* border: 1px solid black; */
background-image:url(https://assets.pharmeasy.in/web-assets/dist/1456f44f.svg);
background-color:#8573e1;
height: 300px;
border-radius: 7px;
padding: 5px 10px;
color: white;
font-family: Open Sans,sans-serif!important; 
margin-top: 10px;
}
#innerperpal{
display: flex;
justify-content: space-around;
align-items: center;
margin-top: 30px;
}

ul>li{
margin-top:10px;
}











#left {
  height: 100%;
  width: 60%;
  display: flex;
  flex-direction: column;
  margin-top: 100px;

  /* border: 1px solid black; */
  margin-right: 20px;
}

#left> :first-child {
  display: flex;
  justify-content: space-between;
}

#left> :first-child> :first-child {
  height: 70px;
  width: 50%;
  /* border: 1px solid black; */
  display: flex;
  align-items: center;
}

#left> :first-child> :nth-child(2) {
  margin-left: 9px;
  height: 70px;
  width: 20%;
  /* border: 1px solid black; */
  display: flex;
  align-items: center;
}
#proceed:hover{
transform: scale(1.05);
}
#cartitems {
box-sizing: border-box;

}

.card{
  border: 1px solid #4F585E;
  border-radius: 6px;
  margin-bottom: 30px;
  padding: 20px;
}
.imgdiv{
  /* border: 1px solid black; */
  width: 70px;
  height: 173px;
}
.realimg{
  width: 100%;
}
#besideimage{
  /* border: 1px solid rebeccapurple; */
  width: 82%;
  padding-left: 10px;
}
#pname{
  font-size: 16px;
  color: #4f585e;
  padding-bottom: 5px;
}
#pmfgby{
  color: #8897a2;
  font-size: 14px;
  margin-top: 7px;
  margin-bottom: 10px;
}
#pdescription{
  color: #4F585E;
  font-size: 16px;
  padding-top: 10px;
}
#qandpricediv{
  
  /* border: 1px solid green; */
  display: flex;
  height: 40px;
  width: 420px;
  margin-top: 10px;
}
#displayquant{
  font-size: 17px;
  margin-left: 20px;
  margin-right: 130px;
}
#qandpricediv h4{
  /* border: 1px solid black; */
  font-size: 12px;
  color: #8897a2;
}
#qandpricediv h2{
  font-size: 16px;
  color: #4f585e;
  margin-right: 0px;
}
#delivery{
  font-size: 14px;
  margin-top: 5px;
  color: #4F585E;
}
#delivery span{
  font-weight: bold;
}
#del{
  /* border: 1px solid brown; */
  width: 4%;
}
#delimg{
  width: 20px;
  height: 20px;
  cursor: pointer;
}
#selecttagqty{
  height: 39px;
  width: 100px;
  padding: 10px;
  border-radius: 7px;
  font-weight: bold;
  font-size: 16px;
}
#numberofitemsadded{
  display: flex;
  /* border: 1px solid black; */
  color: #4F585E;
}
#indicative{
  color: #8897a2;
  font-size: 12px;
}



.maindiv {
  /* border: 1px solid gray; */
  width: 100%;
  height: 195px;
  border-radius: 7px;
  display: flex;
  margin-bottom: 20px;
  font-family: sans-serif;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  cursor: pointer;

}
.maindiv:hover{
  transform: scale(1.03);
}
.pehladiv {
  height: 100%;
  width: 13%;
  /* border: 1px solid black; */
}

.pehladiv>img {
  height: 50px;
  width: 70px;
  margin-top: 10px;
  margin-left: 4px;
}

.dusradiv {
  height: 100%;
  width: 75%;
  /* border: 1px solid black; */
}

.dusradiv>.sele {
  height: 60px;
  width: 110px;
  border-radius: 6px;
  padding: 17px;
  font-size: 20px;
  

}
.sele>option{
  font-family: 700;
  padding: 3px;
  font-family: sans-serif;
  margin-bottom: 50px;
}
.sele>option:hover{
  background-color: lightgreen;
}
.dusradiv>h3{
  color: #4f585e;
  margin-top: 10px;
}
.dusradiv>p{
  font-family: sans-serif;
  margin-top: 10px;
  color: #8897a2;
}
.tisradiv {
  height: 100%;
  width: 30%;
  /* border: 1px solid red; */
  
}
.removewala{
  /* border: 1px solid red; */
  width: 16%;
  height: 30px;
  margin-left: 140px;
  margin-top: 16px;
 
  border-radius: 5px;
  cursor:pointer;
}
.removewala>img{
  height: 100%;
  width: 100%;
}
.removewala1{
  /* border: 1px solid red; */
  width: 17%;
  height: 30px;
  cursor:pointer;
  border-radius: 5px;
  /* margin-bottom: 100px; */
  margin-top: -33px;
  margin-left: 90px;
}
.removewala:hover{
  transform: scale(1.1);
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.removewala>img{
  height: 30px;
  width: 30px;
}
.price{
  width: 70%;
  height: 60px;
  margin-left: 50px;
  margin-top: 40px;
  /* border: 1px solid rebeccapurple; */
  border-radius: 5px;
  cursor:pointer;


}
.firsthalf{
  height: 40%;
  /* border: 1px solid black; */
  width: 97%;
  color: #f98b8d;
  font-size: 14px;
  font-family: 600;
  padding: 0px;
  display: flex;
}
.firsthalf>:nth-child(2){
 text-decoration: line-through;
 margin-left: 7px;
 
}
.secondhalf{
  height: 50%;
  /* border: 1px solid black; */
  font-size: 19px;
  font-weight: 700;
  font-family: sans-serif;
 
  

}
#customerswhobought {
  /* margin-top: 200px; */
  height: 350px;
  width: 100%;
  /* border: 4px solid red; */
  display: flex;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
   position: relative;
}
/* .rightbtn{
  position: absolute;
  border: 1px solid black;
  top: 50px;
}
.leftbtn{
  position: absolute;
  /* top: 60px; */
  /* border: 1px solid red;
  bottom: -40px; */
  /* right: 5px; */
 */
.item {
  min-width: 190px;
  /* border: 1px solid black; */
  background-color: white;
  min-height: 200px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 6px;
  margin-right: 45px;
}

.picdiv {
  /* border: 1px dotted black; */
  height: 40%;
  width: 97%;
  border-radius: 7px;
}

.writting {
  /* border: 1px solid red; */
  height: 40%;
  width: 100%;
}

.writting p {
  font-weight: 1;
  margin-top: 9px;
  font-family: sans-serif;
  color: #4f585e;
}

.writting h4 {

  margin-top: 8px;
  font-family: sans-serif;
  font-weight: 600;
  color: #4f585e;
}

.writting h2 {
  font-weight: 600;
  margin-top: 8px;
  font-family: sans-serif;
  color: #1e2124;
}

.addbutton {
  height: 60px;
  width: 80%;

  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: sans-serif;
}

.addbutton>button {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  cursor: pointer;
  color: darkgreen;
  background-color: transparent;
  border: 1px solid green;
  margin-left: 8px;
}

.addbutton>button:hover {
  transform: scale(1.1);
}

.picdiv>div {
  height: 20px;
  width: 65px;
  /* border: 1px solid red; */
  border-top-left-radius: 6px;
  color: white;
  font-size: 11.5px;
  font-weight: bolder;
  font-family: sans-serif;

  background-image: url(https://assets.pharmeasy.in/web-assets/dist/6aa9e076.png);
}

.picdiv>img {
  margin-left: 40px;
  width: 105px;
}

#customerswhobought> :nth-child(5) img {
  height: 90px;
  width: 80px;
  margin-top: 10px;
  margin-left: 50px;
}

#customerswhobought> :nth-child(6) img {
  height: 90px;
  width: 80px;
  margin-top: 10px;
  margin-left: 50px;
}

#customerswhobought> :nth-child(8) img {
  height: 70px;
  width: 80px;
  margin-top: 10px;
  margin-left: 50px;
}

#customerswhobought> :nth-child(9) img {
  height: 70px;
  width: 80px;
  margin-top: 10px;
  margin-left: 50px;
}

#customerswhobought> :nth-child(10) img {
  height: 70px;
  width: 80px;
  margin-top: 10px;
  margin-left: 50px;
}

#notes {
  /* border: 1px solid black; */
  height: 165px;
  margin-top: 100px;
  font-family: sans-serif;
  font-weight: bolder;
  font-size: 35px;
}

#notes>input {
  width: 100%;
  height: 60px;
  border-radius: 6px;
  border: 1px solid #4f585e;
  padding: 0px;
}

#notes>input::placeholder {
  color: #4f585e;
  font-size: 15px;
}

#list {
  height: 180px;
  /* border: 1px solid red; */
  width: 95%;
  margin-left: 20px;
  color: #4f585e;
  font-size: 14px;
}

#list>li {
  display: flex;
}

#list u {
  color: #10847e;
}
hr{
  border-top: 1px dotted black;
}
.horizontalline {
  width: 100%;
  border: 0.5px dotted #4f585e;
  /* margin-top:  */
    margin-top: 60px; 
}
.horizontalline2 {
  width: 100%;
  border: 0.5px dotted #4f585e;
  
}
/* vinay here */
#seconddiv {
  height: 400px;
  width: 70%;
  /* border: 1px solid black; */
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
 
}

#seconddiv>div {
  height: 65%;
  /* border: 1px solid red; */
  width: 25%;
  padding: 20px;
  color: #4f585e;
  font-family: sans-serif;
  text-align: left;
}

.secimg {
  height: 25%;
  width: 30%;
  /* border: 1px solid red; */
}

#seconddiv>div>h3 {
  margin-top: 7px;
  font-size: 20px;
  text-align: left;
}

#seconddiv>div>p {
  margin-top: 7px;
  line-height: 25px;
  font-size: 17px;
  color: #8897a2;
  text-align: left;
}

  /* mobile and google play and apple store here */
  #thirddiv {
    height: 600px;
    width: 80%;
    /* border: 1px solid black; */
    margin: auto;
    display: flex;
    align-items: center;
  }
  
  #oho {
    height: 70%;
    /* border: 1px solid red; */
    width: 100%;
    display: flex;
  }
  
  #mobile {
    height: 100%;
    width: 30%;
    /* border: 1px solid purple; */
  }
  
  #mobile>img {
    height: 100%;
  }
  
  #download {
    height: 35%;
    /* border: 1px solid black; */
    width: 40%;
  }
  
  #download> :first-child {
    width: 100%;
    height: 25%;
    /* border: 1px solid red; */
  }
  
  #download> :first-child>p {
    line-height: 25px;
    font-size: 25px;
    color: #4f585e;
    text-align: left;
  }
  
  #download> :nth-child(2) {
    margin-top: 25px;
    width: 85%;
    height: 45%;
    /* border: 1px solid red; */
    display: flex;
  }
  
  #download> :nth-child(2)> :nth-child(2) {
    margin-left: 95px;
  }
  
  .app a {
    width: 150%;
    height: 100%;
    /* border: 1px solid black; */
    border-radius: 8px;
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    background-color: #4f585e;
    cursor: pointer;
  }
  
  .app div {
    height: 55%;
    width: 85%;
    /* border: 1px solid red; */
    display: flex;
    background-color: #4f585e;
  }
  
  .app p {
    color: white;
    font-size: 15px;
    margin-left: 10px;
    margin-top: 9px;
  }

/* Main fooooooooooooooooooooter is here */
#endpart{
  background-color: #f4f7fb;

}
#fourthdiv {
  height: 900px;
  padding: 20px;
  width: 100%;
  margin: auto;
  /* border: 1px solid black; */
  
}

#kolo {
  /* border: 1px solid black; */
  width: 90%;
  margin: auto;
  height: 75%;
  margin-top: 50px;
  display: flex;
}
.footerheadings{
  font-size: 16px;
  margin-top: 20px;
  color: #4F585E;
}

.CFN {
  height: 100%;
  width: 90%;
  /* border: 1px solid black; */
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.CFN>div {
  height: 100%;
  /* border: 1px solid black; */
  font-family: sans-serif;
}

.CFN>div>p {
  margin-top: 18px;
  font-size: 16px;
  color: #4f585e;
}


#followus {
  height: 20%;
  margin-left: 90px;
  /* border: 1px solid red; */
  width: 40%;
}

#followus>h3 {
  font-family: Open Sans, sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 400;
}

#followus>div {
  height: 50%;
  width: 100%;
  /* border: 1px solid red; */
  display: flex;
  align-items: center;
}

#followus>div>a {
  margin-right: 30px;
  color: #10847e;
}

#partners {
  height: 180px;
  width: 90%;
  margin: auto;
  /* border: 2px solid black; */
  font-family: sans-serif;
}

#partners>div {
  height: 100px;
  width: 100%;
  /* border: 1px solid black; */
  margin-top: 10px;
  display: flex;
}

.logos {
  height: 100%;
  width: 67%;
  /* border: 1px solid black; */
}

.logos>img {
  height: 28px;
  /* width: 42px; */
  margin-right: 21px;
}

#rights {
  height: 100%;
  width: 20%;
  /* border: 1px solid red; */
  margin-left: 20px;
}

#rights>p {
  font-size: 17px;
  color: #4f585e;
}

