*{
    font-family: 'Inter',sans-serif;
}

.whatsappbtn{
    border:1px solid #27AE60;
    color:#27AE60;
    padding: 10px 18px;
    border-radius: 8px;
    font-size:16px;
}
.whatsappbtn:hover{
    border:1px solid #27AE60;
    color:white;
    background-color:#27AE60; ;
}

.call{
    border:1px solid black;
    color:white;
    background: linear-gradient(to right,#0ACEFE,#2699FB);    
    padding: 10px 18px;
    border-radius: 8px;
    font-size:16px;
}

.call:hover{
    border:1px solid #2699FB;
    color:#2699FB;
    background:white; ;
}

.bannerContent h2{
    font-size:52px;
    font-weight: 700;
    line-height:68px;
}
.bannerContent h2 span{
    color:#2699FB;
    background: url("../images/border.png") no-repeat bottom;
}
.bannerContent p{
    font-size:22px;
}
.bannerContent ul li{
    font-size:22px;
    list-style-type: none;
}
.bannerContent ul li i{
  color:#2699FB;
}

.bannerBtn button{
    width:50%;
    padding:10px 0px;
    font-size:18px;
    border-radius:8px;
    
}
.bannerBtn button:first-child{
    background:linear-gradient(to right,#0ACEFE,#2699FB);
    color:white;
} 
.bannerBtn button .btnDownload{
border:2px dashed black;
}

.bannerForm{
padding:40px;
border-radius:12px;
}
.bannerForm h3{
font-size:18px;    
font-weight:700;
}

.formBtn{
    width:100%;
    background:linear-gradient(to right,#0ACEFE,#2699FB);
    color:white;
    padding: 10px 0px;
    border:none;
}
.counterSection h2{
    font-size: 30px;
    color:#2699FB;

}
.highlights-section{
    background-color:#F7FAFF;
}

.highlights-section h2{
    font-size:36px;
    font-weight:700;
    color: #0A2134;
}
.highlights-section p{
    font-size:28px;
}
.highlight-items h4{
    font-size:16px;
    font-weight:600;
}
.highlight-items p{
    font-size:13px;
    font-weight: 500;
}
.bookBtn{
    color:white;
    font-size:20px;
    font-weight:700;
    background:linear-gradient(to right,#0ACEFE,#2699FB);
    border:none;
    border-radius: 8px;
    
}
.p-fs-18{
    font-size:18px;
}
.customBG{
    background-color:#F7FAFF;

}

.testimonal{
    background:linear-gradient(to right,#0ACEFE,#2699FB);
    color: white;
    border-radius: 8px;
}
.bookBtn1{
    background-color: white;
    border:none;
    font-size:20px;
    font-weight: 600;
    border-radius: 8px;
}
.footer{
    background-color: #0A2540;
}
.footer1 p,p a{
    color:white;
}
.tabSystem ul{
    list-style:none;
    color:black;
}
.tabMySystem .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color:black;
    background-color:#F2F4F7;
    border-bottom: 3px solid #2699FB;
}