body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
ol,
div,
a {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: "Karma", serif;
}

.direction-text a {
    text-decoration: none;
}

#error-message {
    color: red;
    font-size: 1.1rem;
}

.banner-section {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.banner-caption-txt {
    font-size: 3.5rem;
    background: linear-gradient(188.68deg, #FFFFFF -28.16%, #77E2ED 243.93%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-family: Koulen, sans-serif;
}

.banner-line img {
    width: 100%;
    height: auto;
    max-width: 200px;
}

.map-overlay-container {
    position: relative;
    text-align: center;
}

.map-container {
    width: 100%;
    /* height: 696px; */
    /* margin-bottom: 20px;  */
    float: none;
    overflow: visible !important;
}

.banner-caption {
    position: absolute;
    z-index: 10;
    color: white;
    padding: 15px;
    border-radius: 10px;
    display: inline-block;
    bottom: -4rem;
    left: 0;
    right: 0;
    padding-bottom: 37px;
}

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

.modal-content {
    background-color: #fefefe;
    margin: 20% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 35%;
    /* Could be more or less, depending on screen size */
    text-align: right;
    /* Center the text and buttons */
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#okButton {
    width: 15%;
    padding: 6px 12px;
    background-color: #CB9E52;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin: 20px auto 10px auto;
}

#modalMessage {
    font-weight: 600;
    text-align: center;
    font-size: 1.15rem;
}

.find-section {
    background: url("../../images/findus-latest/find-bg.png") no-repeat;
    background-size: cover;
}

.contry-container {
    display: flex;
    align-items: end;
    gap: 15px;
    width: 60%;
    margin: 0 auto;
    padding: 2rem 0;
}

.search-btn img {
    width: 100%;
    height: auto;
    max-width: 50px;
}

.contry-container .input-group {
    display: flex;
    flex-direction: column;
    width: 60%;
}

.contry-container .label {
    font-size: 14px;
    margin-bottom: 3px;
    color: #128FD4;
}

.contry-container .input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #4877c2;
    color: #fff;
    font-size: 24px;
    outline: none;
    padding: 5px;
}

.contry-container .input:focus {
    border-bottom: 1px solid white;
}

.contry-container .search-btn,
.dropdown select {
    background-color: #CB9E52;
    color: #fff;
    padding: 12px 35px;
    cursor: pointer;
    font-size: 20px;
    border: none;
    position: relative;
}


.contry-container .search-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    border: none;
    text-decoration: none;
}

.contry-container .arrow {
    font-size: 14px;
}

.contry-container .dropdown {
    font-size: 20px;
    cursor: pointer;
    appearance: none;
    color: #fff;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown select {
    border: none;
    background: url("../../images/findus-latest/dropdown.png") #CB9E52;
    background-position: 80% center;
    background-repeat: no-repeat;
    appearance: none;
    padding: 13px 60px 12px 32px;
}

.dropdown select:focus {
    outline: none;
}

/*tabs*/
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: url("../../images/findus-latest/FNY.png") no-repeat;
    background-size: cover;
    border: none;
    color: #fff;

}

.nav-tabs .nav-link {
    background: url("../../images/findus-latest/BO.png") no-repeat;
    background-size: cover;
    width: 50%;
    border-radius: 0;
    color: #0c8cd3;
    font-size: 22px;
    text-transform: uppercase;
    padding: 1rem 2rem;
    font-family: "Koulen", sans-serif;
    font-weight: 400;
    border: none;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent;
}


/*buy online*/

.select-text {
    color: #fff;
    font-size: 32px;
    text-align: center;
    font-weight: 400;
    padding: 1.5rem 0;
}

.buy-online-card-section {
    background: url("../../images/findus-latest/buy-online-bg.png") no-repeat;
    background-size: cover;
    padding: 5rem 8rem;
}

.buy-online-card {
    background: url(../../images/findus-latest/card-bg.png) no-repeat;
    background-size: cover;
    padding: 3rem 4rem;
    width: calc((100% - 100px) / 3);
    text-align: center;
    margin-right: 3rem;
    margin-bottom: 3rem;
}

.logo-img {
    width: 100%;
    height: auto;
    max-width: 130px;
    display: block;
    margin: 0 auto;
    margin-bottom: 3rem;
}

.buy-online-card a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #CB9E52;
    font-size: 14px;
    padding: 12px 20px;
    text-decoration: none;
}

.buy-online-card a p {
    display: inline;
    padding-right: 6px;
}

.buy-online-card a img {
    width: 100%;
    height: auto;
    max-width: 50px;
}

