/*
Dark Tree Silhouette: #004D59
Mountains: #4DB6C0
Ocean Waves: #1C7C85
Text “West Coast”: #003E47
Text “Tree Service”: #2EAAB5
Background glow: #C7A64D
*/
* {
  box-sizing:border-box;
  /* margin:0;
  padding:0; */
}

h1,h2,h3,h4,h5,h6 {
  font-family: "Montserrat", sans-serif;
  font-weight:400;
}

/* h1 {
  font-size:37px;
}

h2 {
  font-size:35px;
}

h3 {
  font-size:26px;
}

h4 {
  font-size:24px;
} */

a,a:hover,a:focus {
  /* outline:0 none;
  text-decoration:none;
  border:0 none; */
}

img {
  border:0 none;
  max-width:100%;
}

ul,li,ol {
  /* list-style-type:none;
  margin:0;
  padding:0; */
}

p {
  /* font-size:16px;
  line-height:24px; */
  color:#6d6b6b;
  /* font-weight:300; */
  /* letter-spacing:.3px; */
}

body {
  font-family: "Source Sans 3", sans-serif;
  font-weight:400;
  vertical-align:baseline;
  /* line-height:normal; */
  color:#565858;
  font-size:16px;
  background-color:#2EAAB5;
  background-repeat:no-repeat;
  background-position:center top;
  background-size:cover;
  margin:0;
  padding:0;
}

a,.smooth {
  transition:all 400ms ease-in-out .0s;
  -o-transition:all 400ms ease-in-out .0s;
  -ms-transition:all 400ms ease-in-out .0s;
  -moz-transition:all 400ms ease-in-out .0s;
  -webkit-transition:all 400ms ease-in-out .0s;
}

.button {
  background-color:#4c4d4b;
  color:#fff;
  display:inline-block;
  height:40px;
  line-height:40px;
  /* font-size:14px; */
  border-radius:3px;
  padding:0 25px;
}
a.button {
  text-decoration: none;
}

