body
{
    font-family: 'Outfit-VariableFont_wght';
    overflow-X: hidden;
    scroll-behavior: smooth;
    font-size: 15px;
}

a
{
    text-decoration: none;
    color: inherit;
}

a:hover
{
    text-decoration: none;
    color: inherit;
}

.menuSec
{
    padding: 0px; 
    height: 90px; 
    position: relative;
}

.menuSub
{
    width: 100%; 
    height: 90px;
}

.logoSec
{
    width: 70%;
    height: 90px;
    float: left;
    display: flex; 
    align-items: center;
}

.logo
{
    height: 40px;
    margin-left: 0px;
    
}

.loginSec
{
    height: 90px;
    float: right;
    display: flex; 
    align-items: center;
    
}
.loginItems
{
    list-style: none;
    margin: 0px;
    text-align: right;
   
}
.loginItems li
{
    display: inline-block;
    padding: 30px 15px;
    cursor: pointer;
    transition: all .8s ease;
    color: white;
}





.footerSec
{
    min-height: 350px;
    background-color: #1a1a1a;
    border-radius: 35px 35px 0 0 ;
}

.footerP
{
    color: rgb(180, 180, 180);
    font-size: 14px;
}

.footerLogo
{
    height: 60px;
}


.subSocialink
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    color: white;
    margin-top: 10px;
} 
.subSocialink li
{
    display:inline-block;
    font-size: 20px;
    color: inherit;
    margin: 0px;
    cursor: pointer;
}

.footerTitel
{
    font-size: 20px;
    margin-bottom: 10px;
    color: rgb(255, 255, 255);
}

.pageLink
{
    list-style: none;
    color: white;
    margin: 0px;
    padding-left: 0px;
    margin-top: 0px;
    cursor: pointer;
}

.pageLink li 
{
    list-style: none;
    padding-bottom: 10px;
    font-size: 14px;
    padding-left: 0px;
}



.downloadBtn {
    border: 1px solid #78e4fc;
    color: black;
    text-decoration: none;
   background-color: #78e4fc;
    padding: 10px 20px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in;
    width: 100%;
    border-radius: 10px;
}

.downloadBtn:hover
{
    color: #78e4fc;
    border: 1px solid #78e4fc;
    background-color: transparent;
    background-image: none;
}


.newsLetterC
{
    color: rgb(180, 180, 180);
    font-size: 13px;
    line-height: 20px;
    margin: 0px;
    margin-bottom: 15px;
}


.banner
{
    min-height: 450px;
}


.banner h3 {
    font-weight: 600;
    font-size: 36px;
}
.banner p {
    font-size: 18px;
}

.searchBox
{
    position: relative;
    width: 100%;
    margin-bottom: 0px;
    border-radius: 5px;
}

.searchBox input
{
    width: 100%; 
    padding: 10px; 
    padding-left: 35px;
    outline: none;
    border-radius: 10px;
    border: 1px solid #78e4fc;

}
.searchBoxBtn
{
    height: 100%;
    position: absolute;
    background-color: #00ccfa;
    border: none;
    color: white;
    text-align: center;
    padding: 10px 25px; 
    right:  0px;
    border-radius: 10px;
    outline: none;
    transition: all 0.3s ease-in;
    z-index: 100;
    cursor: pointer;
}


.proBtn
{
    background-color: #00ccfa;
    border: 1px solid #78e4fc;
    color: white;
    text-align: center;
    padding: 10px 25px; 
    border-radius: 10px;
    outline: none;
    transition: all 0.3s ease-in;
    cursor: pointer;
    float: right;
}

.proBtn:hover
{
    color: #78e4fc;
    border: 1px solid #78e4fc;
    background-color: transparent;
    background-image: none;
}


.cityList
{
    max-width: 100%;
    min-width: 95%;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    top: 50px;
    left: 0px;
    right: 0px;
    list-style: none;
    background-color: white;
    border-top: 0.5px solid rgba(0,0,0,0.1);
    border-radius: 5px;
    z-index: 1000;
    height: auto;
    border: 1px solid rgba(0,0,0,0.1);
}

.cityList li
{
   
    list-style: none;
    background-color: white;
    padding: 5px 0px;
    cursor: pointer;
}

.cityListF
{
    max-width: 100%;
    margin: 0px;
    padding-left: 0px;
    margin-top: 10px;
    padding-bottom: 10px;
    list-style: none;
    background-color: white;
    border-top: 0.5px solid rgba(0,0,0,0.1);
    z-index: 1000;

}

.cityListF li
{
   
    list-style: none;
    background-color: white;
    padding: 10px 10px;
    cursor: pointer;
    border: 0.5px solid rgba(0,0,0,0.1);
    border-top: none;
}

.jnvList
{
    max-width: 100%;
    min-width: 96%;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    top: 50px;
    list-style: none;
    background-color: white;
    border-top: 0.5px solid rgba(0,0,0,0.1);
    border-radius: 5px;
    z-index: 1000;
    border: 1px solid rgba(0,0,0,0.1);
}

