*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* .header{
    width: 100%;
    background-color: white;
} */
.nav-link{
    position: relative;
}

.nav-link::after{
    content: '';
    opacity: 0;
    transition: all 0.2s;
    height: 2px;
    width: 100%;
    background-color: #0C6813;
    color: black;
    position: absolute;
    bottom: 0;
    left: 0;
}
.nav-link:hover::after{
    opacity: 1;
}
.no{
    background-color: #F26E23;
    
    border-radius: 10px;
    padding: 10px 25px;
    /* margin-left: 20px;
    margin-right: 4px;
    margin-top: 2px;
    margin-bottom: 4px;
    width: 104px;
    height: 40.41px; */
    border: none;
    
    }
    .contact{
    text-decoration: none;
    color:white;
    font-size: 14px;
    
    }
    .logo1{
        height: 79px;
        width: 96px;
    }
   
nav{
    background-color: #FDFEFF;
    height: 79px;
}
   
.logo{
    border: none;
}
.navbar-nav{
    /* position: relative;
    left: 80px; */
    /* margin-left: 80px; */
    text-align: center;
    }
    .navbar-collapse {
        /* position: relative;
        left: 50px; */
        /* flex-basis: 100%; */
    flex-basis: 100%;
    flex-grow: 1;
    /* right: 50px; */
    align-items: center;
    }
    li{

        border-radius: 10px;
        margin-right: 20px;
        display: inline-block;
        
        }
        .nav-link{
            color: #121313;
        }
.base{
    height: 727px;
width: 100%;

animation: slide 16s infinite;

background-size: cover;
margin-top: 60px;
  
}


@keyframes slide{
0%,100%{
    background: url("./images/A\ Banner\ \(6\).png");
    background-size: cover;
 
}
15%{
    background: url("./images/A\ Banner\ \(1\).png");
    background-size: cover;
}
30%{
    background: url("./images/A\ Banner\ \(2\).png");
    background-size: cover;
}
45%{
    background: url("./images/A\ Banner\ \(3\).png");
    background-size: cover;
}
60%{
    background: url("./images/A\ Banner\ \(4\).png");
    background-size: cover;
}
80%{
    background: url("./images/A\ Banner\ \(5\).png");
    background-size: cover;
}
}
.basehead{
    color: #055221;
    font-size: 55px;
  
    font-weight: bold;
}
.basepara{
    font-size: 15px;
}
.basebut{
    padding: 10px 40px;
    background-color: #0C6813;
    font-size: 17px;
    color: #FFFFFF;
    border: none;
    border-radius: 30px;

}
.leftside{
    display: block;
 margin-left: 50px;
    font-family: 'Lato';
}
.img-fluid {
    margin-top: 150px;
}
#cardtitle{
    font-size: 17px;
    text-align: center;
    color: #055221;
}
/* #cardtitle:hover{
    color: white;
  } */
#cardtext{
    text-align: center;
    font-size: 14px;
    color: #484D4B;
}
.card{
    background-color: #F4FEFF;
}
#row{
    width: 100%;
    gap: 65px;
}
.cards{
    width: 100%;
   
}
.card{
    border-radius: 30px;
}
.card-img-top{

}
#container{
   transform: translate(0,-20%);
   margin-top: 110px;
}




#row1{
    display: flex;
}
















/* Add this at the end of your existing CSS */

@media (max-width: 768px) {
    /* Styles for screens smaller than 768px wide (e.g., tablets and phones) */
  .icons{
    justify-content: center;
  }
    .navbar-nav {
      text-align: center;
      margin: 0;
    }
  
    .navbar-collapse {
      text-align: center;
    }
  
    li {
      display: block;
      margin: 10px 0;
    }
  
    .img-fluid {
      margin-top: 50px;
    }
    .base {
        width: 100%;
        background-size: cover;
      height: 500px;
    }
  
    .leftside {
      margin-left: 43px;
      font-size: 12px;
      /* text-align: center; */
    }
    #container{
        transform: translate(0%,3%);
     }

    #row {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    
   

  }
  
  @media (max-width: 576px) {
    
  
    .navbar-nav {
      text-align: center;
    }
  
    .navbar-collapse {
      text-align: center;
    }
  
    li {
      display: block;
      margin: 10px 0;
    }
  
    .base {
        width: 100%;
        background-size: cover;
      height: 500px;
    }
  
    .img-fluid {
      margin-top: 30px;
    }
  
    .leftside {
      margin-left: 43px;
      font-size: 10px;
     
    }
    .basehead{
        font-size:38px;
    }
   
  }
  



