
/* -----------------------------------------
----------------- Common Styles ------------
------------------------------------------- */

i{
  color: black;
  font-size: 14px;
}


/* -----------------------------------------
----------------- Header Styles ------------
------------------------------------------- */
.nav-link{
    margin-left: 1.9rem;
    font-weight: 500;
    color: #000 !important;
    font-size: 17px;
}
.nav-link:hover{
    color: #189FDD !important;
}
.header-view-cart{
    background:#189FDD;
    border-radius: 50px;
    margin-left: 1.5rem;
    border: #189FDD;
}
.header-view-cart:hover{
  background:#189FDD;
  border: #189FDD;
}
    /* -----------------------------------------
----------------- Title Styles ------------
------------------------------------------- */
.title-h{
    font-size: 1.8rem;
}
.title-p{
    line-height: 2rem;
    font-size: 16px;
    font-weight: 400;
}

/* -----------------------------------------
----------------- Pricing Styles ------------
------------------------------------------- */
.pricing{
  min-height: 560px;
}
#pricing-table {
    text-align: center;
  }

  #pricing-table #most-popular {
    z-index: 2;
    top: -13px;
    border-width: 3px;
    padding: 30px 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
    box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
  }
  
  #pricing-table .plan:nth-child(1) {
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
  }
  
  #pricing-table .plan:nth-child(4) {
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
  }

  #pricing-table h3 {
    font: 22px 'Lucida Sans', 'trebuchet MS', Arial, Helvetica;
    font-weight: normal;
    padding: 20px;
    margin: -20px -20px 50px -20px;
    background-color: #eee;
    background-image: -moz-linear-gradient(#fff,#eee);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background-image: -webkit-linear-gradient(#fff, #eee);
    background-image: -o-linear-gradient(#fff, #eee);
    background-image: -ms-linear-gradient(#fff, #eee);
    background-image: linear-gradient(#fff, #eee);
  }
  
  #pricing-table #most-popular h3 {
    background-color: #ddd;
    background-image: -moz-linear-gradient(#eee,#ddd);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
    background-image: -webkit-linear-gradient(#eee, #ddd);
    background-image: -o-linear-gradient(#eee, #ddd);
    background-image: -ms-linear-gradient(#eee, #ddd);
    background-image: linear-gradient(#eee, #ddd);
    margin-top: -30px;
    padding-top: 30px;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
  }
  
  #pricing-table .plan:nth-child(1) h3 {
    -moz-border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
  }
  
  #pricing-table .plan:nth-child(4) h3 {
    -moz-border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
  }
  
  #pricing-table h3 span {
    display: block;
    font: bold 25px/100px Georgia, Serif;
    color: #777;
    background: #fff;
    border: 5px solid #fff;
    height: 100px;
    width: 100px;
    margin: 10px auto -65px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -moz-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
    -webkit-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
    box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
  }
  
  #pricing-table ul {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
  }
  
  #pricing-table li {
    border-top: 1px solid #ddd;
    padding: 10px 0;
  }

  
  
  
  #pricing-table .signup {
    position: relative;
    padding: 8px 20px;
    margin: 20px 0 0 0;
    color: #fff;
    font: bold 14px Arial, Helvetica;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    background-color: #189FDD;
    background-image: -moz-linear-gradient(#189FDD, #189FDD);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#189FDD), to(#189FDD));
    background-image: -webkit-linear-gradient(#189FDD, #189FDD);
    background-image: -o-linear-gradient(#189FDD, #189FDD);
    background-image: -ms-linear-gradient(#189FDD, #189FDD);
    background-image: linear-gradient(#189FDD, #189FDD);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
  }
  #pricing-table h3{
    background: #87CEEB;
   }
   .card:hover{
    background:#ADD8E6;
    cursor: pointer;
    transition: .5s;
    height: 500px;
  }
  
  
/* -----------------------------------------
----------------- Chart Styles ------------
------------------------------------------- */
.chart-border{
    border: 1px solid #189FDD;
}

  .chart-titles{
      background: #189FDD;
      font-weight:500;
      color: #fff;
      height: 30px;
      border: 1px solid #fff;
    }
    
    .chart-white{
        height: 35px;
    }
    .chart-skyblue{
        height: 35px; 
        background: #B7E0F2;
    }

  /* ====== Media Query ====== */
  
  @media screen and (max-width: 996px){
    .chart-p{
      font-size: x-small;
      font-weight: 600;
    }
    .pricing{
      max-height:fit-content;
    }
    .card{
      margin-left: 2rem;
      margin-top: 1rem;
    }
    
  }
  /*@media screen and (max-width: 996px){
    .card{
      margin-left: 5rem;
    }
  }*/
  
  /* button styles */
  .add-to-cart{
    font-size:small; 
    border-radius:12px; 
    background-color:skyblue;
  }
  .add-to-cart:hover{
    background-color:#189FDD;
  }