.jnvList li
{
   
    list-style: none;
    background-color: white;
    padding: 5px 0px;
    cursor: pointer;
}

.catSec
{
    min-height: 300px;
}

.catSec h3 {
    font-weight: 600;
    font-size: 30px;
}
.catSec .catViewAll {
    color: #00a9cf;
    font-size: 18px;
    text-align: right;
}
.category
{
    width: 100%;
    float: left;
    border: solid 1px #00d0ff;
    min-height: 50px;
    background: #ffffff;
    margin-left: -1px;
    margin-top: -1px;
    position: relative;
    transition: all .3s ease;
    cursor: pointer;
    border-radius: 15px;
}
.category:hover
{
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
    z-index: 1;
    transition: all .3s ease;
    /* background-color: #00c4f0; */
}

.category:hover .imgSec
{
    border-radius: 15px;
    background-color: #00d0ff;
}

.category img
{
    width: 95%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10%;
    border-radius: 5px;
   
}

.category .catHead
{
    color: rgb(68, 68, 68);
    font-size: 16px;
    line-height: 22px;
    margin: 0px;
    width: 100%;
}

.category .catCount
{
    font-size: 14px;
    line-height: 19px;
    float: left;
    margin: 0px;
    margin-top: 5px;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.featuredSec
{
    min-height: 359px;
    background-color: white;
}

.featuredSec h3 {
    font-weight: 600;
    font-size: 30px;
}
.featuredSec .catViewAll {
    color: #78e4fc;
    font-size: 18px;
    text-align: right;
}
.Recommended
{
    transition: all .3s ease;
}


.featuredSec img
{
    width: 100%;
}

.featuredSec .businessH
{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0px;
}

.featuredSec .recCat
{
    font-size: 13px;
    color: #00c4f0;
}

.featuredSec span
{
    font-size: 14px;
    margin-top: 10px;
    color: #555555;
}


.featuredSec .card{
    border: none;
    background-color: white;
    border-radius: 20px;

}


.teamMimg
{
    width: 100%; 
    border-radius: 20px;
}






.listingSec
{
    min-height: 500px;
    background-color: white;
}

.listingSec .listingCount
{
    color: #727272;
}

.listingSec .catHead
{
    font-size: 28px;
}

.filterBox
{
    position: relative;
    width: 100%;
    margin-bottom: 0px;
    border: 0.5px solid #00c4f0;
    border-radius: 10px;
}

.filterBox input
{
    width: 100%; 
    padding: 10px 15px;
    outline: none;
    border-radius: 10px;
    border: none;
}
.filterBtn
{
    height: 100%;
    position: absolute;
    background-color: #00c4f0;
    border: none;
    color: white;
    text-align: center;
    padding: 10px 15px; 
    right:  0px;
    border-radius: 10px;
    outline: none;
    transition: all 0.3s ease-in;
    z-index: 100;
    cursor: pointer;
}

.filterCatH
{
    font-size: 17px;
}


.companyProImg
{
    width: 100%;
    /* border: 0.5px solid rgba(0,0,0,0.2); */
    padding: 15px;
}

.companyName
{
    font-size: 18px;
}


.companyLocation
{
    font-size: 14px;
    color: #555555;
}


.companyTime
{
    font-size: 16px;
    color: #555555;
    line-height: 30px;
}



.photosHead
{
    font-size: 18px;
}



.btnLogin
{
    background-color: #78e4fc;
    padding: 7px 25px;
    outline: none;
    transition: all 0.3s ease-in;
    border-radius: 10px;
    border: none;

}




.checkbox-button {
    cursor: pointer;
  }
  
  input[type=checkbox] {
      box-sizing: border-box;
      padding: 0;
  }
  
  input {
      font-size: 1rem;
      line-height: 1.5;
      padding: 11px 23px;
      border: 1px solid rgba(0,0,0,.15);
      border-radius: 0;
      outline: 0;
      background-color: transparent;
  }
  
  .checkbox-button__input {
      opacity: 0;
      position: absolute;
  }
  
  .checkbox-button__control {
      position: relative;
      display: inline-block;
      width: 25px;
      height: 25px;
      margin-right: 12px;
      vertical-align: middle;
      background-color: inherit;
      color: #78e4fc;
      border: 1px solid #666;
  }
  
  .checkbox-button__input:checked+.checkbox-button__control:after {
      content: "";
      display: block;
      position: absolute;
      top: 7px;
      left: 7px;
      width: 10px;
      height: 10px;
      background-color: #78e4fc;
  }
  
  .checkbox-button__input:checked+.checkbox-button__control {
      border-color: #78e4fc;
  }
  
  .checkbox-button__control {
    transform: scale(0.75);
  }
  


  

.scrolling-wrapper {    
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 10px;
    border-radius: 15px 0 0 15px;
    -webkit-overflow-scrolling: touch;
    user-select: none;

}
  
  
.scrolling-wrapper::-webkit-scrollbar {
    display: none;
}
.scrolling-wrapper .sliders
{
    width: 25%;
    margin-right: 0%;
    display: inline-block;
    margin-right: 10px;
 
    min-height: 150px;
    border-radius: 20px;
    cursor: pointer;
    white-space: normal;
    height: 100%;
    padding-bottom: 15px;

}



.Spotlight {
    font-size: 30px;
}

.modal-content
{
    background-color: black;
    margin-top: 10%;
    height: auto;
}

.loginLogo
{
    width: 50px;
   
}
.logSec .logH{

    font-size: 23px;
    color: white;
    text-align: center;
}

.txtLogin
{
    color: white;
    border: 0.5px solid white;
    width: 100%;
    border-radius: 10px;
}

.txtLoginCode
{
    color: white;
    border: 0.5px solid white;
    width: 100%;
    padding-left: 15px;
    padding-right: 10px;
    border-radius: 10px;
}




.loginBtn {
    color: black;
    text-decoration: none;
    background: #78e4fc;
    border: 1px solid #78e4fc;
    padding: 10px 20px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in;
    width: 100%;
    outline: none;
    border-radius: 15px;
}




.signupLabel
{
    color: rgb(146, 146, 146);
    font-weight: 100;
    text-align: center;
    font-size: 14px;
}




.siginGoogle
{
    background-color: white;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
}




@media (min-width: 576px){
    .modal-dialog {
        max-width: 350px;
        margin: 1.75rem auto;
    }

    #photoMod .modal-dialog {
        max-width: 40%;
        margin: 1.75rem auto;
    }

}