.buy-online-card-wrapper {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.buy-online-card:nth-child(3n) {
    margin-right: 0;
}

.black-arrow {
    display: none;
}

.buy-online-card:hover {
    background: url("../../images/findus-latest/card-hover-bg.png") no-repeat;
    background-size: cover;
}

.buy-online-card:hover a {
    background: #fff;
    color: #000;
}

.buy-online-card:hover .white-arrow {
    display: none !important;
}

.buy-online-card:hover .black-arrow {
    display: block !important;
}

/*find near but content*/
.find-near-buy-main-container {
    display: flex;
}

.left-container {
    width: 50%;
}

.right-container {
    width: 50%;
}

iframe {
    width: 100%;
    height: 100%;
}

.filter-img {
    display: none;
}

.button-filters-wrapper {
    display: flex;
    justify-content: center;
    padding: 2rem 0;
    gap: 1rem;
}

.button-filters-wrapper .active .filter-img {
    display: block;
}

.button-filters-wrapper .active .filter-active-img {
    display: none;
}

.button-filters-wrapper a {
    background: #02324C;
    padding: 10px 20px;
    display: flex;
    text-decoration: none;
    align-items: center;
    margin-right: 1rem;
}

.button-filters-wrapper a:last-child {
    margin-right: 0;
}

.button-filters-wrapper a p {
    color: #fff;
    margin-right: 1rem;
    font-size: 20px;
    padding-left: 6px;
}

.button-filters-wrapper .active {
    background: #16919E;
    color: #fff;
}

.button-filters-wrapper a img {
    width: 100%;
    height: auto;
    max-width: 50px;
}

.location-card {
    display: flex;
    justify-content: space-between;
    padding: 1.5rem 4rem;
    border-top: 1px solid #024164;
    background: url("../../images/findus-latest/location-card.png") no-repeat;
    background-size: cover;
}

.location-img img {
    width: 100%;
    height: auto;
    max-width: 70px;
    margin: 0 auto;
}

.location-img p {
    color: #fff;
    font-size: 18px;
    width: 100%;
    text-align: center;
}

.location-heading {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 1rem;
}

.location-heading p {
    color: #976C25;
    font-size: 16px;
    width: 70%;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Koulen", sans-serif;
}

.brown-arrow {
    width: 100%;
    height: auto;
    max-width: 50px;
    opacity: 0;
}

.call-wrapper {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 1rem;
}

.location-card:hover .brown-arrow {
    opacity: 1;
}

.location-card:hover {
    background: url("../../images/findus-latest/location-card-bg-active.png") no-repeat;
    background-size: cover;
}

.location-card:hover .location-heading p,
.location-card:hover .call-inner P,
.location-card:hover .call-wrapper p,
.location-card:hover .address-wrapper p {
    color: #fff;
}

.location-card:hover .hover-img {
    display: block;
}

.location-card:hover .blue-img {
    display: none;
}

.call-inner {
    display: flex;
    width: 70%;
    gap: 10px;
}

.call-inner img {
    width: 100%;
    height: auto;
    max-width: 20px;
}

.call-inner P {
    color: #CB9E52;
    font-size: 16px;
}

.call-wrapper p {
    color: #CB9E52;
    font-size: 16px;
    text-transform: capitalize;
}

.address-wrapper {
    display: flex;
    justify-content: flex-start;
}

.address-wrapper p {
    color: #CB9E52;
    font-size: 16px;
    width: 70%;
}

.direction-text img {
    width: 100%;
    height: auto;
    max-width: 30px;
}

.direction-text {
    display: flex;
    gap: 10px;
}

.location-img {
    width: 20%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.location-right-content {
    width: 80%;
}

.location-card-wrapper {
    overflow-y: scroll;
    height: 100vh;
    scrollbar-color: #015684 #000;
    scrollbar-arrow-color: transparent;
}

.location-card-wrapper .hover-img {
    display: none;
}

.bottom-text-wrapper {
    padding: 3rem 0;
    text-align: center;
}

.bottom-text-wrapper p {
    color: #A2A2A2;
    font-size: 18px;
    font-weight: 400;
}



@media screen and (min-width: 320px) and (max-width: 568px) {
    .map-container {
        width: 100%;
        height: 200px;
        float: none;
        overflow-x: auto !important;
    }

    .banner-caption {
        position: absolute;
        z-index: 8;
        color: white;
        padding: 15px;
        border-radius: 10px;
        display: inline-block;
        bottom: -5.5rem;
        left: 0;
        right: 0;
        padding-bottom: 37px;
    }
    .banner-caption h1{
        font-size: 1.5rem;
    }
    .banner-line img {
        max-width: 150px;
    }
    .contry-container {
        flex-wrap: wrap;
        width: 90%;
    }

    .banner-caption-txt {
        font-size: 2.5rem;
    }

    .contry-container .search-btn,
    .dropdown select {
        font-size: 16px;
    }

    .location-img img {
        max-width: 50px;
    }

    .nav-tabs .nav-link {
        font-size: 20px;
        padding: 1rem 2rem;
    }

    .contry-container .search-btn,
    .dropdown select {
        padding: 12px 25px;
    }

    .button-filters-wrapper {
        padding: 2rem 10px;
    }

    .find-near-buy-main-container {
        flex-wrap: wrap;
    }

    .left-container {
        width: 100%;
    }

    .modal-content {
        width: 70%;
    }

    #okButton {
        width: auto;
    }

    .location-img p {
        align-self: end;
    }

    .dropdown select {
        padding: 13px 50px 10px 32px;
    }

    .right-container {
        width: 100%;
    }

    .location-card {
        padding: 1rem;
    }

    .button-filters-wrapper a p {
        font-size: 16px;
    }

    .button-filters-wrapper a img {
        font-size: 30px;
    }

    .bottom-text-wrapper {
        padding: 1.5rem 0;
    }

    .location-card-wrapper {
        height: auto;
    }

    #map {
        height: 500px !important;
    }
    .buy-online-card {
        padding: 3rem;
        width: 100%;
        margin-right: 0rem;
        margin-bottom: 3rem;
    }
    .buy-online-card-section{
        padding: 3rem;
    }
}

