body{
    overflow-x: hidden;
}

.bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
        
      }
      
    @media only screen and (max-width: 600px) {
        
        .as-card-cta{
            min-width: 100%;
        }
        .submitbtn {
            width:100%;
      }
      
      .desktopview img{
            display: none;
        }
        .mobileview img{
            display: block;
        }
    } 
     @media (min-width: 767px) {
        .desktopview{
            display: block;
        }
        .mobileview{
            display: none;
        }
         
     }
      
.navbar li a{
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}
/*
.bg-dark{
    background-color: #1a73e8 !important;
}
*/
.bg-primary .active{
    font-weight: 600;
}

label{
    margin-bottom: -5px;
    font-family: 'Roboto', sans-serif;
    font-weight:600;
}
h4, h5{
    font-weight:600;
}

.as-card-cta{
    padding: 5px;
    border-radius: 10px;
    border: none;
    
    background-image: linear-gradient(to right, #083246 0%, #007bff 51%, #083246 100%);
    color: #ffffff;
    
    transition: ease-in-out .3s;
    max-width: 50%;

}
.as-card-cta svg{
    width:1.3em;
    height:1.3em;
    color: #20466f;
    text-align: center;
    
   
}
.circle{
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
    padding: 5px;
}
    

.submitbtn{
    
    background-image: linear-gradient(to right, #083246 0%, #007bff 51%, #083246 100%);
    min-width: 70%;
 
}
.btn {
  flex: 1 1 auto;
  padding: 10px 30px 10px 30px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
 }

.btn:hover {
  background-position: right center; /* change the direction of the change here */
  color: white;
}
.carousel{
    
    height:400px;
}
.carousel .carousel-item img{
   height:400px;
}

img{
    box-shadow: 0 0 20px #eee;
}

#doc li{
    list-style-type: none;
    background: url(slider/arrow.svg) no-repeat center left;
    padding: 5px 15px 5px 15px;
    font-weight: 500;
    color: #007bff;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    font-size: 18px;
    
    
}
.footer{
    background-image: linear-gradient(to right, #083246 0%, #007bff 51%, #083246 100%);
}
.footer h3,a{
    
    color: #ffffff;
}
.footer ul li{
    list-style-type: none;
}

footer{
     background-image: linear-gradient(to right, #007bff 0%, #083246 51%, #007bff 100%);
}

footer{
    color: #fff;
    text-align: center;
    padding-top:10px;
    padding-bottom:10px;
}
.footer a{
    color: #fff;
}


    .desktopview img{
            display: blocl;
        }
        .mobileview img{
            display: none;
        }
