*{
  padding: 0;
  margin: 0;
}

@media (min-width: 1400px) {
    .container1{
        max-width: 1320px !important;
    }
}

/*font */
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}


/*Header--nav*/

.logo{
  width: 100%;
  height: 45px;
  margin: 5px;
}
.shadow{
box-shadow: -2px 2px 7px 0px rgba(0, 0, 0, 0.05);

box-shadow: -10px 10px 14px 0px rgba(0, 0, 0, 0.04);

box-shadow: -22px 22px 18px 0px rgba(0, 0, 0, 0.03);

box-shadow: -38px 38px 22px 0px rgba(0, 0, 0, 0.01);

box-shadow: -60px 60px 24px 0px rgba(0, 0, 0, 0);

}
.nav-link{
  color: black !important;
  font-size: 14px ;
  margin-right: 10px;
  font-weight: 600 !important;
}
.active{
  color: rgb(21 107 86) !important;
  font-weight: 800 !important;
}

.nav-link:hover{
  color: rgb(21 107 86) !important;
  
}

.nav1 .nav-link{
  color: black !important;
  font-size: 14px ;
  margin-right: 10px;
}
.nav1 .active{
  color: black !important;
  font-weight: 600 !important;

}

.nav1 .nav-link:hover{
  color: rgba(129, 103, 230, 1) !important;
  
}

.color-purple1{
  color: rgba(129, 103, 230, 1);

}

