.search-container {
  width:80%; 
  text-align:right;
  
}

@media all and (min-width: 992px) {
    .search-container {
        margin-top:20px;
    }
 
    .navbar .nav-item .dropdown-menu {
    display: none;
  }

  .navbar .nav-item .nav-link {
    font-size: 17px;
    
  }

  .navbar .nav-item:hover .nav-link {
    color: #000;
  }

  .navbar .nav-item .nav-link {
    color: #000;
    font-weight: bold;
    
  }

  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }

  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }

  .navbar-nav > li {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar .nav-item .dropdown-item {
    font-size: 14px;
  }


  
}

@media all and (max-width: 1399px) {
    .search-container {
        margin-top:70px;
    }

    .navbar{
      margin-left:50px;
    }
  }

@media only screen and (max-width: 1200px) {
  .product {
    margin-top: 25px;
    margin-bottom:25px;
  }
  .search-container {
    margin-left: -50px;
  }

  .navbar .nav-item .nav-link {
    font-size: 14px;
  }

  .navbar{
    margin-left:60px;
  }

  .carousel-caption h6{
    font-size:24px;
  }
  
}

@media only screen and (max-width: 991px) {
    .search-container {
      margin-top: 20px; 
    }

    .navbar{
        margin-left:70px;
    }

    .top-text-heading{
      font-size:12px;
      line-height:0.5;
    }

    .carousel .carousel-caption h6{
      font-size:20px;
    }
  }

@media only screen and (max-width: 767px) {
  .search-container {
    margin-top: 0px;
  }
  .navbar {
    margin-left: 0px;
  }

  .top-text-heading{
     font-size:18px;
  }

  .carousel .carousel-caption {
    display: block !important;
    position: absolute;
    background-color: rgba(0, 47, 135, 0.85);
    color: white;
    width: 60%;
    border-radius: 0;
    padding: 10px;
    height:auto;
    margin-left:20px;
    text-align: left;
  }


  .surveyRow{
    margin-left:0px;
    width:100%;
  }
  
  .surveyPlans{
    height:200px;
  }

  .surveyPlansText{
    margin:auto;
  }

}





@media only screen and (max-width: 630px) {

  .search-container{
    width:80%;
    float:right;
  }

}

.usa-banner {
    background-color: #eaeaea;
    padding: 6px 0;
    height: 31px;
    font-family: "Nunito Sans", "Open Sans", "Helvetica Neue", sans-serif;
}

