.align-items-center {
    align-items: center;
}
.border-left {
    border-left: 1px solid;
}
.border-right {
    border-right: 1px solid #d4d4d4 !important;
}
.border-secondary {
    border-color: gray;
}
.logMktBtmBanner {
    display: flex;
    position:absolute;
    left:0px;
    right:0px;
    bottom:0px;
    height: 170px;
    background: linear-gradient(90deg, #16222A 0%, #3A6073 100%);
    overflow-y: hidden;
}
.logMktBtmBanner ul {
    display: flex;            
    flex-wrap: wrap;          
    list-style-type: none; 
    padding: 0;
    margin: 15px;
}
.logMktBtmBanner li {
    color: #fff;
    margin: 10px; padding: 10px;
    height: 30px;
    line-height: 30px;
    background-color: #014538;
    width: 350px;
    border-radius: 15px;
}
.logMktBtmBanner li::before {
    content: '\2713'; /* Unicode for checkmark */
    font-weight: bold;
    margin-right: 10px;
  }
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit- user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn:hover {
    color: #333;
    text-decoration: none;
}
.card {
    position: relative;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    min-width: 540px;
    max-width: 1200px;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .75rem;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 5px;
}
.col {
    width: 100%;
}
.col-md-12 {
    padding-left: 10px;
    padding-right: 10px;
}
.col-lg-3 {
    padding: 20px;
    min-width: 140px;
    max-width: 250px;
    margin-left: auto;
}
.col-lg-4 {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.col-lg-5 {
    padding-left: 10px;
    padding-right: 10px;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
.d-flex {
    display: flex;
}
.icoHdr {
    max-width: 170px;
    margin-left: 20px;
    margin-top: 7px;
}
.img-fluid {
}
.justify-content-end {
    justify-content: flex-end;
}
.m-0 {
    margin: 0;
}
.m-3 {
    margin-top: 20px;
}
.ml-1 {
    margin-left: 10px;
}
.mt-2 {
    cursor: pointer;
}
.p-0 {
    padding: 0;
}
.pl-1 {
    padding-left: 10px;
    font-size: 21px;
}
.respAltImg {
    display: none;
}
.row {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}
.text-center {
    text-align: center !important;
}
.text-left {
    text-align: left;
}
.text-primary {
    text-align: left;
}
.text-secondary {
    color: #646464;
}
.w-75 {
    width: 75%;
}
.w-100 {
    width: 100% !important;
}
.ddselect {
    max-width: 275px;
}

#leftSect {
    background-image: url('/images/mb/please_wait_dots.gif');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
ul {
    margin-bottom: 10px;
    list-style:disc;
}
li {
    line-height: 24px;
    font-size: 16px;
    text-align: left;
}
h5 {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: left;
    margin: 0px;
}
h6 {
    font-weight: bold;
    font-size: 16px;
    margin: 5px;
}


/**responsiveness*/
@media screen and (max-width: 1700px) {
    .logMktBtmBanner li {
        font-size: 14px !important;
        width: 310px !important;
   }
}

@media screen and (max-width: 1560px) {
    .logMktBtmBanner {
        height: 260px;
   }
}

@media screen and (max-width: 1200px) {
    .logMktBtmBanner {
        top: 0px; 
        height: 100%;
   }
}

@media screen and (max-width: 700px) {
    .pl-1 {
        font-size: 16px;
    }
}

@media screen and (max-width: 540px) {
    .img-fluid {
        display: none;
    }
    .card {
        min-width: 370px;
    }
    .icoHdr {
        max-width: 145px;
    }
    .pl-1 {
        font-size: 14px;
    }
    h5 {
        font-size: 14px;
    }
    h6 {
        display: none;
    }
    li {
        font-size: 14px;
    }
    .ddselect {
        max-width: 50px;
    }
    .col-lg-3 {
       display: none;
    }
    .col-lg-4 {
       width: 150px;
    }
    .col-lg-3 > div > a {
        display: none;
    }
    .col-lg-5 {
        padding-left: 10px;
    }
    .respAltImg {
        display: block;
    }
}
