* {
    margin: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
    overflow-y: auto;
    scrollbar-width:none;
}

body {
    width: 100%;
    max-width: 100vw;
}
.heading1 h1{
    /* width: 162.15px; */
    width: 100%;
    top: 72px;
    /* left: 172.8px; */
    opacity: 1;
    /* position: absolute; */
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0%;
    text-align: left;
}
.para{
    color: #4D4D4D;
    /* width: 166.15px; */
    width: 100%;
    top: 59.49px;
    left: 172.85px;
    font-size: 12px;
    font-weight:lighter;
    letter-spacing: 0%;
}

.navbar .heading1 h1 span {
    color: #36B864;
}

.navbar ul {
    margin: 0;
    padding: 0;
}
.list>ul>span>li>a{
    color: #36B864;
}

.navbar ul li {
    display: inline-block;
    list-style-type: none;
    padding: 10px;
    gap: 29px;
    font-size: 16px;
    letter-spacing: 0%;
    font-weight: 400;
}
.navbar .list  i{
    display: none;
}
.navbar ul li a {
    text-decoration: none;
    font-weight: bold;
    color: #4D4D4D;
}

.navbar ul li a:hover {
    color: rgb(202, 19, 19);
    transition: .3s;
}


.navbar button {
    border: none;
    background:#36B864;
    padding: 15px 20px;
    border-radius: 06px;
    max-width: 159px;
    width: 100%;
    top: 12px;
    right: 32px;
    bottom: 12px;
    left: 32px;
    gap: 10px;
    color: #FFFFFF;
}
.button>p{
    font-size: 16px;
    font-weight:500;
    cursor: pointer;
    letter-spacing: 0%;
    line-height: 100%;

}
.navbar {
    display: flex;
    align-items: center; 
    justify-content: space-between;
    padding: 20px 5%; 
}
.heading1 h1{
    /* width: 162.15px; */
    width: 100%;
    top: 72px;
    left: 172.8px;
    opacity: 1;
    /* position: absolute; */
    font-size: 25px;
    font-weight: 800;
    letter-spacing: 0%;
}
.para{
    color: #4D4D4D;
    /* width: 166.15px; */
    width: 100%;
    top: 59.49px;
    left: 172.85px;
    font-size: 12px;
    font-weight:lighter;
    letter-spacing: 0%;
}

.navbar .heading1 h1 span {
    color: #36B864;
}

.navbar ul {
    margin: 0;
    padding: 0;
}
.list>ul>span>li>a{
    color: #36B864;
}

.navbar ul li {
    display: inline-block;
    list-style-type: none;
    padding: 10px;
    gap: 29px;
    font-size: 16px;
    letter-spacing: 0%;
    font-weight: 400;
}

.navbar ul li a {
    text-decoration: none;
    font-weight: bold;
    color: #4D4D4D;
}

.navbar ul li a:hover {
    color: rgb(202, 19, 19);
    transition: .3s;
}

.navbar button {
    border: none;
    background:#36B864;
    padding: 15px 20px;
    border-radius: 06px;
    max-width: 159px;
    width: 100%;
    top: 12px;
    right: 32px;
    bottom: 12px;
    left: 32px;
    gap: 10px;
    color: #FFFFFF;
}
.button>p{
    font-size: 16px;
    font-weight:500;
    cursor: pointer;
    letter-spacing: 0%;
    line-height: 100%;
}

/* .carousel-item img {
  height: 500px;        
  object-fit: cover; 
  width: 100%;  
} */



.second {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(0deg);
    opacity: 1;
    gap: 40px;
    padding: 100px 0px 0px 5%;
    display: flex;
    background-image: url(./images/figma.png);
}
.second>.list1 {
    width: 100%;
    gap: 12px;
    display: flex;
    flex-direction: column;
}
.second>.list1>.para2>p {
    width: 100%;
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
    color: rgba(17, 29, 21, 1);
}

