body {
    font-size: 15px;
    font-weight: 400;
    font-family: roboto,sans-serif!important;
    color: #001427;
}

.header-bg{
width:100%;
background:#2B2B6F;
min-height:98px;
}
.iti--allow-dropdown {
    width: 100%;
}
.modal-lg{
max-width:80%;    
}
.red{
color:red;    
}
.logo{
padding: 10px 0px;    
}
.video-img{
    background:url('img/video-img.svg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    width: 100%;
    height: 50vw;
}
.banner-txt{
text-align:center;
font-weight:bold;
color:#000;
font-size: 23px;
}
.banner-btn{
background:#2B2B6F;
color:#fff;
font-size: 23px;
border-radius: 5px;
cursor:text!important;
}
.btn-primary{
background:#2B2B6F;
border:1px solid #2B2B6F;
}
.pt-100{
padding-top: 100px;    
}
.mt-100{
margin-top:100px;    
}
.footer{
background:#2B2B6F;
font-size:12px;
color:#fff;
text-align:center;
width:100%;
padding:10px;
}
@-webkit-keyframes blinker {
    from {opacity: 1.0;}
    to {opacity: 0.0;}
  }
  .blink{
      text-decoration: blink;
      -webkit-animation-name: blinker;
      -webkit-animation-duration: 0.6s;
      -webkit-animation-iteration-count:infinite;
      -webkit-animation-timing-function:ease-in-out;
      -webkit-animation-direction: alternate;
  }


@media (max-width: 991.98px){
.banner-btn{
font-size:15px;    
}
}