* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Ubuntu", Arial, Helvetica, sans-serif;
  background-color: rgb(229, 224, 224);
}

.ad-300 {
  display: none;
  margin-top: 20px;
}
/* /header.php */



/* .ad-728 {
  display: none;
} */
/* Google fonts for /index.php */
.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}
/* css for /simple-backlink.php  */
.simple-backlink-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 10px;
  text-align: center;
  margin-top: 100px;
  justify-content: space-between;
}
.simple-backlink-items {
  font-weight: bold;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px;
  padding-bottom: 5px;
  border: 1px solid rgb(215, 212, 212);
  text-align: left;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: ease-in-out 0.2s;
  border-bottom-width: 2px;
  border-bottom-color: transparent;
  cursor: pointer;
  background-color: white;
  border-radius: 10px;
  margin-bottom: 10px;
  max-width: 300px;
  max-height: 40px;
  word-break: break-all;
  overflow: hidden;
  text-decoration: none;
}

.simple-backlink-items:hover {
  box-shadow: none;
  border-bottom-width: 2px;
  border-bottom-color: #15f42f;
}

/* css for /simple-backlink-list.php  */

.simple-backlink-container-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 10px;
  text-align: center;
  justify-content: space-between;
  margin: 10px;
}
.simple-backlink-items-list {
  font-weight: bold;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px;
  padding-bottom: 5px;
  border: 1px solid rgb(215, 212, 212);
  text-align: left;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: ease-in-out 0.2s;
  border-bottom-width: 2px;
  border-bottom-color: transparent;
  cursor: pointer;
  background-color: white;
  border-radius: 10px;
  margin-bottom: 10px;
  max-width: 300px;
  max-height: 40px;
  word-break: break-all;
  overflow: hidden;
  text-decoration: none;
}
.simple-backlink-items-list a {
  text-decoration: none;
}
.simple-backlink-items-list:hover {
  box-shadow: none;
  border-bottom-width: 2px;
  border-bottom-color: #f41515;
  background-color: #21fa00;
}
/* css for /index.php header section ------------------------------------------------------------------------------*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

#logo-slide {
  width: 100%;
  max-height: 150px;
  display: flex;
  flex-direction: row;

  justify-content: space-between;
}
#logo-img {
  width: 250px;
  height: 125px;
  padding: 15px;
}
#logo-wrapper {
  /* float: left; */
  display: flex;
  flex-direction: column;
  /* background-color: rgb(8, 41, 8); */
  margin-right: 20px;
  color: white;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 125px;
}
#search-box2 {
  display: none;
}
#header-search-id {
  padding: 6px;
  width: 450px;
  margin-top: 30px;
  border-radius: 5px;
  font-size: 25px;
  border: 2px solid green;
}
#header-search-id2 {
  padding: 6px;
  width: 450px;
  margin-top: 30px;
  border-radius: 5px;
  font-size: 25px;
  border: 2px solid green;
}
#header-search-button {
  border-radius: 5px;
  padding: 6px 10px;
  margin-top: 30px;
  margin-right: 16px;
  margin-left: 0;
  background-color: green;
  font-size: 25px;
  border: none;
  cursor: pointer;
}
#header-search-button2 {
  border-radius: 5px;
  padding: 6px 10px;
  margin-top: 30px;
  margin-right: 16px;
  margin-left: 0;
  background-color: green;
  font-size: 25px;
  border: none;
  cursor: pointer;
}
#header-search-button:hover {
  background: #15f42f;
}
#header-search-button2:hover {
  background: #15f42f;
}
#search-location-heading {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-size: larger;
  font-style: italic;
  font-weight: bold;
  margin-left: 30px;
}
#search-location {
  width: 99%;
  margin: 5px;
  background-color: rgba(5, 16, 43, 0.374);
  padding: 20px;
  border-radius: 5px;
}
.select-location {
  width: 30%;
  height: 40px;
  font-size: 22px;
  border-radius: 5px;
  border: 1px solid green;
}
input.select-location {
  margin-top: 0px;
  height: 40px;
}
#location-button {
  font-size: 20px;
  border-radius: 5px;
  margin-top: 0;
  background-color: rgb(5, 217, 5);
}
#location-button:hover {
  background: #15f42f;
}
#social-link {
  padding-left: 100px;
}

.social-box:hover {
  cursor: pointer;
}
.social-box {
  width: 20px;
  height: 20px;
  /* background-color: blue; */
  float: left;
  margin: 10px 10px;
}
.social-img {
  width: 25px;
  height: 25px;
}
.free-post-social {
  margin: 10px 10px;
  display: inline-block;
  font-weight: bolder;
  background-color: rgb(119, 2, 2);
  color: white;
  width: 150px;
  text-decoration: none;
  border-radius: 5px;
}
.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #15f42f;
  color: black;
}

