/* Shilpa's Styles Here */

.header-wrapper {
    /*height: 10rem;  */
    position: relative;
}
---/*MENU*/---
.menu-hamburger{
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin-top: 5px;    
}
.menu-hamburger span{
    display: block;
    width: 30px;
    height: 2px;
    background-color: #A0A0A0;
    margin-block: 8px;
    border-radius: 4px;
    transition: transform  .5s;
    opacity: .25s;
    box-shadow: none;
}
.menu-hamburger.active span:nth-child(1){
    transform: translateY(10px) rotate(45deg);
}
.menu-hamburger.active span:nth-child(2){
    opacity: 0;
}
.menu-hamburger.active span:nth-child(3){
    transform: translateY(-10px) rotate(-45deg);
}
.menus{
    position: absolute;
    top:19%; left: -100%; 
    background-color: #ffff;
    border-radius: 10px;
    z-index: 1; 
    transition:  .5s; 
    padding-top: 10px;
    padding: 0 200px;
    /*display:block;*/
    visibility: visible;
    height: 70%;
    width: 100vw;
    
}

.menus ul{
    padding-left: none;
}
.menus ul li.show{
    /*display: block;*/
    visibility: visible;
}
.sub-menu{
    display: flex;
   justify-items: left;
    justify-content: space-between;
}
.menus ul li{
    list-style: none;
    padding: 20px ;
    /*display: none;*/
    visibility: hidden;
}
.sub-menu ul li a{
    font-size: 18px;
    color:#000;
    font-weight: 700;
    padding: 20px 50px 20px 0;
    text-decoration: none;
}
.menus .sub-menu ul li:hover{
    background: #FFF3D5;
    border-radius: 10px;
}
.menus ul li a:hover{
    color: #E57505;
}

.menu-content{
    display: flex;
    justify-content: space-between;
}
.menu-content .menu-content-left{
    flex: 1 1 350px;
}
.menu-content .menu-content-right{
    flex: 1 1 250px;
}
.menu-content .menu-content-right ul li{
   display: inline-block;
}
/*.menus .menu-content .menu-content-left ul li{
    display: inline-block;
}*/
.menus .menu-content .menu-content-left ul li a{
    color:#929292;
    text-decoration: none;
    display: inline-block;
}
.menu p{
    font-weight: 500;
}
.menu-hamburger.active ~ .menus{
    left:0;            /*NOT WORKING*/
}
/*.section-img-wrapper img{
    display: none;
}*/
.toggle-content{
    display: none;
}
.toggle-wrapper li.active {
    color: #221B15;
    opacity: 1; 
}

/*.toggle-sub-content{
    display:grid ;
}*/
/*RANGE_SLIDE*/

.label-left,
.label-mid,
.label-right,
.label-gram-left,
.label-gram-mid1,
.label-gram-mid2,
.label-gram-right{
    margin-top: 10px;
    border: none;
}
.label-mid{
    padding-left:140px;
}
.label-right,
.label-gram-right{
    float: right;
}
.label-left:hover,
.label-mid:hover,
.label-right:hover,
.label-gram-left:hover,
.label-gram-mid1:hover,
.label-gram-mid2:hover,
.label-gram-right:hover{
    border: none;
}
.range-slider,
.gram-slider{
    -webkit-appearance: none;
    appearance: none;
    width:100%;
    height: 8px;
    outline: none;
    /*background: linear-gradient(90deg, #E57505 50%, #D0D0D0 50%);*/
    border-radius: 10px;
}
.range-slider::-webkit-slider-thumb,
.gram-slider::-webkit-slider-thumb{
    -webkit-appearance: none;
    appearance: none;
    width:28px;
    height: 28px;
    background: #D7CCB4;
    border-radius: 50px;
    border: 7px solid #E57505;
}

.range-bar{
    height: 130px;
    padding: 0 10px;
    
}
.label-gram-mid1,
.label-gram-mid2{
    padding-left: 40px;
}
.amount-tab{
    display: none;
}
.toggle-number{
    margin-top: 20px;
}
.price-slider{
    background: #F0E9D9;
    padding: 50px 10px;
    max-height: 150px;
    border-radius: 0 0 7px 7px;
    overflow: hidden;
}

/*Animation*/

  .testimonial-text{
    animation: fadeIn; 
    animation-duration: 2s; 
  }
  .testimonial-img{
    animation: fadeIn; 
    animation-duration: 2s;
  }
  .person-details{
    animation: fadeIn; 
    animation-duration: 2s;
  }

/* Sushant's CSS */
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent !important;
}
.menu-set{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}
.menu-button{
    background-color: transparent;
    border: none;
    color: #929292;
    font-size: 30px; 
}
.menu-citydiv{
    width: 100%;
    height: 100vh;
    background-color: rgb(51 51 51 / 50%);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
}
.menu-citylocation{
    width: 100%;
    height: 100vh;
    max-height: 500px;
    display: flex;
    background-color: #fff;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    padding: 1em;
    overflow: hidden;
}
.menu-sce1{
    width: 100%;
    height: auto;
    flex-basis: 16%;
}
.menu-sec1-txt1{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 39px;
    color: #221B15;
}
.menu-sec1-txt2 a{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #221B15;
}

