.nawsome{
    border: 1px solid white;
    padding: 24px;
}
.nawsome1{
    border: 1px solid white;
    padding-bottom: 84px;
    padding-top: 24px;
    padding-left: 24px;

}
.nawsome2{
    border: 1px solid white;
    padding-bottom: 63px;
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 4px;


}


/* slider for the student review */
.wrapper{
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .wrapper .box{
    margin-top: 18px;
    background: #fff;
    width: calc(33% - 7px);
    
    padding: 25px;
    border-radius: 3px;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.15);
  }
  .wrapper .box i.quote{
    font-size: 20px;
    color: #17a2b8;
  }
  .wrapper .box .content{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
  }
  .box p{
    color: black;
  }
  .box .info .name{
    font-weight: 600;
    font-size: 17px;
  }
  .box .info .job{
    font-size: 16px;
    font-weight: 500;
    color: #17a2b8;
  }
  .box .info .stars{
    margin-top: 2px;
  }
  .box .info .stars i{
    color: yellow;
  }
  .box .content .image{
    height: 45px;
    width: 45px;
    padding: 3px;
    background: #17a2b8;
    border-radius: 50%;
  }
  .box .content .image i{
    font-size:xx-large;
    margin-left: 9px;
    margin-top: 19px;
  }
  .content .image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #fff;
  }
  .box:hover .content .image img{
    border-color: #fff;
  }
  .newmt{
    margin-top: -3%;
  }
  .newcontact{
    margin-top: 5%;
  }
  
   @media (max-width: 1045px) {
    .wrapper .box{
      width: calc(50% - 10px);
      margin: 10px 0;
    }
  }
  @media (max-width: 702px) {
    .wrapper .box{
      width: 100%;
    }
  } 
  


  /* offer */
  .popup{
    position: absolute;
    margin-left: 430px;
    margin-top: 60px;
    z-index: 10000;
    background-color:gray; 
    width: 500px;   
    height: 523px;
    padding-left: 70px;
    padding-right: 0px;
    padding-top: 13px;
    padding-bottom: 50px;
    position: fixed;
    /* display: none; */

  }

  .popup img{
    position: absolute;
    width: 70%;
  }
  .popup i{
    position: absolute;
    right: 0%;
    margin-right: 40px;
    margin-top: 5px;
  }
  .popup a{
    text-decoration: none;
  }


  /* offerpage */
  .offerimg img{
    /* width: 350px; */
    /* height: 200px; */
    /* margin-left: 570px; */
    border-radius: 4%;
  margin-top: 8px;
  margin-left: 8px;
  position: absolute;
  }
  

  .buttonoffer {
    background-color: #1c87c9;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    border: none;
    color: #eeeeee;
    cursor: pointer;
    display: inline-block;
    font-family: sans-serif;
    font-size: 25px;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    margin-left: 560px;
    margin-top: -5%;

  }
  @keyframes glowing {
    0% {
      background-color: #2ba805;
      box-shadow: 0 0 5px #2ba805;
    }
    50% {
      background-color: #49e819;
      box-shadow: 0 0 20px #49e819;
    }
    100% {
      background-color: #2ba805;
      box-shadow: 0 0 5px #2ba805;
    }
  }
  .buttonoffer {
    animation: glowing 1300ms infinite;
  }

  .mainoffer1{
    display: flex;
    justify-content: space-between;
    /* margin-top: 40px; */
    /* margin-left: 290px;
    margin-right: 290px; */
    /* border: 2px solid black; */
    /* border-radius: 2%; */

  }
  .mainoffer1 i{
    margin-top: -60px;
  }
 .m1{
  /* padding-left: 600px; */
  text-align: center;
  font-size: 25px;
  border: 1px solid gray ;
  /* margin-left: 300px;
  margin-right: 300px; */
  background-color: orange;
  margin-top: -2%;

 }
 .m1c{
  text-align: center;
  font-size: 25px;
  border: 1px solid black ;
  /* margin-left: 290px;
  margin-right: 290px; */

 }
 .money{
  border: 1px solid gray ;
  /* margin-left: 290px;
  margin-right: 290px; */
  
 }
 .mainofferimg{
  display: flex;
  /* margin-top: 40px; */
  /* margin-left: 290px;
  margin-right: 290px; */
  justify-content: space-between;

 }
 .bcc{
  width: 37%;
 }
 .tally{
  width: 37%;

 } 
 .row1{
  border: 1px solid gray;
  margin-left: 290px;
  margin-right: 290px;
  margin-top: 40px; 
  background-color: gray;
  
 }
 .bodyoffer{
  /* background-image:url(../images/blur-blurred-blurry-dark-wallpaper-preview.jpg); */
  /* background-repeat: no-repeat;
  background-size: cover; */
  /* position: absolute;
  z-index: -2; */
  background: url("../images/blur-blurred-blurry-dark-wallpaper-preview.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  
 }

 .row2{
  border: 1px solid gray;
  margin-left: 470px;
  margin-right: 428px;
  margin-top: 40px;
  background-color: gray;
  margin-bottom: 20px;
 }

 .mainofferimg2 img{
  width:100%;
 }

 .m2{
  /* padding-left: 600px; */
  text-align: center;
  font-size: 25px;
  border: 1px solid gray ;
  /* margin-left: 300px;
  margin-right: 300px; */
  background-color: orange;
  margin-top: -2%;

 }
 .m2c{
  text-align: center;
  font-size: 25px;
  border: 1px solid black ;
  /* margin-left: 290px;
  margin-right: 290px; */

 }
 .validoffer{
  background-color: orange;
  /* margin-top: %; */
  margin-left: 370px;
  margin-right:328px;
  text-align: center;
 }

 .offerphoto{
  position: absolute;
  /* border: 1px solid black; */
  color:darkblue;
  top: 18.3%;
  left: 42%;
  font-weight: bold;
  z-index: 100000;
  /* background-color: white; */
 }

 
 .buttonoffer1 {
  background-color: #1c87c9;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  border: none;
  color: #eeeeee;
  cursor: pointer;
  display: inline-block;
  font-family: sans-serif;
  font-size: 25px;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none;
  margin-left: 560px;
  /* margin-top: -5%; */
  margin-bottom: 15px;

}
.student-review{
  justify-content: center;
}
#wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  }

.review-btn{
  /* margin-left: 600px; */
  margin-top: 20px;
  font-size: large;
}
@keyframes glowing {
  0% {
    background-color: #2ba805;
    box-shadow: 0 0 5px #2ba805;
  }
  50% {
    background-color: #49e819;
    box-shadow: 0 0 20px #49e819;
  }
  100% {
    background-color: #2ba805;
    box-shadow: 0 0 5px #2ba805;
  }
}
.buttonoffer1 {
  animation: glowing 1300ms infinite;
}