*{
    padding: 0px;
    margin: 0px ;
    box-sizing: border-box;
}
body{
    font-family: "Lato", sans-serif;
}
  ul,ol{
      padding: 0 !important;
  }  

a{
    color:#fff !important;
    text-decoration: none !important;
}
.call{
    background-color:#0085CF;
    border-radius: 10px;
    padding: 5px;
    text-align: center;
    color:#fff;
}
.call a{
    font-weight: bold;
    text-decoration: none;
}
.call:hover{
    background-color:#2A176C;
}
.title h2{
    font-size: 1.5em !important;
    font-weight: bold;
}
.enquery-form{
    background-color: #058FDF;
    border-radius: 5px;;
}
.bi-check{
    font-size: 25px;
    padding-right: 5px;
    font-weight: bold
}
.form-control{
    border: 1px solid #000 !important;
}
.direct-call{
    background-color: #0D6EFD;
    padding: 5px;
    border-radius: 30px;
}
.direct-call a{
    text-decoration: none;
    padding: 5px;
    border-radius: 20px;

}
/*****Model Box CSS******/
#exampleModalLabel{
    text-align: center;
}
.thankclass{
    margin-top: 50% 0;
}
.thankclass h1 , .bi-check2{
    font-size: 125px !important;
    font-weight: bold;
}
.bi-check2{
    color:#2FB566;
    font-size: 190px;
    font-weight: bolder;
}
.mtop{
    margin-top: 100px;
    font-weight:900 !important;
}
.bi-arrow-right{
    color:#2A176C !important;
    font-weight: bold;
    font-size: 18px;
}

.serv{
    
}