.GreenButton{
    border-radius: 8px;
  background-color: #009688;
  padding: 8px 25px;
  width: fit-content;
  color: #ffffff;
  text-align: justify;
  font-size: 12px;
  margin-bottom: 10px;
  width: -moz-fit-content;
}

.GreenButton:hover{
    cursor: pointer;
}
.ButtonDisabled{
  background-color: #00968764 !important;
  cursor: default !important;
  pointer-events: none !important;
}
@media only screen and (max-width: 499px){
  .GreenButton{
  padding: 8px 15px;
   
  font-size: 11px;
}
}

.topNav{
    display: flex;
    justify-content: space-around;
    padding: 0px 80px;
    position: relative;
    align-items: center;
    transition:  all ;
    flex-flow: row wrap;
}

.topNav .navItem{
    color: #ffffff ;
    font-size: 14px;
    font-weight: normal;
  font-stretch: normal;
  text-align: justify;
  font-style: normal;
  line-height: 1.72;
  letter-spacing: normal;
}

.ReactModal__Overlay{
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.topNav .navLogo{
  width: 101px;
  height: 110px;
    background-color: #009688;
}

.stickyNav .navLogo{
    width: 101px;
    height: 110px;
    background-color: #009688;
}
.stickyNav .navItem h1{
  color: #ffffff !important

}

.Nav .ProgressBarDiv{
  z-index: 999;
  width: 100%;
  height: 10px;
  background-color: #E5E7E7;
  position: fixed;
    top: 110px;
}
.Nav .ProgressBarInnerDiv{
  width: 50%;
  height: 10px;
  background-color: #03b1a1;
  /* position: fixed;
    top: 133px; */
}
.stickyNav{
    transition: 0.8s ease all ;

    position: fixed;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    padding: 0px 80px;
    align-items: center;
    background-color: #ffffff;
    box-shadow: 0 3px 20px rgba(0  , 0, 0, 0.06);
    z-index: 1005;
    width: 100%;
}

.stickyNav .navItem{
    color: #009688 ;
  text-align: justify;
  font-size: 14px;
    font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.72;
  letter-spacing: normal;
}

 


.navItem a{
  color: inherit !important
}

/* ___________________ side nav _______________ */


/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 999; /* Stay on top */
    top: 0; /* Stay at the top */
    right: 0;
    background-color: #26a496; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    text-align: center;
}
  
  /* The navigation menu links */
  .sidenav a {
    padding: 8px;
    text-decoration: none;
    font-size: 19px;
  text-align: justify;
  color: white;
    display: block;
    transition: 0.3s;
  }
  
  /* When you mouse over the navigation links, change their color */
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  /* Position and style the close button (top right corner) */
  .sidenav .closebtn {
    
    font-size: 36px;
    margin: auto;
    border-bottom: 1px solid #ffffff;
  text-align: center;
  margin-left: 15px;
    margin-right: 15px;
  }


  .MobiileView .addBot{
    font-size: 13px;
    background-color: #fff;
    padding: 10px 10px;
    height: 40px;
  text-align: justify;
  width: 80%;
    text-align: center;
    border-radius: 13px;
    color: #970747;
    margin: auto !important;

}

.MobiileView .addBot:hover{
    cursor: pointer;
    /* box-shadow: 10px */
    box-shadow: 0 3px 20px rgba(0  , 0, 0, 0.30);
    text-shadow: 10px
}

.MobiileView .addBot a{
    color: #970747;
    text-decoration: none !important
}

.loginBot:hover{
    cursor: pointer;
}
.LoginCard{
    height: 590px;
    overflow: hidden;
}

.LoginCard .row{
    height: -webkit-fill-available;
}

.LoginCard .Card{
    width: 100%;
    height: 100%;
    border-radius: 8px;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}

.LoginCard .InfoDiv{
    /* height: 100%; */
    float: left;
}