.menu-mapbtn{
    width: 158px;
    height: 64px;
    background: #FFF3D5;
    border-radius: 20px;
    margin: 1em 1em 0 1em;
    box-sizing: border-box;
    margin-bottom: 1em !important;
    position: relative;
}
.menu-mapbtn a{
    width: 100%;
    height: 100%;
    padding: 0px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #565656;
    border-radius: 20px !important;
}
.map-pin_img{
    width: 20px;
    height: 20px;
    position: absolute;
    left: 3.5em;
    top: 0;
    transform: scale(0.7);
    opacity: 0;
}
.map-pin_txt{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    color: #FB754B;
    position: absolute;
    left: 6em;
    bottom: 0;
    opacity: 0;
}
.menu-mapbtn a:hover{
    color: #565656;
    border: 1px solid !important;
    border-color: #E57505 !important;
}
.menu-mapbtn:focus + .map-pin_img {
   opacity: 1;
}
.menu-mapbtn:focus + .map-pin_txt{
   opacity: 1;
}
.map-pin_img:hover {
   opacity: 1;
}
.map-pin_txt:hover{
   opacity: 1;
}
.menu-mapbtn-inner{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 1em;
}
.menu-cl-pd{
    width: 100%;
    height: 80px;
    background-color: #fff;
    padding: 1em;
    box-sizing: border-box;
}
.menu-sce2{
    width: 100%;
    flex-basis: 80%;
    padding: 1em;
    overflow: hidden;
    overflow-y: scroll;
}
.ul-padd-menu{
    padding: 1em 0 2em 0;
}
.mapouter{position:relative;text-align:right;width:100%;height:400px;}
.gmap_canvas {overflow:hidden;background:none!important;width:100%;height:400px;}
.gmap_iframe {height:400px!important;border-radius: 8px;}

.menu-sce2::-webkit-scrollbar {
  width: 7px;
}

/* Track */
.menu-sce2::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px grey; 
  border-radius: 10px;
}
 
/* Handle */
.menu-sce2::-webkit-scrollbar-thumb {
  background: #e7801a; 
  border-radius: 10px;
}

/* Handle on hover */
.menu-sce2::-webkit-scrollbar-thumb:hover {
  background: #FFF3D5; 
}
.city_serchbox{
    width: 500px;
    height: 120px;
    margin-top: 3em;
}
.srcbox-txt{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #565656;
}
.map-txtfeild{
    width: 500px;
    height: 100px;
}
.cf:before, .cf:after{
    content:"";
    display:table;
}

.cf:after{
    clear:both;
}

.cf{
    zoom:1;
}    
/* Form wrapper styling */

.search-wrapper {
    width: 464px;
    margin: 1em auto;
    border-radius: 36px;
    background: #FFF3D5;
    box-shadow: 0 4px 20px -2px #e9e9e9;
}

/* Form text input */

.search-wrapper input {
  padding-left: 20px;
    width: 330px;
    height: 60px;
    float: left;
    font-family: 'Poppins';
    font-size: 18px;
    border: 0;
    background: #FFF3D5;
    border-radius: 36px;
    border-top-style: none;
    color: #565656;
}

.search-wrapper input:focus {
    outline: 0;
    background: transparent;
    box-shadow: 0 0 2px rgba(0,0,0,0.8) inset;
}

.search-wrapper input::-webkit-input-placeholder {
   color: #999;
   font-weight: normal;
   font-style: italic;
  padding-left: 20px;
}

.search-wrapper input:-moz-placeholder {
    
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.search-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
  border-style: none;
}   

/* Form submit button */
.search-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 60px;
    width: 110px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FAFAFA;
    text-transform: uppercase;
    background: #E57505;
    border-radius: 36px;
}  

.search-wrapper button:hover{    
/*     background: #e54040; */
}  

.search-wrapper button:active,
.search-wrapper button:focus{  
    background: #198cff;
    outline: 0;  
}

.search-wrapper button:focus:before,
.search-wrapper button:active:before{
        border-right-color: #c42f2f;
}     

.search-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}   
a:-webkit-any-link:focus-visible {
    outline-offset: 0px !important;
}
a:focus {
     outline: none !important; 
     outline-offset: 0px !important; 
}
.menu-mapbtn>.nav-tabs>li>a:hover {
     border-color: #E57505; 
}
.nav>li>a:focus, .nav>li>a:hover {
     text-decoration: none !important; 
     background-color: unset !important; 
}
.nav-tabs>li>a:hover {
    border-color: transparent;
    border: none;
}
/* 
.fixed-btns{
    position: fixed;
    bottom: 20px;
    right: 80px;   
    z-index: 100;
} */
.fixed-btns{
    position: fixed;
    bottom: 10px;
    right: 0px;   
    z-index: 100;
}
.fixed-btns img:nth-child(1){
    width: 150px;
    height: auto;
}
.fixed-btns img:nth-child(2){
    width: 90px;
    height: auto;
}
