* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    --color-primary: #174ea1;
    --color-secondary: #06285b;
    --color-text: #000;
    --color-accent1: #047dd0;
    --color-accent2: #1853a6;
    --color-footer:#001638;
}

body {
    font-family: "Inter", serif;
}
.container{
    max-width: 1280px;
}

.navbar-brand img {
    width: 150px;
}

header .bg-body-tertiary {
    background-color: #fff;
}

.find-btn {
    background: linear-gradient(178deg, var(--color-accent1), var(--color-accent2));
    color: white;
    padding: 6px 14px;
    
    border: 1px solid;
    border-radius: 6px;
    cursor: pointer;

}

.find-btn:hover {
    background-color: #174ea1;
}

.find-btn i {
    margin-right: 12px;
}

.nav-item .nav-link {

    
    color: #000;
    border-bottom: 2px solid #fff;
}
.navbar-nav {
    gap: 20px;
}

.nav-item .nav-link:hover {
    border-bottom: 2px solid #174ea1;
    color: #174ea1;
}

.bg-col {
    background-color: #174ea1;
    position: relative;
    overflow: hidden;
}
.cal-icon img {
    width: 80px;
}

.cal-icon {
    padding: 15px;
    border: 1px solid #efefef;
}

.atm-img {
  
    text-align: center;
    
    position: relative;
    bottom: -20px;
    width: 368px;
    height: 599px;
}

.atm-img img {
    width: 100%;
}

.banner-content {
    margin-top: 9%;
    margin-bottom: 5%;
}

.banner-content h1 {
    font-size: 70px;
    font-weight: 700;
    color: #fff;
    line-height: 80px;
}

.banner-content h2 {
    font-size: 46px;
    font-weight: 400;
    color: #fff;
    font-style: italic;
    margin-top: 20px;
}
.navbar-nav {
    min-height: 60px;
    line-height: 50px;
}

.list-meg-item a {
    line-height: 20px;
}
.contry-flag {
    width: 60%;
    background: #fff;
    /* padding: 20px 10px; */
    padding: 20px 10px 9px 10px;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}

.contry-flag .col-md-3 img {
    width: 80px;
    height: 50px;
    object-fit: cover;
}

.contry-flag .col-md-3 span {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.banner-content .below-flags {
    font-size: 22px;
    font-weight: normal;
    font-style: italic;
    color: #fff;
    margin-top: 2%;
}

.mrg-right {
    margin-left: auto !important;
    margin-right: 0 !important;
    margin-top: 10% !important;
}


.nav-item {
    padding: 0.5rem 0xp;
}

.dropdown-hover:hover>.dropdown-menu {
    display: inline-block;
}

.dropdown-hover>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;

}

.ctm-dropdown {
    left: 0;
    right: 0;
    background-color: #fff !important;
}

.dropdown-toggle::after {
    display: none !important;
}

.list-meg-item a {
    background: none;
    border: none;
    padding-left: 0;
    padding-top: 2px;
}

.list-meg-item a:hover {
    background: none;
    text-decoration: underline;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    width: 20%;

    padding: 10px 10px 20px 10px;
    border-radius: 5px;
    list-style: none;
}

/* Show the dropdown menu on hover */
.nav-item:hover .dropdown-content {
    display: block;
}

.img-item-main {
    /* display: flex;
                align-items: center;
                justify-content: space-around; */
    display: inline-block;
    margin-top: 8%;
    padding-left: 4%;
    padding-right: 4%;
}

.atm-drop-img {
    width: 52%;
    float: left;
    overflow: hidden;

}

.atm-drop-img img {
    width: 100%;
}

.img-item-main h3 {
    width: 45%;
    float: right;
    margin-left: 3%;
    margin-top: 5%;
    font-size: 32px;
}

.contact-info {
    padding-left: 4%;
    margin-top: 8%;

}

.contact-info p {
    font-size: 11px;
    line-height: 10px;
    color: #969696;
}

.contact-info h5 {
    font-size: 18px;
    line-height: 0px;
}

.navbar-brand-m {
    display: none;
}

.cal-icon {
    position: absolute;
    top: 0%;
    right: 0%;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.relative{
    position: relative;
}

#map {
    
    height: 550px;
}
.section{
    padding: 80px 0px;
}
span.closed {
    color: red !important;
}
ul#locations {
    padding: 0px;
    list-style: none;
    padding-right: 30px;
    height: 500px;
    overflow-y: scroll;
}
#locations::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
}

#locations::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(0,0,0,.5);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
ul#locations li {
    border-bottom: 1px solid #eee;
    padding: 10px 20px;
    cursor: pointer;
    padding-left: 0px;
}

div#map {
    border-radius: 14px;
}
ul#locations li strong{
    color: var(--color-primary);
}
ul#locations li span {
    color: #515151;
}
h2 {
    font-size: 44px;
    
    font-weight: 600;
}
p.sub-title {
    font-size: 18px;
    font-weight: 300;

}
.whyus{
    background: var(--color-secondary);
}
section.cta {
    background: var(--color-primary);
}
.cta-btn {
    background: #fdbf12;
    border: 0px;
    color: #111;
    padding: 8px 30px;
    font-weight: 500;
    font-size: 18px;
}
.cta-btn span {
    text-transform: uppercase;
    display: block;
    font-size: 10px;
}
.cta p{
    font-weight: 300;
}
img.footer-logo {
    width: 200px;
}

