
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: 'Cairo', sans-serif;
}


body{
background-color:#f9fbfa;
}

/*---------------------------------------- header ---------------------------------------------- */

header{
    z-index:999;
    background:#fff;
    position:sticky;
    top:0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background:#f9fbfa;
   
  }
  
  
  .space{
    height:40px;
  }

 
  @media(max-width:767px){
    .navbar{
      box-shadow: 0.5px 0.5px 20px gray;
    }
    .navbar-toggler{
      color:#1c621b;
      border:none;
      outline:none;
      box-shadow:none;
    }
    .navbar-toggler:focus{
      border:none !important;
      outline:none !important;
      box-shadow:none !important;
    }
  
  }
  @media(min-width:768px){
    .con1 {
      padding: 30px 0 30px 0;
      position:relative;
    }
    .navbar{
    padding:0;
   
    }
    .collapse{
      position:absolute;
      left:-40px;
    }
    .navbar-brand{
      position:absolute;
      right:-40px;
    }
  
  }
    
 

  
  .navbar-brand{
  width:50px;
  height:50px;
  padding:0;
  margin:0;
  }
  .navbar-brand img{
    width:100%;
  }
  
  .navbar-nav .nav-link {
    color: #333;
    font-size: 16px;
  }
  
  .navbar-nav .nav-link:hover{
    transition: 0.3s;
    color: #1c621b;
    border-bottom:2px solid #1c621b;
    
  }

/*----------------------------------------------------------------------------------------------- */

.progress-label-left {
    float: left;
    margin-right: 0.5em;
    line-height: 1em;
}
.progress-label-right {
    float: right;
    margin-left: 0.3em;
    line-height: 1em;
}
.star-light {
    color:#e9ecef;
}
.add-icon{
    z-index: 11111;
    position: fixed;
    bottom: 20px;
    left: 15px;
}
@media(min-width:768px){
    .add-icon{
    z-index: 11111;
    position: fixed;
    bottom: 40px;
    left: 45px;
}
.add-icon {
background: #1c621b;
height: 80px;
width: 80px;
border-radius: 8px;
color:#e9ecef;


}
}

.add-icon button{
background: #1c621b;
height: 50px;
width: 50px;
color:#e9ecef;
color:#ffc107;

}
.fa-add{

    color:#ffc107; 
}
.container{
    width: 100%;
}
.photo{

   width: 60px;
   height: 60px;
   color: #ffffff;
   background:#ffc107;
   border-radius: 50%;
   border: 1px solid rgba(0, 0, 0, 0.1);
}
.rating-mother{
    background-color: #ffffff;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding-top: 5px;
}
.title-name{
    font-weight: 600;
    font-size: larger;
    padding-bottom: 0;
}
.title-job{

    margin-top: -10px;
}
.rev-title{
    padding: 10px 0px;
    margin-top: 20px;
    font-size: 28;
    font-weight: 700;
    border-bottom: 4px solid #a5ec60;
}
.btn-send{
    background-color: #1c621b;
    color: #ffc107;
    font-size: 22px;
    font-weight: 300;
    padding: 5px 10px;
}

/*------------------------------------------------------------------------------------------- */
.section-title {
color: #000;
font-size: 28px;
margin-bottom: 40px;
padding-bottom:10px;
border-bottom:4px solid #a5ec60;

}

.testimonials {
width: 95%;
padding: 50px 0;
border-radius:20px;

}
.swiper-wrapper{
display: flex;
justify-content: center;
}
.swiper {

width: 100%;
padding: 20px;

}

.testimonial {

background: #fff;
padding: 5px 10px;
border-radius: 10px;
text-align: center;
transition: transform 0.3s ease-in-out;

margin: 5px;

}

.testimonial:hover {
transform: scale(1.05);
}

.testimonial-content .img {
width: 50px;
height: 50px;
border-radius: 50%;
margin-bottom: 10px;
border: 1px solid #fff ;
background-color: #ffc107;
float: left;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
}
.testimonial-content .head{
display: grid;
grid-template-columns: 20% 50%;
grid-template-rows:100%;
}
@media (min-width:678px) {
.testimonial-content .head{
display: grid;
grid-template-columns: 20% 70%;
grid-template-rows:100%;
}  
.testimonial {
width: 70%;
}
}
.card{
border: none;
}
.testimonial-content .title{
padding-top:4px;
text-align: right;
float: right;
word-wrap: break-word;
}
.testimonial h3 {
display: inline;
margin: 5px 0;
font-size: 18px;
color: #222;


}

.testimonial h6{
font-size: 14;
text-align: left;
color: #777;
padding: 0;
margin: 0;
}
.testimonial .fa-star , .fa-star-half-alt{
color:#ffc107;
}

.job-title {
word-wrap: break-word;
font-size: 14px;
color: #777;
overflow: hidden;
overflow-wrap: break-word;
white-space: normal;
}

.review {
font-size: 16px;
color: #777;
margin: 10px 0;
word-wrap: break-word;
}

.testimonial-space{
height:30px;
}

.swiper-pagination-bullet-active {
background: #1c621b;
}




.read-review a{
color:#1c621b;
font-size:22px;


}
