@media (min-width: 1199px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1300px;
    }
}

.bottom {
    align-self: flex-end;
  }

  @media (min-width: 1199px) {
    .container1 {
        max-width: 1170px;
        margin-right: auto;
        margin-left: auto;
    }
}
.borRad10{
    border-top-right-radius: 50px;
}

.bg-deep-blue{
    background-color:#0a59a39e;
}

.Testomonial-background {
    background-image: url(https://web.archive.org/web/20240307084638im_/http://www.aplustaxsolutions.com.au/New/wp-content/uploads/2020/02/Testomonial.jpg);
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: top left;
    background-size: cover;
    background: rgba(0, 0, 0, 0.92);
    mix-blend-mode: normal;
}
.modal-header{
    border-bottom: 0px;
}
.text-leftMain{
    text-align: left !important;
}
.btn-close{
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9999;
}
.pointer{
    cursor: pointer;
}
.TermBtn{
    border: 0px;
    background-color: #f7f7f7;
}

@media (max-width:500px) {
    header a.logo img {
        max-height: 50px;
    }
}