/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

.counter-value2 {
    font-size: 20px!important;
}

.counter h4 {
    font-size: 12px;
}
 
.initiative.custom-padding {
    padding-top: 127px;
}
   .section-welcome p{
       font-size: 13px;
       margin-bottom: 0rem;
       padding-top: 10px !important
   }

    .coolinput label.text {
        font-size: 7px;
    }


    .divider {
        max-width: 74%;
        margin: auto;
    }

    .divider-img {
        max-width: 90px;
        margin: 0 auto;
        padding-right: 5px;
        padding-left: 5px;
    }

    .section-header-top span {
        font-size: 10px;
        font-family: Poppins;
    }

    .section-header {
        font-size: 19px;
        line-height: 30px;
    }


    .calcutor-title {
        font-size: 20px;
    }

    label {
        font-size: 16px;
    }

    .form-input {
        width: 100%;
        height: 35px;
    }

    .submit-button {
        background: #DAA520;
        border: none;
        height: 35px;
        width: 45%;
        margin: auto;
    }

    section.section-welcome {
        padding: 30px;
      }


    section.section-calculator {
        padding: 30px;
    }

    section.section-scheme{
        padding: 30px;
    }
    
    section.section-contact{
        padding: 30px;
    }

    .table th, .table td {
        padding: 5px 5px 5px 20px;
        font-size: 10px;
    }

    button.check-button {
        width: 65px;
    }
   .scheme-box-title {
    font-size: 18px;
    line-height: 30px;
   }
   .scheme-box-text {
    font-size: 14px;
    line-height: 25px;
   }
   .calcutor-sub-title {
    font-size: 14px;
   }




    .navbar-collapse {
        position: fixed;
        top: 0;
        left: -100%;
        width: 80%; /* Adjust the width as needed */
        max-width: 300px; /* Max width for smaller screens */
        height: 100%;
        z-index: 1000;
        background-color: #fff8eb; /* Adjust the background color as needed */
        transition: left 0.3s ease-in-out;
        padding: 18px;
        text-align: left;
      }
    
      .navbar-collapse.show {
        left: 0;
        overflow-y: auto;
      }

      .navbar {
       padding-top:0px;
       padding-bottom:0px;
    }

    li.nav-item {
        border-bottom: solid 1px #eee;
        padding: 10px;
    }



    .navbar-nav {
    text-align: left!important;
    }
    .carousel-caption {
    font-size: 12px;
    }
    header {
    padding: 30px 0;
    }
    .navbar-light .navbar-nav .nav-link.active{
    font-weight: 400!important;
    text-transform: uppercase;
    padding: 0 18px;
    }
    .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .55);
    font-weight: 400 !important;
    text-transform: uppercase;
    padding: 0 18px;
    }


    }
    /* Small devices (portrait tablets and large phones, 600px and up) */
    @media only screen and (min-width: 600px) and (max-width: 768px) {
    .carousel-caption {
    font-size: 14px;
    }
    header {
    padding: 40px 0;
    }
    footer {
    padding: 20px 0;
    }
    .navbar-light .navbar-nav .nav-link.active{
    font-weight: 400!important;
    text-transform: uppercase;
    padding: 0 18px;
    }
    .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .55);
    font-weight: 400 !important;
    text-transform: uppercase;
    padding: 0 18px;
    }
    }
    /* Medium devices (landscape tablets, 768px and up) */
    @media only screen and (min-width: 768px) and (max-width: 992px) {
    .carousel-caption {
    font-size: 16px;
    }
    header {
    padding: 50px 0;
    }
    .navbar-light .navbar-nav .nav-link.active{
    font-weight: 400!important;
    text-transform: uppercase;
    padding: 0 18px;
    }
    .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .55);
    font-weight: 400 !important;
    text-transform: uppercase;
    padding: 0 16px;
        font-size: 13px;
    }
    }
    /* Large devices (laptops/desktops, 992px and up) */
    @media only screen and (min-width: 992px) {    .designimg{          width:338px;    }    .hexagon {    width: 165px;    height: 225.28px;    }
    .carousel-caption {
    font-size: 18px;
    }
    header {
    padding: 60px 0;
    }
    .navbar-brand {
    display: none;
    }
    .navbar-nav {
    margin: auto;
    }
    }
    /* Extra large devices (large laptops and desktops, 1200px and up) */
    @media only screen and (min-width: 1200px) {	    .designimg {        width: 480px;    }
    .carousel-caption {
    font-size: 20px;
    }
    header {
    padding: 70px 0;
    }
 
    }

 