.second>.list1>.heads1{
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.second>.list1>.heads1>h1 {
    width: 100%;
    max-width: 610px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-style: bold;
    font-size: 52px;
    line-height: 114.9%;
    letter-spacing: 0%;
    color: rgba(17, 29, 21, 1);
}
.second>.list1>.heads1>p {
    width: 100%;
    max-width: 543px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
    color: rgba(102, 102, 102, 1);
}

.herobuttons{
    display: flex;
    gap: 30px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 30px 0;
}

.herobuttons>button{
max-width: 200px;
height: 54px;
}

.herobuttons>.fill{
    width: fit-content;
    font-size: 20px;
    background-color: #36B864;
    padding: 10px 20px;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
.herobuttons>.outline{
    width: fit-content;
    font-size: 20px;
    /* background-color: #35686e; */
    background: transparent;
    padding: 10px 20px;
  color: rgba(17, 29, 21, 1);
  border: 1px solid rgba(102, 102, 102, 1);
  border-radius: 6px;
  cursor: pointer;
}


.third{
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 150px 5% 75px 5%;
}

.third>.heading1>h2{
    width: 100%;
    /* max-width: 880px; */
  opacity: 1;
  font-family: 'Be Vietnam Pro', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 44px;
  line-height: 120%;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-right: 50px;
}



.third>.heading1{
gap: 20px;
flex-direction: row;
    display: flex;
    justify-content: space-between;
}
.third>.heading1>.para4{
    width: 100%;
opacity: 1;
gap: 12px;
flex-direction: column;
}
.third>.heading1>.para4>h5{
font-family: Arial, Helvetica, sans-serif;
font-weight: 600;
font-style: Bold;
font-size: 20px;
line-height: 200%;
}
.third>.heading1>.para4>p{
    width: 100%;
/* max-width: 433px; */
font-family:Arial, Helvetica, sans-serif ;
font-weight: 400;
font-size: 16px;
line-height: 150%;
color: rgba(102, 102, 102, 1);
letter-spacing: 0%;

}
.third>.pics{
    /* width: 1170px; */
gap: 30px;
display: flex;
padding-bottom: 30px;
}



.third>.pics>.container{
    width: 100%;
gap: 16px;
height: auto;
display: flex;
justify-content: space-between;
}
.third>.pics>.container>.content1>.imag1>img{
    max-width: 370px;   
    height: auto;     
    border-radius: 30px;
    object-fit: cover;
    display: block;
}
.third>.pics>.container>.content1{
    width: 100%;
    /* max-width: 370px; */
gap: 24px;
display: flex;
margin-top: 19px;
flex-direction: column;
}

.third>.pics>.container>.content1>.show1{
    max-width: 370px;
    width: 100%;
    height: auto;
    gap: 24px;
    display: flex;
    flex-direction: column;
}


.third>.pics>.container>.content1>.show1>h6{
width: 100%;
/* height: auto; */
font-family: Arial, sans-serif;
font-weight: 600;
font-style: Bold;
font-size: 24px;
line-height: 120%;
letter-spacing: 0%;
color: rgba(17, 29, 21, 1);
/* margin-bottom: 20px; */
}
.third>.pics>.container>.content1>.show1>p{
    /* width: 370px; */
    width: 100%;
/* height: 72px; */
font-family: system-ui, -apple-system, 'Segoe UI', 'Open Sans', 'Helvetica Neue', sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
line-height: 150%;
letter-spacing: 0%;
color: rgb(102, 102, 102);
}
.third>.pics>.container>.content1>.show1>.butn1{
  width: 100%;
    max-width: 150px;
    /* height: auto;          */
    padding: 12px 20px;   
    /* gap: 10px; */
    border-radius: 6px;
    border: 1px solid rgba(102, 102, 102, 1);
    border-width: 0.3px;
/* margin-top: 20px; */
}

.third>.pics>.container>.content2{
    width: 100%;
    /* max-width: 370px; */
    height: auto;
gap: 26px;
/* padding-bottom: 30px; */
display: flex;
flex-direction: column;
/* margin-top: 8px; */
}

.third>.pics>.container>.content2>.imag2>img{
max-width: 370px;  
    height: auto;     
    border-radius: 30px;
    object-fit: cover;  
    display: block;  
}
.third>.pics>.container>.content2>.show2{
    width: 100%;
        max-width: 370px;

    height: auto;
    gap: 24px;
    display: flex;
    flex-direction: column;
}


.third>.pics>.container>.content2>.show2>h6{
    width: 100%;
font-family: Arial, sans-serif;
font-weight: 600;
font-size: 24px;
line-height: 120%;
letter-spacing: 0%;
color: rgba(17, 29, 21, 1);
/* margin-bottom: 20px; */
}

.third>.pics>.container>.content2>.show2>p{
       /* width: 370px; */
    width: 100%;
/* height: 72px; */
font-family: system-ui, -apple-system, 'Segoe UI', 'Open Sans', 'Helvetica Neue', sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
line-height: 150%;
letter-spacing: 0%;
color: rgb(102, 102, 102);
}
.third>.pics>.container>.content2>.show2>.butn2{
  width: 100%;
    max-width: 150px;
    /* height: auto;          */
    padding: 12px 20px;   
    /* gap: 10px; */
    border-radius: 6px;
    color: #e9eeeb;
    background-color: rgba(54, 184, 100, 1);
    border: 1px solid rgba(54, 184, 100, 1);
    border-width: 0.3px;
/* margin-top: 20px; */
}



.third>.pics>.container>.content3{
    width: 100%;
/* height: 493px; */
gap: 26px;
display: flex;
flex-direction: column;
}
.third>.pics>.container>.content3>.imag3>img{
max-width: 370px;   
    height: auto;       
    border-radius: 30px;
    object-fit: cover;  
    display: block;  
}

.third>.pics>.container>.content3>.show3{
    width: 100%;
        max-width: 370px;
    height: auto;
    gap: 24px;
    display: flex;
    flex-direction: column;
}

.third>.pics>.container>.content3>.show3>h6{
font-family: Arial, sans-serif;
font-weight: 600;
font-size: 24px;
line-height: 120%;
letter-spacing: 0%;
color: rgba(17, 29, 21, 1);
}

.third>.pics>.container>.content3>.show3>p{
    /* width: 370px; */
    width: 100%;
/* height: 72px; */
font-family: system-ui, -apple-system, 'Segoe UI', 'Open Sans', 'Helvetica Neue', sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
line-height: 150%;
letter-spacing: 0%;
color: rgb(102, 102, 102);
}
.third>.pics>.container>.content3>.show3>.butn3{
    width: 100%;
    max-width: 150px;
    height: auto;         
    padding: 12px 20px;   
    gap: 10px;
    border-radius: 6px;
    border: 1px solid rgba(102, 102, 102, 1);
    border-width: 0.3px;
}
.forth {
    max-width: 1440px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 75px 5%;
  align-items:center;
  gap: 50px;
}

.forth > .blok {
    width: 100%;
  max-width: 527px;
  /* height: 327px; */
  display: flex;
  gap: 50px;
  flex-direction: column;
}

.forth > .blok >.iner-b{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.forth > .blok >.iner-b> .afford {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: rgb(48, 58, 51);
}

.forth > .blok >.iner-b> .high > p {
    width: 100%;
  max-width: 527px;
  /* height: 84px; */
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 40px;
  color: rgba(17, 29, 21, 1);
}

.forth > .blok >.iner-b >.provide > p {
    width: 100%;
  max-width: 516px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: rgba(102, 102, 102, 1);
}

.forth > .blok > .thirdbutton {
  display: flex;
  margin-top: auto;
  justify-content: flex-start; 
  align-items: flex-end; 

}

.forth > .blok > .thirdbutton > .get {
    width: 100%;
  max-width: 167px;
  /* height: 56px; */
  border-radius: 6px;
  padding: 16px 36px;
  border-width: 0.3px;
  cursor: pointer;
  border: 1px solid;
  background-color: rgba(54, 184, 100, 1);
  color: rgba(255, 255, 255, 1);
}

.forth > .blok2 >.image1 {
    display: flex;
    width: 100%;
    max-width: 478px;
}


.fifth{
    gap: 80px;
    opacity: 1;
    padding: 75px 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.fifth>.firsthead{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;  
    gap: 40px;
}

.fifth>.firsthead>.effective>h1{
    width: 100%;
    max-width: 610px;
    /* height: 106px; */
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-style: Bold;
    font-size: 42px;
    line-height: 120%;
    letter-spacing: 0%;
    display: flex;
    color: rgba(17, 29, 21, 1);
}

.fifth>.firsthead>.another{
    width: 100%;
    max-width: 440px;
    opacity: 1;
    gap: 12px;
    display: flex;
    flex-direction: column;
}

.fifth>.firsthead>.another>h4{
    max-width: 440px;
    width: 100%;
    opacity: 1;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-style: Bold;
    font-size: 20px;
    line-height: 100%;
    color: rgba(17, 29, 21, 1);
}

.fifth>.firsthead>.another>p{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: rgba(102, 102, 102, 1);
}


.fifth>.secondhead{
width: 100%;
/* max-width: 1170px; */
gap: 30px;
display: flex;
}
.fifth>.secondhead>.boxes1{
    width: 100%;
    /* max-width: 370px; */
    /* height: 545px; */
    transform: rotate(0deg); 
    opacity: 1;
    gap: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.fifth>.secondhead>.boxes1>.photo{
  opacity: 1;
  /* max-width: 370px; */
    width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #ddd; 
}

.fifth>.secondhead>.boxes1>.piccontent{
    width: 100%;
    /* max-width: 339px; */
    /* height: 201px; */
    opacity: 1;
    gap: 20px;
    display: flex;
    flex-direction: column;
    padding-right: 20px;
    padding-left: 20px;
}
.fifth>.secondhead>.boxes1>.piccontent>h6{
    width: 100%;
    /* max-width: 176px; */
/* height: 29px; */
font-family: Arial, Helvetica, sans-serif;
font-weight: 600;
font-style: Bold;
font-size: 24px;
line-height: 120%;
letter-spacing: 0%;
color: rgba(17, 29, 21, 1);
}

.fifth>.secondhead>.boxes1>.piccontent>p{
    width: 100%;
    /* max-width: 299px; */
/* height: 72px; */
font-family: Arial, Helvetica, sans-serif;
font-weight: 400;
font-style:normal;
font-size: 16px;
line-height: 150%;
letter-spacing: 0%;
color: rgba(102, 102, 102, 1);
}
.icon-img{
    display: flex;
    gap: 12px;
    width: 100%;
    justify-content: flex-start;
}
.icon-img>.img {
    width: 32px;
    background: #fffefe;
    color: #0a0a0a;
    gap: 4px;
}



.fifth>.secondhead>.boxes2{
    width: 100%;
    /* max-width: 370px; */
    gap: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    border: 0.5px solid rgba(131, 167, 144, 1);
    border-radius: 20px;
}

.fifth>.secondhead>.boxes2>.photo2{
    /* max-width: 370px; */
    width: 100%;
    opacity: 1;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.fifth>.secondhead>.boxes2>.piccontent2{
    width: 100%;
    /* max-width: 339px; */
    opacity: 1;
    gap: 20px;
    display: flex;
    flex-direction: column;
    padding-right: 20px;
    padding-left: 20px;
}
.fifth>.secondhead>.boxes2>.piccontent2>h6{
    /* max-width: 176px; */
    width: 100%;
font-family: Arial, Helvetica, sans-serif;
font-weight: 600;
font-style: Bold;
font-size: 24px;
line-height: 120%;
letter-spacing: 0%;
color: rgba(17, 29, 21, 1);
}

.fifth>.secondhead>.boxes2>.piccontent2>p{
   /* max-width: 299px; */
   width: 100%;
font-family: Arial, Helvetica, sans-serif;
font-weight: 400;
font-style:normal;
font-size: 16px;
line-height: 150%;
letter-spacing: 0%;
color: rgba(102, 102, 102, 1);
}




.fifth>.secondhead>.boxes3{
    width: 100%;
    /* max-width: 370px; */
    /* height: 545px; */
    transform: rotate(0deg); 
    opacity: 1;
    gap: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.fifth>.secondhead>.boxes3>.photo3{
    width: 100%;
    /* max-width: 370px; */
    opacity: 1;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.fifth>.secondhead>.boxes3>.piccontent3{
    width: 100%;
    /* max-width: 339px; */
    /* height: 201px; */
    transform: rotate(0deg); 
    opacity: 1;
    gap: 20px;
    display: flex;
    flex-direction: column;
    padding-right: 20px;
    padding-left: 20px;
}
.fifth>.secondhead>.boxes3>.piccontent3>h6{
    width: 100%;
    /* max-width: 176px; */
/* height: 29px; */
font-family: Arial, Helvetica, sans-serif;
font-weight: 600;
font-style: Bold;
font-size: 24px;
line-height: 120%;
letter-spacing: 0%;
color: rgba(17, 29, 21, 1);
}

.fifth>.secondhead>.boxes3>.piccontent3>p{
    width: 100%;
    /* max-width: 299px; */
/* height: 72px; */
font-family: Arial, Helvetica, sans-serif;
font-weight: 400;
font-style:normal;
font-size: 16px;
line-height: 150%;
letter-spacing: 0%;
color: rgba(102, 102, 102, 1);
}


.sixth{
    width: 100%;
    max-width: 1440px;
gap: 110px;
padding: 0 5% 75px 5%;
display: flex;
/* justify-content: center; */
justify-content: space-between;
align-items: center;
/* gap: 50px; */
}
.sixth>.joinimage>.imge{
/* max-width: 535px; */
width: 100%;
border-radius: 20px;
}
.sixth>.jm-content{
    display: flex;
    width: 100%;
    max-width: 525px;
    flex-direction: column;
    justify-content: space-between;
gap: 40px;
margin-top: 40px;
}
.sixth>.jm-content>.contentfirst{
    width: 100%;
    /* max-width: 525px; */
height: auto;
opacity: 1;
gap: 30px;
display: flex;
flex-direction: column;
}
.sixth>.jm-content>.contentfirst>h1{
    width: 100%;
    max-width: 525px;
/* height: 106px; */
opacity: 1;
font-family: Arial, Helvetica, sans-serif;
font-weight: 600;
font-style: Bold;
font-size: 40px;
line-height: 120%;
letter-spacing: 0%;
color: rgba(17, 29, 21, 1);
}

.sixth>.jm-content>.contentfirst>p{
    font-family: Arial, Helvetica, sans-serif;
font-weight: 400;
font-style:normal;
font-size: 16px;
line-height: 160%;
letter-spacing: 0%;
color: #666;
}
.sixth>.jm-content>.contentfirst>.contentsecond{
gap: 40px;
/* max-width: 428px; */
width: 100%;
display: flex;
/* flex-direction: column; */
}
.sixth>.jm-content>.contentfirst>.contentsecond>.content1{
    display: flex;
    /* max-width: 214px; */
gap: 16px;
flex-direction: column;
}
.sixth>.jm-content>.contentfirst>.contentsecond>.content2{
    display: flex;
    /* max-width: 214px; */
gap: 16px;
flex-direction: column;
}

.sixth>.jm-content>.bookbtn{
    display: flex;
    margin-top: auto;
gap: 24px;
}

.sixth>.jm-content>.bookbtn>.book{
gap: 10px;
padding-top: 12px;
padding-right: 32px;
padding-bottom: 12px;
padding-left: 32px;
border-radius: 6px;
border-width: 0.3px;
background-color: rgba(54, 184, 100, 1);
border: 1px;
color: rgba(255, 255, 255, 1);
}
.sixth>.jm-content>.bookbtn>.know{
gap: 10px;
padding-top: 12px;
padding-right: 32px;
padding-bottom: 12px;
padding-left: 32px;
border-radius: 6px;
border-width: 0.3px;
border: 1px solid rgba(102, 102, 102, 1);
color:rgba(17, 29, 21, 1);
}


.seventh {
  width: 100%;
  background: #36B864;
  padding: 80px 0;
  display: flex;
  justify-content: center;
}

.seventh .contain {
  max-width: 1200px;
  width: 100%;
  text-align: center;
  color: white;
  /* justify-content: center; */
}

.main-head{
    max-width: 1170px;
    /* justify-content: center; */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.main-head .first p {
  font-size: 18px;
  margin-bottom: 10px;
}
.main-head .first h1 {
  font-size: 40px;
  font-weight: bold;
  max-width: 601px ;
  margin-top: 20px;
}

.option {
  display: flex;
  justify-content: center;
  background: white;
  border-radius: 50px;
  padding: 5px;
  width: fit-content;
  margin: 0 auto 50px auto;
}
.option .curve1, 
.option .curve2 {
  padding: 10px 25px;
  border-radius: 50px;
  cursor: pointer;
  color: black;
  transition: 0.3s;
}

.option .active {
  color: #fff !important;
  background-color: #2a944e !important;
}




.pricing-boxes {
  display: flex;
  gap: 30px;
  justify-content: center;
}

.pricing-boxes .box {
  background: #fff;
  color: rgba(17, 29, 21, 1);
  border-radius: 15px;
  padding: 40px 30px;
  /* width: 320px; */
  width: 100%;
  text-align: center;
}

.pricing-boxes .box h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  color: rgba(17, 29, 21, 1);
}

.pricing-boxes>.box>.price {
  background: #36B864;
  color: white;
  font-size: 28px;
  font-weight: bold;
  padding: 15px 0;
  border-radius: 10px;
  margin-bottom: 30px;
}
.pricing-boxes .box .price span {
  font-size: 16px;
  font-weight: normal;
  margin-left: 5px;
}

.pricing-boxes .box ul {
  padding: 0;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.pricing-boxes .box ul li {
  font-size: 16px;
  color: #666;
  margin: 10px 0;

}

.pricing-boxes .box button {
  width: 100%;
  padding: 15px;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid rgba(102, 102, 102, 1);
  color: rgba(17, 29, 21, 1);
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}
.pricing-boxes .box button:hover {
  background: #2a944e;
}
.pricing-boxes .box .BUTYN2{
    width: 100%;
  padding: 15px;
  border-radius: 6px;
  /* border: 1px solid #36B864; */
  color: rgba(255, 255, 255, 1);
  /* background-color: #2a944e; */
  font-weight: bold;
  color: #0a0a0a;
  font-size: 16px;
  cursor: pointer;
}

.eight{
    max-width: 1440px;
    width: 100%;              
  /* height: 434px;        */
  display: flex;  
  justify-content: space-between; 
  align-items: center;  
  padding: 75px 5%;
  gap: 36px;
}

.eight .square1{
    width: 100%;
/* max-width: 500px; */
  display: flex;       
  flex-direction: column;
  gap: 36px;           
  background: #fff; 
}
.eight .square1 .cont{
    width: 100%;
    /* max-width: 500px; */
gap: 20px;
display: flex;
flex-direction: column;
}

.eight .square1 .cont h1{
    /* width: 500px;
height: 86px; */
font-family: Arial, Helvetica, sans-serif;
font-weight: 600;
font-style: Bold;
font-size: 40px;
line-height: 120%;
letter-spacing: 0%;

}

.eight .square1 .cont p{
    width: 100%;
    max-width: 419px;
font-family: Arial, Helvetica, sans-serif;
font-weight: 400;
font-style:normal;
font-size: 16px;
line-height: 160%;
letter-spacing: 0%;
color: rgba(102, 102, 102, 1);
}

.eight .square1 .button{
    width: 100%;
    max-width: 124px;
gap: 12px;
display: flex;
}

.eight .square1 .button .left{
    width: 100%;
    max-width: 56px;
  transform: rotate(-180deg); 
  opacity: 1;
  display: flex;              
  align-items: center;
  background-color: #2a944e;
  justify-content: center;
  gap: 10px;
  border: 1px;
  border-radius: 9.47px;
  padding: 16px;
  box-sizing: border-box;   
}
.eight .square1 .button .right{
    width: 100%;
    max-width: 56px;
  transform: rotate(-180deg); 
  display: flex;              
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px ;
  border-radius: 9.47px;
  padding: 16px;
  box-sizing: border-box; 
}

.eight .square2{
    width: 100%;
    height: 300px;
    max-height: 400px;
    max-width: 600px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  border:3px solid #2a944e;
padding: 15px;
  border-radius: 20px;
  background: #fff; 
  align-items: center;
  justify-content: center;
}
.eight .square2 .image-l{
    max-width: 140px; 
    width: 100%;
    max-height: 190px;
    object-fit: cover;
    display: flex;
  transform: rotate(0deg);   
  opacity: 1;
  border-radius: 10px;
  box-sizing: border-box;
  margin-right: 20px;
}
.eight .square2 .img-con{
    /* max-width: 366px; */
    width: 100%;
  opacity: 1;
  display: flex; 
  flex-direction: column; 
  gap: 20px;      
  position: relative;        
   align-items: flex-start;     
  justify-content: flex-start;
  border-radius: 8px;  
  box-sizing: border-box;
}
.eight .square2 .img-con .conten2 .right-im {
  position: absolute;
  top: 0; 
  right: 50px; 
  width: 100%;
  max-width: 100px; 
border-radius: 4px;
padding: 10px;

}
.eight .square2 .img-con .conten{
    max-width: 100%;
    width: 100%;
gap: 12px;
justify-content: flex-start;
align-items: flex-start;
display: flex;
flex-direction: column;
}

.eight .square2 .img-con .conten  h6{
    /* max-width: 108px; */
    width: 100%;
font-family: Arial, Helvetica, sans-serif;
font-weight: 500;
font-style: Medium;
font-size: 20px;
line-height: 20px;
letter-spacing: 0%;
color: rgba(17, 29, 21, 1);
}

.eight .square2 .img-con .conten p{
font-family: Arial, Helvetica, sans-serif;
font-weight: 400;
max-width: 366px;
font-style: normal;
font-size: 10px;
line-height: 16px;
letter-spacing: 0%;
/* padding-top: 5px; */
color: rgba(102, 102, 102, 1);
}

.eight .square2 .img-con .conten .imge{
gap: 4px;
font-size: 05px;
max-width: 156px;
max-height:22px ;
width: 100%;
}

.eight .square2 .img-con .conten .pr{

 width: 100%;
font-family: Arial, Helvetica, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
line-height: 24px;
letter-spacing: 1%;

}

.eight .square2 .carousel-item {
  display: none;
}


.eight .square2 .carousel-item.active {
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px; 
}


.eight .square2 .image-l {
  flex: 0 0 130px;   
  width: 130px;
  height: 160px;
  object-fit: cover;
  border-radius: 10px;
  margin: 0;        
}

.eight .square2 .img-con {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  align-items: flex-start;
  justify-content: flex-start;
}

.nineth {
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    gap: 60px;
    opacity: 1;
    padding: 60px 5%; 
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.nineth .head-first {
    width: 100%;
    max-width: 1170px;
    gap: 40px;
    display: flex;
    justify-content: space-between;
    opacity: 1;
    box-sizing: border-box;
}

.nineth .head-first h1 {
    max-width: 570px;
    width: 100%;
    font-weight: 600;
    font-style: Bold;
    font-size: 44px;
    line-height: 120%;
    letter-spacing: 0%;
    color: rgba(17, 29, 21, 1);
}

.nineth .head-first .bf-bold .bold {
    width: 100%;
    gap: 12px;
    display: flex;
    flex-direction: column;
}

.nineth .head-first .bf-bold .bold span {
    width: 100%;
    font-weight: 600;
    font-style: Bold;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(17, 29, 21, 1);
    display: flex;
}

.nineth .head-first .bf-bold .bold p {
    width: 100%;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: rgba(102, 102, 102, 1);
}

.nineth .head-second {
    width: 100%;
    max-width: 1170px;
    display: flex;
    gap: 30px;
    opacity: 1;
    box-sizing: border-box;
}

.nineth .head-second .one-box,
.nineth .head-second .two-box,
.nineth .head-second .three-box {
    width: 100%;
    box-sizing: border-box;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    overflow: hidden;
}

.nineth .head-second .one-box img,
.nineth .head-second .two-box img,
.nineth .head-second .three-box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.nineth .head-second .one-box .b-ctn,
.nineth .head-second .two-box .b-ctn2,
.nineth .head-second .three-box .b-ctn3 {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.nineth .head-second .one-box .b-ctn .item1,
.nineth .head-second .two-box .b-ctn2 .item2,
.nineth .head-second .three-box .b-ctn3 .item3 {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex-grow: 1;
}

.nineth .head-second .one-box .b-ctn .item1 p,
.nineth .head-second .two-box .b-ctn2 .item2 p,
.nineth .head-second .three-box .b-ctn3 .item3 p {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(102, 102, 102, 1);
}

.nineth .head-second .one-box .b-ctn .item1 h6,
.nineth .head-second .two-box .b-ctn2 .item2 h6,
.nineth .head-second .three-box .b-ctn3 .item3 h6 {
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
    color: rgba(17, 29, 21, 1);
}

.nineth .head-second .one-box .b-ctn .item1 .p2,
.nineth .head-second .two-box .b-ctn2 .item2 .p2,
.nineth .head-second .three-box .b-ctn3 .item3 .p2 {
    width: 100%;
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: rgba(102, 102, 102, 1);
}

.head-second .one-box .click,
.head-second .two-box .click,
.head-second .three-box .click {
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 33px;
    letter-spacing: 0%;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    padding: 16px 0;
    text-align: center;
    cursor: pointer;
    background-color: #f5f5f5;
    color: #111D15;
    margin-top: auto;
}

.head-second .one-box .click:hover,
.head-second .two-box .click:hover,
.head-second .three-box .click:hover {
    background-color: rgba(54, 184, 100, 1);
}




.tenth{
    width: 100%;
max-width: 1440px;
  /* height: 656px; */
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  opacity: 1;
  gap: 40px;
padding: 75px 5%;
  box-sizing: border-box;
}

.tenth .box1 {
    width: 100%;
    /* max-width: 600px; */
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: flex-end;
  gap: 60px;
}

.tenth .box2 {
    /* max-width: 500px; */
    width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  gap: 20px;
}


.tenth .box1 .heading h3{
    /* max-width: 139px; */
    width: 100%;
font-family: Arial, Helvetica, sans-serif;
font-weight: 500;
font-style: Medium;
font-size: 40px;
line-height: 100%;
justify-content: space-between;
letter-spacing: 0%;
color: rgba(17, 29, 21, 1);
}

.tenth .box1 .content{
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  /* width: 600px; */
/* height: 342px; */
gap: 60px;
}

.tenth .box1 .content .item1{
  /* max-width: 595px; */
  width: 100%;
  display: flex;
  gap: 10px;
  opacity: 1;
  border-radius: 12px;
  /* padding: 20px; */
  box-sizing: border-box;
}

.tenth .box1 .content .item2{
  /* max-width: 595px; */
  width: 100%;
  display: flex;
  gap: 12px;
  opacity: 1;
  border-radius: 12px;
  /* padding: 20px; */
  box-sizing: border-box;
}

.tenth .box1 .content .item3{
  /* max-width: 595px; */
  width: 100%;
  display: flex;
  gap: 12px;
  opacity: 1;
  border-radius: 12px;
  /* padding: 20px; */
  box-sizing: border-box;
}

.tenth .box1 .content .item1 .mini{
    max-width: 54px;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
height: 54px;
background-color: rgba(54, 184, 100, 1);
border-radius: 50px;
}

.tenth .box1 .content .item2 .mini2{
    max-width: 54px;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
height: 54px;
background-color: rgba(54, 184, 100, 1);
border-radius: 50px;
}

.tenth .box1 .content .item3 .mini3{
     max-width: 54px;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
height: 54px;
background-color: rgba(54, 184, 100, 1);
border-radius: 50px;
}


.tenth .box1 .content .item1 .right{
    /* max-width: 419px; */
    width: 100%;
gap: 8px;
display: flex;
flex-direction: column;
}

.tenth .box1 .content .item1 .right h6{
    font-family: Arial, Helvetica, sans-serif;
font-weight: 600;
font-style: Bold;
font-size: 20px;
line-height: 100%;
letter-spacing: 3%;
color: rgba(17, 29, 21, 1);
}

.tenth .box1 .content .item1 .right p{
    font-family: Arial, Helvetica, sans-serif;
font-weight: 400;
font-style:normal;
font-size: 16px;
line-height: 120%;
letter-spacing: 0%;
color: rgba(102, 102, 102, 1);
}


.tenth .box1 .content .item2 .right{
    /* max-width: 419px; */
    width: 100%;
gap: 8px;
display: flex;
flex-direction: column;
}

.tenth .box1 .content .item2 .right h6{
    font-family: Arial, Helvetica, sans-serif;
font-weight: 600;
font-style: Bold;
font-size: 20px;
line-height: 100%;
letter-spacing: 3%;
color: rgba(17, 29, 21, 1);
}

.tenth .box1 .content .item2 .right p{
    font-family: Arial, Helvetica, sans-serif;
font-weight: 400;
font-style:normal;
font-size: 16px;
line-height: 120%;
letter-spacing: 0%;
color: rgba(102, 102, 102, 1);
}



.tenth .box1 .content .item3 .right{
    /* max-width: 419px; */
    width: 100%;
gap: 8px;
display: flex;
flex-direction: column;
}

.tenth .box1 .content .item3 .right h6{
    font-family: Arial, Helvetica, sans-serif;
font-weight: 600;
font-style: Bold;
font-size: 20px;
line-height: 100%;
letter-spacing: 3%;
color: rgba(17, 29, 21, 1);
}

.tenth .box1 .content .item3 .right p{
    font-family: Arial, Helvetica, sans-serif;
font-weight: 400;
font-style:normal;
font-size: 16px;
line-height: 120%;
letter-spacing: 0%;
color: rgba(102, 102, 102, 1);
}

.tenth .box2 .head1{
    /* max-width: 500px; */
    width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  opacity: 1;
  box-sizing: border-box;
}

.tenth .box2 .head1 .st1-row{
    /* max-width: 249px; */
    width: 100%;
/* gap: 8px; */
display: flex;
flex-direction: column;
}

.tenth .box2 .head1 .st1-row h5{
    /* max-width: 99px; */
    width: 100%;
font-family: Arial, Helvetica, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
line-height: 120%;
letter-spacing: 0%;
color: rgba(17, 29, 21, 1);
}

.tenth .box2 .head1 .st1-row h2{
    /* max-width: 249px; */
    width: 100%;
font-family: Arial, Helvetica, sans-serif;
font-weight: 600;
font-style: Bold;
font-size: 36px;
line-height: 120%;
letter-spacing: 0%;
color: rgba(17, 29, 21, 1);
}

.tenth .box2 .head1 .st2-row{
    width: 100%;
    /* width: 500px; */
/* height: 48px; */
font-family: Arial, Helvetica, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
line-height: 150%;
letter-spacing: -1%;
color: rgba(102, 102, 102, 1);
}

.tenth .box2 .head2{
    width: 100%;
    /* width: 500px; */
/* height: 332px; */
gap: 30px;
display: flex;
align-items: flex-end;
}

.tenth .box2 .head2 .item1{
    width: 100%;
    /* width: 500px; */
/* height: 260px; */
gap: 30px;
}

input[type="text"],
input[type="email"] {
  max-width: 500px;
  width: 100%;
  /* height: 56px; */
  padding: 18px 20px;
  border-radius: 4px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 16px;
  margin-bottom: 20px; 
}

textarea {
    width: 100%;
  max-width: 500px;
  /* height: 100px;   */
  padding: 18px 20px;
  border-radius: 4px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 16px;
  resize: none;  
}

.tenth .box2 .send-m{
    max-width: 155px;
    width: 100%;
  /* height: 42px; */
  display: flex;
  gap: 10px;
  font-size: 14px;
  opacity: 1;
  border: 1px solid rgba(54, 184, 100, 1);
  padding: 12px 24px;
  border-radius: 6px;
  box-sizing: border-box;
  background-color: rgba(54, 184, 100, 1);
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
}

.last{
    max-width: 1440px;
    width: 100%;
/* height: 409px; */
gap: 64px;
padding: 100px 5% 20px 5%;
background-color: rgba(17, 29, 21, 1);
display: flex;
flex-direction: column;
}

.last .straight{
    /* max-width: 1170px; */
    width: 100%;
/* height: 182px; */
justify-content: space-between;
opacity: 1;
display: flex;
}

.last .straight .row1{
    max-width: 356px;
    width: 100%;
/* height: 152px; */
gap: 24px;
display: flex;
flex-direction: column;
}
.last .straight .row1 .uper{
    /* max-width: 166px; */
    width: 100%;
/* height: 50px; */
left: 37.82px;
display: flex;
flex-direction: column;
}
.last .straight .row1 .uper h3{
    width: 100%;
/* height: 29px; */
left: 37.82px;
font-family: Arial, Helvetica, sans-serif;
font-weight: 700;
font-style: Bold;
font-size: 25px;
line-height: 100%;
letter-spacing: 0%;
color: #fff;
}

.last .straight .row1 .uper h3 span{
    color: #2a944e;
}
.last .straight .row1 .uper p{
    /* max-width: 160px; */
    width: 100%;
/* height: 14px; */
top: 35.49px;
left: 37.82px;
display: flex;
font-family:Arial, Helvetica, sans-serif;
font-weight: 700;
font-style: Bold;
font-size: 12px;
line-height: 100%;
letter-spacing: 0%;
color: #ccc;
}
.last .straight .row1 .down{
    /* max-width: 356px; */
    width: 100%;
/* height: 78px; */
font-family:Arial, Helvetica, sans-serif;
font-weight: 300;
font-style: Light;
font-size: 16px;
line-height: 160%;
letter-spacing: 0%;
color: #fff;
}
.last .straight .row2{
    max-width: 92px;
    width: 100%;
/* height: 182px; */
gap: 36px;
display: flex;
flex-direction: column;
color: rgb(148, 144, 144);
}
.last .straight .row2 h4{
color: #fff;
}

.last .straight .row3{
    max-width: 145px;
    width: 100%;
/* height: 182px; */
gap: 36px;
display: flex;
flex-direction: column;
color: #948f8f;
}

.last .straight .row3 .h4{
    /* max-width: 106px; */
    width: 100%;
/* height: 29px; */
font-family: Arial, Helvetica, sans-serif;
font-weight: 700;
font-style: Bold;
font-size: 18px;
line-height: 100%;
letter-spacing: 0%;
display: flex;
color: #fff;
}

.last .straight .row4{
    max-width: 291px;
    width: 100%;
/* height: 167px; */
gap: 26px;
display: flex;
flex-direction: column;
}

.last .straight .row4 h4{
    color: #FFFFFF;
}
input[type="email2"]{
    /* max-width: 291px; */
    width: 100%;
/* height: 43px; */
gap: 10px;
opacity: 1;
padding-top: 10px;
padding-right: 16px;
padding-bottom: 10px;
padding-left: 16px;
border-radius: 6px;
border-width: 1px;
margin-top: 30px;
border: 1px solid rgba(128, 128, 128, 1);
background-color: rgba(17, 29, 21, 1);
}

.last .straight .row4 .last-button{
    max-width: 95px;
    width: 100%;
/* height: 43px; */
gap: 10px;
padding-top: 13px;
padding-right: 28px;
padding-bottom: 16px;
border: 2px solid rgba(54, 184, 100, 1);
padding-left: 28px;
border-radius: 6px;
background-color: rgba(54, 184, 100, 1);
color: rgba(255, 255, 255, 1);
}


.last .straight2{
    width: 100%;
   max-width: 1170px;
/* height: 43px; */
gap: 24px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-end;
}

.last .straight2 .end p{
    /* max-width: 299px; */
    width: 100%;
/* height: 19px; */
display: flex;
color: rgba(255, 255, 255, 1);
font-family: Arial, Helvetica, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
line-height: 120%;
letter-spacing: 0%;
text-align: center;

}

