
@media only screen and (min-width: 320px) and (max-width: 991.98px) {
  .main-holder {
    margin-top: 10%;
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 24px 45px -15px rgba(161, 159, 219, 0.41);
    background-color:#fff;
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .card-img {
    width: 44px!important;
    height: 44px!important;
    margin-bottom: 5px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .card-text {
    font-family: Poppins;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #2b417b;
  }
  
.category {
  width: 100%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 24px;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 8px 15px -10px #8fbcff;
  padding-bottom: 15px;
  background-color: white;
}
}
@media only screen and (min-width: 992px) {
   .main-holder {
    margin-top: 5%;
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 24px 45px -15px rgba(161, 159, 219, 0.41);
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 30px;
    padding-left: 2%;
    padding-right: 2%;
  }

  .card-img {
    width: 44px!important;
    height: 44px!important;
    margin-bottom: 5px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .card-text {
    font-family: Poppins;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #2b417b;
  }
  
.category {
  width: 28%;
  margin-left: 2.6%;
  margin-right: 2.6%;
  margin-bottom: 24px;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 8px 15px -10px #8fbcff;
  padding-bottom: 15px;
  background-color: white;
}
}



.category-header {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  min-height: 5px;
  max-height: 5px;
   border-bottom-left-radius: 10px;
   border-bottom-right-radius: 10px;
}

.category-header-1 {
  background-color: #20409a;
}

.category-header-2 {
  background-color: #20409a;
}


.category-header-3 {
  background-color: #20409a;
}

.category-header-4 {
  background-color: #20409a;
}

.category-header-5 {
  background-color: #20409a;
}

.category-header-6 {
  background-color: #20409a;
}


.category-1 {
  border-color: #ebebeb;
}

.category-2 {
  border-color: #ebebeb;
}


.category-3 {
  border-color: #ebebeb;
}

.category-4 {
  border-color: #ebebeb;
}

.category-5 {
  border-color: #ebebeb;
}

.category-6 {
  border-color: #ebebeb;
}


.examples{
  background-color: #20409a;
  border-color: transparent;
  color: #ffffff!important;
  border-radius: 5px;
  font-size: 16px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
 border: 2px solid #20409a;
  border-style: solid;
  box-shadow: none;
  transition: all 0.3s ease 0s;
  cursor: pointer;
    text-align: center;
    width: 50%;
    margin-top: 20px;
    margin-left: 25%;
    padding-top: 7px;
    padding-bottom: 7px;
    text-decoration: none!important;
}
    
.menus{
  background-color: #20409a;
  border-color: transparent;
  color: #ffffff!important;
  border-radius: 5px;
  font-size: 16px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
 border: 2px solid #20409a;
  border-style: solid;
  box-shadow: none;
  transition: all 0.3s ease 0s!important;
  cursor: pointer;
    width: 40%;
    text-align: center;
    margin-top: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-decoration: none!important;
}

.examples:hover {
  box-shadow: none;
  color: #20409a!important;
  background-color: white;
}

.examples:hover::after {
  transform: skewX(45deg) scale(1, 1)!important;
}
.menus:hover {
  box-shadow: none!important;
  color: #20409a!important;
  background-color: white;
}

.menus:hover::after {
  transform: skewX(45deg) scale(1, 1)!important;
}
a{
  text-decoration: none!important;
}
.exa{
  padding-top: 150px!important;
}
.title2{
  text-align: center;
  font-weight: 600;
  color: #072367;
}
.on{
  box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 7%);
}