.proIcon
{
    display: flex;
    justify-content: center; 
    align-items: center; 
    width: 45px; 
    height:45px; 
    margin-left: 10px; 
    margin-top: 5px; 
    border-radius: 35px; 
    background-color: #78e4fc ;
    color: white;
    float:right;
    cursor: pointer;
    font-size: 20px;
}


.cityName
{
    font-size: 15px;
    margin-left: 15px;
    cursor: pointer;
}

.loading
{
    width: 100%;
    height: 100vh;
    background-color: #78e4fc;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading img
{
    width: 50px;
}



.textbox
{
    width: 100%;
    background-color: white;
}

.browser-default
{
    width: 100%;
    padding: 5px 15px;
}

textarea
{
    padding-left: 25px !important;
    border: 0.5px solid rgba(0,0,0,0.1);
}



ui-cropper{width:100%;height:100%;display:block;position:relative;overflow:hidden}
ui-cropper canvas{display:block;position:absolute;top:50%;left:50%;outline:0;-webkit-tap-highlight-color:transparent}
.cropArea {
    background: white;
    overflow: hidden;
    width:100%;
    height:300px;
  }
  

.filterB  {
    width: 100%;
    background-color: transparent;
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.filterSec
{
    background-color: white;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    transform: translate3d(0px, 100%, 0px);
    transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    overflow: auto;
}

.filterOpen
{
    transform: translate3d(0px, 0, 0px);
    transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}






.nav-icon1 {

    float: right;
    width: 30px;
    height: 30px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 100;
    
  }
  
  .nav-icon1 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #00d0ff;
    border-radius: 5px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  
  
  .menuSec .nav-icon1 span {
      background: #00d0ff;
  }
  
  .nav-icon1 span:nth-child(1) {
    top: 0px;
  }
  
  .nav-icon1 span:nth-child(2) {
    top: 10px;
  }
  
  .nav-icon1 span:nth-child(3) {
    top: 20px;
  }
  
  .nav-icon1.open span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  
  .nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }
  
  .nav-icon1.open span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  
.navMenu
{
    display: none;
}


.menuMobSec
{
    width: 100%;
    height: 100vh;
    background-color: white;
    z-index: 1000;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
}

.amenity
{
    list-style: none;
    padding: 0px;
}

.amenity li
{
    padding-right: 15px;
    display: inline;
}


.Services
{
    list-style: none;
    padding: 0px;
}

.Services li
{
    padding-bottom: 10px;
    font-size: 16px;
   
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  appearance: none;
}

table { table-layout: fixed }

table td {     
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
}

.purchaseHead
{
    font-weight: bold;
    font-size: 20px;
}

.planCard
{
    background-image: linear-gradient(90deg,#00c6f3 0%,#96ecff 100%);
    border-radius: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.planCard:hover
{
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2) !important;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.planTitle
{
    font-weight: 600;
}

.planPrice
{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0px;
    text-align: right;
    
}

.planCard ul
{
    list-style: none;
    color: rgb(43, 43, 43);
    padding-left: 10px;
}

.tagline
{
    font-size: 13px;
    line-height: 16px;
}

button:focus
{
    outline: none;
}

button:hover
{
    outline: none;
}

button:active
{
    outline: none;
}

button
{
    outline: none;
}