/* @media (max-width: 576px) {
    .base {
        width: 100%;
        background-size: cover;
        height: 400px;
    }
} */



@media (min-width: 769px) and (max-width:1300px) {
    .navbar-nav {
        text-align: center;
      
    }

    .navbar-collapse {
        text-align: center;
       
    }

    li {
        display: inline-block;
        margin: 0 20px;
    }

    .img-fluid {
        margin-top: 150px; 
    }

    .base {
        height: 727px;
        margin-top: 100px;
        
    }

    .leftside {
   
    }

    #row {
        display: flex;
        gap: 5px;
      
    }

    .base {
        transform: translate(0, -20%);
      
    }
    #container{
        /* width: 300px !important; */
        /* display: flex; */
        gap:1px;
    }
}


.who{
    display: flex;
    gap:40px;
    
}
.whoup{
    font-size: 14px;
    color: #0C6813;
}
.whohead{
    font-size: 29px;
    color:#055221 ;
}
.cardtext{
    line-height: 30px;
    font-size: 15px;
    text-align: justify;
}

.whocon{
    margin-left: 20px;
}
@media (max-width: 768px) {
  
    .who{
        display: block;

        
    }
    .whocon {
        text-align: center;
    }

    .whohead {
        font-size: 24px;
    }

    .cardtext {
        font-size: 14px;
    }
}
@media (min-width: 769px) and (max-width:1000px){
    .whoimg{
        width: 300px; 
        height:300px;
        position: relative;
        top:400px;
    }
}
@media (min-width: 1001px) and (max-width:1200px){
    .whoimg{
        width: 400px; 
        height:400px;
        position: relative;
        top:150px;
    }
}
/* Media query for screens with a maximum width of 576px */
@media (max-width: 576px) {
    .whohead {
        font-size: 20px;
    }

    .cardtext {
        font-size: 13px;
    }
    .who{
        display: block;
        
    }
    .whoimg{
        /* width: 200px; 
        height:200px;
        position: relative;
        top:100px */
    }

}
@media (min-width: 576px) and (max-width:768px){
    .who{
        display: block;
        position: relative;
        top:200px;
    }
}
@media only screen and (min-width: 769px) {
    #donatecard {
        width: 100% !important ;/* Make the card 100% width */
        max-width: 1254px; /* Set a maximum width for larger screens */
    }

    .inputs {
        margin-top: 0; /* Remove top margin for larger screens */
    }
}
@media only screen and (max-width: 768px) {
    .donatehead {
        font-size: 40px; /* Adjust font size for smaller screens */
    }

    .inputs {
        flex-direction: column; /* Stack input fields vertically on smaller screens */
        align-items: center; /* Center align input fields */
    }

    input {
        width: 100%; /* Make the input fields 100% width */
    }
    #donatecard{
        width: 100% !important;
        height: auto !important;
        background-color: #ECFFFE; border: none;
    }
    
  /* #container2{
    background-color: #FFFFFF;
  } */
}
.donatehead{
    font-size: 62px;
    color: #055221;
    font-weight: bold;
}
.donatebody,.servicebody{
    font-size: 15px;
    color:#656565;
}
.inputs{
    display: flex;
    gap:10px; 
    margin-top: 60px; 
  
    justify-content: center;
    
}
input{
    width: 252px ;
    height:65px ;
 
  border:1px solid #D1D1D1;
}

#donatecard{
    width: 1254px;height: 188px;background-color: #ECFFFE; border: none;
}

.donatebut{
    background-color:#0C6813;
    color:#FFFFFF;
    width: 252px ;
    height:65px ;
    border: none;
}

