/* *html{
  font-family: 'Montserrat'!important;

} */

.card{
	background: #015299;
    border-radius: 20px;
    width: 100%;
    font-family: 'Montserrat'!important;
}



.icon li {
  color:#fff;
  list-style-type:none;
  position: relative;
  line-height: 2;
  font-size:17px;
  font-family: 'Montserrat'!important;
}

.icon li::before {
  font-family: "Font Awesome 5 Brands";
   display: inline-block;
   /* padding-right: 3px; */
   vertical-align: middle;
   font-weight: 900;
}

.subsbe{
	background: #00bfff;
	border-radius: 10px;
	border: 0;
}

.price{
	
	color: white;
  font-family: 'Montserrat'!important;
  
}

.subscribe-button{

  border: 2px solid #015299;

}
.subscribe-button:hover{

  border: 2px solid white;
  background:#015299 ;

}

.Term a{

  color:white;
  border-bottom: 1px solid #015299;
}

.Term h6{
  margin-left:06px;
  margin-top: 0px;
}

.Term a:hover{
  color: white;
  border-bottom: 1px solid rgb(31, 30, 30);
}

.modal-body li{

  padding: 10px 10px 10px 10px;
  margin-left: 10px;
}

.title{

  color: rgb(255, 255, 255);
  font-size: 25px;
}