body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Akshar', sans-serif;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Poppins', sans-serif;
}

/* container styling */
#container{
    width: 82%;
    margin: auto;
    border: 1px solid rgb(255, 255, 255);
    margin-bottom: 60px;
}
#container>div:first-child{
    margin-top: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    width: 100%;
}
#container>div:first-child>a{
    text-transform: capitalize;
    color: #4f585e;
    font-size: 12px;
    line-height: 1.5;
    padding: 0;
    text-decoration: none;

}
#container>div:first-child>p{
    color: #8897a2;
    font-size: 12px;
    line-height: 1.5;
    padding: 0;
}
#container>div:first-child i{
    font-size: 11px;
    color: #8897a2;
    padding: 0 5px;
}
/* till container first div */

/* mainbox styling */
#mainbox{
    display: flex;
    justify-content: space-between;
}
#mainbox>div:first-child{
    width: 55%;
}
#mainbox>div:first-child>h2{
    margin-top: 0;
    color: rgb(79,88,94);
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 700;
}
#mainbox .greenbox{
    padding: 30px 20px 20px;
    background-color: #10847e;
    border-radius: 6px;
    margin-bottom: 30px;
}
#mainbox .greenbox>div:first-child{
    display: flex;
    width: 90%;
    color: white;
    font-size: 12px;
    margin-bottom: 30px;
    /* border: 1px solid black; */
}
#mainbox .greenbox>div:first-child>div{
    display: flex;
    /* justify-content: space-evenly; */
    margin-right: 28px;
    align-items: center;
}
.greenbox>div:first-child>div img{
    margin-right: 10px;
}
/* greenbox second div */
#mainbox .greenbox>div:nth-child(2){
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}



#search>div:first-child{
  display: flex;
}
  #search{
    display: flex;
    height: 50px;
    background-color: #fff;
    border-radius: 6px;
    border: none;
    outline: none;
}
  #search>div:first-child{
    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;
}
#myBtn2{
  color: #10847e;
  background-color: white;
  border: 0;
  font-size: 16px;
  font-weight: 700;

}
#search input{
    /* height:100%; */
    width:100%;
    border:0px;
}
#search>button{
    height:100%;
    width:50px;
    background-color: #F4F7FB;
    border: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    
}
#search>button>img{
    height:40%;
    width: 40%;
    color: gray;
}
#vl{
    height: 60%;
    width: 1.5px;
    background-color: gray;
}
.wrapper{
  width: 60%;
}

.wrapper .search-input{
  transform-origin: 100%;
   width: 100%;
   border-radius: 5px;
   position: relative;
   
}
 
.search-input input{
   height: 50px;
   width: 100%;
   outline: none;
   /* border: 1px solid black; */
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
   font-size: 16px;
   border: 0;
}
 
 .search-input.active input{
   border-radius: 0;
 }
 
 .search-input .autocom-box{
   padding: 0;
   opacity: 0;
   pointer-events: none;
   max-height: 280px;
   /* overflow-y: auto; */
 }
 
 .search-input.active .autocom-box{
   padding: 10px 8px;
   opacity: 1;
   pointer-events: auto;
   /* border: 1px solid black; */
 }
 
 .autocom-box li{
   list-style: none;
   padding: 8px 12px;
   display: none;
   width: 100%;
   cursor: default;
   border-radius: 3px;
 }
 
 .search-input.active .autocom-box li{
   display: block;
   background:   #f6f8f9;
 }
 .autocom-box li:hover{
   cursor: pointer;
 }
 
 .search-input .icon{
   position: absolute;
   right: -40px;
   top: 0px;
   height: 45px;
   width: 35px;
   text-align: center;
   line-height: 45px;
   font-size: 16px;
   color: #000;
   cursor: pointer;
 }


/* ------------------------------------------- */
#presbox{
    margin-top: 45px;
}
#presbox>div{
    border: 1px solid #dfe3e6;
    border-radius: 6px;
    padding: 20px 20px;
    margin: 15px 0;
    font-size: 14px;
    position: relative;
}
#presbox>div>ul{
    margin-top: 10px;
    margin-left: 10px;
    color: #8897A2;
}

