@media screen and (min-width: 1441px) and (max-width: 1625px) {
    /* .m-txt-1 {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: #010439;
    margin-bottom: 0px;
  } */

}

@media screen and (min-width: 1200px) and (max-width: 1441px) {


    .logo {
        justify-content: space-evenly !important;
    }
    /* .logo-img {
    /* margin: 18px; *
    height: 50px;
    width: 73px;
  } */

    .searchBar {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        /* margin-left: 200px; */
    }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
    /* .m-txt-2 {
    font-family: Roboto;
    margin-bottom: 0px !important;
    font-size: 9px;
    font-weight: 700;
    line-height: 15px;
    text-align: left;
    color: #010439;
  } */

    /* .logo-img {
    margin: 13px;
    height: 53px;
    width: 80px;
  } */

    /* .searchBar {
    width: 270px;


} */
    /* .logo-img {
  margin: 8px;
  height: 53px;
  width: 72px;
} */
    .logo-header-bg {
        margin: 0px;
    }
    /* .contact-txt {
        font-size: 12px;
    }
    .main-content-text {
        font-size: 12px;
    } */
}
