/* =============== font size ============== */
/* =============== font weight ============== */
/* =============== max width ==============*/
/*=============== colors =================*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background: #FFFFFF;
  font-family: "Poppins", sans-serif;
}
body .main_container {
  max-width: 748px;
  margin-left: auto;
  margin-right: auto;
  min-height: 75vh;
}

.text_center {
  text-align: center;
}

.w_mx_525 {
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
}

.img_responsive {
  max-width: 100%;
}

/*============================== header ==============================*/
.stick_top_sec {
  display: flex;
  justify-content: center;
  min-height: 110px;
}

.stick_top_ads {
  position: fixed;
  display: flex;
  top: 0;
  z-index: 99;
}

.menu_btn_logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.collapse-icon,
.lang_icon {
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  width: 49px;
  height: 49px;
  padding: 10px;
  box-sizing: border-box;
}

.lang_icon {
  display: flex;
  align-items: center;
}
.lang_icon a {
  display: flex;
}

.logo a {
  color: #232323;
  font-size: 40px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
  display: flex;
}
.logo a:hover {
  color: #232323;
  text-decoration: none;
}
.logo a:active {
  color: #232323;
  text-decoration: none;
}

.language-dropdown {
  position: relative;
}

.language-dropdown select {
  position: absolute;
  top: 0;
  width: 49px;
  height: 49px;
  opacity: 0;
  text-align: left;
}

.collapse-icon {
  display: flex;
  align-items: center;
  position: relative;
}
.collapse-icon span {
  display: block;
  height: 3px;
  background: #10BBB3;
  border-radius: 10px;
  transition: all 1s;
  width: 27px;
  position: relative;
}
.collapse-icon::before {
  display: block;
  height: 3px;
  background: #10BBB3;
  border-radius: 10px;
  transition: all 1s;
  content: "";
  width: 9px;
  position: absolute;
  transition: all 1s;
  bottom: 13px;
  right: 10px;
}
.collapse-icon::after {
  display: block;
  height: 3px;
  background: #10BBB3;
  border-radius: 10px;
  transition: all 1s;
  content: "";
  width: 9px;
  position: absolute;
  transition: all 1s;
  top: 13px;
  left: 10px;
}

ul {
  list-style: none;
  padding-left: 0;
}

#menu {
  font-family: "Roboto", sans-serif;
}

.nav_sec {
  background: #10BBB3 0% 0% no-repeat padding-box;
  padding-left: 20px;
  padding-right: 20px;
}

.nav_container {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.menu_sec .nav_container {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
  border-radius: 0px 0px 10px 10px;
  background: #fff;
  padding: 30px 23px 0;
  box-sizing: border-box;
}
.menu_sec .menu_block {
  max-width: 395px;
  margin-left: auto;
  margin-right: auto;
}

.menu_btn_list {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
}

.create_pro_btn a {
  box-shadow: 3px 3px 10px rgba(194, 194, 194, 0.447);
  border: 2px solid #10BBB3;
  border-radius: 0px 17px 17px 17px;
}

.create_pro_btn a {
  border: 2px solid #10BBB3;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  padding: 14px;
  box-sizing: border-box;
  text-decoration: none;
  line-height: 1;
  font-size: 19px;
  color: #10BBB3;
}

.menu_btn_list[dir=ltr] .login_btn {
  padding-left: 25px;
}

.menu_btn_list[dir=rtl] .login_btn {
  padding-right: 25px;
}

.login_btn a {
  border-radius: 10px;
  background: #10BBB3 0% 0% no-repeat padding-box;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
  text-decoration: none;
  line-height: 1;
}

#menu {
  padding-left: 25%;
}
#menu a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #707070;
}
#menu:hover {
  text-decoration: none;
  color: #10BBB3;
}
#menu:active {
  text-decoration: none;
  color: #10BBB3;
}
#menu img {
  margin-right: 13px;
}

.lang_menu {
  position: relative;
}
.lang_menu select {
  position: absolute;
  top: 0;
  width: 100%;
  min-height: 30px;
  opacity: 0;
}

.menu_sec {
  display: none;
}

.active .collapse-icon span {
  background: #10BBB3;
  transform: rotate(-40deg);
}
.active .collapse-icon::before {
  display: block;
  height: 3px;
  background: #10BBB3;
  border-radius: 10px;
  transition: all 1s;
  content: "";
  width: 9px;
  position: absolute;
  transition: all 1s;
  background: #10BBB3;
  width: 12px;
  bottom: 16px;
  right: 11px;
  transform: rotate(43deg);
}
.active .collapse-icon::after {
  display: block;
  height: 3px;
  background: #10BBB3;
  border-radius: 10px;
  transition: all 1s;
  content: "";
  width: 9px;
  position: absolute;
  transition: all 1s;
  background: #10BBB3;
  width: 12px;
  top: 16px;
  left: 11px;
  transform: rotate(43deg);
}

.adv-ads-txt {
  font-size: 10px !important;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: "roboto", sans-serif;
  text-align: center !important;
  opacity: 0.7;
}