.LoginCard .ImgDiv{
    background-image: url(/web/20220127104634im_/https://ecogasht.com/_next/static/images/bg-5d5b76b8178d22848831901bce6b2a33.jpg);
    height: 100%;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    position: relative;
}

.LoginCard .InfoDiv .Title{
    font-size: 19px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: right;
  color: #009688;
  margin-top: 7%;
  margin-right: 7%;
}

.LoginCard .InfoDiv .Description{
    font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: right;
  color: #607d8b;
  margin-top: 4.9%;
  margin-right: 7%;
}

.LoginCard .InfoDiv .InputDiv{
    margin-top: 110px;
    margin-right: 7%;
    text-align: right;
    width: 70%;
    position: relative;
}

.InfoDiv .InputDiv input{
    height: 38px;
  border-radius: 4px;
  padding: 10px;
  border: solid 1px #9faeb5;
  width: 100%;
}

.InfoDiv .InputDiv p{
    font-size: 14px;
    font-weight: 500;
   
    text-align: right;
    color: #9faeb5;
    margin-bottom: 8px;
}
.LoginCard .CloseImgDiv{
    position: absolute;
    left: 18px;
    top: 18px;
}
.InfoDiv .PhoneNumber{
    font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: right;
  color: #607d8b;
  margin-right: 7%;
}

.InfoDiv .InputDiv input::placeholder{
    font-size: 16px;
    font-weight: 500;
    
    text-align: left;
    color: #A2ABAF;
}

.InfoDiv .SpyImg{
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 11px;
}

.InfoDiv .SpyImg:hover{
    cursor: pointer;
}

.ReactModal__Overlay--after-open{
    z-index: 9999;
}

.LoginCard .Select{
    width: 100%;
    height: 45px;
    border-radius: 4px;
    border: solid 1px #A2ABAF;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.14;
    letter-spacing: normal;
    text-align: right;
    color: #A2ABAF;
}
.LoginCard .Select::placeholder{
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.14;
    letter-spacing: normal;
    text-align: right;
    color: #A2ABAF;
}
.LoginCard .Select option{
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.14;
    letter-spacing: normal;
    text-align: right;
    color: #A2ABAF;
}


.BecomeHostForm{
    padding:20px 30px 40px 40px;
}
.BecomeHostForm .Title{
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: right;
    color: #009688;
}

.BecomeHostForm .Description{
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: right;
    color: #37474F;
    margin: 15px 0 30px 0;
    padding-top: 15px;
    border-top: 1px solid rgb(233, 233, 233)
}
.BecomeHostForm .DatePickTitle{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: normal;
    text-align: right;
    color: #607d8b;
    margin: 0;
  }
  
  
  .BecomeHostForm .DatePickTexts{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.79;
    letter-spacing: normal;
    text-align: right;
    color: #9faeb5;
    margin: 0;
  }
  
  .BecomeHostForm .DatePickDiv{
    height: 42px;
    border-radius: 4px;
    border: solid 1px #A2ABAF;
    padding: 10px 30px;
    width: 100%;
  }
  
  .BecomeHostForm .InputDiv{
    height: 42px;
  
    border-radius: 4px;
    border: solid 1px #A2ABAF;
    width: 100%;
  }
  .BecomeHostForm .InputField{
    height: 100%;
    width: 100%;
    border: none;
    margin: 0;
    padding: 5px 10px;
  }
  .BecomeHostForm .InputField::placeholder{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.79;
    letter-spacing: normal;
    text-align: right;
    color: #9faeb5;
  
  }
  
  .BecomeHostForm .InputButtonsDiv{
    width: 40px;
    height: 40px;
    background-color: rgba(233, 240, 244, 0.71);
    border: solid 1px #A2ABAF;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .BecomeHostForm .TextInput{
    height: 100%;
    width: 100%;
    border: none;
    margin: 0;
    padding: 5px 10px;

}

.BecomeHostForm .TextInput::placeholder{
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.14;
    letter-spacing: normal;
    text-align: right;
    color: #A2ABAF;
}

  

.FooterUpperPart{
    width: 100%;
    background-color: #ffffff
}

.FooterUpperPart .Image{
    width: 37.9px;
    height: 37.9px;
}

.FooterUpperPart .TitleDivs{
    display: flex;
    /* margin-top:20PX; */
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}

.FooterUpperPart .Title{
    font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;  text-align: justify;

  letter-spacing: normal;
  text-align: right;
  color: #66807d;
  padding-top: 5px;
  padding-right: 16px;
  margin: 0;
}

.PlaceCard .ImagePart{
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    height: 171px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    position: relative;
    transition: all 0.6s;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.06);
}

