.align-super {
    vertical-align: super;
}

ul.foter-header-item li a {

    text-decoration: none;
    color: #333;
    /* Example text color */
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background-color: white;
}

input[type="time"]::-webkit-calendar-picker-indicator {
    background-color: white;
}

/* Style for the outer div */
.mpinfwinscroll-container {
    width: 335px;
    /* Set the width of the container */
    overflow-x: hidden;
    /* Add horizontal scroll */
    white-space: nowrap;
    /* Prevent span elements from wrapping to a new line */
}

/* Style for the child spans */
.mpinfwinscroll-container span {
    display: inline-block;
    /* Make spans display in a row */
    margin: 0px 5px 0px 5px;
    /* Add some spacing between spans */
    padding: 10px;
    border: 1px solid #ddd;
    margin: 5px;
    background-color: #f9f9f9;
}

/* mapinfwinpopup right, left arrow */
button#right-button {
    position: absolute;
    top: 50%;
    right: 0px;
    z-index: 99999;
    position: absolute;
    top: 50%;
    right: 0px;
    z-index: 99999;
    height: 29px;
    width: 29px;
    text-align: center;
    background: #8a8f8d;
    border: none;
    color: white;
    border-radius: 50%;
}

button#right-button:hover {
    background: #008850;
}

button#right-button:hover i {
    color: white;
}

.gm-style-iw-d {
    position: relative;
}

button#left-button {
    position: absolute;
    top: 50%;
    left: 0px;
    z-index: 99999;
    height: 29px;
    width: 29px;
    text-align: center;
    background: #8a8f8d;
    border: none;
    color: white;
    border-radius: 50%;
}

button#left-button:hover {
    background: #008850;
}

button#left-button:hover i {
    color: white;
}


/* Css to add in style.css later */
h2.footer-head {
    font-size: 16px;
    font-weight: 500;
    color: white;
    font-family: 'Quicksand';
    display: flex;
    background: #198754;
    height: 60px;
    align-items: center;
    justify-content: flex-start;
    padding-left: 20px;
}

p.inner-para {
    margin-bottom: 0px;
}

h2.headingtwo {
    font-size: 40px;
    line-height: 45px;
    font-weight: bold;
    margin-bottom: 0px;
    font-family: 'Gilroy';
}

button.btn.btn-lg.app-store {
    width: 199px;
}

select.location-input {
    height: 38px;
    border: none;
    background: #199461;
    font-size: 14px;
    width: 93%;
    margin-bottom: 18px;
    font-weight: 400;
    color: #ffff !important;
    font-family: 'Quicksand';
    padding-left: 20px;
    padding-right: 8px;
}

.mngbyscialicn {
    margin-right: 4px;
}

.mngbyscialicn i {
    color: white;
    width: 29px;
}

ul.foter-header-item {
    /* text-align: center; */
    padding-left: 20px;
}

.pl-detail-h1 {
    line-height: 30px !important;
}

i.frnt-facilities-icn {
    width: 29px;
    margin: auto;
    padding-left: 6px;
    margin: 6px 0px 0px 0px;
}

.best-one {
    height: 150px;
    margin-top: 10px;
}

h2.hostmanager-fifth-sec-inner-head {
    font-size: 30px;
}

div.forth-sec-us-img i {
    border-radius: 50%;
    background-color: #008850;
    /* Change the background color as needed */
    padding: 40px;
    /* Adjust the padding as needed */
    color: #fff;
    /* Change the icon color as needed */
    font-size: 40px;
    /* Adjust the icon size as needed */
}

/* Search button on search page */


/* Media query :start */

@media screen and (max-width: 580px) {
    h2.banner-hostmanager-head {
        font-size: 30px;
        line-height: 55px;
    }
    
    .footer-image {
        width: 80%;
    }
}

@media (min-width: 580px) {
    .footer-image {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .footer-image {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .footer-image {
        width: 80%;
    }
}

/* Full calendar  */
#evcal .fc-center h2 {
    color: white;
}

#evcal .fc-right {
    display: none !important;
}

/* Loader css start */
.loader {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto !important;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-perspective: 780px;
    perspective: 780px;
    z-index: 9999;
}

.loader-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.loader-inner.box1 {
    left: 0%;
    top: 0%;
    animation: cssload-rotate-one 1.15s linear infinite;
    -o-animation: cssload-rotate-one 1.15s linear infinite;
    -ms-animation: cssload-rotate-one 1.15s linear infinite;
    -webkit-animation: cssload-rotate-one 1.15s linear infinite;
    -moz-animation: cssload-rotate-one 1.15s linear infinite;
    border-bottom: 3px solid #5C5EDC;
}

.loader-inner.box2 {
    right: 0%;
    top: 0%;
    animation: cssload-rotate-two 1.15s linear infinite;
    -o-animation: cssload-rotate-two 1.15s linear infinite;
    -ms-animation: cssload-rotate-two 1.15s linear infinite;
    -webkit-animation: cssload-rotate-two 1.15s linear infinite;
    -moz-animation: cssload-rotate-two 1.15s linear infinite;
    border-right: 3px solid rgba(76, 70, 101, 0.99);
}

.loader-inner.box3 {
    right: 0%;
    bottom: 0%;
    animation: cssload-rotate-three 1.15s linear infinite;
    -o-animation: cssload-rotate-three 1.15s linear infinite;
    -ms-animation: cssload-rotate-three 1.15s linear infinite;
    -webkit-animation: cssload-rotate-three 1.15s linear infinite;
    -moz-animation: cssload-rotate-three 1.15s linear infinite;
    border-top: 3px solid #e9908a;
}

@keyframes cssload-rotate-one {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-one {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@keyframes cssload-rotate-two {
    0% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-two {
    0% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@keyframes cssload-rotate-three {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-three {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

.pagination {
    justify-content: center;
}