::placeholder {
    position: relative; left:10px;
    color: #999; /* Placeholder text color */
  }

  /* #container2{
    background-color: #FFFFFF;
    font-family: 'Lato';
  } */
 
  @media (min-width: 300px) and (max-width: 768px) {
    .container3 {
       
      margin-top: 50px;
      height: 1370px !important; /* Adjust the height for smaller screens */
    }
  
    .row1, .row2 {
        align-items: center;
        justify-content: center;
      flex-direction: column; /* Stack cards vertically on smaller screens */
      gap: 20px; /* Adjust the gap between cards */
    }
   
  }
  @media (max-width: 300px) {
    #servicecard{
        width: 15rem !important;
         background-color: transparent; border: none;
      }
    .container3 {
       
      margin-top: 50px;
      height: 2550px !important;
    }
  
    .row1, .row2 {
        align-items: center;
        justify-content: center;
      flex-direction: column; 
      gap: 20px; 
    }
    #container{
        margin-top: 50px;
     }
   
  }

  @media (max-width: 768px) {
    #clienthead{
        font-size: 44px !important;
    }
    #helphead{
        font-size: 34px !important;
    }
    .servicehead {
      font-size: 24px;
    }
  
    #sercardhead {
      font-size: 15px;
    }
  
    #sercardcody {
      font-size: 12px;
    }
  }

  #servicecard{
    width: 23rem; background-color: transparent; border: none;
  }
  .container3{
    background-color: #FFF8F8;
    width: 100%;
    height: 1000px;
  }
  
  .services{
    font-family: 'Lato';
    position: relative;
    top:80px;
   
  }
  .servicehead{
    font-size: 30px;
    color: #055221;
    font-weight: bold;
  }
.row1,.row2{
    display: flex;
    gap: 80px;
    justify-content: space-around;
    margin: auto;
    max-width: 900px;
}
/* .row2{
    display: flex;
    gap: 80px;
    justify-content: space-around;
} */
#sercon{
    display: block;
}
#sercon{
    position: relative;
    top:60px;
}
.row2{
    position: relative;
    top:80px;
}
#sercardhead{
    /* color: red; */
    color: #055221;
    font-size: 17px;
    font-weight: bold;
}
#sercardcody{
   color: #484D4B;
   font-size: 14px;
}
.container4{
    background-color: #DEF6E6;
    height: 500px;
    position: relative;
    top:100px;
}

#clienthead{
    color: #0C6813;
font-size: 58px;
}
#clientbody{
color: #656565;
font-size: 15px;
}
.clientbut{
    padding: 10px 40px;
    background-color: #0C6813;
    font-size: 17px;
    color: #FFFFFF;
    border: none;
    border-radius: 10px;

}
.clients{
    display: flex;
  justify-content: space-between;
}
#con{
    display: flex;
/* gap: 50px; */
    justify-content: space-between;
}



.clientimg{
    transform: translate(0,-6%);
/* position: relative;
bottom: 30px; */
}
.clientcon{
    width: 500px;
    margin-top: 80px;
    margin-left: 80px;
}