/* ------------------------------------------- */
/* OFFERS */
#offers>h4{
    font-size: 18px;
    color: #4f585e;

}
#offerdiv{
    height: 147px;
    display: flex;
    /* border: 1px solid black; */
}
#offerdiv>div{
    width: 309.688px;
    margin: 15px 15px 15px 0px;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    /* border: 1px solid saddlebrown; */
}

#offerdiv>div>div>p{
    /* border: 1px solid black; */
    margin: 0 0 7px 0;
    font-size: 14px;
    font-weight: 600;
    margin-left: 15px;
    width: 160px;
}
#offerdiv>div>div>p:first-child{
    color: #4f585e;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#offerdiv>div>div>p:last-child{
    color: black;
}
#offerdiv>div>div>p:last-child>span{
    color: #8897a2;
}

/* images div */

.product ,.customersection{
  position: relative;
  overflow: hidden;
  padding: 20px;
  /* border: 1px solid black; */
}


.product-container,#customers{
  padding: 0 10px;
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  /* border: 1px solid blue; */
}

.product-container::-webkit-scrollbar, #customers::-webkit-scrollbar{
  display: none;
  /* border: 1px solid rgb(255, 0, 0); */
}

.product-card,.customerbox{
  flex: 0 0 auto;
  margin-right: 40px;
  /* border: 1px solid rgb(0, 0, 0); */
}
/* no change */
.product-image {   
  position: relative;
  width: 100%;
  overflow: hidden;
  /* border: 1px solid saddlebrown; */
}

.product-card:hover .card-btn {
  opacity: 1;
  /* border: 1px solid rgb(121, 237, 100); */
}

.product-card:hover .card-btn {
  opacity: 1;
}
.pre-btn,
.nxt-btn ,.pb,.nb{
  border: none;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  cursor: pointer;
  z-index: 8;
  border-radius: 6px;
}

.pre-btn ,.pb{
  left: 0;
  transform: rotate(180deg);
}

.nxt-btn,.nb{
  right: 0;
}

.pre-btn img,
.nxt-btn img,.pb img , .nb img {
  width: 22px;
  height: 22px;
}

/* Customer testimonies */
#customers{
    margin-top: 30px;
    margin-bottom: 40px;
    position: relative;
    /* border: 1px solid black; */
}
#cheading{
  font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    color: #4f585e;
    margin-bottom: 25px;
}
.customerbox{
    
    width: 318px;
    height: 310px;
    margin-right: 20px;
}
.customername{
    font-size: 14px;
    font-weight: 700;
    color: #4f585e;
    /* border: 1px solid red; */
}
.customerdate{
    font-size: 14px;
    margin-top: 0px;
    color: #8897A2;
}
.customerreviewbox{
    font-size: 12px;
    margin-top: 10px;
    padding: 20px;
    color: rgba(0, 0, 0, 0.543);
    background-color: #F2FFF8;
}
.about h2{
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #4f585e;
}
.about p, .about ul{
    color: #8897a2;
    margin-bottom: 5px;
    font-size: 14px;
}
.qna{
    border: 1px solid #dfe3e6;
    color: #8897A2;
    border-radius: 6px;
    padding: 10px 20px;
    margin: 15px 0;
    font-size: 14px;
    position: relative;
}
.collapsebutton{
    position: relative;
    padding: 10px;
    cursor: pointer;
    width: 100%;
    border: 0;
    background-color: white;
    text-align: left;
}



/* Foooooooooooooooooooooter paaaaaaaaaaaaaaaaage */
hr{
    color: #ffffff;
    border: 0.5px solid rgb(230, 230, 230);
}
#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;
    
    font-family: sans-serif;
    text-align: left;
  }
  
  .secimg {
    height: 25%;
    width: 30%;
    /* border: 1px solid red; */
  }
  
  #seconddiv>div>h3 {
    margin-top: 7px;
    font-size: 16px;
    color: #4f585e;
    text-align: left;
  }
  
  #seconddiv>div>p {
    margin-top: 7px;
    line-height: 25px;
    font-size: 16px;
    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;
  }

