

  /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {
    .banner-sec .main-buttons-wrp {
      margin-top:0px;
    }
    .welcome-sec {
        margin-top: 400px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) {
    .navbar  {
        display:block !important;
       }
       .banner-sec .main-buttons-wrp{
           width:100%;
       }
       .top-hd{
        display: none;
       }
       .light-bg .message-sec .round-frame {
        margin-top: 40px;
    }
    .nav-bg::before{
        width: auto;
        display: none;
    }
    .nav-bg .nav-link {
       color: #000000;
        font-family: "Roboto", sans-serif;
        font-weight: 600;
        font-size: 16px;
        margin-top: 10px;
    }
    .navbar-collapse{
        background-color: #f13596;
        padding: 20px;
        top: 0;
        position: absolute;
        z-index: 9;
    }
    .nav-bg .nav-link:hover {
        color: #ffa500;
    }
}
@media (max-width: 991.98px) {
    .navbar-collapse {
      position: fixed;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100vh;
      overflow-y: auto;
      transition: left 0.3s ease-in-out;
    }
  
    .navbar-collapse.show {
      left: 0;
    }
  
    .navbar-toggler{
        position: relative;
        z-index: 99;
    }
    .active{
        color:#16257A !important; 
    }
    
  }
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1000px) {

    #main-header{
        display: none;
         }
       
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
/* @media only screen and (max-width: 1300px) {

   
         .nav-bg::before{
            left: 230px;
         }
         .nav-bg::before{
            width:90%;
        }
} */
@media only screen and (min-width: 1800px) {

   
    .nav-bg::before{
        width: 75%;
    }
}

@media (min-width: 300px) and (max-width: 576px) {
    .wrap {
        overflow: hidden;
        bottom: 0px;
        margin-top: 10px;
    }
}
