body {
    font-family: 'Roboto', sans-serif;
    padding: 0px 5% 10px 5%;
}

.loadmore {
    margin: 1.5rem 0 2.5rem 0;
}
.loadmore , .copybutton {
    background-color: #28CC57;
    color: #ffffff;
    font-weight: bold;
    border-color: #28CC57;
}
.loadmore:hover, .loadmore:after  {
    background-color: #28CC57;
    border-color: #28CC57;
}
.mb-3 > .form-control {
    background-color: #A3E4D7;
    text-align: center;
    font-size: larger;
    
}

.footer-link a {
    color: #28CC57;
}

.blogstyle {
    color: #28CC57 ;
    text-align: center;
}
.blogbody {
    padding: 10px 5% 15px 5%;
    text-align: justify;
}
.listyle {
    color: #28CC57;
}
.litext {
    color: #000000;
}
.form-control:focus {
    border-color: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#inputText {
    margin-top:5px;
    background-color:#cff !important;
    color:#000000;
    /* font-size: 22px; */
}
.sticky {
    position: fixed;
    width: 90%;
    top: 0;
    z-index: 9999;
    margin-top: 0px !important;
}

header.theme-menu-wrapper {
    padding-top: 10px;
}
.clearfix {
    padding-bottom: 10px;
}
textarea{
    height: 120px;
    margin-bottom: 40px;
    
}
img.logo {
  width: 28%;
}


.nav-wrap
{
    display: flex;
    justify-content: center;
    padding: 10px 0;
    background: #fff; 
    display: flex;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(133, 247, 167, 0.966);
    margin-bottom: 80px;
}

.nav-wrap li
{
    list-style: none;
    text-align: center;
    display: block;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.nav-wrap li:last-child
{
     border-right: none;
}

.nav-wrap li a
{
    text-decoration: none;
    padding: 0 20px;
    display: block;
}

.nav-wrap li a .icon
{
    width: 40px;
    height: 40px;
    text-align: center;
    overflow: hidden;
    margin: 0 auto 10px;
}

.nav-wrap li a .icon .fa
{
    width: 100%;
    height: 100%;
    line-height: 40px;
    font-size: 34px;
    transition: 0.5s;
    color: #000;
}

.nav-wrap li a .icon .fa:last-child
{
    color: #e91e63;
}

.nav-wrap li a:hover .icon .fa
{
    transform: translateY(-100%);
}

.nav-wrap li a .name
{
    position: relative;
    height: 20px;
    width: 100%;
    display: block;
    overflow: hidden;
}

.nav-wrap li a .name span
{
    display: block;
    position: relative;
    color: rgb(12, 12, 12);
    font-size: 16px; 
    line-height: 20px;
    transition: 0.5s;
    
}

.nav-wrap li a .name span:before
{
    content: attr(data-text);
    position:absolute;
    top:-100%;
    left:0;
    width:100%;
    height:100%;
    color:#e91e63;

}

.nav-wrap li a:hover .name span
{
    transform: translateY(20px);
}

.menuToggle {
    position: relative;
    background: #A3E4D7;
    padding: 10px;
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    border-radius: 4 px;
    cursor: pointer;
    display: none;
    /* background-color: #28CC57; */

}

/* FAQpage */
.accordion {
    background-color: #cff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
  }
  
  .active1, .accordion:hover {
    background-color: #ccc;
  }
  
  .accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
  
  .active1:after {
    content: "\2212";
  }
  
  .panel {
    padding: 1px 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }

  /* end fo faqpage */

  /* table css */
 table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 30px;
    /* max-width: 800px; */
    position:relative;
    
    
  }
  thead {
      background: rgb(241, 252, 145);
      height: 60px;
    
  }
 
  
  td, th {
    
    border-bottom: 1px solid #fc2222;
    text-align: center;
    padding: 8px;
  }

  /* td:hover{
    transform: scale(1.15);
  } */

  
  
  tr:nth-child(even) {
    background-color: #bdfcca;
  }
  /* end */
h5{
    margin-bottom: 10px;
}

  /* cf invisiblecharacter */
  .section {
    color: #0e0d0d;
    margin-bottom: 2rem;
    text-align: center;
  }
  .section_info{
    padding: 10px;
    /* color:rgb(8, 8, 8); */
   
  }
  /* .cf:nth-child(even) {
    border-color: rgb(5, 119, 2);
    border-width: 2px;
  } */

  .cf {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    border-style: outset;
    border: 1px solid #d3d3d3;
    
    background-color: #eefcfb;
    display: inline-block;
    width: 51px;
    height: 51px;
    font-size: 30px;
    line-height: 51px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
    border-color: #ee6e05;
    /* border-width: 2px; */
  }
  .cf:hover {
    background-color: #e9e9e9;
    transform: scale(1.15);
  }

.prompt{
	content: inherit;
	background: #64fd50 !important;
}
.btn-group-center{
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding-bottom: 20px;
}
/* text-effect */
.textstyle{
  color: #fff;
  border: 1px solid #fff;
  background: #e91e63;
  text-decoration: none;
  padding: 8px 0px;
  border-radius: 5px;    
  font-size: 1rem;
  font-weight: bold;
  align-self: center;
  width: 350px;
}

.textstyle:hover{
  cursor: pointer;
}

.textstyle a{
  color: white;
}

/* .button{
    margin-bottom: 5px;
    border-radius: 10px;
    background-color: #eaffb1;
    font-weight: bold;
} */
  /* end */

@media (max-width: 992px){
    .menuToggle{
        display: block;
    }

    .nav-wrap {
        position: relative;
        padding: 0;
        /* width: 90%; */
        display: block;
        overflow: hidden;
        transition: 0.5s;
        transform:scaleY(0);
        /* transform: translate(5%,5%) scaleY(0); */
        transform-origin: top;
    }
    .nav-wrap li {
        border-bottom: 1px solid rgba(0,0,0,0.2);
        padding: 10px 0;
        display: flex;
    }

    .nav-wrap li:last-child {
        border-bottom: none;
    }
    .nav-wrap li a {
        padding: 0 20px;
    }
    .nav-wrap li a .icon {
        display: inline-block;
        margin: 0 auto;
    }

    .nav-wrap li a .name {
        width: auto;
        display: inline-block;
        margin: 10px;
    }

    .nav-wrap.active {
        transform: scaleY(1);
    }
    img.logo {
      width: 75%;
  }
}

/* column cards */

* {
    box-sizing: border-box;
  }
  
  /* body {
    font-family: Arial, Helvetica, sans-serif;
  } */
  
  /* Float four columns side by side */
  .column {
    float: left;
    width: 25%;
    padding: 0 10px;
  }
  
  /* Remove extra left and right margins, due to padding */
  .row {margin: 0 -5px;}
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Responsive columns */
  @media screen and (max-width: 600px) {
    .column {
      width: 100%;
      display: block;
      margin-bottom: 20px;
    }
    .nav-wrap.active {
      transform: scaleY(1);
  }




  }
  
  /* Style the counter cards */
  .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 16px;
    text-align: center;
    background-color: #f1f1f1;
  }



  .card-section {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    flex-wrap: wrap;
    width: 100%;
    
  }
  
  .card-item {
    width: 265px;
    padding: 0.25em;
    height: auto;;
    margin: 4px;
    border: 1px solid #333;
    border-radius: 10px;
  }

  .card-action {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

@media screen and (max-width: 600px) {
    .card-item {
        width: 100%;
    }    
}

