html,
body {
    position: relative;
    height: 100%;
}

body {
    background: #eee;
    color: #000;
    margin: 0;
    padding: 0;
}

.swiper {
    width: 100%;
    height: 300px;
    background-color: #eee;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eee;
}

.swiper-button-next {
    padding: 5px;
    cursor: pointer;
}

.swiper-button-prev {
    padding: 5px;
    cursor: pointer;
}

@media (max-width: 760px) {
    .swiper-button-next {
        right: 20px;
        transform: rotate(90deg);
    }

    .swiper-button-prev {
        left: 20px;
        transform: rotate(90deg);
    }
}

.blanc-container-main {
    background-color: #eee;
    padding: 2rem;
}

.blanc-image-item {
    height: 150px;
    width: 200px;
    border-radius: 5px;
}

.blanc-title {
    display: flex;
    justify-content: center;
    padding: 2rem 2rem 1rem;
    background-color: #eee;
    color: #041e42;
    font-family: bourtonbasedrop !important;
    font-size: 55px;
    line-height: 42px;
}

.blanc-subtitle {
    display: flex;
    justify-content: center;
    padding: 1rem;
    background-color: #eee;
    color: #041e42;
    font-family: bourtonbasedrop !important;
    font-size: 18px;
}

.swiper-wrapper {
    margin: 0 4px;
}

@media (max-width: 736px) {
    .blanc-title {
        font-size: 45px;
        line-height: 42px;
    }

    .blanc-subtitle {
        font-size: 14px;
        line-height: 22px;
    }

    .blanc-image-item {
        width: 40vw;
    }
}

/** {
    box-sizing: border-box;
}*/
/*
@media screen and (max-width: 480px) {
    .map-container {
        flex-direction: column;
    }

    .address-container {
        font-family: bourtonbasedrop !important;
        color: #041e42;
        width: 100% !important;
        height: auto !important;
    }

    .map {
        width: 100% !important;
    }
}*/




/*this is  for map css*/
/*.map-container {
    height: 100vh;
    width: 100%;
    background-color: #eee;
    display: flex;
    padding: 40px;
    margin: auto;
}

.address-container {
    font-family: bourtonbasedrop !important;
    color: #041e42;
    background-color: #eee;
    width: 30%;
    height: 100%;
    display: flex;
    justify-content: start;
    flex-direction: column;
    overflow-y: scroll;
    align-items: center;
    padding: 2rem;
}

.address {
    border-top: 1px dotted gray;
    padding: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
}

.add-icon, .add-text {
    padding: 1rem;
}

.map {
    background-color: rgb(108, 154, 228);
    width: 80%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.city-name {
    font-weight: bold;
}*/


/*this is related to new css for address map*/

* {
    /*If uncomment this will remove the social icons from Front end*/
    /*box-sizing: border-box;*/
    /*  color: #041e42;*/
    padding: 0;
    margin: 0;
}

.container {
    padding: 0;
    margin: 0;
}

.map-container {
    height: calc(100vh - 5em);
    background-color: #eee;
    display: flex;
    margin: 0;
}

.address-container {
    background-color: #eee;
    width: 400px;
    height: 100%;
    display: flex;
    justify-content: start;
    flex-direction: column;
    overflow-y: auto;
    align-items: center;
    min-width: 300px;
}

.address {
    border-top: 1px dotted #041e42;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
}

.add-link {
    text-decoration: none;
    color: black;
}

.add-icon,
.add-text {
    padding: 1rem;
    color: #041e42;
}

.map {
    background-color: rgb(108, 154, 228);
    width: calc(100% - 300px);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.city-name {
    font-weight: bold;
}

/* search */
.global-search-container {
    display: flex;
    background-color: #041e42;
    height: 5em;
    margin: auto;
    align-items: center;
    justify-content: center;
}

.search {
    display: flex;
    width: 90%;
    margin: auto;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 5px;
}

.search-input {
    width: 100%;
    height: 3em;
    padding: 5px 10px;
    font-size: medium;
    margin-left: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 0;
}

.local-search-container {
    height: 8em;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.local-search {
    width: 100%;
    display: flex;
    align-items: center;
}

.search-in {
    height: 2.8em;
    width: 400px;
    font-size: medium;
    border: 1px solid gray;
    padding: 5px 10px;
}

input[type=checkbox] {
    padding: 4px;
    cursor: pointer;
    margin: 4px;
}

.local-checkbox {
    font-size: larger;
    padding: 1.5em 1em;
}

.my-addressinfo {
    width: 100%;
}

.add-icon {
    width: 20%;
}

.add-text {
    width: 80%;
}

.search-icon {
    background-color: white;
    padding: 7.5px 0px 7.5px 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-right: 0;
    font-size: 30px;
}

.search-input:focus {
    outline: none;
}

.search-in:focus {
    outline: none;
}

.address-box {
    overflow-y: auto;
    /*  scrollbar-width: thin;*/
}
