
input,
select,
textarea {
    appearance: auto;
}
/* --------- */
.igs-result-list {
    width: 100%;
    max-width: 98%;
    margin: 70px auto;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

@media only screen and (max-width:767px) {
    .igs-result-list {
        max-width: 90%;
    }
}

.igs-result-list #mapCanvas {
    width: 100%;
    height: 700px;
}

#map-canvas {
    height: 400px;
}


/* --------- */
.igs-result-list .overlayFilterdiv {
    position: absolute;
    width: 33%;
    max-width: 400px;
    height: calc(100% - 90px);
    left: 45px;
    top: 45px;
    background: #FFF;
    z-index: 100;
    padding: 15px;
    padding-top: 26px;
    box-sizing: border-box;
    border-radius: 12px;
    -webkit-box-shadow: 0 2px 7px 1px rgba(0,0,0,.3);
    box-shadow: 0 2px 7px 1px rgba(0,0,0,.3);
}

/* --------- */
#igs-categories {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#igs-categories>span {
    font-family: "Heebo";
    color: #072138;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 8px 14px 6px 16px;
    line-height: normal;
    position: relative;
    cursor: pointer;
    display: inline-block;
    border-radius: 6px;
    margin: 4px;
    margin-bottom: 10px;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    overflow: hidden;
    cursor: pointer;
}

#igs-categories>span input[type="radio"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 130px;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}


#igs-categories>span input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

#igs-categories>span:hover,
#igs-categories>span.active {
    background: #072138;
    color: #FFF;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
}

#igs-categories>span.eat:hover,
#igs-categories>span.eat.active{
    background: #2b6958;
    color: #FFF;
}

#igs-categories>span.shop:hover,
#igs-categories>span.shop.active{
    background: #825ea8;
    color: #FFF;
}

#igs-categories>span.jobs:hover,
#igs-categories>span.jobs.active{
    background: #8fc3e9;
    color: #000;
}

#igs-categories>span.stay:hover,
#igs-categories>span.stay.active{
    background: #f2ce62;
    color: #FFF;
}

/* --------- */
#igs-subcategories {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 8px 0;
}

#igs-subcategories>span {
    font-family: "Heebo";
    border-color: #0e6858;
    color: #0e6858;
    background: #e6f0f0;
    padding: 0px 28px;
    line-height: 36px;
    font-weight: 500;
    font-size: 16px;
    margin: 4px;
    position: relative;
    cursor: pointer;
    border-radius: 20px;
    text-transform: uppercase;
    border: 2px solid #0e6858;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
}

#igs-subcategories>span input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

#igs-subcategories>span:hover,
#igs-subcategories>span.active {
    color: #FFF;
    background: #0e6858;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
}

/* --------- */
#igs-ownedcategories {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

#igs-ownedcategories>span {
    font-family: "Heebo";
    color: #072138;
    font-size: 15px;
    font-weight: 300;
    padding: 2px;
    line-height: normal;
    position: relative;
    cursor: pointer;
}

#igs-ownedcategories>span input[type="checkbox"] {
    margin-right: 5px;
    cursor: pointer;
    width: 15px;
    height: 15px;
}

/* --------- */
#igs-stores {
    width: 100%;
    overflow-y: scroll;
    max-height: 350px;
    margin-top: 10px;
    padding-right: 12px;
}

#igs-stores ul {
    margin: 0;
    padding: 0;
}

#igs-stores ul li:before {
    display: none;
}

#igs-stores ul li {
    width: 100%;
    background: #f2f2f2;
    border-radius: 14px;
    margin: 4px 0;
    margin-bottom: 10px;
    padding: 25px 35px;
    position: relative;
}

#igs-stores ul li:hover {
    background: #072138;
    cursor: pointer;
}

#igs-stores ul li:hover .igs-store-location h6 {
    color: #FFF;
}

#igs-stores ul li:hover .igs-store-location p {
    color: #FFF;
}

#igs-stores ul li:hover .igs-store-location .igs-direction-wrap {
    color: #7dadd2;
}



/* ---------- */
#igs-stores .igs-store-location h6 {
    font-family: "Heebo";
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    color: #072138;
}