.topnav a.active {
  background-color: green;
  color: white;
}

.topnav .icon {
  display: none;
}

.donate {
  margin: 10px 10px;
  display: inline-block;
  font-weight: bolder;
  background-color: #1ab72c;
  color: white;
  width: 150px;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
}

.donate a {
  color: white;
  text-decoration: none;
}
.donation-space {
  text-align: center;
  margin: 50px;
  max-width: 300px;
}
/* css for index.php main-container section ---------------------------------------------------------------------- */
#main-container {
  display: flex;
  flex-direction: column;
}

#main-content {
  display: flex;
  flex-direction: column;
  word-break: keep-all;
  padding: 10px 20px;
  text-align: center;
}

#category-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: 5px;
  column-gap: 10px;
  row-gap: 10px;
  justify-content: center;
}

.category-items {
  font-weight: bold;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px;
  padding-bottom: 5px;
  border: 1px solid rgb(215, 212, 212);
  text-align: left;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: ease-in-out 0.2s;
  border-bottom-width: 2px;
  border-bottom-color: transparent;
  cursor: pointer;
  background-color: white;
  border-radius: 10px;
}

.category-items:hover {
  box-shadow: none;
  border-bottom-width: 2px;
  border-bottom-color: #f41515;
  background-color: #21fa00;
}

#country-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: 5px;
  column-gap: 10px;
  row-gap: 10px;
  justify-content: center;
}

.country-items {
  font-weight: bold;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px;
  padding-bottom: 5px;
  border: 1px solid rgb(215, 212, 212);
  text-align: left;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: ease-in-out 0.2s;
  border-bottom-width: 2px;
  border-bottom-color: transparent;
  cursor: pointer;
  background-color: white;
  border-radius: 10px;
}

.country-items:hover {
  box-shadow: none;
  border-bottom-width: 2px;
  border-bottom-color: #f41515;
  background-color: #21fa00;
}
.index-list-heading {
  text-align: center;
  color: green;
  font-weight: bolder;
  font-style: italic;
}
.index-list-heading2 {
  color: green;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
  font-size: large;
}

#post-free-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: 5px;
  column-gap: 20px;
  row-gap: 20px;
}
.post-free-items {
  overflow: hidden;
  width: 250px;
  height: 450px;
  aspect-ratio: 2/3;
  border: 1px solid rgb(215, 212, 212);
  text-align: left;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: ease-in-out 0.2s;
  cursor: pointer;
  background-color: white;
}
.post-free-items:hover {
  box-shadow: none;
}
.post-free-image img {
  max-width: 250px;
  aspect-ratio: 3/2;
}
.post-free-title2 {
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 75px;
  color: rgb(27, 8, 230);
  margin: 10px;
  font-weight: bold;
}
.post-free-para2 {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  max-height: 105px;
  text-align: left;
  margin: 0 10px;
}
.post-free-date {
  display: none;
  color: rgba(179, 186, 190, 0.95);
  text-align: right;
  font-size: 14px;
  margin: 0;
  margin-right: 10px;
}
.post-free-category {
  font-size: 14px;
  color: rgb(31, 11, 255);
  margin: 0 10px;
}
.post-free-country {
  margin: 0 10px;
}
/* css for /index.php backlink box */
.backlink-box-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: 5px;
  column-gap: 20px;
  row-gap: 20px;
}
.backlink-items {
  overflow: hidden;
  width: 250px;
  height: 300px;
  aspect-ratio: 2/3;
  border: 1px solid rgb(215, 212, 212);
  text-align: left;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: ease-in-out 0.2s;
  background-color: white;
}
.backlink-title {
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 75px;
  color: rgb(16, 24, 250);
  margin: 10px;
  font-weight: bold;
}
.backlink-para {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  max-height: 100px;
  text-align: left;
  margin: 10px;
}
.backlink-url {
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 25px;
  color: blue;
  margin: 10px;
  text-decoration: underline;
}
.backlink-date {
  color: rgba(179, 186, 190, 0.95);
  text-align: right;
  margin: 0;
  margin-right: 10px;
}
.backlink-country {
  margin: 0 10px;
}
.backlink-items:hover {
  box-shadow: none;
}
.no-deco:hover {
  text-decoration: none;
  color: black;
}
.no-deco {
  text-decoration: none;
  color: black;
}
.backlink-wrapper {
  border-radius: 10px;
  box-shadow: -0px 20px 30px grey;
  margin-bottom: 10px;
  margin-top: 10px;
  background-color: white;
}
.post-title {
  padding: 10px;
  background-color: rgb(0, 255, 0);
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
#backlink-title-id {
  font-size: 30px;
  font-weight: bold;
}
.post-url {
  padding: 10px;
}