.btn-primary{
  color: white;
  padding: 15px;
  margin: 5px 15px 5px 5px;
  font-weight: 600;
  font-size: 14px ;
  border: 1px solid white;
  background: linear-gradient(90deg, #0D5D56 44.84%, #0C8346 84.48%);
  border-radius: 50px;
}

.btn-primary-purple{
  color: white;
  padding: 15px;
  margin: 5px 15px 5px 5px;
  font-weight: 600;
  font-size: 14px ;
  border: 1px solid white;
  background: rgba(129, 103, 230, 1);
  border-radius: 50px;
}

.btn-primary-purple1{
  color: white;
  padding: 15px;
  margin: 5px 15px 5px 5px;
  font-weight: 600;
  font-size: 14px ;
  
  background: rgba(129, 103, 230, 1);
  border-radius: 5px;
}

.btn-primary-purple1:hover{
  color: rgba(129, 103, 230, 1);
  padding: 15px;
  margin: 5px 15px 5px 5px;
  font-weight: 600;
  font-size: 14px ;
  border: 2px solid rgba(129, 103, 230, 1);
  background: white;
  border-radius: 5px;
}


.btn-primary-purple:hover{
  color: white;
  padding: 15px;
  margin: 5px 15px 5px 5px;
  font-weight: 600;
  font-size: 14px ;
  border: 1px solid white;
  background: rgba(129, 103, 230, 1);
  border-radius: 50px;
}
.btn-primary1{
  color: white;
  padding: 15px;
  margin: 5px 15px 5px 5px;
  font-weight: 600;
  font-size: 14px ;
  border: 1px solid white;
  background: linear-gradient(90deg, #0D5D56 44.84%, #0C8346 84.48%);
  border-radius: 50px;
}
.btn-primary1:hover{
  color: white;
  padding: 15px;
  margin: 5px 15px 5px 5px;
  font-weight: 600;
  font-size: 14px ;
  border: 1px solid white;
  background: linear-gradient(90deg, #0D5D56 44.84%, #0C8346 84.48%);
  border-radius: 50px;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.font1{
  font-size: 54px !important;
}


.box-hover .color-image {
  filter: brightness(0%) invert(0%);
  transition: 0.3s ease;
}

.box-hover:hover .color-image {
  filter: brightness(0%) invert(1);
}

.box-hover:hover .bg-banner-image{
  background-image: url(../images/index/icons/banner.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}


.box-hover .color-image1 {
   /* makes white visible on white bg */
  transition: 0.3s ease;
}

.box-hover:hover .color-image1 {
  filter: brightness(0) invert(1);
 
}

.round{
  background: rgba(143, 213, 166, 1);
  border-radius: 100%;
  padding: 20px;
  border:2px solid rgba(143, 213, 166, 1);
}

.round:hover{
 background: transparent !important;
}

.box-hover:hover .round {
  background: transparent !important;
  border: 2px solid white;
 
}

.box-hover .color-image2 {

   /* makes white visible on white bg */
  transition: 0.3s ease;
}

.box-hover:hover .color-image2 {
  filter: brightness(0) invert(1);
 
}
@media only screen and (max-width: 480px){
  .btn-primary{

  color: white;
  padding: 15px;
  margin: 5px 15px 5px 5px;
  font-weight: 600;
  font-size: 9px ;
  border: 1px solid white;
  background: linear-gradient(90deg, #0D5D56 44.84%, #0C8346 84.48%);
  border-radius: 50px;
}

.font1{
  font-size: 44px !important;
}

.round{
  background: rgba(143, 213, 166, 1);
  border-radius: 100%;
  padding: 20px;
  border:2px solid rgba(143, 213, 166, 1);
}

  .btn-primary-purple{

  color: white;
  padding: 15px;
  margin: 5px 15px 5px 5px;
  font-weight: 600;
  font-size: 9px ;
  border: 1px solid white;
  background: rgba(129, 103, 230, 1);
  border-radius: 50px;
}
}


.btn-outline-purple{
  color: black;
  padding: 15px;
  margin: 5px 15px 5px 5px;
  font-weight: 600;
  font-size: 14px ;
  border: 2px solid rgba(129, 103, 230, 1);
  color: rgba(129, 103, 230, 1);
  border-radius: 5px;
}

.btn-outline-purple:hover{
  color: white;
  background: rgba(129, 103, 230, 1);
  padding: 15px;
  margin: 5px 15px 5px 5px;
  font-weight: 600;
  font-size: 14px ;
  border: 2px solid rgba(129, 103, 230, 1);

  border-radius: 5px;
}
.btn-outline{

  color: black;
  padding: 15px;
  margin: 5px 15px 5px 5px;
  font-weight: 600;
  font-size: 14px ;
  border: 1px solid rgba(12, 131, 70, 1);
  border-radius: 50px;
}

.btn-outline:hover{
  color: white;
  padding: 15px;
  margin: 5px 15px 5px 5px;
  font-weight: 600;
  font-size: 14px ;
  border: 1px solid white;
  background: linear-gradient(90deg, #0D5D56 44.84%, #0C8346 84.48%);
  border-radius: 50px;
}

/*slider*/
.color-green{
  color: rgba(12, 131, 70, 1);

}
.color-purple{
    color: black;
    font-size: ;
    background: linear-gradient(90deg, rgba(129, 103, 230, 0.2) 63.23%, rgba(255, 255, 255, 0.2) 105.38%);

}
.slider-content{
  font-size: 54px;
}

.arrow{
  width: 30px;
  height: 30px;
}
.banner1{
  width: 700px;
  height: 500px;
}
.text1-purple{
  font-size: 48px;
}
.banner-purple-1{
  width: 100%;
  height: 550px;
}
@media only screen and (max-width: 480px) {

.slider-content{
  font-size: 34px;
}
.bg-banner{
  
}
.text1-purple{
  font-size: 40px;
}
.banner1{
  min-width: 300px;
  max-width: 380px;
  height: 300px;
  
}
}

@media only screen and (min-width: 761px) and (max-width: 992px) {


.banner1{
  min-width: 500px;
  max-width: 600px;
  min-height: 300px;
  max-height: 400px;
  
}
}

@media only screen and (min-width: 993px) and (max-width: 1450px) {


.banner1{
  min-width: 300px;
  max-width: 480px;
  min-height: 300px;
  max-height: 400px;
  
}


.round{
  background: rgba(143, 213, 166, 1);
  border-radius: 100%;
  
  border:2px solid rgba(143, 213, 166, 1);
}
}



/*clients*/
.bg-color{
  background: #8FD5A6;
}

.logo-item img {
    max-height: 150px;
      
}

.upper{
  text-transform: uppercase;
}

/*Banner 1*/

.banner-box{
  height: 200px;

  width: 90%;
  margin: 0 auto;
  background: linear-gradient(90deg, #0D5D56 44.84%, #0C8346 84.48%);
  border-radius: 5px;
  
}
.btn-white{
  color: #0D5D56;
  background: white;
  padding: 5px;
  font-weight: 600;
  font-size: 14px ;
  border: 2px solid rgba(12, 131, 70, 1);
  border-radius: 50px;
}
.btn-white:hover{
  color: white;
  background: #0D5D56;
  padding: 5px;
  font-weight: 600;
  font-size: 14px ;
  border: 2px solid whitesmoke;
  border-radius: 50px;
}

.banner-image2{
  width: 500px;
  height: 300px;
  margin-top: -83.5px;
  float: right;
  
}
.banner-image3{
  width: 400px;
  height: 300px;
  margin-top: -83.5px;
  float: right;
  
}

.banner-image4{
  width: 400px;
  height: 300px;
  margin-top: -63.5px;
  float: right;
  
}
.banner-image5{
  width: 400px;
  height: 240px;
  margin-top: -39.5px;
  margin-right: -15px;
  float: right;
  
}

@media only screen and (max-width: 480px) {

.banner-box{
  height: 450px;

  width: 90%;
  margin: 0 auto;
  background: linear-gradient(90deg, #0D5D56 44.84%, #0C8346 84.48%);
  border-radius: 5px;
  
}
.banner-image2{
  width: 500px;
  height: 200px;
  margin-top: -3px;
  float: right;
  
}
.banner-image3{
  width: 320px;
  height: 210px;
  margin-top: 10.5px;
  float: right;
  
}

.banner-image4{
  width: 400px;
  height: 300px;
  margin-top: -20.5px;
  float: right;
  
}
.banner-image5{
  width: 320px;
  height: 200px;
  margin-top: 15.5px;
  margin-right: -15px;
  float: right;
  
}
}

@media only screen and (min-width: 480px) and (max-width:992px) {

.banner-box{
  height: 380px;

  width: 90%;
  margin: 0 auto;
  background: linear-gradient(90deg, #0D5D56 44.84%, #0C8346 84.48%);
  border-radius: 5px;
  
}
.banner-image2{
  width: 500px;
  height: 300px;
  margin-top: -78px;
  float: right;
  
}
}

.bg-light-green{
  background: #E3FFEC;
}

.border1{

  border-radius: 18px  !important;
}

.bg-box-gradiant:hover{
  background: linear-gradient(180deg, #090C9B 0%, #3D52D5 100%);
  color: white;

}

.bg-banner-image:hover{
  background-image: url(../images/index/icons/banner.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  
}

.bg-banner-image1:hover{

  background-image: url(../images/index/icons/banner2.png);
  background-position: right;
  background-position: top right;
  background-size: 140px 140px ;
  background-repeat: no-repeat;

  
}

.box-hover:hover .bg-banner-image1{
  background-image: url(../images/index/icons/banner2.png);
  background-position: right;
  background-position: top right;
  background-size: 140px 140px ;
  background-repeat: no-repeat;
}

.bg-banner-image2:hover{

  background-image: url(../images/index/icons/banner3.png);
  background-position: right;
  background-position: top right;
  background-size: 140px 140px ;
  background-repeat: no-repeat;

  
}

.bg-banner-image3:hover{

  background-image: url(../images/index/icons/banner4.png);
  background-position: right;
  background-position: top right;
  background-size: 140px 140px ;
  background-repeat: no-repeat;

  
}

.bg-banner-image4:hover{

  background-image: url(../images/index/icons/banner.png);
  background-position: right;
  background-position: top right;
  background-size: 160px 160px ;
  background-repeat: no-repeat;
  
}

.bg-banner-image5:hover{

  background-image: url(../images/index/icons/banner5.png);
  background-position: right;
  background-position: top right;
  background-size: 160px 130px ;
  background-repeat: no-repeat;

  
}

.bg-banner-image6:hover{

  background-image: url(../images/index/icons/banner6.png);
  background-position: right;
  background-position: top right;
  background-size: 140px 120px ;
  background-repeat: no-repeat;

  
}







@media only screen and (max-width:480px)
{
  .bg-box-gradiant{
  background: white;
  color: black;

}

.bg-banner-image{
  display: none;
  
}
}

.border2{
  border-radius: 40px !important;

}

.text-hover{
  color: #0D5D56;
  background: linear-gradient(90deg, #0D5D56 0%, #8FD5A6 100%);
  cursor: pointer;
}

.text-hover1{
  color: #0D5D56;
}
.text-hover1:hover{
  color: white;
  background: linear-gradient(90deg, #0D5D56 0%, #8FD5A6 100%);
  cursor: pointer;

}

.bg-banner2-image{
  width: 400px;
  height: 600px;
  margin-top: 50px;
  background-repeat: no-repeat;
  background-position: center 150px !important;
  background-image: url(../images/index/rider.png) !important;
}

.bg-banner2-image1{
  width: 400px;
  height: 600px;
  margin-top: 50px;
  background-repeat: no-repeat;
  background-position: center 150px !important;
  background-image: url(../images/index/rider1.png) !important;
}
.bg-banner2-image2{
  width: 400px;
  height: 600px;
  margin-top: 50px;
  background-repeat: no-repeat;
  background-position: center 150px !important;
  background-image: url(../images/index/rider2.png) !important;
}
  .btn-primary2{
  color: white;
  font-size: 14px ;
  border: 1px solid white;
  background: linear-gradient(90deg, #0D5D56 44.84%, #0C8346 84.48%);
  border-radius: 50px;
}
.btn-primary2:hover{
  color: white;
  font-size: 14px ;
  border: 1px solid white;
  background: linear-gradient(90deg, #0C8346 44.84%, #0D5D56 84.48%);
  border-radius: 50px;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}





.chat-bubble {
      position: relative;
      
      background: rgba(227, 255, 236, 1);
      border-radius: 16px;
      
      color: black;
      float: right;
      margin-right: -120px;
    }

    .chat-bubble::after {
      content: "";
      position: absolute;
      right: -10px;
      top: 50%;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      border-left: 10px solid #E3FFEC;
}

.chat-bubble1 {
      position: relative;
      color: black;
      background: rgba(227, 255, 236, 1);
      border-radius: 16px;
      float: right;
      margin-right: -20px;
    }

    .chat-bubble1::after {
      content: "";
      position: absolute;
      right: -10px;
      top: 50%;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      border-left: 10px solid #E3FFEC;
}

.chat-bubble:hover{
  color: white;
  background: linear-gradient(180deg, #177B74 0%, #5BC390 100%);
  box-shadow: 0px 64px 64px -48px rgba(0, 0, 0, 0.50);
}
.chat-bubble1:hover{
  color: white;
  background: linear-gradient(180deg, #177B74 0%, #5BC390 100%);
  box-shadow: 0px 64px 64px -48px rgba(0, 0, 0, 0.50);
}
.chat-bubble2:hover{
  color: white;
  background: linear-gradient(180deg, #177B74 0%, #5BC390 100%);
  box-shadow: 0px 64px 64px -48px rgba(0, 0, 0, 0.50);
}
.chat-bubble3:hover{
  color: white;
  background: linear-gradient(180deg, #177B74 0%, #5BC390 100%);
  box-shadow: 0px 64px 64px -48px rgba(0, 0, 0, 0.50);
}
.chat-bubble4:hover{
  color: white;
  background: linear-gradient(180deg, #177B74 0%, #5BC390 100%);
  box-shadow: 0px 64px 64px -48px rgba(0, 0, 0, 0.50);
}
.chat-bubble5:hover{
  color: white;
  background: linear-gradient(180deg, #177B74 0%, #5BC390 100%);
  box-shadow: 0px 64px 64px -48px rgba(0, 0, 0, 0.50);
}

.chat-bubble5 {
      position: relative;
      color: black;
      background: rgba(227, 255, 236, 1);
      border-radius: 16px;
      float: right;
      margin-right: -70px;
    }

    .chat-bubble5::after {
      content: "";
      position: absolute;
      right: -10px;
      top: 50%;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      border-left: 10px solid #E3FFEC;
}

.chat-bubble2 {
      position: relative;
      color: black;
      background: rgba(227, 255, 236, 1);
      border-radius: 16px;
      float: right;
      margin-right: -60px;
    }

    .chat-bubble2::after {
      content: "";
      position: absolute;
      right: -10px;
      top: 50%;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      border-left: 10px solid #E3FFEC;
}

.chat-bubble3 {
      position: relative;
      color: black;
      background: rgba(227, 255, 236, 1);
      border-radius: 16px;
      float: left;

      margin-left: -100px;
    }

    .chat-bubble3::after {
      content: "";
      position: absolute;
      left: -10px;
      top: 50%;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      border-right: 10px solid #E3FFEC;
}

.chat-bubble4 {
      position: relative;
      color: black;
      background: rgba(227, 255, 236, 1);
      border-radius: 16px;
      float: left;
      
      margin-left: -55px;
    }

    .chat-bubble4::after {
      content: "";
      position: absolute;
      left: -10px;
      top: 50%;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      border-right: 10px solid #E3FFEC;
}


@media only screen and (max-width:480px){

.bg-banner2-image{
  width: 400px;
  height: 600px;
  margin-top: 50px;
  background-repeat: no-repeat;
  background-position: center 180px !important;
  background-image: url(../images/index/rider-sm.png) !important;
}



.chat-bubble {
      position: relative;
      background: rgba(227, 255, 236, 1);
      color: black;
      border-radius: 16px;
      box-shadow: 0px 64px 64px -48px rgba(0, 0, 0, 0.50);
      
      margin:0px ;
      
      
    }

    .chat-bubble::after {
      content: "";
      position: absolute;
      right: 0px;
      top: 50%;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-top: 0px solid transparent;
      border-bottom: 0px solid transparent;
      border-left: 0px solid #5BC390;
}

.chat-bubble1 {
      position: relative;
      color: black;
      background: rgba(227, 255, 236, 1);
      border-radius: 16px;
      margin:0px ;
      
    }

    .chat-bubble1::after {
      content: "";
      position: absolute;
      right: 0px;
      top: 50%;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-top: 0px solid transparent;
      border-bottom: 0px solid transparent;
      border-left: 0px solid #E3FFEC;
}

.chat-bubble2 {
      position: relative;
      color: black;
      background: rgba(227, 255, 236, 1);
      border-radius: 16px;
      margin:0px ;
    }

    .chat-bubble2::after {
      content: "";
      position: absolute;
      right: 0px;
      top: 50%;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-top: 0px solid transparent;
      border-bottom: 0px solid transparent;
      border-left: 0px solid #E3FFEC;
}

.chat-bubble3 {
      position: relative;
      color: black;
      background: rgba(227, 255, 236, 1);
      border-radius: 16px;
      margin:0px ;
    }

    .chat-bubble3::after {
      content: "";
      position: absolute;
      left: 0px;
      top: 50%;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-top: 0px solid transparent;
      border-bottom: 0px solid transparent;
      border-left: 0px solid #E3FFEC;
}

.chat-bubble4 {
      position: relative;
      color: black;
      background: rgba(227, 255, 236, 1);
      border-radius: 16px;
      margin:0px ;
    }

    .chat-bubble4::after {
      content: "";
      position: absolute;
      left: 0px;
      top: 50%;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-top: 0px solid transparent;
      border-bottom: 0px solid transparent;
      border-left: 0px solid #E3FFEC;
}

.chat-bubble5 {
      position: relative;
      color: black;
      background: rgba(227, 255, 236, 1);
      border-radius: 16px;
      float: right;
      margin-right: 0px;
    }

    .chat-bubble5::after {
      content: "";
      position: absolute;
      right: -10px;
      top: 50%;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-top: 0px solid transparent;
      border-bottom: 0px solid transparent;
      border-left: 0px solid #E3FFEC;
}

}
@media only screen and (max-width:1250px){
  .chat-bubble {
      position: relative;
      color: black;
      background: lrgba(227, 255, 236, 1);
      border-radius: 16px;
      box-shadow: 0px 64px 64px -48px rgba(0, 0, 0, 0.50);
      
      float: right;
      margin-right: -80px;
    }

    .chat-bubble::after {
      content: "";
      position: absolute;
      right: -10px;
      top: 50%;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      border-left: 10px solid #5BC390;
}

.chat-bubble1 {
      position: relative;
      color: black;
      background: rgba(227, 255, 236, 1);
      border-radius: 16px;
      float: right;
      margin-right: 0px;
    }

    .chat-bubble1::after {
      content: "";
      position: absolute;
      right: -10px;
      top: 50%;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      border-left: 10px solid #E3FFEC;
}

.chat-bubble:hover{
  color: white;
  background: linear-gradient(180deg, #177B74 0%, #5BC390 100%);
}
.chat-bubble1:hover{
  color: white;
  background: linear-gradient(180deg, #177B74 0%, #5BC390 100%);
}
.chat-bubble2:hover{
  color: white;
  background: linear-gradient(180deg, #177B74 0%, #5BC390 100%);
}
.chat-bubble3:hover{
  color: white;
  background: linear-gradient(180deg, #177B74 0%, #5BC390 100%);
}
.chat-bubble4:hover{
  color: white;
  background: linear-gradient(180deg, #177B74 0%, #5BC390 100%);
}
.chat-bubble5:hover{
  color: white;
  background: linear-gradient(180deg, #177B74 0%, #5BC390 100%);
}

.chat-bubble5 {
      position: relative;
      color: black;
      background: rgba(227, 255, 236, 1);
      border-radius: 16px;
      float: right;
      margin-right: -30px;
    }

    .chat-bubble5::after {
      content: "";
      position: absolute;
      right: -10px;
      top: 50%;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      border-left: 10px solid #E3FFEC;
}

.chat-bubble2 {
      position: relative;
      color: black;
      background: rgba(227, 255, 236, 1);
      border-radius: 16px;
      float: right;
      margin-right: -25px;
    }

    .chat-bubble2::after {
      content: "";
      position: absolute;
      right: -10px;
      top: 50%;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      border-left: 10px solid #E3FFEC;
}

.chat-bubble3 {
      position: relative;
      color: black;
      background: rgba(227, 255, 236, 1);
      border-radius: 16px;
      float: left;

      margin-left: -50px;
    }

    .chat-bubble3::after {
      content: "";
      position: absolute;
      left: -10px;
      top: 50%;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      border-right: 10px solid #E3FFEC;
}

.chat-bubble4 {
      position: relative;
      color: black;
      background: rgba(227, 255, 236, 1);
      border-radius: 16px;
      float: left;
      
      margin-left: -20px;
    }

    .chat-bubble4::after {
      content: "";
      position: absolute;
      left: -10px;
      top: 50%;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      border-right: 10px solid #E3FFEC;
}
}
@media only screen and (max-width:992px){
.chat-bubble {
      position: relative;
      color: black ;
      background: rgba(227, 255, 236, 1);
      border-radius: 16px;
      box-shadow: 0px 64px 64px -48px rgba(0, 0, 0, 0.50);
      
      margin:0px ;
      
      
    }

    .chat-bubble::after {
      content: "";
      position: absolute;
      right: 0px;
      top: 50%;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-top: 0px solid transparent;
      border-bottom: 0px solid transparent;
      border-left: 0px solid #5BC390;
}

.chat-bubble1 {
      position: relative;
      color: black;
      background: rgba(227, 255, 236, 1);
      border-radius: 16px;
      margin:0px ;
      
    }

    .chat-bubble1::after {
      content: "";
      position: absolute;
      right: 0px;
      top: 50%;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-top: 0px solid transparent;
      border-bottom: 0px solid transparent;
      border-left: 0px solid #E3FFEC;
}

.chat-bubble2 {
      position: relative;
      color: black;
      background: rgba(227, 255, 236, 1);
      border-radius: 16px;
      margin:0px ;
    }

    .chat-bubble2::after {
      content: "";
      position: absolute;
      right: 0px;
      top: 50%;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-top: 0px solid transparent;
      border-bottom: 0px solid transparent;
      border-left: 0px solid #E3FFEC;
}

.chat-bubble3 {
      position: relative;
      color: black;
      background: rgba(227, 255, 236, 1);
      border-radius: 16px;
      margin:0px ;
    }

    .chat-bubble3::after {
      content: "";
      position: absolute;
      left: 0px;
      top: 50%;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-top: 0px solid transparent;
      border-bottom: 0px solid transparent;
      border-left: 0px solid #E3FFEC;
}

.chat-bubble4 {
      position: relative;
      color: black;
      background: rgba(227, 255, 236, 1);
      border-radius: 16px;
      margin:0px ;
    }

    .chat-bubble4::after {
      content: "";
      position: absolute;
      left: 0px;
      top: 50%;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-top: 0px solid transparent;
      border-bottom: 0px solid transparent;
      border-left: 0px solid #E3FFEC;
}

.chat-bubble5 {
      position: relative;
      color: black;
      background: rgba(227, 255, 236, 1);
      border-radius: 16px;
      float: right;
      margin-right: 0px;
    }

    .chat-bubble5::after {
      content: "";
      position: absolute;
      right: -10px;
      top: 50%;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-top: 0px solid transparent;
      border-bottom: 0px solid transparent;
      border-left: 0px solid #E3FFEC;
}

}



.bg-color-gradiant{
  background: linear-gradient(180deg, #0D5D56 0%, rgba(13, 93, 86, 0.82) 47.22%, rgba(13, 93, 86, 0.69) 72.69%, #E3FFEC 129.23%);

}

.btn-outline1{
  color: white;
  padding: 15px;
  margin: 5px 15px 5px 5px;
  font-weight: 600;
  font-size: 14px ;
  border: 2px solid rgba(12, 131, 70, 1);
  background: linear-gradient(90deg, #0D5D56 44.84%, #0C8346 84.48%);
  border-radius: 50px;
}

.btn-outline1:hover{
  color: white;
  padding: 15px;
  margin: 5px 15px 5px 5px;
  font-weight: 600;
  font-size: 14px ;
  background: linear-gradient(90deg, #0D5D56 44.84%, #0C8346 84.48%);
  border-radius: 50px;
}

.btn-outline2{
  color: rgba(12, 131, 70, 1) !important;
  padding: 15px;
  margin: 5px 15px 5px 5px;
  font-weight: 600;
  font-size: 14px ;
  border: 2px solid rgba(12, 131, 70, 1);
  background: white;
  border-radius: 50px;
}
.btn-outline2:hover{
  color: white;
  padding: 15px;
  margin: 5px 15px 5px 5px;
  font-weight: 600;
  font-size: 14px ;
  background: linear-gradient(90deg, #0D5D56 44.84%, #0C8346 84.48%);
  border-radius: 50px;
}

.feature{
  border: 1px solid rgba(13, 93, 86, 1);

  td{
    border: 1px solid black;
  }

}

.feature th{
  border: 1px solid black;
  background: rgba(13, 93, 86, 1);
  color: white;
}

.bg-green-gradiant{
  background: white;
  color: black;
}
.bg-green-gradiant:hover{
  background: linear-gradient(180deg, #0D5D56 0%, #329F5B 100%);
  color: white;
}
.border3{
  border: 1px solid black;
  border-radius: 10px;
}

.btn-primary2{
  color: white;
  font-size: 14px ;
  border: 1px solid white;
  background: linear-gradient(90deg, #0D5D56 44.84%, #0C8346 84.48%);
  border-radius: 50px;
}
.btn-primary2:hover{
  color: white;
  font-size: 14px ;
  border: 1px solid white;
  background: linear-gradient(180deg, #0D5D56 0%, #329F5B 100%);
  border-radius: 50px;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}


.img-rounded{
  width: 50px;
  height: 50px;
  object-fit: cover;
  position: relative;
  border-radius: 50%;
}


.bg-color-gradiant1{
  border: 1px solid rgba(13, 93, 86, 1);
  color: black;
  border-radius: 5px;
}
.bg-color-gradiant1:hover{
  background: linear-gradient(90deg, #0D5D56 0%, #0C8346 51.57%, #8FD5A6 95.41%);
  border-radius: 5px;
  color: white !important;
}

.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
    color: white !important;
    background: linear-gradient(90deg, #0D5D56 0%, #0C8346 51.57%, #8FD5A6 95.41%);
}

.nav-pills .nav-link.active .color-image1{
  filter: brightness(0) invert(1);
}


.tab-link {
  border: 1px solid rgba(13, 93, 86, 1);
  color: black;
  border-radius: 5px;
}

.tab-link:hover {
  background: linear-gradient(90deg, #0D5D56 0%, #0C8346 51.57%, #8FD5A6 95.41%);
  border-radius: 5px;
  color: white;
}

.tab-link.active {
  background: linear-gradient(90deg, #0D5D56 0%, #0C8346 51.57%, #8FD5A6 95.41%);
  border-radius: 5px;
  color: white;
}


.bg-light-green1{
  background: rgba(50, 159, 91, 1);

}

.input1 label{
  font-size: 13px;
}

.input1 input{
  border: 1px solid white;
  padding: 5px;
  border-radius: 20px ;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;


}

.form-control {
  padding-left: 5rem; /* override Bootstrap default */
}

.input1 select{
  border: 1px solid white;
  padding: 5px;
  border-radius: 20px ;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.input1 option{
  border: 1px solid white;
  padding: 5px;
  border-radius: 20px ;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;

}

.input1 input::placeholder{
  
  font-size: 13px;
}
select{
  padding-left:25px !important;

}
.input1 select::option{
  font-family: "Poppins", sans-serif !important;
  font-weight: 500 !important;
  font-style: normal;
  font-size: 13px;
  
}
.input1 textarea{
  border: 1px solid white;
  padding: 5px;
  border-radius: 20px ;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

input{
  padding-left:25px !important;
}

textarea{
  padding-left:25px !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 500 !important;
  font-style: normal;
  font-size: 13px !important;
}

.a-underline:hover{
  color: #0d5d56;
}



/* Arrow rotation - down when collapsed and up when expanded */
 .card-header .btn .fas {
    transition: transform 0.3s ease-in-out;
            margin-right: 10px;
        }

        /* Change to up arrow when expanded */
        .card-header .btn.collapsed .fa-chevron-down {
            display: inline-block;
        }

        .card-header .btn .fa-chevron-down {
            display: none;
        }

        .card-header .btn.collapsed .fa-chevron-up {
            display: none;
        }

        .card-header .btn .fa-chevron-up {
            display: inline-block;
        }

        .card-header h5 a{
            color: #000;
            margin: 0;
            text-align: left;
        }
        .card-header {
            padding: .75rem 1.25rem;
            margin-bottom: 0;
            background-color: #fff;
            border-radius: 12px !important;
            /* border-top: 1px solid #ccc;
            border-right: 1px solid #ccc;
            border-right: 1px solid #ccc;
            border-bottom: none; */
            border: none;
        }

        .card {
            position: relative;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
            min-width: 0;
            word-wrap: break-word;
            background-color: #fff;
            background-clip: border-box;
            border: 0.93px solid rgba(217, 217, 217, 1);
            border-radius: 14px;
            margin-bottom: 10px;
        }

         /* Add box-shadow when accordion is open */
         .card .show {
            box-shadow: 7px 7px 9px rgba(0, 0, 0, 0.2);/* Apply shadow to the open accordion */
            border-radius: 12px;
        }

        .contact-section{
                margin-top: -60px;
             }
        

        /* Extra small devices (phones, less than 576px) */
            @media (max-width: 575.98px) {
             .contact-image{
                display: none;
             }
             .contact-section{
                margin: 0;
             }
            }

    .gradient-text { 
            /* font-size: 48px; */
            font-weight: bold;
            background: linear-gradient(90deg, #6A00FF, #3c1f6d);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        .feature-box-img{
            margin: auto;
            display: block;
        }

        .service-card {
    border-radius: 16px;
    border: 1px solid #e6e6e6;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: scale(1.05);
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1);
}

.icon-container {
    /* background: #f0f0f5; */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.icon-container img {
    max-width: 120px !important;
}

.card-title {
    font-weight: 600;
    text-align: center;
}

.card-text {
    font-size: 0.9rem;
    color: #666;
    text-align: center;
}


    
.service-card {
    border-radius: 16px;
    border: 1px solid #e6e6e6;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* width: 305px; */
}

.service-card:hover {
    transform: scale(1.05);
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1);
}

.icon-container {
    background: #f0f0f5;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.icon-container img {
    max-width: 40px;
}

.card-title {
    font-weight: 600;
    text-align: center;
    font-size: 14px;
}

.card-text {
    font-size: 0.9rem;
    color: #666;
    text-align: center;
    font-size: 12px;
}

.card-body{
  font-size: 14px;
  padding: 0;
}


.tab1 .active{
  color: white !important;
}

.tab1 .nav-link:hover{
  color: white !important;
}



.tab2 .active{
  color: white !important;
  padding: 15px;
  margin: 5px 15px 5px 5px;
  font-weight: 600 !important;
  font-size: 14px ;
  background: linear-gradient(90deg, #0D5D56 44.84%, #0C8346 84.48%) !important;
  border-radius: 50px;
}

.tab2 .nav-link{
  color: rgba(12, 131, 70, 1) ;
  padding: 15px;
  margin: 5px 15px 5px 5px;
  font-weight: 600 !important;
  font-size: 14px ;
  border: 2px solid rgba(12, 131, 70, 1);
  background: white;
  border-radius: 50px !important;
}

.tab2 .nav-link:hover{
  color: white !important;
  padding: 15px;
  margin: 5px 15px 5px 5px;
  font-weight: 600;
  font-size: 14px ;
  background: linear-gradient(90deg, #0D5D56 44.84%, #0C8346 84.48%);
  border-radius: 50px;
}

.text-hover{
  color: #0D5D56;
  background: linear-gradient(90deg, #0D5D56 0%, #8FD5A6 100%);
  cursor: pointer;
}

.text-hover1{
  color: white !important;
  
}
.tab3 .text-hover1:hover{
  color: white ;
  font-weight: 600 !important;
  background: linear-gradient(90deg, #0D5D56 0%, #8FD5A6 100%) !important;
  border-radius: 40px !important;

}

.tab3 .nav-link .active{
  color: white ;
  font-weight: 600 !important;
  background: linear-gradient(90deg, #0D5D56 0%, #8FD5A6 100%) !important;
  border-radius: 40px !important;
  padding: 0px;
}

.tab3 .nav-link{
  color: #0D5D56 !important;
  font-weight: 600 !important;
  border-radius: 40px !important;
  padding: 0px;
}

.tab3 .nav-link:hover{
  color: white !important;
  font-weight: 600 !important;
  border-radius: 40px !important;
  padding: 0px;
}

.tab3 .nav-pills .nav-link.active{
  color: white !important;
}

.bg-light-green-hover:hover{
    background: linear-gradient(180deg, #0D5D56 0%, rgba(13, 93, 86, 0.82) 47.22%, rgba(13, 93, 86, 0.69) 72.69%, #E3FFEC 129.23%);
    color: white;

}
.fixed-top{
  background-color: white !important;
}


footer {
    background: rgb(50 159 91) !important;
    color: #fff;
    padding: 80px 0 0 0;
    font-size: 14px
}

footer.footer-light {
    background: #fff;
    border-top: solid 1px #eee;
    color: #fff
}

footer.footer-light a {
    color: #fff
}

footer.footer-black {
    background: #222
}

footer h5,.de_light footer h5 {
    color: #fff;
    font-size: 16px;
    text-transform: none
}

footer a {
    color: #fff;
    text-decoration: none !important
}

footer .under:hover{
      color: linear-gradient(180deg, #0D5D56 0%, rgba(13, 93, 86, 0.82) 47.22%, rgba(13, 93, 86, 0.69) 72.69%, #E3FFEC 129.23%) !important;

}

footer{background:#fff;color:#fff;padding:80px 0 0 0;font-size:14px}
footer.footer-light{background:#fff;border-top:solid 1px #eee;color:#fff}
footer.footer-light 
a{color:#fff}
footer.footer-black{background:#222}
footer h5,.de_light footer h5{color:#fff;font-size:16px;text-transform:none}
footer a{color:#fff;text-decoration:none !important}
.de-navbar-left footer{padding:70px 70px 0 70px}
.subfooter{border-top:solid 1px #eee;margin-top:40px;padding:20px 0 20px 0}




/* Black carousel arrows */
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      background-image: none;
    }
    .carousel-control-prev-icon::after,
    .carousel-control-next-icon::after {
      content: '';
      display: inline-block;
      width: 20px;
      height: 20px;
      border-top: 2px solid black;
      border-right: 2px solid black;
    }
    .carousel-control-prev-icon::after {
      transform: rotate(-135deg);
      margin-left: 5px;
    }
    .carousel-control-next-icon::after {
      transform: rotate(45deg);
      margin-right: 5px;
    }





.slide1 {
    animation: scroll 60s linear infinite;
    
    padding: 5px 60px;
}

.slide-track {
    width: 100%;
    display: flex;
    gap: 3em;
    overflow: hidden
}

@keyframes scroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translatex(-900%)
    }
}

@media (max-width:480px){
  .slide1 {
    animation: scroll 20s linear infinite;
    
    padding: 5px 10px;
}
}


/*blacklance*/

.round-purple{
  color: grey;
  padding: 12px;
  border-radius: 100%;
  border: 1px solid grey;
}

.round-purple:hover{
  color: white;
  padding: 12px;
  background: rgba(129, 103, 230, 1);
  border-radius: 100%;
  border: 1px solid rgba(129, 103, 230, 1);
}

.bg-color-purple{
  background: rgba(129, 103, 230, 1);
  color: white;
  
}

.bg-color-purple-box{
  width:100%; height: 350px;
  color: black;
  border:1px solid grey;
  
}

.bg-color-purple-box:hover{
  background: rgba(129, 103, 230, 1);
  color: white;
  border:1px solid rgba(129, 103, 230, 1);
  
}

.box1-blacklance{
  width: 13%;
  height: 400px;
}

.arc:hover{
  background-image: url(../images/blacklance/arc.png) !important; 
  background-repeat: no-repeat; 
  background-position: top center;
}

.box-hover:hover .arc{
  background-image: url(../images/blacklance/arc.png) !important; 
  background-repeat: no-repeat; 
  background-position: top center;

}
.box-hover:hover .round-purple{
  color: white;
  padding: 12px;
  background: rgba(129, 103, 230, 1);
  border-radius: 100%;
  border: 1px solid rgba(129, 103, 230, 1);
}

@media(max-width: 480px) {
.box1-blacklance{
  width: 45%;
  height: auto !important;
}

.bg-color-purple-box{
  width:100%; 
  min-height: 410px;
  max-width: 500px;
  color: black;
  border:1px solid grey;
  
}
}

@media only screen and (max-width: 380px) {
.box1-blacklance{
  width: 45%;
  height: auto !important;
}

.bg-color-purple-box{
  width:100%; 
  min-height: 450px;
  
  color: black;
  border:1px solid grey;
  
}
}

@media only screen and (min-width: 480) and (max-width: 992px) {
.box1-blacklance{
  width: 45%;
  height: auto !important;
}

.bg-color-purple-box{
  width:100%; 
  min-height: 320px;
  max-width: 320px;
  color: black;
  border:1px solid grey;
  
}
}

@media only screen and (min-width:992px) and (max-width: 1024px) {
.box1-blacklance{
  width: 25%;
  height: auto !important;
}

.bg-color-purple-box{
  width:100%; 
  min-height: 400px;
  max-width: 500px;
  color: black;
  border:1px solid grey;
  
}
}

@media only screen and (min-width:1024px) and (max-width: 1360px) {
.box1-blacklance{
  width: 13%;
  height: auto !important;
}

.bg-color-purple-box{
  width:100%; 
  min-height: 420px;
  max-width: 520px;
  color: black;
  border:1px solid grey;
  
}
}


.bg-light-grey{
  background: rgba(221, 218, 250, 1);
}

.tab4 .text-hover1:hover{
  color: white ;
  font-weight: 600 !important;
  background: linear-gradient(90deg, #0D5D56 0%, #8FD5A6 100%) !important;
  border-radius: 40px !important;

}

.tab4 .nav-link .active{
  color: white ;
  font-weight: 600 !important;
  background: rgba(99, 58, 199, 1)!important;
  border-radius: 40px !important;
  padding: 0px;
}

.tab4 .nav-link{
  color: #000 !important;
  font-weight: 600 !important;
  border-radius: 40px !important;
  padding: 3px;
}

.tab4 .nav-link:hover{
  color: white !important;
  font-weight: 600 !important;
  border-radius: 40px !important;
  padding: 3px;
  background: rgba(99, 58, 199, 1);
}

.tab4 .nav-pills .nav-link.active{
  color: white !important;
}
.tab4.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
    color: white !important;
    background: rgba(99, 58, 199, 1);
    padding: 3px;

}
.text-hover-purple{
  color: #0D5D56;
}
.text-hover-purple:hover{
  color: white;
  background: linear-gradient(90deg, #0D5D56 0%, #8FD5A6 100%);
  cursor: pointer;

}

.bg-color-purple-hover:hover{
  background: rgba(129, 103, 230, 1);
  color: white;
  
}

.bg-light-grey1{
  background: rgba(221, 218, 250, 1);
}
@media only screen and (max-width:480px){
  .bg-light-grey1{
  background: #eef2fd;
}
.border2{
  margin: 5px;
}
}


.tab4-active .active{
  color: black !important;
}

.banner-purple-box{
  height: auto;

  width: 90%;
  margin: 0 auto;
  background: linear-gradient(90deg, #8167E6 0%, #29185D 58.05%, #452989 100%);
  border-radius: 5px;
  
}

.btn-white-blacklance{
  color: rgba(126, 87, 194, 1);
  background: white;
  font-weight: 600;
  font-size: 14px ;
  border: 2px solid white;
  border-radius: 50px;
}
.btn-white-blacklance:hover{
  color: white;
  background: rgba(126, 87, 194, 1);
  font-weight: 600;
  font-size: 14px ;
  border: 2px solid whitesmoke;
  border-radius: 50px;
}
.circle{
  border-radius: 2px solid grey;
  border-radius: 100%;
  padding: 15px;

}

.box-hover:hover .circle{
  background-color: rgba(126, 87, 194, 1);
  border-radius: 100%;
  padding: 15px;

}

.bg-color-purple-box1{
  background: rgba(238, 242, 253, 1);
  color: black;
  
}
.bg-color-purple-box1:hover{
  background: rgba(129, 103, 230, 1);
  color: white;

}

.btn-outline-purple1{
  border-radius: 30px;
  color: rgba(129, 103, 230, 1);
  border: 2px solid rgba(129, 103, 230, 1);
}
.btn-outline-purple1:hover{
  border-radius: 30px;
  color: white;
  background: rgba(129, 103, 230, 1);
  border: 2px solid white;
}

.bg-color-purple-box2{
  background: rgba(238, 242, 253, 1);
  color: black;
}

.box-hover:hover .img-hover{
  background-image: url(../images/blacklance/blur.png) ;
  background-repeat: no-repeat; 
  background-position:center;
  background-size: 121px 113px;
}
.box-hover:hover .btn-outline-purple1{
  border-radius: 30px;
  color: white;
  background: rgba(129, 103, 230, 1);
  border: 2px solid white;
}

.btn-primary-purple{
  color: white;
  padding: 15px;
  margin: 5px 15px 5px 5px;
  font-weight: 600;
  font-size: 14px ;
  border: 1px solid white;
  background: rgba(129, 103, 230, 1);
  border-radius: 50px;
}

.btn-primary-purple1{
  color: white;
  padding: 15px;
  margin: 5px 15px 5px 5px;
  font-weight: 600;
  font-size: 14px ;
  background: rgba(129, 103, 230, 1);
  border: 2px solid rgba(129, 103, 230, 1);
  border-radius: 5px;
}

.btn-primary-purple1:hover{
  color: rgba(129, 103, 230, 1);
  padding: 15px;
  margin: 5px 15px 5px 5px;
  font-weight: 600;
  font-size: 14px ;
  border: 2px solid rgba(129, 103, 230, 1);
  background: white;
  border-radius: 5px;
}


.btn-primary-purple:hover{
  color: white;
  padding: 15px;
  margin: 5px 15px 5px 5px;
  font-weight: 600;
  font-size: 14px ;
  border: 1px solid white;
  background: rgba(129, 103, 230, 1);
  border-radius: 50px;
} 

.bg-color-light-blue{
  background: rgba(238, 242, 253, 1);
}
.acc1 .card{
  border: 1px solid white;
}

.acc1 .card .show {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    border-radius: 12px;
} 

/*.acc1 .card, .card-header {
  background: rgba(129, 103, 230, 1);
  color: white !important;
}

.acc1 .card-header h5 a{
  color: white !important;
}*/



.card.active {
  background: rgba(129, 103, 230, 1);
  color: white !important;
}

.card.active a,
.card.active i {
  color: white !important;
}
.acc1 .card-header{
  background: transparent !important;

}
.card.active {
  background-color: #6f42c1; /* Bootstrap purple */ 
  color: white;

  .card-header h5 a{
    font-weight: 700;
  }
}
.card.active .btn-link,
.card.active .fa {
  color: white !important;
}