footer{
    background: var(--color-footer);
}
footer p{
    font-weight: 300;
}
.text-right{
    text-align: right;
}
ul.footer-links {
    list-style: none;
    padding: 0px;
    font-size: 14px;
    font-weight: 300;
}
ul.footer-links li {
    margin-bottom: 4px;
}
.social-icons a {
    text-decoration: none;
    color: #fff;
}

.social-icons {
    gap: 20px;
    display: flex;
}
p.ct-link span {
    display: block;
    font-size: 12px;
}

p.ct-link {
    font-size: 20px;
}
.footer-copyrights.text-center {
    border-top: 1px solid #ffffff36;
    padding-top: 30px;
    font-size: 14px;
    margin-top: 30px;
}
footer.section.text-white {
    padding-bottom: 30px;
}
.single-card img {
    width: 100px;
    margin-bottom: 20px;
}
a:focus-visible {
    border: none;
    outline: none;
}
li.contact-info a {
    text-decoration: none;
    color: #000;
}
p.ct-link a {
    color: #fff;
    text-decoration: none;
}
img.about-img {
    width: 100%;
    border-radius: 12px;
}
.filter-buttons button {
    border: 1px;
    padding: 7px;
    border-radius: 7px;
    font-size: 14px;
    background: #fff;
    border: 1px solid #e3e3e3;
    box-shadow: 0 2px 17px #0000001c;
}

.filter-buttons button.active {
    background: linear-gradient(178deg, var(--color-accent1), var(--color-accent2));
    color: #fff;
}

.filter-buttons {
    margin-bottom: 20px;
}
img.flag {
    width: 250px;
    margin: 10px 0px;
    display: block;
}
span.open {
    color: #00b400 !important;!i;!;
}
.week-timings {
    line-height: 10px;
    display: none;
}


/* media query... */
@media only screen and (max-width: 600px) {

    .navbar-brand-m {
        display: block;
    }

    .navbar-brand {
        display: none;
    }

    .navbar-brand-m img {
        width: 90px;
        height: 45px;
    }

    .navbar-toggler {
        margin-left: auto !important;
    }

    .banner-content h1 {
        font-size: 60px;
        text-align: center;
    }

    .banner-content h2 {
        font-size: 30px;
        text-align: center;
    }

    .contry-flag {
        width: unset !important;
    }

    .contry-flag .col-md-3 {
        width: unset !important;
    }

    .contry-flag .col-md-3 img {
        width: 50px;
        height: 30px;
    }

    .banner-content h4 {
        font-size: 18px;
        text-align: center;
        /* margin-bottom: 30%; */
    }

    .bg-col .atm-cash-img {
        flex-direction: column-reverse;
    }

    .cal-icon {
        display: none;
    }

    button.navbar-toggler {
    border: 0px;
}

button.navbar-toggler {
    outline: none;
}

button.navbar-toggler {}

.navbar-toggler:focus {
    outline: none !important;
    box-shadow: none;
}

.nav-item .nav-link {
    padding: 0px;
}

.navbar-nav {
    gap: 10px;
}

.navbar-brand-m img {
    width: 130px;
    height: auto;
}
.banner-content .below-flags {
    font-size: 18px;
}
h2{
    font-size: 38px;
}
.section {
    padding-left: 10px;
    padding-right: 10px;
}
div#map {
    margin-top: 20px;
    height: 300px;
}
section.cta {
    text-align: center;
}

.col-md-3.text-right {
    text-align: center;
    margin-top: 30px;
}
.footer-row{
    gap:20px;
}
.navbar-nav {
    line-height: 30px;
}
}

@media only screen and (max-width: 768px) {
    .navbar-brand-m {
        display: block;
    }

    .navbar-brand {
        display: none;
    }

    .navbar-brand-m img {
        width: 90px;
        height: 45px;
    }

    .navbar-toggler {
        margin-left: auto !important;
    }

    .banner-content h1 {
        font-size: 60px;
        text-align: center;
    }

    .banner-content h2 {
        font-size: 30px;
        text-align: center;
    }

    .contry-flag {
        width: unset !important;
    }

    .contry-flag .col-md-3 {
        width: 20% !important;
    }

    .contry-flag .col-md-3 img {
        width: 50px;
        height: 30px;
    }

    .banner-content h4 {
        font-size: 18px;
        text-align: center;
        /* margin-bottom: 30%; */
    }



 

    .atm-img {
        margin: 0 auto;
    }

    .cal-icon {
        display: none;
    }
    .filter-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.filter-buttons button {
    width: 48%;
}ul#locations {
    padding-right: 0px !important;
}
ul#dropdown-products {
    width: 93%;
}


}

@media only screen and (max-width: 992px) {
    .navbar-brand-m {
        display: block;
    }

    .navbar-brand {
        display: none;
    }

    .navbar-brand-m img {
        width: 90px;
        height: 45px;
    }

    .navbar-toggler {
        margin-left: auto !important;
    }

    .banner-content h1 {
        font-size: 60px;
        text-align: center;
    }

    .banner-content h2 {
        font-size: 30px;
        text-align: center;
    }

    .contry-flag {
        width: unset !important;
    }

    .contry-flag .col-md-3 {
        width: 20% !important;
    }

    .contry-flag .col-md-3 img {
        width: 50px;
        height: 30px;
    }

    .banner-content h4 {
        font-size: 18px;
        text-align: center;
        /* margin-bottom: 30%; */
    }

  


    .atm-img {
        margin: 0 auto;
    }

    .cal-icon {
        display: none;
    }


}

@media(min-width: 770px) and (max-width: 890px){
    
}