.url-content {
  color: rgb(4, 4, 110);
  text-decoration: underline;
}
.contact-info {
  padding: 10px;
  padding-top: 0px;
}
.post-address {
  padding: 10px;
  padding-top: 0px;
}
.post-country {
  padding: 10px;
  padding-top: 0px;
}
.post-description {
  padding: 10px;
  padding-top: 0px;
}

/* css for /Footer.php CSS */
#footer {
  display: flex;
  flex-direction: column;
  background-color: rgb(76, 76, 76);
  height: 50px;
  text-align: center;
  margin-top: 20px;
}
.footer-follow-us {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-follow-us-text {
  margin: 10px 10px;
  font-size: 20px;
  font-weight: bold;
  color: white;
}

#footer-links {
  display: flex;
  flex-direction: column;
  background-color: rgb(76, 76, 76);
  text-align: center;
  color: white;
  margin-top: 0;
}
.footer-links-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-link-box {
  margin-left: 10px;
  margin-bottom: 10px;
  background-color: #000000;
  padding: 5px;
  border-radius: 5px;
}

.footer-link-box a {
  text-decoration: none;
  color: white;
}
/* css for /link/index.php */
.link-index-title {
  display: flex;
  flex-direction: row;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
}
.link-index-title a {
  text-decoration: none;
  color: white;
}
.link-index-title a.link-for-esco {
  margin-left: 10px;
  margin-bottom: 10px;
  background-color: #000000;
  padding: 5px;
  border-radius: 5px;
}
/* css for /post-free-ads.php */
.label-file {
  color: rgb(0, 0, 0);
  margin-right: 5px;
}
/* css for /submit-backlink.php page */

input,
textarea {
  font-family: Arial, Helvetica, sans-serif;
}
.count-container {
  background-color: rgb(232, 229, 229);
  min-height: 100vh;
  padding: 10px 15px;
  color: #000000;
}
.count-container form {
  max-width: 700px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.count-container form .input-group {
  width: 100%;
  margin-bottom: 5px;
  border-radius: 10px;
}
.count-container form .input-control {
  border-radius: 10px;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 18px;
  padding: 15px;
  color: #000000;
}
.count-container form textarea.input-control {
  height: 140px;
}
.post-free-title {
  color: rgb(0, 0, 0);
  margin: 10px;
  text-align: center;
}
.post-free-para {
  color: rgb(0, 0, 0);
  margin: 10px;
  text-align: center;
}
.count-container form .input-msg {
  font-size: 12px;
  padding-top: 10px;
  color: rgb(255, 0, 0);
  margin: 0;
}
#post-submit-id {
  height: 50px;
  width: auto;
  color: rgb(255, 255, 255);
  font-size: large;
  font-weight: bold;
  padding: 5px;
}
.reset-btn {
  margin-left: 10px;
  color: red;
}
.reset-btn:hover {
  background-color: red;
  color: white;
}
.submit-btn {
  text-align: center;
  width: 100px;
  background-color: rgb(6, 79, 15);
  color: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.submit-btn:disabled {
  background-color: rgba(105, 104, 104, 0.692);
}
.terms {
  color: rgb(0, 0, 0);
  padding-left: 10px;
}
.conditions {
  color: rgb(182, 0, 0);
}

/* Media Query Starts from here */
@media screen and (max-width: 800px) {
  #left-ad,
  #right-ad {
    display: none;
  }
  #backlink-container {
    flex-basis: 100%;
    margin-left: 10px;
    margin-right: 10px;
  }
  #search-box1 {
    display: none;
  }
  #search-box2 {
    display: flex;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-top: -10px;
    width: 99%;
  }
  #header-search-id {
    padding: 6px;
    width: 500px;
    margin-top: 30px;
    border-radius: 5px;
    font-size: 20px;
  }
  #header-search-id2 {
    padding: 6px;
    width: 500px;
    margin-top: 30px;
    border-radius: 5px;
    font-size: 20px;
  }
  #header-search-button {
    border-radius: 5px;
    padding: 6px 10px;
    margin-top: 30px;
    margin-right: 16px;
    margin-left: 0;
    background-color: green;
    font-size: 20px;
    border: none;
    cursor: pointer;
  }
  #header-search-button2 {
    border-radius: 5px;
    padding: 6px 10px;
    margin-top: 30px;
    margin-right: 16px;
    margin-left: 0;
    background-color: green;
    font-size: 20px;
    border: none;
    cursor: pointer;
  }
}
/* css for /free-ads-landing/index.php */
.post-free-landing-container {
  display: flex;
  flex-wrap: wrap;
}
.post-free-landing-share-report-wrapper {
  display: flex;
  flex-direction: column;
  width: 37%;
}
.post-free-landing-share-child {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background-color: white;
  min-height: 100px;
  margin: 10px;
}
.post-free-landing-share-title {
  background-color: rgb(255, 230, 0);
  text-align: center;
  font-size: large;
  font-weight: bolder;
  text-transform: capitalize;
  color: rgb(104, 4, 253);
  font-style: italic;
  margin-bottom: 10px;
}
.share-container {
  display: flex;
  column-gap: 10px;
  justify-content: center;
}
.post-free-landing-report {
  background-color: rgb(255, 230, 0);
  text-align: center;
  font-size: large;
  font-weight: bolder;
  text-transform: capitalize;
  color: rgb(159, 5, 5);
  font-style: italic;
}