.nwtree-wrapper {
  max-width:1242px;
  width:100%;
  background-color:#fff;
  margin:70px auto 0;
  padding:0 36px 25px;
}
.sidebar-module-inset {
    padding: 15px;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.sidebar-module-posts {
  padding: 15px 0;
}
.sidebar-module-posts img{
  float: left;
  margin-right: 2rem;
}
.pdy-1 {
  padding: 1rem 0;
}
.sidebar-module-posts h5{
  margin: 0;
  font-size: 20px;
  line-height: 28px;
}
.sidebar-module-posts h5 a{
  color: inherit;
  text-decoration: none;
}
.widget-title {

}
header {
  position:relative;
  padding:10px 0 15px;
}

.logo img {
  /* width:182px !important; */
  /* height: 162px !important; */
}

.nw-tree-contact-number {
  border-bottom:1px #cacbcb solid;
  width:100%;
  text-align:right;
  padding:10px 0 20px;
}

.nw-tree-contact-number img {
  vertical-align:sub;
}

.nw-tree-contact-number a {
  color:#2EAAB5;
  font-weight:700;
  font-size:20px;
  margin:0 15px 0 3px;
}

header ul.social-icons {
  display:inline-block;
  width:86%;
  text-align:right;
  margin:0;
  padding:3px 15px 0;
}

header .social-icons li a i {
  font-size:19px;
  line-height:33px;
}

header ul.social-icons li{
  background-color:#2EAAB5;
  height:33px;
  width:33px;
}
.nw-tree-social-media ul.social-icons li {
  background-color:#2EAAB5;
}

.nw-tree-navigation {
  font-family: "Montserrat", sans-serif;
  margin:25px 0 15px;
}

.navbar-inverse .navbar-brand {
  display:none;
  color:#fff;
  font-size:15px;
}

.nw-tree-navigation .navbar-inverse {
  background:none;
  border:0 none;
  min-height:auto;
  margin:0;
}

.nw-tree-navigation .navbar-inverse .navbar-nav>li {
  margin-right:2px;
}

.nw-tree-navigation .navbar-inverse .navbar-nav>li:last-child {
  margin-right:0;
}

.nw-tree-navigation .navbar-inverse .navbar-nav>li>a {
  /* font-size:13px; */
  color:#565858;
  text-transform:capitalize;
  display:inline-block;
  height:36px;
  line-height:36px;
  /* font-weight:300; */
  border-radius:3px;
  padding:0 24px;
}

.nw-tree-navigation .navbar-inverse .navbar-collapse,.nw-tree-navigation .container-fluid {
  padding:0;
}

.nw-tree-slider {
  /* border:4px solid #fff; */
  /* border-radius:10px; */
  /* box-shadow:0 0 12px rgba(0,0,0,0.75); */
  overflow:hidden;
  margin:0 0 40px;
}

.nw-tree-slider .carousel-inner img {
  width:100%;
  /* border-radius:10px; */
}

.nw-tree-slider .carousel-indicators {
  background-color:#1d7c85;
  border-radius:20px;
  left:inherit;
  height:30px;
  line-height:30px;
  right:40px;
  width:auto;
  margin:0;
  padding:0 15px;
}

.nw-tree-slider .carousel-indicators li,.nw-tree-slider .carousel-indicators li.active {
  background-color:#003E47;
  height:20px;
  width:20px;
  border:1px #4DB6C0 solid;
  box-shadow:0 0 0 4px #004D59 inset;
  margin:5px 0 0;
}

.nw-tree-slider .carousel-indicators li.active {
  background-color:#C7A64D;
}

.welcome-to-nw-tree-service {
  margin:40px 0;
}

.welcome-to-nw-tree-service h1,.welcome-to-nw-tree-service h3 {
  margin:10px 0 0;
}

.welcome-to-nw-tree-service h3 {
  color:#1C7C85;
  font-size:22px;
  font-weight:500;
}

.welcome-to-nw-tree-service p {
  max-width:1060px;
  margin:15px auto;
}

.nw-tree-proudly-service {
  /* background:url(../images/shadow.png) no-repeat center top; */
  margin:15px 0;
  padding:79px 0 0;
}

.nw-tree-service-portland-area h2 {
  color:#1C7C85;
  line-height:52px;
  max-width:462px;
  margin:0 0 10px;
}
ul.portland-service {
  padding: 0;
}
ul.portland-service li {
  display:inline-block;
  width:100%;
  border-top:1px #1C7C85 solid;
  padding:15px 0;
}

.nw-tree-contact-on-media {
  background-color:#1C7C85;
  float:left;
  width:50%;
}

.nw-tree-service-portland-area .nw-tree-contact-on-media > h3 {
  border:0 none;
  color:#fff;
}

.service-detail {
  float:left;
  width:66%;
  padding:0 0 0 12px;
}

.service-image {
  float:left;
  width:34%;
}

ul.portland-service li img {
  border-radius:5px;
  width:100%;
}

ul.portland-service li h3 {
  color:#6d6b6b;
  margin:7px 0;
}

ul.portland-service li p {
  margin:10px 0;
}

ul.portland-service li .button {
  float:right;
}

.nw-tree-new-services,.nw-tree-reviews {
  border:1px #ddd solid;
  border-radius:5px;
  padding:0 0 20px;
}

ul.services-links li {
  width:43%;
  float:left;
}

.nw-tree-new-services h3 {
  color:#fff;
  background-color:#1C7C85;
  height:60px;
  line-height:60px;
  text-align:center;
  margin:0 0 15px;
}

.nw-tree-new-services li {
  list-style-image:url(../images/arrow.png);
  margin:0 0 0 32px;
  padding:5.4px 0;
}

.nw-tree-new-services li a {
  /* font-weight:300; */
  color:#6d6b6b;
  /* font-size:13px; */
  padding:0 0 0 5px;
}

.nw-tree-all-services {
  margin:35px 0 0 20px;
}

.nw-tree-all-services a {
  color:#1C7C85;
  text-decoration:underline;
  font-size:16px;
  /* font-weight:300; */
}

.nw-tree-social-media {
  border-radius:5px;
  display:inline-block;
  width:100%;
}

.senior-cityzens {
  border:1px solid #ddd;
  margin:0 0 20px;
}

.nw-tree-service-portland-area .social-icons {
  background-color:rgba(0,0,0,0.19);
  float:left;
  height:68px;
  width:50%;
  margin:0;
  padding:15px 0 0;
}

.nw-tree-service-portland-area .social-icons li {
  margin:0 5px;
}

.nw-tree-social-media h3 {
  text-align:center;
  height:68px;
  line-height:68px;
  border-bottom:1px #ddd solid;
  margin:0;
}

.social-icons {
  text-align:center;
  display:inline-block;
  width:100%;
  margin:20px 0 24px;
}

.social-icons li {
  width:38px;
  height:38px;
  border-radius:100px;
  text-align:center;
  display:inline-block;
  margin:0 3px;
}
.social-icons.p0{
  padding: 0!important;
}
.social-icons li.review-us-on-google{
  width: auto;
  height: 62px;
}
.social-icons li.review-us-on-google img{
  height: 62px!important;
}
li.review-us-on-google:hover{
  background-color: unset!important;
}
.social-icons li.connect {
  line-height:38px;
  width:auto;
}

.social-icons li a {
  display:inline-block;
  width:100%;
}

.social-icons li a i {
  color:#fff;
  font-size:22px;
  line-height:38px;
}

.social-icons li.connect:hover {
  background:none;
}

.nw-tree-respect-senior-citizens {
  height:50px;
  line-height:50px;
  color:#fff;
  background-color:#1C7C85;
  /* font-weight:300; */
  text-align:center;
}

.get-discount-through {
  display:inline-block;
  width:100%;
  margin:30px 0;
  /* padding:0 2px; */
}

.get-discount-through li {
  width:25%;
  float:left;
  text-align:center;
}

.nw-tree-testimonial {
  border:1px solid #ddd;
  border-radius:5px;
  position:relative;
  margin:16px 0;
  padding:15px;
  text-align: center;
}

.nw-tree-testimonial > h3 {
  margin:9px 0 20px;
}

.testimonialier {
  border-radius:50px;
  height:40px;
  overflow:hidden;
  position:absolute;
  right:15px;
  top:15px;
  width:40px;
}

.nw-tree-testimonial > a {
  color:#6d6b6b;
  /* font-size:13px; */
  /* font-weight:300; */
}

.author a {
  color:#1C7C85;
  font-weight:700;
  font-size:16px;
  float:right;
  margin:5px 0 0;
}

.nw-tree-reviews {
  margin:20px 0;
  padding:13px 8px;
}

.top-review {
  border-bottom:1px solid #818181;
  overflow:hidden;
  margin:0;
  padding:0 0 6px;
}

.left-review-img {
  float:left;
  width:20%;
}

.review-stars {
  float:left;
  width:80%;
  padding:0 0 0 10px;
}

.review-stars span {
  font-weight:600;
  color:#3c3c3c;
  /* font-size:12px; */
  line-height:1;
}

.nw-tree-reviews ul li {
  float:left;
  line-height:1;
  margin:0 2px;
}

.nw-tree-reviews ul li a,.nw-tree-reviews ul li a i {
  color:#ff5100;
  font-size:11px;
  padding:0;
}

.nw-tree-reviews ul li a {
  /* font-size:12px; */
  vertical-align:top;
}

.nw-tree-review-inner {
  background:rgba(0,0,0,0) url(../images/tyre.png) no-repeat scroll right top;
  border:1px solid #818181;
  border-radius:5px;
  font-size:80%;
  list-style:outside none none;
  margin:10px 0 0;
  padding:8px;
}

.full-review {
  border-bottom:1px dashed #e5e5e5;
  margin:5px 0;
  padding:5px 0;
}

.full-review.last {
  border-bottom:0 none;
  margin:0;
  padding:0;
}

.review-text {
  display:inline-block;
  width:100%;
  color:#3e3e3e;
  line-height:normal;
  font-size:10px;
  margin:5px;
}

.nw-tree-reviews .button {
  background-color:#1C7C85;
  border-radius:5px;
  color:#fff;
  /* font-size:12px; */
  /* font-weight:300; */
  height:28px;
  line-height:28px;
  text-align:center;
  width:100%;
  margin:8px 0 0;
}

.nw-tree-internal-page {
  display:inline-block;
  width:100%;
  margin:0 0 40px;
  padding:0 50px;
}

.inner-page-banner img {
  width:100%;
}

.nw-tree-page-title {
  border-bottom:1px #ddd solid;
  margin:15px 0 30px;
  padding:0;
}

.owner {
  border:5px solid #ddd;
  border-radius:3px;
  float:left;
  height:140px;
  overflow:hidden;
  margin:0 15px 0 0;
}

.owner img {
  min-height:140px;
}

.nw-tree-internal-page-review {
  padding:0 0 0 35px;
}

.nw-tree-contact-us form {
  max-width:500px;
  width:100%;
}

.nw-tree-contact-us form input,.nw-tree-contact-us form textarea {
  border-radius:0;
  box-shadow:none;
  height:43px;
  /* font-size:13px; */
  /* font-weight:300; */
  width:100%;
  border:1px solid #ddd;
  padding:0 15px;
}

.nw-tree-contact-us form input.captcha {
  height:30px;
}

.nw-tree-contact-us form input[type="submit"],
.nw-tree-contact-us form button {
  background:#565858 none repeat scroll 0 0;
  border-radius:3px;
  box-shadow:none;
  color:#fff;
  font-size:16px;
  font-weight:500;
  height:35px;
  width:120px;
}

.nw-tree-contact-us form textarea {
  height:auto;
  padding:10px 15px;
}

.nw-tree-contact-us label {
  font-weight:500;
  margin:0;
}

.nw-tree-contact-us form input:focus {
  box-shadow:none;
  border-color:#ddd;
}

.nw-tree-portfolio {
  margin:0 0 35px;
}

.nwtree-services-for-each-page {
  margin-bottom:35px;
}

.nwtree-services-for-each-page .nw-tree-new-services ul {
  padding:0 15px;
}

.nwtree-services-for-each-page .nw-tree-new-services ul li {
  width:20%;
}

footer {
  background:#1C7C85 none repeat scroll 0 0;
  color:#fff;
  padding:26px 0 0;
}
footer a {
  color: #fff;
}
footer h4 {
  font-weight:500;
}

footer address p,footer ul li a {
  color:#fff;
  font-size:16px;
}

footer ul,.nw-tree-phone-email {
  overflow:hidden;
  margin:41px 0 15px;
}

footer ul li {
  /* line-height:1; */
  margin:8px 0;
}

footer ul li a {
  /* font-weight:300; */
  /* font-size:15px; */
}

footer ul li a:hover {
  color:#2EAAB5;
}

.phone-icon {
  overflow:hidden;
  margin:10px 0;
}

.phone-icon img {
  float:left;
  position:relative;
  top:4px;
  width:17px;
}

.call-email {
  float:left;
  width:90%;
  color:#fff;
  /* font-size:15px; */
  padding:0 0 0 15px;
}

.call-email a {
  color:#fff;
}

.copyright {
  background-color:#003E47;
  height:63px;
  line-height:63px;
  text-align:center;
  /* font-size:12px; */
  /* font-weight:300; */
  color:#2EAAB5;
}

.copyright a {
  color:#2EAAB5;
  /* font-size:12px; */
}

.copyright a:hover {
  text-decoration:underline;
}

.scrolltop {
  bottom:10px;
  position:fixed;
  right:10px;
}

#scrollToTop {
  cursor:pointer;
  background-color:#1C7C85;
  display:inline-block;
  height:40px;
  width:40px;
  color:#fff;
  font-size:16pt;
  text-align:center;
  text-decoration:none;
  line-height:40px;
}

