.sub-header {
    background-color: #01caff;
    /* background-color: #1B205D; */
    color: #fff;
    padding: 7px 0;
}

.containers {
    max-width: 1250px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.rows {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: auto;
}

.col-left, .col-right {
    display: flex;
    align-items: center;
}

.col-left p ,.col-right p{
    padding-left:0px;
    color: #fff;
}
.col-left p::after {
  content: "";
  display: inline-flex;
  width: 1px;
  height: 20px;
  background-color: #fff;
  margin: 0 10px;
  inline-size: 1.8;  
}
.col-left img,.col-right img{
    width: 15px;
    height: 15px;
}

/* .col-left::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 20px;
    background-color: #fff;
    margin: 0 10px;
} */

.col-left a, .col-right a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.col-social {
    margin-left: 13px;
}

.contact-icon, .social-icon {
    width: 17px;
    height: 17px;
    margin-right: 12px;
}

.stay-connected {
    color: #fff;
    margin-left: 110px;
    margin-bottom: 0;
    margin-right: auto;
}

@media(max-width: 1000px) {
    .sub-header{
        display: none;
    }
  
    .containers {
      display: block;
    }
    .rows {
      display: block;
    }
    
    .rows {
      display: none;
    }
  
    /* .logo-container1{
      width: 53%;
      padding: 0;
      margin-top: 0;
      margin-left: 0;
    } */
  
    /* . {
      display: none;
    } */
  
    .stay-connected {
      display: none;
    }
  
    .dropdown-link:not(:nth-last-child(2)) {
      border-bottom: none;
    }
  }