#tickyes {
  color: #2AC940;
  font-size: 2rem; }

/* Main Title -------- */
.inlineblock {
  display: inline-block; }

.left {
  float: left; }

.right {
  float: right; }

.blogbox-carousel {
  padding: 5vh 0;
  height: 110vw;
  width: 50vw;
  padding-bottom: 5vh; }

.blogbox {
  position: absolute;
  left: 10.5vw;
  background-color: white;
  width: 80vw;
  height: 100vw;
  border-radius: 10px;
  box-shadow: 0 2px 50px rgba(0, 0, 0, 0.05);
  margin-bottom: 2vw; }

.blogtitle {
  color: #FF6600;
  padding: 7.5vw;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center; }

.blogcover {
  height: 35vw;
  background-image: url("../assets/Plinner_coverpic1.png");
  background-size: cover; }

.profilepic {
  text-align: center; }

.blogcover img {
  align-content: center;
  height: 18vw;
  width: 18vw;
  border-radius: 200px;
  margin: 12%; }

.postscounterbox {
  width: 100%;
  font-size: 60%;
  text-align: center;
  padding-top: 1vh; }

.postscounter {
  width: 30%;
  padding-left: 3vw; }

.followercounter {
  width: 30%;
  padding-right: 3vw; }

.follower-wrap {
  text-align: center; }

.followerbutton {
  width: 35%;
  background-color: #FF6600;
  color: white;
  text-align: center;
  padding: 2vh 5vw;
  border-radius: 2.5px;
  font-size: .9rem;
  margin: -8% 2.5%; }

.blogspacer {
  height: 2%; }

.blogpicture-carousel {
  width: 95%;
  height: 28%;
  margin-left: 3%; }

.blogimg {
  width: 31%;
  height: 80%;
  margin: .25%;
  margin-top: 4%; }

.blogpic1 {
  background-image: url("../assets/blogpic1.jpeg");
  background-size: cover; }

.blogpic2 {
  background-image: url("../assets/blogpic2.jpeg");
  background-size: cover; }

.blogpic3 {
  background-image: url("../assets/blogpic3.jpeg");
  background-size: cover; }

.blogpic4 {
  background-image: url("../assets/blogpic4.jpeg");
  background-size: cover; }

.blogpic5 {
  background-image: url("../assets/blogpic5.jpeg");
  background-size: cover; }

.blogpic6 {
  background-image: url("../assets/blogpic6.jpeg");
  background-size: cover; }

.blogpic7 {
  background-image: url("../assets/blogpic7.jpeg");
  background-size: cover; }

.blogpic8 {
  background-image: url("../assets/blogpic8.jpg");
  background-size: cover; }

.blogpic9 {
  background-image: url("../assets/blogpic9.jpg");
  background-size: cover; }

.blogpic10 {
  background-image: url("../assets/blogpic10.jpg");
  background-size: cover; }

.blogpic11 {
  background-image: url("../assets/blogpic11.jpg");
  background-size: cover; }

.blogpic12 {
  background-image: url("../assets/blogpic12.jpg");
  background-size: cover; }

.blogcover2 {
  background-image: url("../assets/coverphoto2.jpeg") !important;
  background-size: cover; }

.blogcover3 {
  background-image: url("../assets/coverphoto3.jpeg") !important;
  background-size: cover; }

.blogcover4 {
  background-image: url("../assets/coverphoto4.jpeg") !important;
  background-size: cover; }

.arrow-left {
  position: absolute;
  padding-top: 45%;
  padding-bottom: 45%;
  margin-left: 2%;
  left: 3vw;
  font-size: 3rem;
  color: #FF6600;
  z-index: 200; }

.arrow-right {
  position: absolute;
  padding-top: 45%;
  padding-bottom: 45%;
  right: 2%;
  font-size: 3rem;
  color: #FF6600;
  z-index: 200; }

.blogtext {
  text-align: center;
  padding-top: 0;
  padding-bottom: 5vh;
  font-weight: bold; }

/* right 14.5 vw*/
#bloxbox1 {
  z-index: 199; }

#blogbox2 {
  left: 100vw;
  z-index: 199; }

#blogbox3 {
  left: 100vw;
  z-index: 199; }

#blogbox4 {
  left: 100vw;
  z-index: 199; }

#blogbox4 #profile4 {
  background-image: url("../assets/profilepic4.jpeg");
  background-size: cover; }

.stepwrap {
  width: 100%;
  padding: 6vw 35%;
  padding-bottom: 2vh; }

.stepwrap li {
  float: left; }