.button:hover,.nw-tree-navigation .navbar-inverse .navbar-nav>.active>a,.nw-tree-navigation .navbar-inverse .navbar-nav>li>a:hover,.nw-tree-navigation .navbar-inverse .navbar-nav>.active>a:focus,.nw-tree-navigation .navbar-inverse .navbar-nav>.active>a:hover {
  background-color:#1C7C85;
  color:#fff;
}

header ul.social-icons li,header ul.social-icons li a,footer address {
  margin:0;
}

.nw-tree-new-services li a:hover,.nw-tree-testimonial > a:hover {
  color:#1C7C85;
}

.social-icons li:hover,
.nw-tree-contact-us form input[type="submit"]:hover,
.nw-tree-contact-us form button:hover {
  background-color:#1C7C85;
}

/*21jan css begin*/

.get-discount-through {
  background: #cccccc none repeat scroll 0 0;
  display: inline-block;
  float: left;
  text-align: center;
  padding: 12.5px;
  width: 50%;
  margin: 0px;
}
.get-discount-through span i{
  font-size: 38px;
  line-height: 43px;
}
.nw-tree-social-media h3 {
  font-size: 20px;
}
.nw-tree-testimonial > img {
  height: auto;
  width: 235px;
  max-width: 100%;
}
/*25jan css begin*/

