/*==================================SECTION-6============================*/
.only_desktop {
  display: block; }

.sec6 {
  background: url("https://s3.amazonaws.com/greenpal-production/index/bg-sec6.png") no-repeat;
  background-size: cover;
  margin-top: -62px;
  max-width: 100%; }

.sec_6_heading h2 {
  color: #FFFFFF;
  font-family: Poppins;
  font-size: 48px;
  font-weight: 600;
  line-height: 62px;
  width: 898px;
  text-align: center;
  padding-top: 106px;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.sec_6_para {
  color: #FFFFFF;
  font-family: ProximaNova-Regular;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  width: 927px;
  text-align: center;
  margin: 15px 180px; }

.sec_popular_locations h2 {
  color: #FFFFFF;
  font-family: Poppins;
  font-size: 46px;
  font-weight: 600;
  line-height: 62px;
  text-align: center;
  margin-top: 70px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a#gp-service-areas {
  color: #FFFFFF;
  text-decoration: none; }

.locations {
  width: 1015px;
  margin: 0 auto;
  padding-bottom: 80px; }

.locations ul li {
  display: inline-block; }

.location {
  width: 24%; }

.location a {
  color: #FFFFFF;
  font-family: ProximaNova-Regular;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  text-decoration: none; }

.location_icon {
  height: 15px;
  position: relative;
  top: 2px;
  padding-right: 5px;
  float: left; }

/*========================big screeen=======================*/
@media (min-width: 1366px) and (max-width: 1920px) {
  .sec_6_para {
    width: 65%;
    margin: 0 auto;
    text-align: center; } }
@media only screen and (max-width: 767px) {
  .only_desktop {
    display: none; }

  .container_6 {
    width: 100%; }

  .sec_6_para {
    font-size: 15px;
    line-height: 28px;
    width: 90%;
    margin: 17px 28px; }

  .sec_6_heading h2 {
    font-size: 27px;
    line-height: 34px;
    width: 84%;
    padding-top: 60px; }

  .locations {
    width: 100%;
    padding-bottom: 1px; }

  .location {
    width: 49%; }

  .sec6 {
    top: -26px; } }
@media only screen and (max-width: 480px) {
  .sec6 {
    margin-top: -20px; }

  .sec_6_heading h2 {
    font-size: 25px;
    line-height: 32px; }

  .sec_6_para {
    font-size: 14px;
    line-height: 19px;
    width: 86%; }

  .sec_popular_locations h2 {
    font-size: 25px; }

  .location a {
    font-size: 12px; }

  .sec_popular_locations {
    padding-bottom: 35px; } }