@media screen and (min-width: 569px) and (max-width: 768px) {
    .map-container {
        width: 100%;
        height: 450px;
        float: none;
        overflow-x: auto !important;
    }

    .contry-container {
        flex-wrap: wrap;
        width: 90%;
    }

    .find-near-buy-main-container {
        flex-wrap: wrap;
    }

    .left-container {
        width: 100%;
    }

    .right-container {
        width: 100%;
    }

    .location-card {
        padding: 1rem;
    }

    .button-filters-wrapper a p {
        font-size: 16px;
    }

    .button-filters-wrapper a img {
        font-size: 30px;
    }

    .contry-container .input-group {
        width: 100%;
    }

    .buy-online-card-section {
        padding: 5rem;
    }

    .buy-online-card {
        padding: 3rem 2rem;
        width: calc((100% - 50px) / 2);
    }

    .buy-online-card:nth-child(3n) {
        margin-right: 3rem;
    }

    .buy-online-card:nth-child(2n) {
        margin-right: 0;
    }

    .location-card-wrapper {
        height: auto;
    }

    #map {
        height: 500px !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
    .contry-container {
        flex-wrap: wrap;
        width: 70%;
    }

    .find-near-buy-main-container {
        flex-wrap: wrap;
    }

    .left-container {
        width: 100%;
    }

    .right-container {
        width: 100%;
    }

    .location-card {
        padding: 1rem;
    }

    .button-filters-wrapper a p {
        font-size: 16px;
    }

    .button-filters-wrapper a img {
        font-size: 30px;
    }

    .contry-container .input-group {
        width: 100%;
    }

    .buy-online-card-section {
        padding: 5rem;
    }

    .buy-online-card {
        padding: 3rem 2rem;
        width: calc((100% - 50px) / 2);
    }

    .buy-online-card:nth-child(3n) {
        margin-right: 3rem;
    }

    .buy-online-card:nth-child(2n) {
        margin-right: 0;
    }
}


@media screen and (min-width: 992px) and (max-width: 1024px) {
    .location-card {
        padding: 0.5rem 2rem;
    }

    .call-inner {
        width: 60%;
    }

    .address-wrapper p {
        width: 60%;
    }

    .location-heading p {
        width: 60%;
    }

    .button-filters-wrapper a {
        font-size: 18px;
    }

    .buy-online-card-section {
        padding: 5rem 5rem;
    }

    .buy-online-card {
        padding: 2rem;
    }

    .contry-container {
        width: 70%;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .location-card {
        padding: 0.5rem 2rem;
    }

    .buy-online-card {
        padding: 3rem;
    }

    .banner-line img {
        max-width: 230px;
    }

    .call-inner,
    .location-heading p,
    .address-wrapper p {
        width: 60%;
    }
}

@media screen and (min-width: 1600px) and (max-width: 1999px) {
    .location-heading p {
        font-size: 20px;
    }

    .call-wrapper p {
        font-size: 18px;
    }

    .address-wrapper p {
        font-size: 18px;
    }

    .location-img p {
        font-size: 20px;
    }

    .location-img img {
        max-width: 60px;
    }

    .bottom-text-wrapper p {
        font-size: 20px;
    }

    .nav-tabs .nav-link {
        font-size: 22px;
    }

    .contry-container .label {
        font-size: 16px;
    }
}