
        .row {
            display: flex;
        }

        /* Create two equal columns that sits next to each other */
        .column {
            flex: 50%;
            padding: 0px;
            display: flex;
            justify-content: space-around;
        }

        .fa {
    /* padding: 20px; */
    font-size: 30px;
    /* width: 30px; */
    text-align: center;
    text-decoration: none;
    /* margin: 5px 2px; */
    border-radius: 50%;
}

        .fa:hover {
            opacity: 0.7;
        }

        footer {
            margin-left: 16px;
            margin-right: 16px;
        }

        .logo_img {
            /* margin-top: 11px; */
        }

        #counter {
            font-size: 21px;
            margin: -17px;
            color: #ffe200 !important;
        }

        .modal-content {
            position: relative;
            display: flex;
            flex-direction: column;
            width: 100%;
            pointer-events: auto;
            background-color: transparent !important;
            background-clip: padding-box;
            border: 1px solid transparent !important;
            border-radius: 0.3rem;
            outline: 0;
        }

        .btn-close {
            box-sizing: content-box;
            width: 1em;
            height: 1em;
            padding: 0.25em 0.25em;
            color: #000;
            background: none !important;
            border: 0;
            border-radius: 0.25rem;
            opacity: .5;
        }
    .location{
        background-color: #a3dffa;
    }
    .slider-button{
    border-radius: 50px;
    /* border: 7px solid white; */
    padding: 5px 4px 0px 0px;
    background-color: #562f67;
   }
   #carouselExampleInterval{
    margin: 10px;
   }
   .carousel-item.active {
    display: block;
    background-color: white;
    border: none;
    outline: none;
}

.box-page{
    background-color: #b5e3f0;
    border-radius: 1.25rem;
    margin-top: 10px;
    width: 100px;
}
.shop_online{
    height: 45px;
    width:150px !important;
    margin-top: 3px;
}
.icon{
    height: 60px;
    width:52px;
}
.stickyicon-list{
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 5px;
}

.footer-slider{
    /* height: 180px; */
}
footer p{
    color: #888888;
}

.btn-close {
    background-color: #ffe00c !important;
    /* border-radius: 20px; */
    color: #000 !important;
    /* width: 35px; */
    position: absolute !important;
    right: 0 !important;
    top: -2px !important;
    border-radius: 50% !important;
    padding: 6px 10px !important;
    opacity: 1 !important;
    transition: all 200ms;
    width: 20px !important;
    height: 24px !important;
}
.contact-form .form-group input[type="number"],
.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 25px;
    color: #888888;
    margin-bottom: 10px;
    height: 55px;
    font-size: 14px;
    border-radius: 3px;
    background: #ffffff;
    border: 1px solid transparent;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.modal-dialog{
    background-color: #f9f9f9;
    margin-top: 6rem;
}

@media only screen and (max-width: 479px) {
    .modal-dialog{
        margin-top: 6rem !important;
    }
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.toast-error{
    background-color: rgb(255, 104, 104) !important;
}
.toast-success{
    background-color: rgb(149, 255, 243) !important;
}
.toast-warning{
    background-color: rgb(255, 244, 140) !important;
}

.background_overlay_preloader {
    z-index: 20000;
    background: rgba(0, 0, 0, 0.58);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
  }
  
  .preloader_inner_text {
    position: absolute;
    top: 43%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 20px;
    font-family: monospace;
    font-weight: 300;
    color: #71f8ff;
  }
  
  .preloader_inner {
    position: absolute;
    top: 55%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 35px;
    font-family: monospace;
    font-weight: 300;
    color: #71f8ff;
  }
  
  /*=============== ALERT PRELOADER STYLE ========================*/
  .background_overlay {
    z-index: 20000;
    background: rgba(0, 0, 0, 0.58);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
  }
  
  .preloader_img {
    position: fixed;
    z-index: 55;
    top: 40%;
    left: 46%;
    width: 50px;
    height: 50px;
  }
  
  .toast {
    opacity: 1 !important;
  }