.contact-no-container {
  font-family: 'Heebo-Medium'; }

.phone-icon {
  margin-bottom: -1px; }

.close-icon {
  margin-left: 90%; }

.sidebar {
  position: fixed;
  top: 0;
  right: -250px;
  /* Initially off-screen to the right */
  width: 250px;
  height: 100%;
  background-color: #333;
  z-index: 1000;
  transition: right 0.3s;
  overflow-y: auto;
  padding: 20px;
  color: #fff; }

.no-scroll {
  overflow: hidden; }

.sidebar a {
  padding: 8px 8px 8px 8px;
  text-decoration: none;
  font-size: 18px;
  color: #c0c0c0;
  display: block;
  transition: 0.3s;
  font-family: 'ProximaNova-Light'; }
  .sidebar a .link-icons-left {
    height: 18px;
    width: 18px;
    vertical-align: middle;
    margin-right: 8px;
    transition: 0.5s;
    display: inline-block;
    background-size: contain !important; }
  .sidebar a .link-icon-1 {
    background: url("https://greenpal-production.s3.amazonaws.com/images/vendor_mobile/company.svg") no-repeat; }
  .sidebar a .link-icon-2 {
    background: url("https://greenpal-production.s3.amazonaws.com/images/general/map_grey.png") no-repeat; }
  .sidebar a .link-icon-3 {
    background: url("https://greenpal-production.s3.amazonaws.com/images/vendor_mobile/not-selected-autobid.svg") no-repeat; }
  .sidebar a:hover .link-icon-1 {
    background: url("https://greenpal-production.s3.amazonaws.com/images/vendor_mobile/company.svg") no-repeat;
    transition: 0.5s; }
  .sidebar a:hover .link-icon-2 {
    background: url("https://greenpal-production.s3.amazonaws.com/images/general/map_grey.png") no-repeat;
    transition: 0.5s; }
  .sidebar a:hover .link-icon-3 {
    background: url("https://greenpal-production.s3.amazonaws.com/images/vendor_mobile/not-selected-autobid.svg") no-repeat;
    transition: 0.5s; }

.sidebar li {
  list-style-type: none; }

.sidebar a:hover {
  color: #f1f1f1; }

.sidebar.active {
  right: 0; }

.mob-nav {
  display: none !important; }

.ham-menue {
  width: 30px; }

.service-location {
  list-style: none;
  display: flex;
  text-align: center;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 25px; }

.btn-get-free-qoute {
  width: auto;
  height: auto;
  vertical-align: middle;
  transition: transform 0.5s ease; }

.service-location li {
  font-size: 16px;
  font-weight: normal;
  color: #373737;
  padding-left: 30px;
  padding-top: 2px; }

.service-location li .services a {
  color: #373737; }

.service-location li .locations a {
  color: #373737; }

.service-location li:last-child {
  font-size: 18.4px;
  color: #ff9000;
  padding-left: 79px;
  padding-top: 0px; }

.nav-bar-container {
  width: 100%;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  max-width: 1366px;
  margin: auto;
  align-items: center;
  padding: 17px 99px;
  justify-content: space-between;
  overflow: auto; }

.nav-bar-container .logo {
  width: 189px;
  margin: auto 0px;
  align-items: center;
  display: flex; }

.nav-bar-container .right-container {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.nav-bar-container .right-container .serch-bar-container input::placeholder {
  color: #7f7f7f; }

.nav-bar-container .right-container .get-quote-btn-container {
  padding-right: 2px; }

.get-quote-btn-container:hover .btn-get-free-qoute {
  transform: translateX(3px); }

.nav-bar-container .right-container .get-quote-btn-container .free-qoutes {
  width: 171px;
  height: 46px;
  border-radius: 24.5px;
  color: #fff;
  font-family: 'Heebo', sans-serif;
  font-size: 16px;
  font-weight: 400;
  background: linear-gradient(to bottom, #1b608e, #0a3755);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding-left: 3px; }

@media (max-width: 1280px) {
  .nav-bar-container {
    padding: 15px 93px !important; }
  .nav-bar-container .logo {
    width: 178px !important; }
  .greenpal-logo img {
    max-width: 197px; }
  .service-location li {
    padding-left: 29px; }
  .desk-nav .service-location .contact-no-container {
    padding-left: 74px !important;
    font-size: 17px !important; }
  .nav-bar-container .right-container .get-quote-btn-container .free-qoutes {
    width: 160px !important;
    height: 44px !important;
    font-size: 14px !important; } }

@media (max-width: 1200px) {
  .nav-bar-container {
    padding: 12px 76px !important; } }

@media (max-width: 1024px) {
  .nav-bar-container .logo {
    width: 140px !important; }
  .nav-bar-container .right-container .get-quote-btn-container .free-qoutes {
    width: 127px !important;
    height: 35px !important;
    font-size: 11px !important; }
  .desk-nav .service-location li {
    font-size: 12px;
    padding-left: 25px; }
  .desk-nav .service-location .contact-no-container {
    font-size: 13px !important;
    padding-left: 60px !important;
    margin-top: 1%; }
  .desk-nav .service-location .contact-no-container .phone-icon {
    width: 11px;
    margin-bottom: -1px; } }

@media (max-width: 900px) {
  .nav-bar-container {
    padding: 12px 30px !important; }
  .desk-nav .service-location .contact-no-container {
    padding-left: 36px !important;
    font-size: 15px !important; }
  .service-location li {
    font-size: 14px;
    padding-top: 2px; } }

@media (max-width: 850px) {
  .nav-bar-container .logo {
    width: 130px !important; }
  .service-location .services, .service-location .locations {
    font-size: 14px; }
  .desk-nav .service-location .contact-no-container {
    font-size: 14px !important;
    margin-top: 3px; }
  .nav-bar-container .right-container .get-quote-btn-container .free-qoutes {
    width: 155px !important;
    height: 40px !important;
    font-size: 13px !important; } }

@media (max-width: 767px) {
  .greenpal-logo img {
    max-width: 55%; }
  .press-media-container {
    padding: 0 5%; }
  .nav-bar-container {
    padding: 10% 9% 4% !important; }
  .nav-bar-container .logo {
    display: none; }
  .logo-mob {
    display: block !important; }
  .press-media-block {
    margin-top: unset; }
  .right-container {
    width: unset !important; }
  .nav-bar-container {
    justify-content: space-between; }
  .nav-bar-container .right-container .get-quote-btn-container {
    display: flex; }
  .mob-nav {
    display: block !important;
    width: 33px; }
  .desk-nav {
    display: none !important; }
  .call-us {
    color: #ff9000;
    margin: 0 15px 0 0;
    font-family: Heebo-Medium; }
  .call-us img {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 50%; } }

@media (max-width: 480px) {
  .vendor_add_on_popup .add_on_body {
    width: 90% !important; }
  .add_on_body {
    position: relative;
    top: 50px; }
  .logo-mob {
    display: block; }
  .logo {
    display: none; }
  .nav-bar-container {
    position: fixed;
    padding-top: 25px;
    z-index: 9; }
  .nav-bar-container .logo {
    width: 150px !important; }
  .logo img {
    vertical-align: middle; } }

@media (max-width: 400px) {
  .nav-bar-container {
    padding: 11% 6% 4% !important; }
  .main-container .author-intro .author-starter .social-media {
    margin: 6% 0px 20px; }
  .main-container .online-presence {
    padding: 32px 0px 14px 35px !important;
    gap: 10px !important; }
  .main-container .share-details {
    padding: 1% 0px 54px 0 !important; }
  .main-container .share-details .share-thiss {
    margin: 0 !important; } }

@media (max-width: 390px) {
  .nav-bar-container .right-container {
    padding: 0 0px 0 0px !important; }
  .logo-mob img {
    min-width: unset !important;
    width: 120px !important; }
  .call-us {
    margin: 0 10px 0 0 !important; }
  .call-us img {
    width: 28px !important; }
  .nav-bar-container {
    padding: 11% 5% 4% !important; }
  .logo-mob img {
    width: 135px !important; }
  .mob-nav .get-quote-btn-container .call-us {
    margin: 0 14px 0 0 !important; }
  .mob-nav .get-quote-btn-container .call-us img {
    width: 32px !important;
    margin-left: 2px; } }

@media (max-width: 360px) {
  .nav-bar-container {
    padding: 11% 5% 4.5% !important; }
  .logo-mob img {
    width: 92% !important; }
  .mob-nav .get-quote-btn-container .call-us {
    font-size: 15px; }
  .mob-nav .get-quote-btn-container .call-us img {
    width: 30px !important; }
  .ham-menue {
    width: 27px; } }

@media (max-width: 320px) {
  .logo-mob img {
    width: 82% !important;
    min-width: 19px; }
  .mob-nav .get-quote-btn-container .call-us {
    font-size: 13px;
    margin: 0 11px 0 0 !important;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .mob-nav .get-quote-btn-container .call-us img {
    margin: 0 0 0 5px !important;
    width: 26px !important; }
  .ham-menue {
    width: 25px; } }

@media (max-width: 1024px) {
  .nav-bar-container {
    padding: 50px; }
  .get-quote-btn-container .free-qoutes {
    font-size: 14px !important;
    padding: 12px 0 !important; } }

@media (max-width: 1280px) {
  .nav-bar-container .logo {
    width: 200px; }
  .service-location li:last-child {
    padding-left: 0px;
    font-size: 15px !important; }
  .services {
    margin: auto; }
  .locations {
    margin: auto; }
  .service-location li {
    font-size: 15px; } }
