.pt-30{
    padding-top: 30px;
  }
  .shadow{
    box-shadow: 0 0 10px rgba(33,33,33,.2);
  }
	.package{
       color: #fff;
       padding: 12px 36px;
       background-width: 200%;
       font-weight: 500;
       font-size: 16px;
       border: none;
       position: relative;
       font-family: 'Raleway', sans-serif;
       -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
       border-radius: 4px;
       background-image: linear-gradient(to right, #246bad 0%, #00c8c8 51%, #246bad 100%);
   }
   .table-hover tbody tr:hover {
      transition: box-shadow 0.3s;
      box-shadow: 0 0 11px rgba(33,33,33,.2);
  }
  .iq-pt-5{
    padding-top: 5px;
    position: absolute;
    float: left;
    padding-left: 50px;
}
.icon-title{
    float: left;
}
.lists{
    padding: 18px 0;
    padding-left: 30px;
}
.lists ul{
    list-style-type: disc !important;
}
.lists ul li {
    list-style: inherit;
    display: list-item;
}
.iq-fancy-box:hover {
    transition: box-shadow 0.3s;
    box-shadow: 0 0 11px rgba(33,33,33,0.2);
}
.iq-banner .banner-text h1{
    font-size: 57px !important; 
}
.dropdown-menu {
    top: 152%;
    min-width: 12rem !important;
    padding: 0.5rem 21px !important;
    margin: -0.875rem 0 0 !important;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: none !important;
    border-radius: 0 !important;
   }