.sticky_menu {
    top: 60px;
    position: fixed;
    width: 100%;
    z-index: 16;
}
body {
    -webkit-text-size-adjust: 100%;
    color: #34495e;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 1.72222;
    margin: 0;
    padding: 0;
    background: #fff;
    font-weight: 400;
}
.semi_bold {
    font-weight: 600;
}
a {
    color: #000;
    text-decoration: none;
    transition: all 0.25s ease 0s;
}
.txt_center {
    text-align: center;
}
ul,
ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.container {
    margin: 0 auto;
    width: 90%;
}
.d-flex {
    display: flex;
    align-items: center;
    padding: 0px 0px 1px 0px;
    margin: 0px;
    width: 100%;
}
.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.pad-reset {
    padding: 0 !important;
}
.pad-left-reset {
    padding-left: 0;
}
.pad-right-reset {
    padding-right: 0;
}
.border-none {
    border: none !important;
}
.margin-reset {
    margin: 0 !important;
}
.block_element {
    display: block;
}
.clr_black {
    color: #000;
}
.dontshow {
    display: none;
}
.d_block {
    display: block;
}
.d_flex {
    display: flex;
}
.clr_white {
    color: #fff;
}
.flex_direction_column {
    flex-direction: column;
}
.relative {
    position: relative;
}
.wd_100 {
    width: 100% !important;
}
.arrow {
    border: 1px solid #000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    height: 16px;
    width: 15px;
    margin-right: 23px;
}
.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.f_16 {
    font-size: 16px;
}
.f_14 {
    font-size: 14px;
}
.f_12 {
    font-size: 12px;
}
.triangle_down {
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000;
    font-size: 13px;
    color: #777;
    position: absolute;
    top: 23px;
    right: 20px;
}
.triangle_up {
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #000;
    font-size: 13px;
    color: #777;
    position: absolute;
    top: 23px;
    right: 20px;
}
.down_animation {
    transition: all 0.2s ease-in-out;
    transform: scale(0, 0);
}
header {
    display: flex;
    width: 100%;
    align-items: center;
    height: 56px;
}
header #myLinks {
    display: none;
}
header .logo {
    background-color: #fff;
    border-radius: 0 0 10px 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}
header .logo img {
    padding-top: 10px;
    max-width: 109px;
    max-height: 40px;
}
header .logo a {
    display: inline-block;
}
.humberger {
    width: 65px;
    text-align: center;
    background: #343434;
    height: 56px;
    border-radius: 0 0 0 10px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-container {
    position: relative;
    width: 30px;
    height: 20px;
    margin: 0 0 0 10px;
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 4px 0;
}
.mglass {
    display: inline-block;
    pointer-events: none;
    height: 20px;
    padding-top: 8px;
}
.queries_header .mglass {
    padding-top: 0;
}
.searchbutton {
    position: absolute;
    font-size: 22px;
    width: 100%;
    margin: 0;
    padding: 0;
}
.search:focus + .searchbutton {
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}
.search {
    position: absolute;
    left: 49px;
    background-color: #fff;
    outline: 0;
    border: none;
    padding: 0;
    width: 0;
    height: 100%;
    z-index: 10;
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    border-radius: 4px;
}
.searchbutton:hover {
    cursor: pointer;
}
.search:focus {
    width: 363px;
    padding: 0 16px 0 0;
}
.expandright {
    left: auto;
    right: 35px;
    max-width: 250px;
    background-color: #e1e1e1;
}
.expandright:focus {
    padding: 0 0 0 16px;
}
.bucket {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 20px auto 0;
}
.bucket img {
    max-height: 28px;
}
.bucket span {
    display: block;
    line-height: normal;
    font-family: "Open Sans";
    font-size: 12px;
    color: #0a3c85;
    margin-top: 3px;
    font-weight: 400;
}
.bucket a {
    display: block;
    padding: 12px 15px 10px 12px;
    line-height: normal;
}
.bucket span strong {
    font-family: "Open Sans";
    font-weight: 700;
    font-size: 14px;
    font-weight: 700;
}
.bucket div {
    border-radius: 4px;
    box-shadow: 0 0 35px 0 rgb(0 0 0 / 15%);
    background-color: #fff;
}
@media screen and (min-width: 375px) {
    .bucket div {
        width: 31%;
        box-sizing: border-box;
    }
}
header {
    display: flex;
    width: 100%;
    align-items: center;
    height: 56px;
}
header #myLinks {
    display: none;
}
header .logo {
    background-color: #fff;
    border-radius: 0 0 10px 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}
