.under-header{
    height: 130px;
}

.btn-primary {
  background-color: rgb(0, 128, 0)!important;
  border: none;
  border-radius: 0 !important;
  color: white;
  padding: 10px 20px 10px 20px;
}

.d-flex1 {
  justify-content: center;
}

.page-heading{
  padding-top:150px;
  padding-bottom: 150px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 1000px rgba(2, 33, 15, 0.5);
}

.owl-carousel .owl-stage-outer{
  overflow-y: visible !important;
  padding-top:50px;
  padding-bottom: 50px;
}
.background-primary{
  background-color: rgb(0, 128, 0);
}
.background-second{
    background-color: #f6f4f0 !important;
}

.color-2{
    color: rgb(0, 128, 0);
}


.credit{
    padding: 20px 20px;
    max-width: 1200px;
    margin: auto;
  }
  
  .credit.first .container .row .box img{
    width: 100px;
    height: 90px !important;
    margin: 20px;
    border: 0px;
    border-radius: 0px;
  }
  
  .credit.first .container .row .box{
    border: 0px;
    border-radius: 0px;
  }
  
  .credit.first .container .row .box h4{
    font-weight: bold;
    font-size: 1rem;
  }
  
  .credit.first .container .row .box p{
    line-height: 1.5;
    font-size: .9em;
  }

  
    .credit .container .row{
    display: flex;
    padding: 20px 10px;
  }
  
    .credit .container .row .box{
    max-width: 400px;
    flex: 1;
    margin: 10px 10px;
    border: 1px solid rgb(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 0px
  }
  
    .credit .container .row .box .content{
    padding: 15px;
    line-height: 2;
    padding: 20px;
  }
  
    .credit .container .row .box img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 240px;
    width: 100%;
  }
  
    .credit .container .row .box a{
    display: block;
    color: green;
    padding: 10px 20px;
    text-align: center;
    border: 2px solid green;
    border-radius: 5px;
    font-weight: bold;
  }
  
    .credit .container .row .box p{
    margin: 20px 0px;
  }
  
    .credit .container .row .box a:last-child{
    border: 0px !important;
    text-decoration: underline;
  }

  
  

  
.plans{
  background-image: url("../../img/plans-background.jpg");
  background-repeat: no-repeat;
  background-size: 100% 40%;
}
.plan{
  height: max-content;
  display: block !important;
  transition: 0.4s;
}
.plan:hover{
  margin-top:-10px
}
.plan .price-top{
  height:300px;
  padding-top:40px;
  padding-bottom:40px;

}

.plan .highlight ul{
  list-style: none;

}
.plan .highlight li{
  font-size:19px;
  text-align: center;
  line-height: 2.6;
}
.plan.highlight{
  margin-top:-40px;
  padding-bottom:100px !important;
  z-index:3;
}


.details{
  padding: 20px 0px;
}

.details .container .row{
    display: flex;
}

.details .container .row .left{
    flex: 1;
    margin: 30px;
}

.details .container .row .left h1{
    font-weight: bolder;
}

.details .container .row .left h4{
  color: green;
  margin: 20px 0px;
}

.details .container .row .left p{
    font-size: 1.2em;
    margin: 20px 0px;
}

.details .container .row .left a{
    display: block;
    padding: 10px 30px;
    background-color: green;
    color: white !important;
    width: 220px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 20px 0px;
}

.details .container .row .left a i{
    float: right;
}

.details .container .row .right{
    flex: 1;
}

.details .container .row .right img{
    height: 500px;
    border-radius: 10px;
}

.benefit{   
  padding: 80px 20px;
  max-width: 1200px;
  margin: auto;
}

.benefit .container h3{
    position: relative;
}
  
.benefit .container h3::before{
    content: '';
    position: absolute;
    width: 60px;
    height: 6px;
    background-color: green;
    top: -40px;
    left: 0px;
}

.benefit .container .row{
    display: flex;
    padding: 20px 10px;
}

.benefit .container .row .box{
    max-width: 400px;
    flex: 1;
    margin: 10px 10px;
    border-left: 1px solid green;
    padding: 10px;
}

.benefit.require{
  padding: 30px 20px;
}

.benefit.require .container .row .box{
  border: 0px;
}

.benefit.require .container .row ul li{
  padding: 10px;
}

.benefit.frequent{
  padding: 30px 20px;
}

.benefit.frequent .container a{
  width: max-content;
  display: block;
  padding: 10px 40px;
  background-color: white;
  color: black;
  border: 1px solid green;
  cursor: pointer;
}

.benefit.frequent .container ul li{
  line-height: 1.8;
}

.benefit.frequent .container ul li a{
  display: block;
  padding: 10px 10px;
  border: 0px;
  width: 100%;
}

.benefit.frequent .container ul li span{
  padding: 10px;
  margin: 10px 0px;
}