.nw-tree-new-services li {
  padding: 10.1px 0;
}
.nw-tree-testimonial {
  margin: 0px;
}
.nw-tree-all-services {
  margin: 28px 0 0 20px;
}
.nw-tree-new-services li a {
  line-height: 19px;
}
.nw-tree-reviews {
  margin: 34px 0 0;
}
/*2-feb css begin*/
.emergency_imagess {
  margin-top: 30px;
}
.emergency_imagess img {
  border: 1px solid #dddddd;
  margin-right: 10px;
  max-width: 100%;
}
.revudio-company-block{
  background:rgba(0,0,0,0) url(../images/tyre.png) no-repeat scroll right top !important;
  width: 100% !important;
  margin-top:0 !important;
  margin-bottom:10px !important;
}
.revudio-company-block-reviews-review-top{
  margin-top:11px !important;
}
.nw-tree-reviews ul li{
  float:none !important;
}
.nw-tree-all-services {
  margin: 10px 0 0 20px;
}
.nw-tree-reviews {
  margin: 8px 0 0;
}
/*close here*/
/*15feb2016*/
.thankw {
  display: inline-block;
  float: right;
  width: calc(100% - 175px);
}


.header-angieslist-ssa{
  float: right;
  width: 12%;
  position: relative;
  top: -15px;
}