#igs-stores .igs-store-location p {
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    padding: 6px 0 13px 0;
    color: #072138;
}


#igs-stores .igs-store-location span.igs-direction-wrap {
    font-family: "Heebo";
    color: #0e6858;
    font-size: 15px;
    font-weight: 700;
}

#igs-stores .igs-store-location a.igs-directions {
    position: absolute;
    right: 6px;
    top: 9px;
    width: 26px;
    height: 26px;
    background: #0e6858;
    font-size: 16px;
    text-align: center;
    line-height: 26px;
    border-radius: 50%;
    color: #FFF;
}



/* ----------- */
.tootipdataMap {
    max-width: 281px;
    text-align: center;
    padding: 0 16px;
}

.tootipdataMap h6 {
    font-family: "Heebo";
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #072138;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.tootipdataMap p {
    font-family: "Heebo";
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    padding: 0;
    color: #072138;
    font-weight: 400;
}

.tootipdataMap a {
    font-family: "Heebo";
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    margin: 0;
    padding: 6px 0;
    color: #0e6858;
}

.tootipdataMap a i {
    background: #0e6858;
    color: #ffffff;
    width: 27px;
    height: 27px;
    text-align: center;
    padding: 5px 4px;
    border-radius: 15px;
    margin-right: 10px;
}

.igs_LinksGroup {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-around;

}

.igs_LinksGroup a {
    font-family: "Heebo";
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
}

.igs_LinksGroup .igs-directions {
    position: relative;
}

.igs_LinksGroup .igs-directions::before {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url(../images/direction_Small.svg);
    position: absolute;
    top: 1px;
    left: -29px;
    background-color: #0e6858;
    color: #ffffff;
    border-radius: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px auto;
}

.igs_LinksGroup .igs_teliphone {
    position: relative;
    padding-left: 6px;
}

.igs_LinksGroup .igs_teliphone::before {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url(../images/telephone.svg);
    position: absolute;
    top: 2px;
    left: -21px;
    background-color: #0e6858;
    color: #ffffff;
    border-radius: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px auto;

}



/* ------- */
.totalPOstandBack {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 24px;
}

.totalPOstandBack .igs-back:hover {
    color: pink;
}


#foundposts {
    font-family: "Heebo";
    font-weight: 400;
    color: #000;
    font-size: 18px;
    line-height: 25px;
}

.igs-back {
    font-family: "Heebo";
    background: #092138;
    color: #FFF;
    padding: 0 15px;
    line-height: 28px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 4px;
}



/* -------- */
.searchFileterDiv {
    position: absolute;
    z-index: 99;
    width: 41%;
    max-width: 520px;
    background: #FFF;
    right: 45px;
    top: 45px;
    padding: 8px 12px;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 7px 1px rgba(0,0,0,.3);
    box-shadow: 0 2px 7px 1px rgba(0,0,0,.3);
}

.searchFileterDiv #searchForm {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
}
.searchFileterDiv #searchForm i.fa-times{
    color: red;
    padding-right: 6px;
    display: inline-block;
    display: none;
}
.searchFileterDiv #searchForm #searchId {
    border: 0;
    background: #FFF;
    width: 70%;
    height: 48px;
    font-family: "Heebo";
    color: #092138;
    font-size: 18px;
    font-weight: 400;
}

.searchFileterDiv #searchForm #mapSearchBtn {
    color: #ffffff;
    font-family: "Heebo";
    font-weight: 400;
    border: 0px solid transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    margin-top: 0;
    line-height: 42px;
    background: #072138;
    color: #ffffff;
    width: 32%;
    border-radius: 6px;
    font-size: 20px;
    text-transform: uppercase;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
}

.searchFileterDiv #searchForm #mapSearchBtn i {
    padding-right: 8px;
}

#suggesstion-box {
    position: absolute;
    top: 100%;
    left: -12px;
    background: #FFF;
    max-height: 200px;
    overflow-y: scroll;
    padding: 0 0;
    margin: 0;
    width: calc(100% + 24px);
    border-radius: 0 0 12px 12px;
    display: inline-table;
    -webkit-box-shadow: 0 7px 7px 1px rgba(0,0,0,.3);
    box-shadow: 0 7px 7px 1px rgba(0,0,0,.3);
}