.boxcircle {
  align-content: center;
  width: 10px;
  height: 10px;
  background-color: white;
  margin: 1vh 2vw;
  border-radius: 100px;
  border-style: solid;
  border-width: 1px;
  border-color: #DDDDDD;
  box-shadow: 0 2px 50px rgba(0, 0, 0, 0.4); }

.whitebg {
  background-color: white;
  border-color: #DDDDDD;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

.orangebg {
  background-color: #FF6600;
  border-color: #FF6600;
  -webkit-transition: all 1.6s ease;
  -moz-transition: all 1.6s ease;
  -o-transition: all 1.6s ease;
  transition: all 1.6s ease; }

@media (min-width: 512px) and (max-width: 1024px) {
  .blogbox-carousel {
    display: static;
    padding-top: 10vh;
    height: 30vw;
    padding-bottom: 10vh; }

  .blogbox {
    width: 30vw;
    height: 40vw; }

  .blogtitle {
    padding: 2vw;
    font-size: 1.2rem; }

  .blogcover {
    height: 40%;
    background-image: url("../assets/Plinner_coverpic1.png");
    background-size: cover; }

  .blogcover img {
    height: 60px;
    width: 60px;
    border-radius: 200px;
    margin: 10% 20%; }

  .postscounterbox {
    width: 100%;
    padding-top: 1vh; }

  .postscounter {
    width: 25%;
    padding-left: .5vw;
    font-size: 0.7rem !important; }

  .followercounter {
    padding-right: .5vw;
    font-size: 0.7rem !important; }

  .followerbutton {
    width: 35%;
    color: white;
    padding: 2vh 1vw;
    font-size: .9rem;
    margin-left: 7%;
    margin-top: -8%; }

  .blogspacer {
    height: 2%; }

  .blogpicture-carousel {
    width: 95%;
    height: 8vw;
    margin-left: 3%; }

  .blogimg {
    width: 31%;
    height: 100%;
    margin: .25%;
    margin-top: 4%; }

  .arrow-left {
    padding-top: 12.5%; }

  .arrow-right {
    padding-top: 12.5%;
    right: 5%; }

  #blogbox1 {
    left: 14.5vw; }

  #blogbox2 {
    left: 55vw; }

  #fourth-circle {
    display: none; }

  .stepwrap {
    padding: 25vh 41%;
    padding-bottom: 4vh; }

  .blogtext {
    padding-top: 0vh; } }
@media (min-width: 1024px) {
  /* marad */
  .head2liner {
    padding: 1vh 5vw; }

  .head2liner .fa-circle {
    font-size: .7rem; }

  #findoutmore {
    text-align: center;
    padding-bottom: 8vh; }

  .blogbox-carousel {
    display: static;
    padding-top: 4vh;
    height: 29vw;
    padding-bottom: 10vh; }

  .blogbox {
    width: 20vw;
    height: 26vw; }

  .blogtitle {
    padding: 2vw;
    font-size: 1.2rem; }

  .blogcover {
    height: 40%;
    background-image: url("../assets/Plinner_coverpic1.png");
    background-size: cover; }

  .blogcover img {
    height: 75px;
    width: 75px;
    border-radius: 200px;
    margin: 15% 20%; }

  .postscounterbox {
    width: 100%;
    padding-top: 1vh; }

  .postscounter {
    width: 25%;
    padding-left: .5vw;
    font-size: 0.7rem !important; }

  .followercounter {
    padding-right: .5vw;
    font-size: 0.7rem !important; }

  .followerbutton {
    width: 35%;
    color: white;
    padding: 2vh 1vw;
    font-size: .9rem;
    margin-left: 7%;
    margin-top: -8%; }

  .blogspacer {
    height: 2%; }

  .blogpicture-carousel {
    width: 95%;
    height: 8vw;
    margin-left: 3%; }

  .blogimg {
    width: 31%;
    height: 80%;
    margin: .25%;
    margin-top: 4%; }

  .arrow-left {
    padding-top: 12.5%; }

  .arrow-right {
    padding-top: 12.5%;
    right: 5%; }

  #blogbox1 {
    left: 11vw; }

  #blogbox2 {
    left: 39.4vw; }

  #blogbox3 {
    left: 66vw; }

  #third-circle {
    display: none; }

  #fourth-circle {
    display: none; }

  .stepwrap {
    padding: 1vh 44%;
    padding-bottom: 4vh; }

  .blogtext {
    padding-top: 0vh; } }

/*# sourceMappingURL=style.css.map */