.PlaceCard{
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    min-width: 200px;
    height: 330px;
    transition: all 0.3s ease-in
}
.PlaceCard:hover{
    box-shadow: 0 3px 20px rgba(0  , 0, 0, 0.14);
    cursor: pointer;
    
}

.PlaceCard .Description{
    font-size: 13px;
  text-align: justify;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.69;
  letter-spacing: normal;
  text-align: right;
  color: #9faeb5;
}

.PlaceCard .Title{
    font-size: 16px;
  text-align: justify;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.72;
  letter-spacing: normal;
  text-align: right;
  color: #526664;
}

.PlaceCard .OldPrice{
    font-size: 12px;
  text-align: justify;
  font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: right;
    color: #9faeb5;
}
.PlaceCard .OldPrice strong{
  text-align: justify;
  font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: right;
    color: #9faeb5;
    text-decoration: line-through;
}
.PlaceCard .NewPrice{
    font-size: 12px;
  font-weight: 500;
  text-align: justify;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: right;
  color: #009688;
}
.RedButton{
  padding: 9px 7px 7px 7px;
width: fit-content;
color:
#ffffff;
width: -moz-fit-content;
font-size: 10px;
margin-bottom: 10px;
text-align: justify;
height: 32px;
border-radius: 6px;
background-color:
#ef5350;
}

.RedButton:hover{
    cursor: pointer;
}

@media only screen and (max-width: 499px){
  .RedButton{
    padding: 5px;
   
    font-size: 10px;
}
}
.FooterLowerPart {
    width: 100%;
    background-color: #e6f2f1;
}

.FooterLowerPart .text {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.72;
    letter-spacing: normal;
    text-align: justify;
    text-align: right;
    color: #009688;
}

.FooterLowerPart .desc {
    font-size: 16px;
    text-align: justify;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: normal;
    text-align: justify;
    color: #66807d;

}

.FooterLowerPart .List {
    padding: 0;
    column-count: 2;
}

.FooterLowerPart .List li {
    text-align: justify;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.5;
    letter-spacing: normal;
    text-align: right;
    color: #66807d;
    list-style: none;
}

.FooterLowerPart .BottomText {
    font-size: 14px;
    font-weight: 300;
    text-align: justify;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.93;
    letter-spacing: normal;
    text-align: right;
    color: #66807d;
}

.BottomText a:hover {
    color: rgb(0, 123, 255) !important
}

.FooterLowerPart .BottomPart {
    border-top: 1px solid #fafcfc
}

@media only screen and (max-width: 625px) {
    .FooterSocialLinks {
        margin: auto auto 20px auto;
    }

    .FooterLowerPart .Description {
        margin: 0;
    }

}

.NemadsDiv {
    display: flex;
    flex-direction: row;
    justify-content: start;
}

.NemadsDiv a {
    margin: 0;
}

.cityFooterStyle {

    margin: 10px 5px;
    background-color: #009688;
    color: white !important;
    padding: 5px 10px;
    border-radius: 19px;
    transition: all 0.6s;
    display: inline-block;
    min-width: 100px;
    text-align: center;

}

.cityFooterStyle:hover {

    background-color: #02bdac;

    box-shadow: 0 0 20px rgba(0, 150, 136, 0.06);


}

/*
     FILE ARCHIVED ON 10:46:34 Jan 27, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:57:57 Aug 08, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.734
  exclusion.robots: 0.019
  exclusion.robots.policy: 0.007
  esindex: 0.01
  cdx.remote: 59.011
  LoadShardBlock: 749.676 (3)
  PetaboxLoader3.datanode: 611.537 (4)
  PetaboxLoader3.resolve: 314.661 (2)
  load_resource: 217.83
*/