@media screen and (max-width: 330px) {
  .logo a img {
    width: 120px;
  }
}
@media screen and (min-width: 331px) and (max-width: 550px) {
  .logo a {
    font-size: 28px;
  }
}
@media screen and (max-width: 350px) {
  .menu_btn_list .create_pro_btn a {
    min-width: 150px;
    font-size: 12px;
  }
  .menu_btn_list .login_btn a {
    min-width: 60px;
    font-size: 12px;
  }
}
@media screen and (min-width: 351px) and (max-width: 550px) {
  .create_pro_btn a {
    min-width: 187px;
    font-size: 14px;
  }
  .login_btn a {
    min-width: 87px;
    font-size: 14px;
  }
}
@media screen and (max-width: 550px) {
  #menu li a img {
    width: 21px;
  }
  .menu_btn_list {
    justify-content: center;
  }
  #menu a {
    font-size: 16px;
    padding-bottom: 15px;
  }
  .create_pro_btn a {
    margin-right: 15px;
  }
}
@media screen and (min-width: 331px) and (max-width: 374px) {
  .logo a img {
    width: 141px;
  }
}
@media screen and (min-width: 375px) and (max-width: 550px) {
  .logo a img {
    width: 171px;
  }
}
@media screen and (min-width: 550px) {
  #menu li a img {
    width: 25px;
  }
  .menu_btn_list {
    justify-content: center;
  }
  #menu a {
    font-size: 22px;
    padding-bottom: 22px;
  }
  .create_pro_btn a {
    min-width: 255px;
  }
  .login_btn a {
    min-width: 119px;
  }
}
/*============================== end header ==============================*/
/*============================== footer ===============================*/
footer {
  background: #10BBB3 0% 0% no-repeat padding-box;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
  text-align: center;
  padding: 23px 15px;
  color: #fff;
  font-size: 18px;
  padding-bottom: 70px;
}

.social_links,
.menu_links {
  display: flex;
  justify-content: center;
  margin-bottom: 13px;
}

.social_links li {
  padding-left: 12px;
  padding-right: 12px;
}
.social_links a {
  display: flex;
}
.social_links a img {
  width: 32px;
  height: 32px;
}

.menu_links li {
  padding-left: 5px;
  padding-right: 5px;
}
.menu_links a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}

.link_copied_sec {
  text-align: center;
}

.custom_ad {
  padding-top: 0 !important;
}

.static_ads {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 999;
  width: 320px;
  height: 65px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.static_ads .adv-ads-txt {
  position: absolute;
  top: 0;
}

@media screen and (max-width: 330px) {
  .menu_links a {
    font-size: 14px;
  }
}
@media screen and (min-width: 331px) and (max-width: 550px) {
  .menu_links a {
    font-size: 16px;
  }
}
.msg_block_list li.middle-posts-ads {
  border-bottom: 0;
  border: 0;
  background: none;
}

/**********static pages***********/
.sn-staticpages {
  text-align: center;
  padding: 20px 10px 0 10px;
  min-height: 80vh;
  word-break: break-word;
}
.sn-staticpages h2,
.sn-staticpages h3,
.sn-staticpages h4 {
  font-size: 22px;
  font-weight: 600;
  padding-top: 10px;
}
.sn-staticpages h5,
.sn-staticpages h6 {
  font-size: 18px;
  font-weight: 600;
  padding-top: 10px;
}
.sn-staticpages p {
  font-size: 16px;
  padding-top: 10px;
}

.lang_icon .message_icon {
  justify-content: center;
  width: 27px;
  background: #10BBB3;
  text-decoration: none;
  color: #fff;
  border-radius: 7px;
  padding: 7px 3px 9px 3px;
  box-sizing: border-box;
}

.sn-user-profile-timeline {
  background: #F27E0A 0% 0% no-repeat padding-box;
}
.sn-user-profile-timeline .message_icon {
  background: transparent;
}

.lang_icon.sn-user-profile-timeline {
  padding: 0;
  background: white;
  width: 78px;
}

.lang_icon.sn-user-profile-timeline .message_icon {
  justify-content: center;
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  color: #368AEF;
  text-align: center;
  text-decoration: none;
  background: #fff;
  text-decoration: none;
  border-radius: 7px;
  padding: 0 3px;
  width: 100%;
  height: 100%;
  align-items: center;
  box-sizing: border-box;
}

@media screen and (max-width: 550px) {
  .nav_sec {
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    z-index: 10;
  }
  .menu_btn_logo {
    padding: 0;
  }
  .active .collapse-icon {
    box-shadow: 0 0 0;
    position: relative;
    z-index: 9;
    transition: all 0.5s;
  }
  .active .lang_icon {
    box-shadow: 0 0 0 0;
    transition: all 0.5s;
  }
  .lang_icon.sn-user-profile-timeline {
    width: 54px;
    height: 36px;
  }
  .lang_icon.sn-user-profile-timeline .message_icon {
    font-size: 11px;
    line-height: 14px;
  }
}

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