.allclient{
    height: 635px;
}
@media screen and (max-width: 768px) {
    .container4 {
        /* margin-top: 705px; */
        height: auto; /* Allow the container to adjust its height based on content */
    }

    .clientcon {
        width: 88%; /* Take up the full width of the container */
        margin: 0;
        position: relative;
        left:29px; /* Remove margin for better spacing */
    }
    .clients{
        display: block;
      justify-content: space-between;
    }
    .clientimg{
  
   text-align: center;
    }
    .clientimg1{
        margin-top: 50px;
        width: 500px;
        height:500px;
    }
}
@media screen and (min-width: 300px) and (max-width: 500px) {
    .clientimg{
  
        text-align: center;
         }
        
         .clientimg1{
             width: 300px;
             height:300px;
         }
}
@media (min-width: 945px) and (max-width: 1386px) {
    .clientimg{
  
        text-align: center;
         }
         .clientimg1{
            margin-top: 30px;
             width: 500px;
             height:500px;
         }
}
@media (min-width: 768px) and (max-width: 945px) {
    .clientimg{
  
        text-align: center;
         }
         .clientimg1{
            margin-top: 30px;
             width: 500px;
             height:500px;
         }
#clienthead{
    font-size: 46px;
} 
.clients{
    gap: 20px;
    justify-content: space-between;
    display: flex;
}
.clientcon{
    width: 500px;
    margin-top: 80px;
    margin-left: 44px;
}
.container4{
    height: auto;
}
}
/* @media (min-width: 768px) and (max-width: 945px) {
    .container4{
        height: auto !important;
    }
    .clients{
        width: 50px;
    }
    .clientimg{
  
        text-align: center;
         }
         .clientimg1{
            margin-top: 65px;
             width: 400px;
             height:500px;
         }
} */
@media (max-width: 300px) {
    .clientimg{
  
        text-align: center;
         }
         .clientimg1{
             width: 200px;
             height:200px;
         }
}
.container5 {
    background: url("./images/Desktop\ -\ 10.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 700px;
}

#circle {
    height: 40vw;
    width: 40vw; 
    max-height: 415px; 
    max-width: 415px; 
    border-radius: 50%;
    transform: translate(0%, 28%);
    border: 2px solid #E8E6E6;
    margin: 0 auto;
}

.cirlet {
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'Lato';
    margin-top: 5%; 
}

.circor1 {
    font-size: 6vw;
    font-weight: bold;
    color: #1BA04B;
   
}

.circor2 {
    font-size: 4vw; 
    background: linear-gradient(to right,#1BA04B,#1EB2E1);
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}

.circor3{
    background: linear-gradient(to right,#1BA04B,#1EB2E1,#FEA622);
    -webkit-background-clip: text;
    font-size: 4vw; 
    -webkit-text-fill-color: transparent;
}
@media   (max-width: 370px) {
    .container5 {
        margin-top: 300px;
        /* background: url("./images/Desktop\ -\ 10.png");
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 700px; */
    }
    #circle {
        height: 30vw;
        width: 30vw;
        transform: translate(0%,15%);
        max-height: none; 
        max-width: none;
    }

    .cirlet {
        margin-top: 6px;
    }
    .circor1 {
        font-size: 4vw;
    }

    .circor2, .circor3 {
        font-size: 3vw;
    }
}
@media   (max-width: 500px){
    .container5 {
        margin-top: 120px !important;
        /* background: url("./images/Desktop\ -\ 10.png");
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 700px; */
    }
    .cities{
        height: 194px !important;
        width: 88% !important;
        bottom: 72px !important;
        width: 100% !important;
    }
}
/* @media   (max-width: 423px){
    .container5 {
        height: 454px;
        margin-top: 150px !important;
     
    }
} */
@media   (min-width: 500px) and (max-width: 768px) {
    .container5 {
        margin-top: 300px;
       
    }
}
@media   (min-width: 370px) and (max-width: 768px) {
   
  
    #circle {
        height: 30vw;
        width: 30vw;
        transform: translate(0%,15%);
        max-height: none; 
        max-width: none;
    }

    .cirlet {
        margin-top: 10px;
    }


}
@media (min-width: 769px) and (max-width: 1392px) {
    .container5 {
        /* margin-top: 300px; */
     /* height: 300px; */
    }
    #circle {
        height: 30vw;
        width: 30vw;
        transform: translate(0%,15%);
    }

    .cirlet {
        margin-top: 8px;
    }

    .circor1 {
        font-size: 8vw;
    }

    .circor2, .circor3 {
        font-size: 4.5vw;
    }
}
@media (min-width: 1700px) and (max-width:2169px) {
    .cirlet {
      position: relative;
      top: 30px;
    }
    .circor1 {
        font-size: 4vw;
    }
    .circor2, .circor3 {
        font-size: 3vw;
    }
}
@media (min-width: 2170px)  and (max-width:2321px) {
    .cirlet {
      position: relative;
      top: 30px;
    }
    .circor1 {
        font-size: 4vw;
    }
    .circor2, .circor3 {
        font-size: 2.5vw;
    }
}
@media (min-width: 2321px){
    .cirlet {
        position: relative;
        top: 30px;
      }
      .circor1 {
          font-size: 4vw;
      }
      .circor2, .circor3 {
          font-size: 2vw;
      }
}
@media (min-width:1776px) {
    .container5 {
    background: url("./images/Desktop\ -\ 10.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 700px;
}
}
.cities{
    background-color: #FFF8B9;
    height: 300px;
    width: 80%;
}
.citiescon{
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-top: 100px;
    font-family: 'Lato';
    /* margin-left: 200px; */
}
#citipara{
    line-height: 30px;
    width: 419px;
    font-size: 15px;
    color: #2A2A2A;
    margin-left: 90px;
    text-align: justify;
    margin-top: 61px;
    /*margin-top: 32px;*/
}
.cityhead{
    display: block;
    width: 20px;
    margin-top: 35px;
    color: #0C6813;
    /* margin-left: 80px; */
}
#ch1{
  font-size: 104px;
}
#ch2{
    font-size: 67px;
}
.cityimg1{
    transform: translate(20%,-21%);
}