@media (max-width:1260px) {
  .nwtree-wrapper {
    max-width:1169px;
  }

  .container {
    max-width:100%;
  }

  .nw-tree-navigation .navbar-inverse .navbar-nav>li>a {
    padding:0 19px;
  }

  .nw-tree-portfolio img {
    width:100%;
    height:auto;
  }
}

@media (max-width:1199px) {
  img {
    height:auto!important;
  }

  h1 {
    font-size:33px;
  }

  h2 {
    font-size:31px;
  }

  h3 {
    font-size:21px;
  }

  h4 {
    font-size:20px;
  }

  p {
    /* font-size:13px; */
    line-height:22px;
  }

  body {
    padding:0 15px;
  }

  .button {
    height:32px;
    line-height:32px;
    padding:0 15px;
  }

  .nwtree-wrapper {
    max-width:100%;
  }

  .nw-tree-contact-number {
    padding-bottom:10px;
  }

  .nw-tree-navigation .navbar-inverse .navbar-nav>li>a {
    /* font-size:13px; */
    height:32px;
    line-height:32px;
    padding:0 11px;
  }

  .logo img {
    /* max-width:150px; */
  }

  .nw-tree-slider {
    margin:0 0 20px;
  }

  .welcome-to-nw-tree-service {
    margin:30px 0;
  }

  .nw-tree-service-portland-area h2 {
    font-size:26px;
    line-height:36px;
  }

  ul.portland-service li h3 {
    font-size:18px;
    margin:2px 0;
  }

  ul.portland-service li p {
    /* font-size:12px; */
    line-height:normal;
    margin:0 0 4px;
  }

  .nw-tree-social-media h3 {
    height:50px;
    line-height:50px;
    font-size:20px;
  }

  .nw-tree-respect-senior-citizens {
    height:40px;
    line-height:40px;
  }

  .get-discount-through li {
    padding:0 5px;
  }

  .service-detail {
    width:75%;
  }

  .social-icons li {
    height:30px;
    width:30px;
  }

  .review-stars {
    width:75%;
    padding:0 0 0 5px;
  }

  .nw-tree-reviews {
    margin-bottom:0;
    padding-bottom:0;
  }

  .social-icons li a i {
    font-size:18px;
    line-height:30px;
  }

  .review-stars span {
    font-size:11px;
  }

  .full-review {
    padding:0 3px;
  }

  .nwtree-services-for-each-page .nw-tree-new-services ul li {
    width:28%;
  }

  footer {
    margin-left:-15px;
    margin-right:-15px;
  }

  footer address p,footer ul li a,.call-email {
    /* font-size:14px; */
  }

  .nw-tree-service-portland-area .nw-tree-contact-on-media > h3,.nw-tree-testimonial h3 {
    font-size:17px;
  }

  .nw-tree-service-portland-area .social-icons {
    height:50px;
    padding:10px 0 0;
  }
.social-icons li.review-us-on-google img{
  height: 50px !important;
}
  .nw-tree-navigation,.social-icons {
    margin:15px 0;
  }

  .service-image,.left-review-img {
    width:25%;
  }
  .get-discount-through {
    padding: 3.5px;
  }
  .header-angieslist-ssa{
    top: -10px;
  }
}

