.main-container-1366 {
  max-width: 1366px;
  margin: auto; }

ul {
  margin: 1em 0; }

.only_desktop {
  display: block; }

.only_mob {
  display: none; }

@media only screen and (max-width: 767px) {
  .only_desktop {
    display: none; }
  .only_mob {
    display: block; } }

.categories-list-and-states-container {
  height: max-content;
  width: 312px;
  min-width: 312px;
  padding: 46px 30px 50px;
  background-color: #f8f8f8; }
  @media (max-width: 767px) {
    .categories-list-and-states-container {
      width: 100%;
      padding-top: 45px; } }
  .categories-list-and-states-container .search-title, .categories-list-and-states-container .category-title, .categories-list-and-states-container .location-title {
    font-family: 'proxima_nova_rgbold';
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    color: #373737; }
  .categories-list-and-states-container .search-bar-container {
    display: flex;
    align-items: center;
    border-radius: 24px;
    border: solid 1px #d7d7d7;
    margin: 14px 0 38px;
    overflow: hidden;
    background-color: #fff; }
    .categories-list-and-states-container .search-bar-container .search-input {
      width: 100%; }
      .categories-list-and-states-container .search-bar-container .search-input input {
        padding: 0 20px;
        border: none;
        box-shadow: none;
        outline: none;
        background: none;
        margin: 0;
        height: 48px; }
    .categories-list-and-states-container .search-bar-container .search-btn {
      width: 58px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-image: linear-gradient(to top, #ff6f00, #ff9b00 75%); }
      .categories-list-and-states-container .search-bar-container .search-btn img {
        width: 18px; }
  .categories-list-and-states-container .categories-list-container .category-list {
    padding: 13px 0 0 0; }
    .categories-list-and-states-container .categories-list-container .category-list .each-category {
      font-family: 'proxima_nova_rgregular';
      font-size: 16px;
      line-height: 1.88;
      display: flex;
      align-items: center; }
      .categories-list-and-states-container .categories-list-container .category-list .each-category a {
        color: #373737;
        text-decoration: underline !important; }
      .categories-list-and-states-container .categories-list-container .category-list .each-category a:hover {
        color: #00a4ed; }
      .categories-list-and-states-container .categories-list-container .category-list .each-category img {
        margin: 0 0 0 3px; }
  .categories-list-and-states-container .nearby-locations-list-container {
    padding-top: 42px; }
    .categories-list-and-states-container .nearby-locations-list-container .location-list {
      padding-top: 14px; }
      .categories-list-and-states-container .nearby-locations-list-container .location-list .each-location a {
        font-family: 'proxima_nova_rgregular';
        font-size: 16px;
        line-height: 1.88;
        color: #373737;
        text-decoration: none; }
        .categories-list-and-states-container .nearby-locations-list-container .location-list .each-location a .blue-location-icon {
          display: none; }
        .categories-list-and-states-container .nearby-locations-list-container .location-list .each-location a img {
          padding-right: 8px;
          margin-bottom: 7px; }
      .categories-list-and-states-container .nearby-locations-list-container .location-list .each-location a:hover {
        text-decoration: underline;
        color: #00a4ed; }
        .categories-list-and-states-container .nearby-locations-list-container .location-list .each-location a:hover .gray-location-icon {
          display: none; }
        .categories-list-and-states-container .nearby-locations-list-container .location-list .each-location a:hover .blue-location-icon {
          display: inline; }

@media (min-width: 1281px) and (max-width: 1339px) {
  .content-main-container .category-content-container .main-content-container .related-articles-container .each-article-container {
    width: 358px;
    padding-bottom: 26px; }
    .content-main-container .category-content-container .main-content-container .related-articles-container .each-article-container .article-img {
      height: 188px; }
      .content-main-container .category-content-container .main-content-container .related-articles-container .each-article-container .article-img img {
        border-top-right-radius: 5px;
        border-top-left-radius: 5px; }
    .content-main-container .category-content-container .main-content-container .related-articles-container .each-article-container .article-title {
      font-size: 22.3px;
      line-height: 1.49;
      padding: 17px 0px 3px; }
    .content-main-container .category-content-container .main-content-container .related-articles-container .each-article-container .date-and-creator-container {
      font-size: 13.5px; } }

@media (max-width: 1280px) {
  .categories-list-and-states-container {
    min-width: 293px;
    padding: 40px 28px 50px;
    width: 300px; }
    .categories-list-and-states-container .search-title, .categories-list-and-states-container .category-title, .categories-list-and-states-container .location-title {
      font-size: 17px; }
    .categories-list-and-states-container .search-bar-container {
      height: 45px;
      margin: 13px 0 36px; }
      .categories-list-and-states-container .search-bar-container .search-input input {
        padding: 0 18px;
        font-size: 13px; }
      .categories-list-and-states-container .search-bar-container .search-btn {
        width: 52px; }
        .categories-list-and-states-container .search-bar-container .search-btn img {
          width: 16px; }
    .categories-list-and-states-container .categories-list-container .category-list .each-category {
      font-size: 15px; }
      .categories-list-and-states-container .categories-list-container .category-list .each-category a:hover {
        color: #00a4ed; } }

@media (max-width: 1024px) {
  .categories-list-and-states-container {
    min-width: 234px;
    padding: 30px 22px 50px;
    width: 240px; }
    .categories-list-and-states-container .search-title, .categories-list-and-states-container .category-title, .categories-list-and-states-container .location-title {
      font-size: 14px; }
    .categories-list-and-states-container .search-bar-container {
      height: 37px;
      margin: 10px 0 28px; }
      .categories-list-and-states-container .search-bar-container .search-input input {
        padding: 0 14px;
        font-size: 11px; }
      .categories-list-and-states-container .search-bar-container .search-btn {
        width: 44px; }
        .categories-list-and-states-container .search-bar-container .search-btn img {
          width: 12px; }
    .categories-list-and-states-container .categories-list-container .category-list .each-category {
      font-size: 13px; }
      .categories-list-and-states-container .categories-list-container .category-list .each-category a:hover {
        color: #00a4ed; }
    .categories-list-and-states-container .nearby-locations-list-container {
      padding-top: 30px; }
      .categories-list-and-states-container .nearby-locations-list-container .location-list {
        padding-top: 9px; }
        .categories-list-and-states-container .nearby-locations-list-container .location-list .each-location a {
          font-size: 13px; }
          .categories-list-and-states-container .nearby-locations-list-container .location-list .each-location a img {
            width: 12px;
            padding-right: 4px; } }

@media (max-width: 768px) {
  .categories-list-and-states-container {
    min-width: 100%;
    width: 100%;
    padding: 50px 22px 50px;
    display: flex;
    justify-content: space-around; }
    .categories-list-and-states-container .search-and-categories-container, .categories-list-and-states-container .nearby-locations-list-container {
      width: 40%; }
    .categories-list-and-states-container .search-title, .categories-list-and-states-container .category-title, .categories-list-and-states-container .location-title {
      font-size: 14px; }
    .categories-list-and-states-container .search-bar-container {
      height: 37px;
      margin: 10px 0 28px; }
      .categories-list-and-states-container .search-bar-container .search-input input {
        padding: 0 14px;
        font-size: 11px; }
      .categories-list-and-states-container .search-bar-container .search-btn {
        width: 44px; }
        .categories-list-and-states-container .search-bar-container .search-btn img {
          width: 12px; }
    .categories-list-and-states-container .categories-list-container .category-list .each-category {
      font-size: 13px; }
      .categories-list-and-states-container .categories-list-container .category-list .each-category a:hover {
        color: #00a4ed; }
    .categories-list-and-states-container .nearby-locations-list-container {
      padding-top: 0px; }
      .categories-list-and-states-container .nearby-locations-list-container .location-list {
        padding-top: 9px; }
        .categories-list-and-states-container .nearby-locations-list-container .location-list .each-location a {
          font-size: 13px; }
          .categories-list-and-states-container .nearby-locations-list-container .location-list .each-location a img {
            width: 12px;
            padding-right: 4px; } }

@media (max-width: 767px) {
  .categories-list-and-states-container {
    padding: 50px 22px 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-around; }
    .categories-list-and-states-container .search-and-categories-container, .categories-list-and-states-container .nearby-locations-list-container {
      width: 90%;
      margin: auto; }
    .categories-list-and-states-container .search-title, .categories-list-and-states-container .category-title, .categories-list-and-states-container .location-title {
      font-size: 16px; }
    .categories-list-and-states-container .search-bar-container {
      height: 37px;
      margin: 10px 0 28px; }
      .categories-list-and-states-container .search-bar-container .search-input input {
        padding: 0 14px;
        font-size: 11px; }
      .categories-list-and-states-container .search-bar-container .search-btn {
        width: 44px; }
        .categories-list-and-states-container .search-bar-container .search-btn img {
          width: 12px; }
    .categories-list-and-states-container .categories-list-container .category-list .each-category {
      font-size: 15px; }
      .categories-list-and-states-container .categories-list-container .category-list .each-category a:hover {
        color: #00a4ed; }
    .categories-list-and-states-container .nearby-locations-list-container {
      padding-top: 22px; }
      .categories-list-and-states-container .nearby-locations-list-container .location-list {
        padding-top: 9px; }
        .categories-list-and-states-container .nearby-locations-list-container .location-list .each-location a {
          font-size: 15px; }
          .categories-list-and-states-container .nearby-locations-list-container .location-list .each-location a img {
            width: 12px;
            padding-right: 4px; } }

.sec8 {
  height: auto;
  background-size: cover; }
  @media only screen and (max-width: 767px) {
    .sec8 {
      margin-top: -1px;
      background-size: cover;
      max-width: 100%; } }
  @media (min-width: 1024px) and (max-width: 1366px) {
    .sec8 {
      background-size: cover; } }
.container_8 {
  padding-top: 80px;
  width: 1000px;
  margin: 0 auto; }

.footer_sec1 {
  width: 50%;
  float: left; }
  .footer_sec1 .signup-btn-container {
    padding-bottom: 1em; }
    .footer_sec1 .signup-btn-container .signup-btn {
      padding: 15px 45px;
      object-fit: contain;
      border-radius: 50px;
      background-color: #8fb741;
      color: #fff;
      font-family: ProximaNova-Regular;
      font-size: 18px;
      font-weight: 600; }
      @media (max-width: 767px) {
        .footer_sec1 .signup-btn-container .signup-btn {
          font-size: 16px; } }
      @media (max-width: 360px) {
        .footer_sec1 .signup-btn-container .signup-btn {
          font-size: 14px;
          padding: 14px 43px; } }
.footer_sec1 .app-heading {
  color: #FFFFFF;
  font-family: ProximaNova-Regular;
  font-size: 18px;
  font-weight: 600;
  line-height: 62px;
  text-align: left; }

.footer_sec2 {
  width: 25%;
  float: left; }

.footer_sec2 p {
  color: #FFFFFF;
  font-family: ProximaNova-Regular;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0;
  margin-top: 0; }

.footer_sec2 ul li {
  text-align: left;
  display: block; }

.footer_sec2 ul li a {
  color: #FFFFFF;
  font-family: ProximaNova-Regular;
  font-size: 16px;
  font-weight: 400;
  line-height: 38px;
  opacity: 0.800000011920929;
  text-decoration: none; }

.footer_imp_links {
  padding: 0;
  margin-left: 0; }

.provider {
  padding-left: 34px; }

.footer_sec3 {
  width: 25%;
  float: left;
  margin-left: 0; }

.footer_sec3 p {
  color: #FFFFFF;
  font-family: ProximaNova-Regular;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 34px; }

.footer_sec3 ul li {
  text-align: left;
  display: inline-block; }

.footer_sec3 ul li a {
  color: #FFFFFF;
  font-family: ProximaNova-Regular;
  font-size: 16px;
  font-weight: 400;
  line-height: 38px;
  opacity: 0.800000011920929;
  text-decoration: none; }

.footer_social_links {
  opacity: 0.6000000238418579;
  padding-left: 34px; }

.footer_social_links li {
  padding-right: 10px; }

.pinterest_inner {
  position: relative;
  left: -74px; }

.total_satisfaction {
  background-repeat: no-repeat;
  width: 320px;
  height: 85px;
  position: relative; }
  .total_satisfaction p {
    font-size: 10px;
    font-family: proxima_nova_rgbold;
    color: #4E95BB;
    position: absolute;
    margin-top: 32px;
    padding: 0;
    margin-left: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.footer_sec4 {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 440px; }

.footer_locations ul {
  padding: 0; }

.footer_locations ul li {
  display: inline; }

.footer_locations .location a {
  color: #FFFFFF;
  font-family: ProximaNova-Regular;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  opacity: 0.580706527699595;
  width: 1044px;
  text-align: left; }

.footer_copyright {
  background: rgba(0, 0, 0, 0.0946558);
  height: 80px; }
  @media (max-width: 767px) {
    .footer_copyright {
      height: unset; } }
.footer_copyright ul li {
  text-align: left;
  display: inline; }

.footer_copyright ul li a {
  color: #FFFFFF;
  font-family: ProximaNova-Regular;
  font-size: 16px;
  font-weight: 400;
  line-height: 42px;
  opacity: 0.800000011920929;
  text-decoration: none; }

.right li {
  text-align: left;
  display: inline;
  color: #FFFFFF;
  font-family: ProximaNova-Regular;
  font-size: 16px;
  font-weight: 400;
  line-height: 42px !important;
  opacity: 0.800000011920929;
  background-color: transparent !important; }

.container_9 {
  width: 1080px;
  margin: 0 auto; }

.left {
  float: left; }

.left li {
  padding-right: 40px; }

.right {
  float: right;
  background-color: transparent !important; }

.owl-next {
  margin-left: 20px; }

.owl-nav {
  float: right;
  margin-right: 40px;
  margin-top: 30px; }

.iphone-btn {
  margin: 0;
  padding: 0; }

.iphone-btn li {
  display: inline;
  list-style-type: none;
  margin-right: 20px;
  border: 1px solid #fff;
  width: 157px;
  float: left;
  text-align: center;
  height: 46px;
  line-height: 46px;
  border-radius: 46px; }

.iphone-btn li a img {
  opacity: 0.800000011920929;
  display: inline;
  position: relative;
  margin-right: 10px;
  top: -2px; }

.iphone-btn li a p {
  color: #FFFFFF;
  font-family: ProximaNova-Regular;
  font-size: 16px;
  line-height: 26px;
  opacity: 0.800000011920929;
  display: inline-block;
  margin: 0; }

.footer-pera-list {
  padding: 1em 0; }
  .footer-pera-list p {
    color: #FFFFFF;
    font-family: ProximaNova-Regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    opacity: 0.800000011920929;
    width: 96%;
    text-align: left;
    margin: 1em 0; }

@media (min-width: 1366px) and (max-width: 1920px) {
  .container_8 {
    padding-top: 80px;
    width: 70%;
    margin: 0 auto; }
  .total_satisfaction {
    margin-left: 10px; } }

@media (min-width: 1366px) and (max-width: 1400px) {
  .footer_sec3 .footer_social_links {
    padding-left: 30px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .container_8 {
    width: 90%; }
  .total_satisfaction {
    background-repeat: no-repeat; }
  .footer_sec3 {
    width: 100%;
    margin-top: 40px; }
  .footer_sec2 {
    width: 30%;
    float: right; }
  .footer_sec1 {
    width: 60%; }
  .footer_sec4 {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center; }
  .container_9 {
    width: 100%; }
  .footer_copyright {
    height: auto;
    overflow: hidden; }
  .left {
    float: none;
    width: 100%;
    text-align: center; }
  .right {
    float: none;
    width: 100%;
    text-align: center; }
  .footer_sec3 p {
    padding-left: 0; }
  .footer_sec3 ul {
    padding: 0; }
  .container_9 ul {
    margin: 0; }
  .footer_imp_links.provider li {
    display: block; } }

@media only screen and (max-width: 767px) {
  /*======================SECTION-8======================*/
  .container_8 {
    width: 100%;
    padding-top: 40px; }
  .footer_sec1 {
    width: 100%;
    float: none;
    text-align: center; }
  .footer_sec1 p {
    width: 91%;
    text-align: center;
    margin: 0 auto;
    font-size: 13px;
    line-height: 21px;
    padding-bottom: 17px;
    color: #FFFFFF; }
  .footer_sec2 {
    width: 100%;
    float: none;
    text-align: center;
    padding-top: 20px; }
  .footer_sec2 p {
    text-align: center;
    letter-spacing: 0.9px; }
  .footer_sec2 ul li {
    text-align: center;
    display: inherit; }
  .footer_sec3 {
    width: 100%;
    float: none;
    text-align: center;
    padding-top: 5px; }
  .footer_sec3 p {
    text-align: center;
    letter-spacing: 0.9px; }
  .footer_sec4 {
    text-align: center;
    margin-top: 0px;
    padding-left: 15px;
    padding-right: 15px; }
  img.footer_logo {
    width: 130px;
    padding-bottom: 15px; }
  .footer_imp_links {
    margin-top: -3px; }
  .footer_sec2 ul li a {
    line-height: 37px; }
  .footer_sec3 .footer_imp_links {
    margin-top: 2px;
    margin-bottom: 25px; }
  .footer_sec3 ul li a {
    line-height: 36px; }
  .footer_social_links ul li a img {
    width: 43px; }
  .pinterest_inner {
    left: -79px;
    width: 15px !important; }
  .facebook_logo {
    padding-left: 30px; }
  .footer_sec3 ul li {
    text-align: left;
    display: inline-block;
    padding-right: 14px; }
  .provider {
    padding-left: 0; }
  .footer_sec3 p {
    padding-left: 0; }
  .footer_social_links {
    padding-left: 0; }
  /*======================SECTION-8======================*/
  .container_9 {
    width: 100%; } }
  @media only screen and (max-width: 767px) and (max-width: 767px) {
    .container_9 {
      display: flex;
      flex-direction: column; } }
@media only screen and (max-width: 767px) {
  .container_9 ul {
    margin-bottom: 3px;
    margin-top: 10px; }
  .footer_copyright ul li {
    text-align: center; }
  .footer_copyright ul li a {
    line-height: 14px; }
  .left {
    text-align: center;
    float: none;
    padding-top: 15px;
    padding-left: 0; }
  .left li {
    padding-right: 0; }
  .left li:first-child {
    padding-right: 19px; }
  .right {
    float: none;
    padding: 0;
    text-align: center; }
  .right li {
    line-height: 0;
    text-align: center;
    font-size: 13px; }
  .total_satisfaction {
    background-repeat: no-repeat;
    background-position: center center;
    width: 283px;
    margin: 0 auto; }
    .total_satisfaction p {
      font-size: 7.5px !important;
      margin-left: 0;
      padding-right: 60px;
      margin-top: 30px;
      font-family: proxima_novasemibold;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      width: 284px; }
  /*=====================Common==================*/
  .app-heading {
    padding-bottom: 15px;
    font-size: 18px !important; }
  .app_logo {
    float: none; }
  .app_logo_mob {
    padding-right: 0; }
  .app_sec_mob {
    padding-bottom: 35px; }
  .footer_sec4 {
    margin-top: 0px;
    padding-top: 25px;
    padding-bottom: 10px; }
  .footer_locations .location a {
    width: 100%;
    font-size: 13px; }
  .grass_btn_arrow, .grass_btn_arrow {
    position: absolute;
    top: 48%;
    right: 19%; }
  .lawn_service_btn_arrow {
    top: 27%;
    right: 16%; }
  .sec_5_heading img {
    display: none; }
  .owl-dot.active {
    background-color: #00A3E7 !important;
    opacity: 1; }
  .owl-dot {
    height: 6px;
    width: 6px;
    background-color: #00A3E7 !important;
    margin-right: 10px;
    border-radius: 5px;
    opacity: 0.30; }
  .owl-dots {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 5px; }
  .ft_2::before {
    left: 49%; }
  .ft_3::after {
    left: 49%; }
  .headshot {
    left: 100%; }
  .headshot_other {
    left: 41%; }
  .maps-and-flags {
    width: 8px !important;
    top: -3px;
    position: relative; }
  .iphone-btn-mob {
    margin: 0;
    padding: 0;
    display: flex !important;
    justify-content: center; }
  .iphone-btn-mob li {
    min-width: max-content;
    display: inline !important;
    list-style-type: none;
    margin-right: 10px;
    border: 1px solid #fff;
    width: 125px;
    float: left;
    text-align: center !important;
    height: 36px;
    line-height: 36px;
    border-radius: 46px;
    margin-left: 10px; }
  .iphone-btn-mob li a img {
    opacity: 1;
    display: inline;
    position: relative;
    margin-right: 8px;
    top: -2px;
    height: 20px;
    margin-left: 15px; }
  .iphone-btn-mob li a p {
    color: #FFFFFF;
    font-family: ProximaNova-Regular;
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  ul.footer_imp_links.provider {
    display: flex;
    flex-direction: column;
    align-items: center; } }

@media only screen and (max-width: 480px) {
  .footer_sec1 p {
    width: 82%;
    padding-bottom: 14px; }
  .footer_sec2 p {
    letter-spacing: 0.6px;
    font-size: 18px; }
  .footer_sec2 ul li a {
    line-height: 35px; }
  .footer_sec2 ul li a {
    font-size: 15px; }
  .footer_sec3 p {
    letter-spacing: normal;
    font-size: 17px; }
  .footer_imp_links li a {
    line-height: 35px; }
  .footer_social_links li a {
    font-size: 15px; }
  .footer_social_links li a img {
    width: 41px; }
  .pinterest_inner {
    left: -87px; } }

@media (min-width: 320px) and (max-width: 360px) {
  .total_satisfaction p {
    width: 95%; } }

.show-post-results-container::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */ }

.show-post-results-container {
  position: absolute;
  top: 80px;
  background-color: #fff;
  border: 1px solid #ccc;
  max-width: 600px;
  box-shadow: 0 1px 12px 0 rgba(55, 55, 55, 0.3);
  max-height: 400px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-left: -20px;
  display: none; }
  .show-post-results-container .post-preloader {
    width: 400px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .show-post-results-container .post-preloader img {
      width: 200px !important;
      height: auto !important; }
  .show-post-results-container .post-each {
    display: flex;
    align-items: center;
    padding: 20px;
    cursor: pointer;
    border-bottom: 1px solid #e1e1e1; }
    .show-post-results-container .post-each .post-img {
      width: 80px;
      height: 80px;
      min-width: 80px; }
      .show-post-results-container .post-each .post-img img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover; }
    .show-post-results-container .post-each .post-tittle-and-date-container {
      color: #373737;
      padding: 0 20px;
      width: 403px; }
      .show-post-results-container .post-each .post-tittle-and-date-container .post-tittle {
        font-family: 'Poppins-semibold';
        font-size: 18px; }
      .show-post-results-container .post-each .post-tittle-and-date-container .post-date {
        font-size: 18px;
        color: #999; }
    .show-post-results-container .post-each .post-tag {
      font-size: 18px;
      color: #999; }
  .show-post-results-container .post-each:hover {
    background-color: #e1e1e1; }

@media (max-width: 1024px) {
  .show-post-results-container {
    top: 60px;
    max-width: 500px;
    max-height: 300px;
    margin-left: -15px; }
    .show-post-results-container .post-preloader img {
      width: 200px !important; }
    .show-post-results-container .post-each {
      padding: 20px; }
      .show-post-results-container .post-each .post-img {
        width: 70px;
        height: 70px;
        min-width: 70px; }
      .show-post-results-container .post-each .post-tittle-and-date-container {
        padding: 0 20px;
        width: 403px; }
        .show-post-results-container .post-each .post-tittle-and-date-container .post-tittle {
          font-size: 16px; }
        .show-post-results-container .post-each .post-tittle-and-date-container .post-date {
          font-size: 16px; }
      .show-post-results-container .post-each .post-tag {
        font-size: 16px; } }

.sidebar-show-post-results-container::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */ }

.sidebar-show-post-results-container {
  position: absolute;
  margin: 55px auto 0;
  background-color: #fff;
  border: 1px solid #ccc;
  max-width: 300px;
  width: 300px;
  box-shadow: 0 1px 12px 0 rgba(55, 55, 55, 0.3);
  max-height: 250px;
  height: 250px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-left: -25px;
  display: none; }
  .sidebar-show-post-results-container .post-preloader {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .sidebar-show-post-results-container .post-preloader img {
      width: 150px !important;
      height: auto !important; }
  .sidebar-show-post-results-container .post-each {
    display: flex;
    align-items: center;
    padding: 15px;
    cursor: pointer;
    border-bottom: 1px solid #e1e1e1; }
    .sidebar-show-post-results-container .post-each .post-img {
      width: 50px;
      height: 50px;
      min-width: 50px; }
      .sidebar-show-post-results-container .post-each .post-img img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover; }
    .sidebar-show-post-results-container .post-each .post-tittle-and-date-container {
      color: #373737;
      padding: 0 15px;
      width: 403px; }
      .sidebar-show-post-results-container .post-each .post-tittle-and-date-container .post-tittle {
        font-family: 'Poppins-semibold';
        font-size: 16px; }
      .sidebar-show-post-results-container .post-each .post-tittle-and-date-container .post-date {
        font-size: 16px;
        color: #999; }
    .sidebar-show-post-results-container .post-each .post-tag {
      font-size: 16px;
      color: #999; }
  .sidebar-show-post-results-container .post-each:hover {
    background-color: #e1e1e1; }

@media (max-width: 1280px) {
  .sidebar-show-post-results-container {
    margin: 55px 0 0 -25px;
    max-width: 285px; }
    .sidebar-show-post-results-container .post-preloader img {
      width: 143px !important; }
    .sidebar-show-post-results-container .post-each {
      padding: 10px; }
      .sidebar-show-post-results-container .post-each .post-img {
        width: 45px;
        height: 45px;
        min-width: 45px; }
      .sidebar-show-post-results-container .post-each .post-tittle-and-date-container {
        padding: 0 10px; }
        .sidebar-show-post-results-container .post-each .post-tittle-and-date-container .post-tittle {
          font-size: 14px; }
        .sidebar-show-post-results-container .post-each .post-tittle-and-date-container .post-date {
          font-size: 14px;
          color: #999; }
      .sidebar-show-post-results-container .post-each .post-tag {
        font-size: 14px;
        color: #999; } }

@media (max-width: 1024px) {
  .sidebar-show-post-results-container {
    margin: 45px 0 0 -20px;
    max-width: 230px; }
    .sidebar-show-post-results-container .post-preloader img {
      width: 115px !important; }
    .sidebar-show-post-results-container .post-each {
      padding: 10px; }
      .sidebar-show-post-results-container .post-each .post-img {
        width: 40px;
        height: 40px;
        min-width: 40px; }
      .sidebar-show-post-results-container .post-each .post-tittle-and-date-container {
        padding: 0 10px; }
        .sidebar-show-post-results-container .post-each .post-tittle-and-date-container .post-tittle {
          font-size: 13px; }
        .sidebar-show-post-results-container .post-each .post-tittle-and-date-container .post-date {
          font-size: 13px;
          color: #999; }
      .sidebar-show-post-results-container .post-each .post-tag {
        font-size: 13px;
        color: #999; } }

@media (max-width: 768px) {
  .sidebar-show-post-results-container {
    margin: 45px 0 0 -1px;
    max-width: 290px; }
    .sidebar-show-post-results-container .post-preloader img {
      width: 115px !important; } }

@media (max-width: 747px) {
  .sidebar-show-post-results-container {
    margin: 45px 0 0 -1px;
    max-width: 345px;
    width: 100%; }
    .sidebar-show-post-results-container .post-preloader img {
      width: 115px !important; } }

@media (max-width: 414px) {
  .sidebar-show-post-results-container {
    max-width: 330px; } }

@media (max-width: 384px) {
  .sidebar-show-post-results-container {
    max-width: 305px; } }

@media (max-width: 375px) {
  .sidebar-show-post-results-container {
    max-width: 296px; } }

@media (max-width: 360px) {
  .sidebar-show-post-results-container {
    max-width: 284px; } }

@media (max-width: 320px) {
  .sidebar-show-post-results-container {
    max-width: 248px; } }
