body span{
    color: #293890;
}
body h5{
    color: #EB1B27;
}
.yellow{
    color: #f4cf00;
}
body {
    font-family: 'Inter';font-size: 22px;
    background-color: #ffffff;
    height: 100%;
    width:100%;
}
.primary{
    color: #293890;

}
.blue{
    color: #293890;
}
.red{
    color: #EB1B27;
}
body{ 
    margin-top:40px; 
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 0 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 16px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 3px;
    background-color: #293890;
    z-index: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 11px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 50px;
}
.square {
    padding: 5px;
    height: auto;
    width: auto;
    border-color: #EB1B27;
    border-radius: 0px 15px 0px 0px;
    background-color: #ffffff;
    
}
.h-10{
    height: 80px;
}

.inner {
    color: black;
}
.vibe-form {
    background-color: white;
    text-align: center;
    height: 400px;
    width: 60%;
    position: absolute;
    top: 21%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.form-left {
    width: 50%;
    float: left;
    background-color: white;
    height: 400px;
}
.form-left-img {
    vertical-align: middle;
    height: 400px;
    width: 100%;
}
.form-right {
    width: 50%;
    float: right;
    background-color: white;
    height: 400px;
}
.form-control {
    height: 45px;
}

label {
    float: left;
}
.vibe-inner {
    width: 80%;
    margin: 0 auto;
}
.vibe-form-submit {
    color: white;
    background-color: #e40027;
    width: 100%;
    border: none;
    border-radius: 50px;
    height: 40px;
    margin-top: 20px;
}
.background-image{
    height: 50vh;
}
.cover{
    background:url('/Assets/Images/cover.png')no-repeat;
max-height: 100vh;
max-width: 100%;
padding:0 !important;
margin:0;
}
@media only screen and  (max-width: 1000px){
    .mail{
        display: none;
    }
    /* header{
        background-color: #a0aae0;
        max-height:100%;
        padding: 10px;
    } */
    .cover {
      background: rgb(241, 241, 241);
      
  }
  
  @media only screen and  (max-width: 1000px){
    .form-left img{
        display: none;
        height: 0px;
    }
  }
  @media only screen and  (max-width: 912px){
    .form-left {
        display: none;
        height: 0px;
    }
  }
  @media only screen and (max-width: 896px){
    header{
        background-color: #a0a9e052;
        max-height:100%;
        padding: 1%;
    }
    .logo{
        max-width: 100px !important;
        
    }
    .brand{
        margin-left:20px;
        margin-top: 0px;
        font-size: 1vw !important;
    }
  }
  [class*="col-"] {
    width: 100%;
  }
  
  
  @media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
  }
  
}

.logo{
    max-width: 200px;
    
}
.brand{
    font-size: 1vw;
    margin-top: 0px;
}
.container{
    max-height: 100vh;
}


@media only screen and  (max-width: 912px){
    .text-end{
        font-size:3vw !important;
       }
    body{
    font-size:3vw !important;
   }
   h6{
    font-size:3vw !important;
   }
   .h3{
    font-size:3vw !important;
   }
   .h1{
    font-size:3vw !important;
   }
   .h-10{
    height: 80px!important;
    width: 80px;
   }
   h5{
    font-size:3vw !important;
   }
   .h12{
    font-size:3vw !important;
   }
   a{
    font-size:2vw !important;
    margin-right: 0px;
   }
   
   .logo{
    max-width: 25%;
    
}

  }