@media (max-width:991px) {
  .logo img {
    /* max-width:130px; */
  }

  .nw-tree-contact-number a {
    font-size:15px;
  }

  .nw-tree-navigation .navbar-inverse .navbar-nav>li>a {
    /* font-size:12px; */
    height:29px;
    line-height:29px;
    padding:0 7px;
  }

  .welcome-to-nw-tree-service {
    margin:20px 0;
  }

  .nw-tree-proudly-service {
    background-size:100%;
    padding:35px 0 0;
  }

  .nw-tree-service-portland-area h2 {
    max-width:100%;
  }

  .left-review-img {
    width:48px;
  }

  .nw-tree-internal-page {
    padding:0;
  }

  .owner {
    float:none;
    width:100%;
    display:inline-block;
    height:auto;
  }

  .owner img,ul.services-links li {
    width:100%;
  }

  .nw-tree-contact-us form input,.nw-tree-contact-us form textarea {
    height:35px;
  }

  .nw-tree-contact-us form textarea {
    height:auto;
  }

  .nwtree-services-for-each-page .nw-tree-new-services ul li {
    width:40%;
  }

  footer ul li {
    margin:6px 0;
  }

  footer address p,footer ul li a,.call-email {
    /* font-size:12px; */
  }

  .nw-tree-contact-on-media {
    margin:0 0 15px;
  }
  .get-discount-through {
    /* padding-bottom: 10px;
    padding-top: 9px; */
  }
  .thankw {
    width: 100%;
  }
  .header-angieslist-ssa{
    top: -10px;
  }
}