.frequent span{
  display: none;
}

.testimonials{
  margin-top: 0px !important;
}

.testimonials.card-caro{
  text-align: center;
}

.testimonials.card-caro h4{
  margin: 20px 0px;
}

.testimonials.card-caro a{
  width: max-content;
  display: block;
  padding: 10px 20px;
  margin: 10px auto;
}

.testimonials.card-caro a:first-of-type{
  color: green;
  border: 1px solid green;
}

.testimonials.card-caro a:last-of-type{
  text-decoration: underline;
}


.faqs .container .row{
  display: flex;
  margin: 10px 0px;
}

.faqs .container .row .box{
  flex: 1;
  width: 50%;
  margin: 10px;
}

.faqs .container .row .box a{
  display: block;
  margin: 10px 0px;
  cursor: pointer;
}

.faqs .container .row .box h4{
  margin: 20px 0px;
}

.faqs span{
  display: none;
}

.career.employee{
  background: #034638;
  color: white;
}

.career.employee .container .row .left {
  order: 1;
}

.career.employee .container .row .left h1{
  color: white;
}

.plan-topp{
  position: relative;
}

.plan-topp img{
  width: 40px;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
}


.real{
  padding: 50px 0px;
  background-color: #f9f7f5;
}

.real .container h1{
  position: relative;
  width: max-content;
}

.real .container h1::after{
  content: '';
  position: absolute;
  width: 120px;
  height: 3px;
  background-color: green;
  top: 20px;
  right: -180px;

}

.real.second .container h1{
  margin: 0px 0px 20px 0px;
  width: 100%;
}

.real.second .container h1::after{
  top: 50px;
  left: 0px;
  width: 90px;
}

.real .container .row{
  display: flex;
}

.real .container .row img{
  display: block;
  width: 100%;
}

.real .container .row .left{
  flex: 1;
  margin: 0px 10px 0px 0px;
}

.real .container .row .right{
  flex: 1;
  margin: 0px 0px 0px 10px;
}

.benefit.require.loa .container .row .box{
  border: 1px solid black;
  border-radius: 3px;
}

.benefit.require.loa .container .row .box ul p{
  font-weight: bold;
}



@media only screen and (max-width: 900px){
    .under-header{
        height: 110px;
    }
    .details .container .row{
        flex-direction: column;
    }
    .details .container .row .left{
        margin: 30px 0px;
    }

    
    .details .container .row .left{
        order: 1;
    }
    
    .details .container .row .right img{
        height:100% ;
        width: 100%;
        border-radius: 0px;
    }

    .faqs .container .row{
      flex-direction: column;
    }
    .faqs .container .row .box{
      width: 100%;
    }
}

@media screen and (max-width:850px){

  .career.employee .container .row .left {
    order: 0;
  }
}



@media screen and (max-width:768px){

    .plan{
      margin-top:40px !important;
    }
  
    .plan.highlight{
      margin-top:0px;
      z-index:3;
    }
  
      .credit .container .row{
      flex-direction: column;
    }
  
      .credit .container .row .box{
      margin: 10px auto;
      width: 100%;
    }

    .real .container .row{
      flex-direction: column;
    }
    .real .container .row .left{
      margin: 10px 0px 0px 0px;
    }
    
    .real .container .row .right{
      margin: 0px 0px 0px 0px;
    }

    .real .container h1::after{
      width: 50px;
      height: 3px;
      background-color: green;
      top: 20px;
      right: -80px;
    
    }
    
  }

@media only screen and (max-width: 750px){
  
  .credit{
    padding: 40px 20px;
  }

  .page-heading{
    padding-top:100px;
    padding-bottom: 100px;
    box-shadow: inset 0 0 0 1000px rgba(2, 33, 15, 0.9);
  }
    .benefit .container .row{
        flex-direction: column;
    }

    .benefit .container .row .box{
        border: 0px;
        border-bottom: 1px solid green;
        margin: 20px 0px;
    }
    .details .container .row .left{
        padding: 10px;
    }
    .details .container .row .left h1{
        font-weight: bolder;
        font-size: 1.1em;
    }
    
    .details .container .row .left p{
        font-size: 1em;
        margin: 20px 0px;
    }

    .details .container .row .left a{
        font-size: .9em;
    }

}

@media screen and (max-width:468px){
  .page-heading{
    padding-top:80px;
    padding-bottom: 80px;
    box-shadow: inset 0 0 0 1000px rgba(2, 33, 15, 0.9);
  }
  
  .credit{
    padding: 40px 10px;
  }
    
  .credit .container .row .box img {
      height: 200px;
    }

    .owl-carousel .owl-stage-outer {
      padding-bottom: 10px;
  }
}

@media screen and (max-width:340px){
      .credit .container .row {
      padding: 0px;
    }

    .credit .container .row .box img{

    height: 180px !important;
  }
         
}
