.Current_Location_Offcanvas {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background: transparent
    linear-gradient(180deg, #eefff0 0%, #eefff2 62%, #ffffff 100%) 0% 0%
    no-repeat padding-box;
  width: 600px !important;
}

.Current_Location_Offcanvas .offcanvas-header {
  background: #fff;
  border-top-left-radius: 10px;
  padding: 10px 35px;
  justify-content: space-between;
  border-bottom: 2px solid #afd4c3;
}

.Current_Location_Offcanvas .offcanvas-header .logo_div {
  height: 70px;
}

.Current_Location_Offcanvas .offcanvas-header .logo_div .logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.Current_Location_Offcanvas .offcanvas-header .close_div {
}

.Current_Location_Offcanvas .offcanvas-header .close_div .close_img {
  width: 20px;
  height: 20px;
  cursor: pointer;
  filter: invert(1);
}

.Current_Location_Offcanvas .offcanvas-body {
  padding: 20px 35px;
  background-image: url(/assets/images/location_offcanvas/bg.png);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.Current_Location_Offcanvas .offcanvas-body .inner_div {
}

.Current_Location_Offcanvas .offcanvas-body .inner_div .title_text {
  color: #df4223;
  font-size: 93px;
  font-weight: 600;
  opacity: 0.2;
  line-height: normal;
  margin-bottom: 23px;
}

.Current_Location_Offcanvas .offcanvas-body .inner_div .sub_text_div {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.Current_Location_Offcanvas .offcanvas-body .inner_div .icon_holder {
}

.Current_Location_Offcanvas .offcanvas-body .inner_div .icon_holder .inner_img {
}

.Current_Location_Offcanvas .offcanvas-body .inner_div .simple_text {
  color: #333333;
  font-size: 17px;
  margin-bottom: 0px;
  font-weight: 400;
  line-height: normal;
  padding-left: 16px;
}

.Current_Location_Offcanvas .offcanvas-body .inner_div .btns_holder {
  display: flex;
  align-items: center;
}

.Current_Location_Offcanvas
  .offcanvas-body
  .inner_div
  .btns_holder
  .Black_btn_holder
  .Black_Btn {
  padding: 9px 15px;
  margin-right: 14px;
}

.Current_Location_Offcanvas
  .offcanvas-body
  .inner_div
  .btns_holder
  .Gray_Btn_holder
  .Gray_Btn {
}

@media (min-width: 0px) and (max-width: 767.98px) {
  .Current_Location_Offcanvas .offcanvas-header {
    padding: 10px 15px;
  }

  .Current_Location_Offcanvas {
    width: 100% !important;
  }

  .Current_Location_Offcanvas .offcanvas-header .logo_div {
    height: 47px;
  }

  .Current_Location_Offcanvas .offcanvas-body {
    padding: 10px 15px;
  }

  .Current_Location_Offcanvas .offcanvas-body .inner_div .title_text {
    font-size: 48px;
  }

  .Current_Location_Offcanvas .offcanvas-body .inner_div .simple_text {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .Current_Location_Offcanvas {
    width: 500px !important;
  }

  .Current_Location_Offcanvas .offcanvas-header .logo_div {
    height: 62px;
  }

  .Current_Location_Offcanvas .offcanvas-body .inner_div .title_text {
    font-size: 75px;
  }

  .Current_Location_Offcanvas .offcanvas-body .inner_div .simple_text {
    font-size: 16px;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .Current_Location_Offcanvas .offcanvas-header .logo_div {
    height: 62px;
  }

  .Current_Location_Offcanvas .offcanvas-body .inner_div .title_text {
    font-size: 78px;
  }

  .Current_Location_Offcanvas .offcanvas-body .inner_div .simple_text {
    font-size: 16px;
  }
}