.cityall{
  position: relative;
  top:100px;
  height: 600px;
}
@media only screen and (min-width:416px) and (max-width: 768px) {
    .cities{
        position: relative;
        bottom:570px;
    }
    .citiescon{
        /* margin-top: 100px; */
    }
    #citipara {
        width: 50%;
        margin-left: 0;
        margin-bottom: 30px;
        font-size: 10px;
    }
    
    #ch1 {
        font-size: 50px;
    }

    #ch2 {
        font-size: 30px;
    }
    .cityhead {
        margin-top: 80px !important;
    }
  
    /* .cities {
        width: 100%;
    }

    .citiescon {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    #citipara {
        width: 100%;
        margin-left: 0;
    }

    .cityhead {
        margin-top: 20px;
    }

    #ch1 {
        font-size: 80px;
    }

    #ch2 {
        font-size: 50px;
    } */

    .cityimg1 {
        display: none;
    }
/* 
    .cityall {
        height: auto;
    } */
}
@media only screen and (max-width:550px) {
    .cities{
        background-color: #FFF8B9;
        /* height: auto; */
        position: relative;
        bottom:659px;
        /* width: 80%; */
    }
}
@media only screen and (max-width:300px) {
.container5{
    height: 624px !important;
}
}
@media only screen and (max-width:416px) {
  
    .citiescon{
        /* margin-top: 100px; */
    }
   
    #citipara {
        line-height: 16px;
        width: 50%;
        margin-left: 9px;
        margin-bottom: 30px;
        font-size: 9px;
        margin-top: 20px;
    }
    
    #ch1 {
        font-size: 45px;
    }

    #ch2 {
        font-size: 28px;
    }
    .cityhead {
        margin-top: 46px !important;
        margin-right: 20px;
    }
    .citiescon{
        display: flex;
        gap: 5px;
        /* justify-content: space-between;
        margin-top: 100px;
        font-family: 'Lato'; */
        /* margin-left: 200px; */
    }
    /* .cities {
        width: 100%;
    }

    .citiescon {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    #citipara {
        width: 100%;
        margin-left: 0;
    }

    .cityhead {
        margin-top: 20px;
    }

    #ch1 {
        font-size: 80px;
    }

    #ch2 {
        font-size: 50px;
    } */

    .cityimg1 {
        display: none;
    }
}
@media only screen and (min-width:769px) and (max-width:1033px) {
  .cities {
        width: 80%;
    }
    .citiescon{
        display: flex;
        gap: 24px;
      
    }
    #citipara{
        line-height: 30px;
        width: 388px;
        font-size: 13px;
        color: #2A2A2A;
        margin-left: 30px;
        text-align: justify;
        margin-top: 54px;
    }
    .cityimg1 {
       height: 300px;
       transform: translate(48%,-1%);
    }
}
@media only screen and (min-width:1034px) and (max-width:1488px) {
    .cities {
        width: 80%;
    }
    .citiescon{
        display: flex;
        gap: 24px;
      
    }
    #citipara{
        width: 388px;
        font-size: 13px;
        color: #2A2A2A;
        margin-left: 30px;
        text-align: justify;
        margin-top: 54px;
    }
    .cityimg1 {
       height: 352px;
       transform: translate(50%,-1%);
    }
}
#card{
    height:645px ;
    width:1280px ;
    background-color:#F26E23 ;
  }
 
  .carousel-indicators button {
    background-color: gray; 
    border: 1px solid #fff;
  }

  .carousel-indicators button.active {
    /* background-color: black;  */
  }
  .cardrow1{
    display: flex;
    position: relative;
    top:20px;
  }
  .slidecon1{
    display: block;
    font-family: 'Lato';
  }
