/*
* expandable menu started
*/
@media (max-width: 1199px) {
    
    
    
    
}


@media (max-width: 991px) {
    .banner-one .container {
        padding-top: 100px !important;
        padding-bottom: 150px !important;;
  }
}



@media (max-width: 767px) {
    
    .banner-one__tag-line + .banner-one__title {
        font-size: 24px !important;
    }
    
    .banner-one__title {
        line-height: 1.2em !important;
    }
    p.para1 {
      padding: 0px 0px 0px 0px;
    }
    
     .column {
        margin-left: 0 !important;
        margin-top: 20px;
    }

    .tabs__buttons--container {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
  }
  .tabs__tab-btn {
    flex: 0 0 auto;
  }

  .tabs__tab-btn.active {
    
    border-bottom: 2px solid #2f3192;
  }

  .tabs__tab-btn--not-selected {
    color: #000;
    border-bottom: 2px solid transparent;
  }

  .column {
    margin: 0;
    padding: 0;
  }

    body {
        overflow-x: hidden;       /* Remove entire page horizontal scroll */
    }

    .note {
        text-align: center;
        font-size: 17px;
        margin-left:0px !important;
   }


  
    
}


@media (max-width: 480px) {
    
}


@media (max-width: 375px) {
    
}


@media screen and (max-width: 767px) {
    
}