html {
  font-size: 14px;
  scroll-behavior: smooth;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  font-display: swap;
}

.footer-image {
    width: 150px;
}
.call-us-card {
    background: #163b5b;
}
.top-link {
    color: #c9c9c9;
    transition: 0.3s ease;
}
.mobile-no-me{
    margin-right: 1.5rem;
}
@media screen and (max-width: 675px){
    .top-link {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .mobile-del{
        display: none!important;
    }
    .mobile-center{
        justify-content: center;
    }
    .mobile-no-me{
        margin-left: 0!important;
        margin-right: 0.3rem!important;
    }
}
.top-link:hover{
    color: #fff;
}
body{
    overflow-x: hidden;
}
.exp-container{
    font-size: 28px;
}
@media screen and (max-width: 768px) {
    .co-brand-image {
        width: 100px;
    }
    main {
        padding-top: 2rem;
    }
    .mobile-square{
        width: auto!important;
        height: auto!important;
    }
    .carousel-control-prev, .carousel-control-next{
        display: none!important;
    }
}
.end-ref-link {
    color:#ffffff;
}
.end-ref-link:hover{
    color: #fff;
}
.footer-end {
    background-color: #15233C !important;
}
.navbar-collapse{
    z-index: 100;
}
.alert {
    position: fixed !important;
    right: 4rem;
    z-index: 10;
    top: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.alert-success {
    color: #155c3a;
    background-color: #dcffd7 !important;
    border-color: #5e8171;
    z-index: 1050;
}

.alert-danger {
    color: #111010;
    background-color: #ec9d9ded !important
}

.close {
    padding: .1rem .8rem;
    outline: 0;
    border: none;
    border-radius: 5px;
    margin-left: 1rem;
    background-color: #ffffff;
    color: #ff1616;
    transition: .3s;
    font-size: 28px;
}

    .close:hover {
        background-color: #eee;
        color: #080f44;
    }