@media (max-width:767px) {
  h1 {
    font-size:24px;
  }

  h2,.nw-tree-service-portland-area h2 {
    font-size:21px;
    line-height:normal;
  }

  h3 {
    font-size:19px;
  }

  .nwtree-wrapper {
    margin-top:20px;
    padding:0;
  }

  .nw-tree-portfolio {
    width:300px;
    margin:15px auto;
  }

  .logo {
    text-align:center;
    padding:0 0 15px;
  }

  .nw-tree-contact-number a {
    font-size:11.5px;
    margin:0;
  }

  .navbar-header {
    background-color:#1C7C85;
  }

  .nw-tree-navigation .navbar-inverse .navbar-nav>li {
    margin:5px 0;
  }

  .nw-tree-navigation .navbar-inverse .navbar-nav>li>a {
    border-radius:0;
    width:100%;
  }

  .navbar-inverse .navbar-brand {
    display:block;
  }

  .nw-tree-slider {
    box-shadow:0 0 6px rgba(0,0,0,0.75);
    border:2px solid #fff;
    margin:0 15px;
  }

  .nw-tree-navigation {
    margin:0;
  }

  .nw-tree-slider .carousel-indicators li,.nw-tree-slider .carousel-indicators li.active {
    box-shadow:0 0 0 2px #2d4300 inset;
    height:15px;
    width:15px;
  }

  .nw-tree-slider .carousel-indicators {
    height:25px;
    line-height:25px;
    right:20px;
  }

  .nw-tree-proudly-service {
    padding:15px 0 0;
  }

  .nw-tree-new-services h3 {
    height:47px;
    line-height:47px;
  }

  .nw-tree-new-services,.nw-tree-social-media,.nw-tree-testimonial,.nw-tree-reviews {
    width:100%;
    display:block;
    margin:15px auto;
  }

  .nw-tree-reviews {
    padding-bottom:10px;
  }

  .nwtree-services-for-each-page .nw-tree-new-services ul {
    padding:0;
  }

  .nw-tree-all-services {
    margin-top:0;
  }

  .nwtree-services-for-each-page .nw-tree-new-services ul li {
    width:100%;
  }

  .phone-icon {
    display:inline-block;
    text-align:center;
    width:100%;
    margin:0;
  }

  .phone-icon img,.call-email {
    float:none;
    display:inline-block;
    width:auto;
    vertical-align:top;
    padding:0 2px;
  }

  footer ul,.nw-tree-phone-email {
    margin:15px 0;
  }

  .scrolltop {
    bottom:70px;
  }

  .nw-tree-new-services {
    overflow:hidden;
  }

  .nw-tree-contact-number,footer,header ul.social-icons {
    text-align:center;
  }

  .nw-tree-navigation .navbar-inverse .navbar-collapse,.nw-tree-navigation .container-fluid,.welcome-to-nw-tree-service {
    padding:0 15px;
  }
  .nw-tree-contact-on-media {
    width:100%;
    margin-top: 10px !important;
  }
  .get-discount-through {
    width: 100%;
  }
  .social-icons {
    width: 100% !important;
    margin-bottom: 10px !important;
  }
  .header-angieslist-ssa {
    top: -132%;
    position: absolute;
    right: 20px;
    width: 23%;
  }
}

@media (max-width:480px){
  .nw-tree-service-portland-area {
    text-align:center;
  }

  ul.portland-service li {
    padding:10px 0;
  }

  .service-image,.service-detail {
    width:100%;
    margin:10px 0;
  }

  ul.portland-service li h3 {
    font-size:22px;
    margin:0 0 10px;
  }

  ul.portland-service li .button {
    float:none;
    margin:10px 0 0;
  }

  .revie_box {
    margin-top:135px;
  }

  .nw-tree-new-services,.nw-tree-social-media,.nw-tree-testimonial,.nw-tree-reviews,.nw-tree-portfolio {
    width:100%;
  }
  .header-angieslist-ssa {
    top: -132%;
    position: absolute;
    right: 20px;
    width: 23%;
  }
}
#phone-required{
  display: none;
}