#slidepara{
    line-height: 30px;
    text-align: justify;
    font-size: 15px;
    color:#FFFFFF;
  
}
#slidehead{
  color:#FFFFFF;
  font-size: 38px;
  font-weight: bold;

}
.carousel-control-next{
    margin-right: -60px;
}
#slidey{
    position: relative;
    /* top: 300px; */
}
@media (min-width: 1001px) and (max-width:1434px){
    .slideimg{
        width: 44vw;
    } 
    .cardrow1{
        position: relative;
        top:20px;
        right: 20px;
      }
}
@media (max-width:300px){
    #slidey{
        margin-top:-780px !important;
        /* position: relative;
        bottom: 500px !important; */
    }
    .slideimg{
        width: 67vw;
    }
    #card{
        height:1300px;
        width:80vw ;
        background-color:#F26E23 ;
      }
    .cardrow1 {
      padding: 10px; /* Adjust padding for smaller screens */
    }
  
    .slidecon1 {
        position: relative;
        right: 43px;
      /* max-width: 100%; Make the container 100% width on smaller screens */
    }
    .cardrow1{
        display: block;
        position: relative;
        top:20px;
      }
      #slidepara{
        text-align: justify;
        font-size: 17px;
        color:#FFFFFF;
      width: 66vw;
    }
    .carousel-control-next{
        margin-right: 0px;
    }
    .help{
        background:url("./images/our-support.png");
        height: 780px !important;
        background-repeat: no-repeat;
        width: 100%;
        background-size: 100% 100%;
        position: relative;
        bottom: 500px;
        /* margin-top: 10px !important; */
    }
}
@media  (min-width: 769px) and (max-width:1221px){
    .helpimg1{
        width:33vw !important;
        position: relative;left: 50px;
top: 154px !important;
height: 288px !important;
    }
}
@media  (min-width: 769px) and (max-width:1000px){
    .slideimg{
        width: 67vw;
    }
    .slideimg{
        width: 67vw;
    }
    #card{
        height:1000px;
        width:80vw ;
        background-color:#F26E23 ;
      }
    .cardrow1 {
      padding: 10px; /* Adjust padding for smaller screens */
    }
  
    .slidecon1 {
        position: relative;
        right: 43px;
      /* max-width: 100%; Make the container 100% width on smaller screens */
    }
    .cardrow1{
        display: block;
        position: relative;
        top:20px;
      }
      #slidepara{
        text-align: justify;
        font-size: 17px;
        color:#FFFFFF;
      width: 66vw;
    }
    .carousel-control-next{
        margin-right: 0px;
    }
    #slidey{
        position: relative;
        bottom: 50px !important;
    }
}
@media (min-width:300px) and (max-width: 504px) {
    #card{
        margin-top: 24rem;
        height:970px;
        width:90vw !important ;
        background-color:#F26E23 ;
      }
      #slidepara{
        text-align: justify;
        font-size: 15px;
        color:#FFFFFF;
      width: 66vw;
    }
}
@media (min-width:504px) and (max-width: 768px) {
    #card{
        height:1000px;
        width:80vw ;
        background-color:#F26E23 ;
      }
      #slidepara{
        text-align: justify;
        font-size: 17px;
        color:#FFFFFF;
      width: 66vw;
    }
}
@media (min-width:300px) and (max-width: 768px)  {
    #slidey{
        margin-top:-741px !important;
        /* position: relative;
        bottom: 638px !important; */
    }
    .slideimg{
        width: 67vw;
    }
   
    .cardrow1 {
      padding: 10px; /* Adjust padding for smaller screens */
    }
  
    .slidecon1 {
        position: relative;
        right: 43px;
      /* max-width: 100%; Make the container 100% width on smaller screens */
    }
    .cardrow1{
        display: block;
        position: relative;
        top:20px;
      }
     
    .carousel-control-next{
        margin-right: 0px;
    }
    .help{
        background:url("./images/our-support.png");
        height: 800px !important;
        background-repeat: no-repeat;
        width: 100%;
        background-size: 100% 100%;
        position: relative;
        bottom: 500px;
        /* margin-top: 100px; */
    }
  }

