*{
    font-family: "Barlow Semi Condensed", sans-serif;
}
.logo {
 width: 100px;
 size: 80px;

}
.call-btn{
    border: 2px solid #03a9f4;
}
.call-btn:hover{
    border: 2px solid #0380f4;
}
.bannerContent h1{
    font-weight: 700;
    font-size: 52px;
}
.bannerContent h1 span {
    
    color: #1591EA;
    background-image: url("../images/zigzag.png")  ;
    background-size: 150px 150px;
}
.bannerContent p {
    font-size: 24px;
}
.bannerContent ul {
    list-style: none;
    
}
li{
    font-size: 24px;
}
.opt i {
    list-style: none;
    color: #0380f4;
}
.bannerBtn  {
     background: linear-gradient(to right , #0ACEFE , #2699FB);
     padding-top: 5px;
     padding-bottom: 5px;
    border: 1px solid ;
    border-radius: 10px;
    color: white;
}
.bannerBtn:hover{
    border: 2px solid #1303f4;
}
.bannerBtn2 {
    padding-top: 5px;
     padding-bottom: 5px;
    background-color: transparent !important; 
    border: 1px solid bisque;
    border-radius: 10px;
    color: black;
}
.bannerBtn2:hover{
    border: 2px solid #031bf4;
}
.form {
    padding: 40px 40px 40px 40px ;
    border: 2px solid #03f4e88e;
}
.form label {
    margin-top: 10px;
    margin-bottom: 0px;
}
.form input {
    padding: 5px  5px 5px 5px;
        width: 100%;
    
    border-radius: 2px;
}
.form button {
    margin-top: 50px;
    width: 100%;
     background: linear-gradient(to right , #0ACEFE , #2699FB);
     color: white;
     border: none;
     padding: 10px 10px 10px 10px;
     border-radius: 10px;
}
.benifits h1{
    color:  #2699FB;
    font-weight: 700;
}
.highlights {
    background-color: #F7FAFF;
}
.highlights h1{
    font-size: 36px;
    font-weight: 700;
}
.higlishtcard {
    border-radius: 10px;
}
.higlishtcard h4 {
   padding-top: 10px;
   padding-left: 10px;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
}
.higlishtcard p {
    padding-left: 10px;
    font-size: 16px;
    
}
#navbarSupportedContent ul li a {
   
    font-weight: 500;
    color: #0ACEFE;
}