#suggesstion-box ul {
    margin: 0;
    padding: 0;
    box-shadow: none;
    border: 0;
}

#suggesstion-box ul li {
    list-style-type: none;
    display: block;
    width: 100%;
    padding: 6px 17px;
    font-family: "Heebo";
    font-size: 14px;
    cursor: pointer;
    border: 0;
    box-shadow: none;
    line-height: 18px;
}

#suggesstion-box ul li:hover {
    background: #f2f2f2;
}




/* =================================================================================
             #menuToggle 
==================================================================================== */

#menuToggle {
    position: relative;
    width: 40px;
    height: 40px;
    top: 0px;
    left: 0px;
    transition-duration: 0.5s;
    display: none;
    margin-bottom: 20px;
}

#menuToggle .icon-left {
    transition-duration: 0.5s;
    position: absolute;
    height: 4px;
    width: 40px;
    top: 20px;
    background-color: #212121;
    left: 0px;
}

#menuToggle .icon-left:before {
    transition-duration: 0.5s;
    position: absolute;
    width: 40px;
    height: 4px;
    background-color: #212121;
    content: "";
    top: -9px;
}

#menuToggle .icon-left:after {
    transition-duration: 0.5s;
    position: absolute;
    width: 40px;
    height: 4px;
    background-color: #212121;
    content: "";
    top: 10px;
}

#menuToggle .icon-left:hover {
    cursor: pointer;
}

#menuToggle .icon-right {
    transition-duration: 0.5s;
    position: absolute;
    height: 4px;
    width: 40px;
    top: 20px;
    background-color: #212121;
    left: 20px;
}

#menuToggle .icon-right:before {
    transition-duration: 0.5s;
    position: absolute;
    width: 40px;
    height: 4px;
    background-color: #212121;
    content: "";
    top: -10px;
}

#menuToggle .icon-right:after {
    transition-duration: 0.5s;
    position: absolute;
    width: 40px;
    height: 4px;
    background-color: #212121;
    content: "";
    top: 10px;
}

#menuToggle.open .icon-left {
    transition-duration: 0.5s;
    background: transparent;
}

#menuToggle.open .icon-left:before {
    transform: rotateZ(45deg) scaleX(1) translate(4px, 4px);
}

#menuToggle.open .icon-left:after {
    transform: rotateZ(-45deg) scaleX(1) translate(4px, -5px);
    top: 3px;
}

#menuToggle.open .icon-right {
    transition-duration: 0.5s;
    background: transparent;
}

#menuToggle.open .icon-right:before {
    transform: rotateZ(-45deg) scaleX(1) translate(-4px, 4px);
}

#menuToggle.open .icon-right:after {
    transform: rotateZ(45deg) scaleX(1) translate(-4px, -5px);
}

#menuToggle:hover {
    cursor: pointer;
}