.search-container {
    position: relative;
    width: 30px;
    height: 20px;
    margin: 0 0 0 10px;
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 4px 0;
}
.mglass {
    display: inline-block;
    pointer-events: none;
    height: 20px;
    padding-top: 8px;
}
.searchbutton {
    position: absolute;
    font-size: 22px;
    width: 100%;
    margin: 0;
    padding: 0;
}
.search:focus + .searchbutton {
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}
.search {
    position: absolute;
    left: 49px;
    background-color: #fff;
    outline: 0;
    border: none;
    padding: 0;
    width: 0;
    height: 100%;
    z-index: 10;
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    border-radius: 4px;
}
.searchbutton:hover {
    cursor: pointer;
}
.search:focus {
    width: 363px;
    padding: 0 16px 0 0;
}
.expandright {
    left: auto;
    right: 35px;
    max-width: 250px;
    background-color: #e1e1e1;
}
.expandright:focus {
    padding: 0 0 0 16px;
}
.banner {
    width: 100%;
    display: block;
    text-align: center;
    max-height: 517px;
    overflow: hidden;
}
.banner {
    width: 100%;
    display: block;
    text-align: center;
    max-height: 190px;
    overflow: hidden;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role="button"] {
    cursor: pointer;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.carousel {
    position: relative;
    max-height: 190px;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
    line-height: 1;
    border-radius: 0 0 0 20px;
    max-height: 190px;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
    .carousel-inner > .item.active.right,
    .carousel-inner > .item.next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.active.left,
    .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.active,
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
    opacity: 0.5;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
}
.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1;
}
.carousel-control .icon-prev:before {
    content: "\2039";
}
.carousel-control .icon-next:before {
    content: "\203a";
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 47%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: left;
    list-style: none;
}
@media screen and (max-width: 1366px) {
    .carousel-indicators {
        left: 35%;
    }
}
.carousel-indicators li {
    display: inline-block;
    margin: 1px;
    cursor: pointer;
    margin: 0 3px 0 0;
    border-radius: 5px;
    background-color: #fff;
    color: #0f3564;
    line-height: 12px;
    font-size: 12px;
    position: relative;
    color: #0f3564;
    border: none;
    height: 2px;
    border-radius: 0;
    padding: 0 5px;
}
.carousel-indicators .active {
    background-color: rgba(230, 45, 47, 0.5);
    color: #fff;
    padding: 0 7px;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
    text-shadow: none;
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}
@media screen and (max-width: 340px) {
    .bucket div {
        width: 30%;
        box-sizing: border-box;
    }
    .bucket {
        width: 92%;
    }
    .bucket a {
        padding: 12px 12px 10px 12px;
    }
}
.footer_sticky {
    position: fixed;
    bottom: 0;
    background: #353535;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 16;
}
.footer_sticky a {
    color: #fff;
    display: flex;
    line-height: 15px;
    align-items: center;
    width: 31.3%;
    padding: 0;
    justify-content: center;
    height: 50px;
    position: relative;
    font-size: 12px;
    font-family: "Open Sans";
}
.footer_sticky a img {
    max-width: 19px;
    padding: 0 6px 0 0;
}
.footer_sticky a:last-child img {
    max-width: 24px;
}
.sticky_three_column a:first-child::after {
    width: 1px;
    background: #fff;
    content: "";
    height: 18px;
    right: 0;
    position: absolute;
}
.sticky_three_column a:last-child {
    background: #e40912;
    width: 37.4%;
    border-radius: 10px 0 0 0;
    font-weight: 500;
    font-size: 14px;
}
.sticky_two_column a {
    width: 50%;
}
.sticky_two_column a.w-100-no-border {
    width: 100%;
    border-radius: 0 !important;
}
.sticky_two_column a:last-child {
    background: #e40912;
    border-radius: 10px 0 0 0;
    font-weight: 500;
    font-size: 14px;
}
.tab_menu_bg {
    background: #0a3c85;
    box-shadow: none;
    margin: 0 0 25px 0;
}
.valid-error {
    font-weight: 700;
    color: #df2323 !important;
    margin-left: 40px;
}
.existingCustomerErrorMsg {
    color: #df1e1e;
    font-size: 12px;
    margin-bottom: 17px;
}
/* Full-screen overlay for loading */
#loading-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff; /* Light background with transparency */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000; /* Ensure it stays on top */
    perspective: 1000px; /* Adds depth for a 3D effect */
}

/* Logo styling */
#loading-logo {
    width: 100px; /* Adjust the size as needed */
    height: auto;
    animation: spin-vertically 2s linear infinite;
}
@keyframes spin-vertically {
    0% { transform: rotateY(0deg); }
    100% { transform: rotateY(360deg); }
}