@media (min-width: 1200px) {
  .service-title h2 {
    font-size: 46px;
  }
}

@media only screen and (max-width: 1300px) and (min-width: 1150px) {
  a.review-btn-head-deskt {
    top: 12px;
    left: 0;
  }
}

.right-section {
  position: relative !important;
}

a.review-btn-head-deskt {
  position: absolute;
  left: 25px;
  top: 17px;
  padding: 1px 3px;
  border: 2px solid #fff;
  color: #fff;
  font-weight: 500;
  border-radius: 3px;
}

a.review-btn-float {
  position: fixed;
  left: 41px;
  bottom: 29px;
  padding: 6px 12px;
  border: 3px solid #bab86c;
  border-radius: 30px;
  color: #bab86c;
  background: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  z-index: 9999;
  font-size: 14px !important;
}

.scrolled {
  color: black !important;
  border: 2px solid black !important;
}

li.header-links {
  padding: 0px 8px !important;
}

a.review-btn-head {
  position: absolute;
  right: 135px;
  font-size: 10px;
  width: max-content;
  top: 3px;
  color: #fff !important;
  font-weight: 400;
  letter-spacing: 0.5px;
  background: #bab86c;
  padding: 2px 7px;
}

/* Updated media query for mobile devices (up to 768px) */
@media only screen and (max-width: 768px) {
    /* Adjust styles for mobile devices */
    a.review-btn-head {
        right: 0 !important;
        top: -30px !important;
        padding: 5px 10px !important;
        line-height: 18px !important;
        font-size: 14px !important;
        width: max-content;
    }

  #navigation .menu-xs.nav-mobile.visible-xs {
    margin-top: 15px;
}
  
    /* If you need to adjust the 'review-btn-head-deskt' class for mobile, change the class name or use a more general rule */
    a.review-btn-head-deskt {
        right: 10px !important;   /* Move it to the right position */
        top: 5px !important;      /* Adjust the top for mobile */
        padding: 5px 10px !important; /* Add appropriate padding for mobile */
        line-height: 18px !important;
        font-size: 14px !important;
    }
}

/* Other desktop media queries should remain as is */



@media only screen and (max-width: 820px),
    only screen and (max-device-width: 1024px) and (min-device-width: 768px),
    only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) 
	{

    a.review-btn-head {
        right: 123px;
        top: 13px;
        width: max-content;
    }
}