/*----------============ Responsive =============---------*/
@media only screen and (max-width:767px) {
    #menuToggle {
        display: inline-block;
    }

    .mapOverlayWrap {}

    .mapOverlayWrap .searchFileterDiv,
    .igs-result-list .overlayFilterdiv {
        width: 100%;
        position: static;
        display: none;
    }

    /* .igs-result-list .overlayFilterdiv{ width: 100%; position: static;} */
    .searchFileterDiv {
        border: 1px solid #3a638a;
    }

    .searchFileterDiv #searchForm #searchId {
        width: calc(100% - 52px);
    }

    .searchFileterDiv #searchForm #mapSearchBtn {
        font-size: 1px;
        color: #072138;
        width: 50px;
        height: 48px;
    }

    .searchFileterDiv #searchForm #mapSearchBtn i {
        color: #FFF;
        font-size: 20px;
        padding: 12px 0;
    }

    .igs-result-list .overlayFilterdiv {
        padding: 25px 0;
    }

    .searchFileterDiv #searchForm #searchId {
        font-size: 15px;
    }

    #igs-stores ul li {
        padding: 15px 30px 15px 15px;
    }

    #igs-stores .igs-store-location h6 {
        font-size: 16px;
        line-height: 22px;
    }

    #igs-stores .igs-store-location p {
        font-size: 14px;
        line-height: 18px;
    }

    #igs-stores .igs-store-location span.igs-direction-wrap {
        font-size: 12px;
    }

    .tootipdataMap h6 {
        font-size: 16px;
        line-height: 22px;
    }

    .tootipdataMap p {
        font-size: 13px;
        line-height: 16px;
    }

    .igs_LinksGroup {
        flex-wrap: wrap;
    }

    #igs-categories>span {
        font-size: 16px;
        padding: 8px 11px 6px 13px;
    }

    #igs-subcategories>span {
        padding: 0px 18px;
        font-size: 14px;
    }
    .igs-result-list .overlayFilterdiv{
        border-radius: 0;
        box-shadow:none;
    }
    .searchFileterDiv{box-shadow:none;}
    #igs-ownedcategories{ justify-content: flex-start;}
    #igs-ownedcategories>span{    padding: 2px 6px; display: flex; align-items: center;}
    #suggesstion-box{ 
        z-index: 90;
        width: calc(100% + 26px);
        left: -13px;
        border-left: 1px solid #3a638a;
        border-right: 1px solid #3a638a;
        border-bottom: 1px solid #3a638a;
    }


}

@media only screen and (min-width:768px) and (max-width:900px) {
    .igs-result-list .overlayFilterdiv {
        width: 43%;
    }
}

@media only screen and (min-width:768px) and (max-width:1200px) {
    .igs-result-list .overlayFilterdiv {
        left: 20px;
    }

    #igs-categories>span {
        font-size: 16px;
        padding: 8px 10px 6px 10px;
    }

    #igs-subcategories>span {
        font-size: 12px;
        padding: 0px 15px;
    }

    .igs-result-list .overlayFilterdiv {}

    .searchFileterDiv #searchForm #searchId {
        font-size: 15px;
    }

    #igs-stores ul li {
        padding: 15px 30px 15px 15px;
    }

    #igs-stores .igs-store-location h6 {
        font-size: 16px;
        line-height: 22px;
    }

    #igs-stores .igs-store-location p {
        font-size: 14px;
        line-height: 18px;
    }

    #igs-stores .igs-store-location span.igs-direction-wrap {
        font-size: 12px;
    }

    .searchFileterDiv #searchForm #searchId {
        width: calc(100% - 52px);
    }

    .searchFileterDiv #searchForm #mapSearchBtn {
        font-size: 1px;
        color: #072138;
        width: 50px;
        height: 48px;
    }

    .searchFileterDiv #searchForm #mapSearchBtn i {
        color: #FFF;
        font-size: 20px;
        padding: 12px 0;
    }
}


.mapPage {
    position: relative
}

.map_loader {
    background: rgb(219 219 219 / 70%) !important;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    text-align: center;
}
.map_loader > div{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.map_loader > div img{
 max-width: 150px;
 height: auto;
}


/* .clear_filter {
    position: relative;
} */

.igs-clear_filter {
    padding: 0;
    border-radius: 6px;
    display: inline-block;
    margin-top: 0;
    position: static;
    top: -12px;
    left: 0;
    font-family: "Heebo";
    color: red;
    cursor: pointer;
}

/* =================================================================================
             <--------------- Igs Map Setting Style --------------->
==================================================================================== */

/* body{
    background-color: red !important;
} */
.igs-select-result-list{
    margin-top: 0px;
}
.igs-select-cat-list{
    max-width: 98%;
    margin: 70px auto 30px;
    width: 100%;
    display: flex;
}

.igs-select-cat-list .w_33{
    max-width: 32%;
    width: 100%;
    margin-bottom: 0px !important;
    display: block !important;
}
.igs-select-cat-list .igs_subcategories{
    margin: 0px 2% !important;
}
.igs-select-cat-list .w_33 select{
    width: 100%;
    height: 30px;
}