.post-free-landing-abuse-container {
  display: flex;
  justify-content: center;
  margin: 10px;
}
.post-free-landing-abuse-container button {
  border: none;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background-color: red;
  color: white;
  font-weight: bold;
}
.post-free-landing-abuse-container button:hover {
  box-shadow: none;
}
.post-free-landing-wrapper {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 800px;
  margin: 10px;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background-color: white;
}
.post-free-landing-title {
  background-color: rgb(0, 255, 0);
  padding: 5px;
  margin-bottom: 10px;
  text-align: center;
}
#post-free-landing-id {
  font-size: 25px;
}
.free-ad-bold-text {
  font-weight: bold;
}
.post-free-landing-wrapper-img-other {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.post-free-landing-img {
  border-radius: 10px;
  width: 250;
  aspect-ratio: 2/3;
}
.post-free-landing-wrapper-img-side {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.post-free-landing-address {
  margin-bottom: 10px;
  margin-left: 10px;
}
.post-free-landing-url {
  margin: 10px;
}
.post-free-landing-url-text {
  color: blue;
  text-decoration: underline;
}
.post-free-landing-description {
  margin: 10px;
}
.contacts-class a {
  text-decoration: none;
  background-color: rgb(55, 10, 255);
  padding: 5px;
  color: white;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.contacts-class a:hover {
  box-shadow: none;
  background-color: rgb(23, 0, 128);
}
.fraud-report-info-container {
  overflow: hidden;
  margin: 10px;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.fraud-report-title {
  text-align: center;
  background-color: rgb(247, 232, 10);
  font-size: 20px;
  color: red;
  font-weight: bolder;
  font-style: italic;
}
.fraud-report-heading {
  margin: 10px;
  font-weight: bolder;
  text-align: center;
}

.fruad-report-para {
  margin: 10px;
}

@media screen and (max-width: 1000px) {
  .post-free-landing-share-report-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .post-free-landing-share-report-wrapper {
    width: 100%;
  }
  #ad-728 {
    display: none;
  }
  #ad-300 {
    display: block;
  }
}

@media screen and (max-width: 1100px) {
  .topnav a:not(:first-child) {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
  #slide {
    clear: both;
  }
  #logo-img {
    width: 200px;
    height: 100px;
    padding: 10px;
  }

  #header-search-id {
    padding: 6px;
    width: 70%;
    margin-top: 30px;
    border-radius: 5px;
    font-size: 20px;
  }
  #header-search-id2 {
    padding: 6px;
    width: 70%;
    margin-top: 30px;
    border-radius: 5px;
    font-size: 20px;
  }
  #header-search-button {
    border-radius: 5px;
    padding: 6px 10px;
    margin-top: 30px;
    margin-right: 16px;
    margin-left: 0;
    background-color: green;
    font-size: 20px;
    border: none;
    cursor: pointer;
  }
  #header-search-button2 {
    border-radius: 5px;
    padding: 6px 10px;
    margin-top: 30px;
    margin-right: 16px;
    margin-left: 0;
    background-color: green;
    font-size: 20px;
    border: none;
    cursor: pointer;
  }
  .select-location {
    width: 99%;
    font-size: 22px;
    border-radius: 5px;
    border: 1px solid green;
    margin-bottom: 5px;
  }
  #location-button {
    font-size: 25px;
    width: 99%;
  }
}

@media screen and (max-width: 600px) {
  .post-free-landing-share-report-wrapper {
    width: 100%;
  }

  .post-free-items {
    width: 100%;
  }
  .post-free-image img {
    min-width: 100%;
    height: 200px;
    overflow: hidden;
  }
  .backlink-items {
    width: 100%;
  }
  .simple-backlink-container-list {
    justify-content: stretch;
  }
  .simple-backlink-container {
    justify-content: stretch;
  }
}

@media screen and (max-width: 1100px) {
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
