* {
  box-sizing: border-box;
}

body {
  padding: 0px;
  margin: 0px;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.nero-container{
  display: flex;
  background-color: #ffc56d;
  justify-content: center;
}
.nero-wrapper{
  flex: 1;
  max-width: 1000px;
  background-color: #FFF;
  padding: 10px 20px;
}

.nero-img-fluid {
  width: 100%;
  max-width: 100%;
}

.nero-section {
  position: relative;
}

.nero-section p{
  color: #444;
  line-height: 140%;
  font-size: 16px;
}
.nero-ul{
  margin-left: 0px;
  padding-left: 40px;
  margin-top: 0px;
  padding-top: 0px;
}
.nero-ul li{
  line-height: 130%;
  color: #444;
  font-size: 16px;
}

.nero-title{
  color: #ff6e5e;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}
.nero-title2{
  color: #ff6e5e;
  font-size: 40px;
  font-weight: bolder;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}

.nero-row {
  width: 100%;
  display: flex;
  /* align-items: center; */
}
.nero-row.gap-20{
  gap: 20px;
}

.nero-row .nero-col {
  /* flex: 1; */
}

.nero-row .nero-col-md-4 {
  width: 33.33%;
}
.nero-row .nero-col-md-6 {
  width: 50%;
}
.nero-row .nero-col-md-8 {
  width: 66.66%;
}



.nero-page-title{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.nero-page-title .pallet{
  color: #000;
  background-color: #ffc56d;
  padding: 10px;
  border-radius: 20px;
  font-size: 18px;
  text-align: center;
}
.nero-page-title ul{
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}
.nero-page-title ul li{
  margin: 15px 10px;
  color: #222;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.nero-page-title ul li img{
  width: 30px;
}
.nero-p-md1{
  padding-top: 30px;
}
.nero-p-md2{
  padding-top: 15px;
}

.nero-ul-rc{
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
  margin-top: 0px !important;
  padding-top: 0px !important;
}
.nero-ul-rc li{
  display: flex;
  gap: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 16px;
  color: #000;
}
.nero-ul-rc li img{
  width: 35px;
}
.nero-pallet{
  color: #072550;
  background-color: #ffc56d;
  padding: 10px 30px;
  border-radius: 20px;
  font-size: 20px;
  text-align: center;
  display: inline-block;
  font-weight: bolder;
}
.nero-pallet img{
  width: 20px;
  margin-right: 20px;
}


.nero-section {
  position: relative;
}

.nero-opacity-high{
  opacity: 2;
  position: relative;
}
.nero-right-bottom-image{
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.nero-cloud-image{
  position: absolute;
  left: 10%;
  bottom: 0px;
}
.nero-cloud-left-image{
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.nero-cloud-alt-image{
  position: absolute;
  left: 0px;
  top: 0px;
}

.stars_area{
  position: relative;
}
.stars_area span{
  position: relative;
  z-index: 2;
}
.nero-stars-left-image{
  position: absolute;
  left: -70px;
  top: -10px;
  width: 60px;
}
.nero-stars-right-image{
  position: absolute;
  right: -15px;
  top: -10px;
  width: 60px;
}
.nero-stars-right-image_n{
  right: -35px;
  top: -30px;
  width: 60px !important;
}

@media (max-width: 768px) {
  
  .nero-row {
    flex-wrap: wrap;
  }
  .nero-row.gap-20{
    gap: 20px;
  }
  .nero-row .nero-col-md-4, .nero-row .nero-col-md-6, .nero-row .nero-col-md-8 {
    width: 100%;
  }

  .nero-cloud-image{
    left: 0px;
  }

  .small_area{
    text-align: center;
    background-color: #fdf2f0;
    padding: 20px;

  }
  .small_area img{
    max-width: 200px;
  }
  .small_area2{
    text-align: center;
  }
  .small_area2 img{
    max-width: 300px;
  }
  .small-margin-bottom{
    padding-bottom: 50px;
  }

}