.help{
    background:url("./images/our-support.png");
    height: 624px;
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
    margin-top: 100px;
}
.helpbut{
    padding: 10px 40px;
    background-color: #0C6813;
    font-size: 17px;
    color: #FFFFFF;
    border: none;
    border-radius: 10px;

}
#container6{
  display: flex;
  gap:26px;

  /* justify-content: space-around; */
 position: relative;
 top: 50px;
}
.helpcontent{
    font-family: 'Lato';

}
#helphead{
    color: #0068B1;
    font-size: 41px;
    font-weight: bold;
}
#helpbody{
    line-height: 30px;
    font-size: 15px;
    color: #2E2E2E;
    text-align: justify;
}
.helpimg1{
    height:520px; width:733px;position: relative;left: 50px;
}
@media (max-width: 768px){
  .helpy{
    height: 225px;
    margin-top: 550px;
  }
    #container6{
        display: block;
    }
    .helpimg1{
        width: 72vw !important;
        height: 35vh !important;
        
        top: 20px;
        position: relative;
        left: 25px !important;
    }
    .number{
        justify-content: center
    }
    .whocon{
        margin-right: 20px !important;
    }
    .final{
        /* position: relative;
        bottom: 500px; */
        /* margin-top: 0px; */
    }
}
.footer{
    height: 473px;
    width: 100%;
    background-color:#1C1C1C;
}
.para{
    font-size: 15px;
    color:#EEEEEE;
    line-height: 25px;
}
#foots{
    display: flex;
    justify-content: space-around;
    /* margin-bottom: 100px; */
    position: relative;
    top: 50px;
}


button{
    background-color: #0C6813;
    padding: 12px 30px;
    border-radius: 15px !important;
    color:#FFFFFF;
    font-size: 18px;
    font-family: 'Lato';
    border: none;

}
.icons{
    display: flex;
  gap: 20px;
}
.black{
    background-color:#000000;
    height: 61px;
    position: relative;
    top: 75px;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
}
.number{
    display: flex;
    color: #EEEEEE;
}
.navbar .container-fluid{
    background-color: white;
}  

@media only screen and (min-width: 769px) and (max-width: 1030px) {
    .black {
        /* flex-direction: column; */
        align-items: center;
        padding: 10px;
        /* text-align: center; */
        position: relative;
        top: 10px;
    }
}
@media only screen and (min-width: 700px) and (max-width: 768px) {
    .black {
        flex-direction: flex;
        align-items: center;
        padding: 10px;
        text-align: center;
        position: relative;
        top: 60px;
    }
}

@media only screen and (max-width: 699px) {
 .black {
        flex-direction: column;
        align-items: center;
        padding: 10px;
        text-align: center;
        position: relative;
        top: 60px;
    }
}
@media only screen and (max-width: 768px) {
    .footer {
        height: auto;
    }
    #foots {
        flex-direction: column;
        align-items: center;
    }
   
}

/* Adjustments for even smaller screens */
@media only screen and (max-width: 480px) {
    .para {
        font-size: 14px;
        line-height: 20px;
    }
    .black{
    position: relative;
    top: 60px;
    height: 60%;
    }
    .foot1 {
        text-align: center;
    }
    #slidehead{
        width: 200px;
        font-size:31px;
    }
}