/* =============== 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 ==============================*/
.common-spinner {
  color: #368AEF;
  display: inline-block;
  position: relative;
  width: 105px;
  height: 105px;
  transform: rotate(97deg);
}

.common-spinner div {
  transform-origin: 50px 50px;
  animation: common-spinner 1.2s linear infinite;
}

.common-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 9px;
  height: 25px;
  border-radius: 30%;
  background: #368AEF;
}

.common-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.common-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.common-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.common-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.common-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.common-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.common-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.common-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.common-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.common-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.common-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.common-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes common-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.common-spinner div:after {
  background: #0683E4 !important;
}

.login_sec {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
  border-radius: 0px 20px 20px 20px;
  background: #fff;
  padding: 14px;
  box-sizing: border-box;
  margin-bottom: 16px;
}

.login_cont {
  color: #10BBB3;
  padding-bottom: 12px;
}
.login_cont p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
.login_cont h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  margin-bottom: 12px;
  color: #292929;
}

.from_group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.from_group label {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 14px;
  color: #292929;
  padding-bottom: 20px;
}
.from_group input {
  -webkit-appearance: none;
  border-radius: 12px;
  margin-bottom: 8px;
  color: #757575;
  border: 0.5px solid #ccc;
  background: #F5F5F5 0% 0% no-repeat padding-box;
  padding: 16.5px 14px;
  box-sizing: border-box;
  text-align: center;
  font-size: 15px;
  outline: none;
}

.from_check_group {
  font-size: 16px;
  color: #414443;
  padding-top: 10px;
  padding-bottom: 20px;
}
.from_check_group .check_btn {
  box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 6px 0px 6px 6px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  float: left;
  border: 1px solid transparent;
  margin-left: 20px;
}
.from_check_group .check_btn.active {
  background: url("/img/theme2/flavour1/check.png") no-repeat;
  background-position: 2px 3px;
  background-size: 17px;
}
.from_check_group label {
  font-size: 16px;
  line-height: 1.3;
}
.from_check_group label a {
  font-size: 16px;
  color: #1877F2;
}
.from_check_group .error::after, .from_check_group .error::before {
  left: 7px;
}

.from_check_group.err_active .check_btn {
  border: 1px solid #FF3B3B;
}

.login_btn {
  border-radius: 0px 17px 17px 17px;
  border: 0;
  background: #F18518 0% 0% no-repeat padding-box;
  padding: 6px;
  color: #292929;
  font-size: 22px;
}
.login_btn i {
  margin-left: 25px;
  display: none;
}

.login_form_sec {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #292929;
  padding-bottom: 30px;
}
.login_form_sec p {
  font-size: 16px;
  color: #292929;
}
.login_form_sec p a {
  font-size: 16px;
  color: #1877F2;
  text-decoration: none;
  font-weight: bold;
}
.login_form_sec p a:hover {
  color: #1877F2;
  text-decoration: none;
}
.login_form_sec form {
  padding-bottom: 20px;
}

label img {
  margin-bottom: 4px;
}

.signupmain-sec {
  background: #D1F0EF;
  padding: 16px;
}

.ins_sec {
  padding: 25px 13px 0px;
  background: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  border-radius: 12px;
  position: relative;
}
.ins_sec .ins_top_con {
  max-width: 380px;
  max-width: 510px;
  font-size: 20px;
  color: #414443;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 25px;
}
.ins_sec .ins_top_con p {
  font-size: 20px;
  line-height: 26px;
  padding-top: 8px;
}
.ins_sec .cat_img_sec img {
  border-radius: 0 38px 38px 38px;
  width: 100%;
}
.ins_sec .cat_head_sec {
  padding-top: 0;
}
.ins_sec .cat_head_sec h1 {
  font-size: 40px;
  line-height: 54px;
  margin: 0 auto;
  color: #474646;
}

/******new signup design*************/
.signup-form-sec {
  max-width: 561px;
  margin: 0 auto;
}
.signup-form-sec .signup-form-top {
  background: transparent;
}
.signup-form-sec .signup-ins-head {
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  color: #0F4D45;
  font-weight: 500;
  padding-top: 10px;
  border-bottom: 1px solid #FFAF10;
  display: inline-block;
}
.signup-form-sec .signup-ins-list {
  text-align: left;
  padding-left: 25px;
}
.signup-form-sec .signup-ins-list li {
  font-size: 16px;
  line-height: 25px;
  color: #167569;
  padding-top: 12px;
  display: flex;
}
.signup-form-sec .signup-ins-list li span {
  background: #FFAF10 0% 0% no-repeat padding-box;
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3882352941);
  border-radius: 0px 10px 10px 10px;
  display: inline-block;
  padding: 0 8px;
  margin-right: 10px;
  color: #fff;
  height: 25px;
}
.signup-form-sec .signup-form-btnbox {
  padding: 0 25px 20px;
  position: relative;
}
.signup-form-sec .signup-form-bottom {
  padding: 0 25px;
  padding-top: 20px;
}
.signup-form-sec .signup-form-bottom .from_check_group .check_btn {
  margin-left: 0;
}

/*********end**************/
.ins_bot_con {
  max-width: 712px;
  color: #10BBB3;
  padding-bottom: 20px;
  padding-top: 25px;
  margin-left: auto;
  margin-right: auto;
}
.ins_bot_con * {
  font-size: 20px;
}

.inst_form_sec {
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
}
.inst_form_sec h2 {
  font-size: 30px;
  color: #292929;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.inst_form_sec h2 img {
  margin-right: 20px;
}
.inst_form_sec .from_check_group .check_btn {
  margin-left: 0;
}

.ins_btn {
  background: #F18518 0% 0% no-repeat padding-box;
  border-radius: 12px;
  color: #fff;
  margin-top: 10px;
  padding: 14px 10px;
  font-size: 24px;
  font-weight: bold;
  height: 52px;
  line-height: 20px;
}
.ins_btn:hover {
  text-decoration: none;
  color: #fff;
  background: #295890;
}

.ins_blog_sec {
  background: #D1F0EF 0% 0% no-repeat padding-box;
  padding: 30px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  border-radius: 29px;
}
.ins_blog_sec .ins_blog_main {
  border-radius: 32px;
  background: #fff;
  padding: 25px 89px;
  text-align: center;
  font-size: 14px;
  color: #4d4d4d;
}
.ins_blog_sec .ins_blog_main .ins_blog_cont h3 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 22px;
  color: #101010;
  font-family: "Roboto", sans-serif;
}
.ins_blog_sec .ins_blog_main .ins_blog_cont p {
  font-size: 14px;
  color: #414443;
  margin-bottom: 20px;
}
.ins_blog_sec .ins_blog_main .ins_blog_cont ul {
  list-style: none;
  text-align: left;
  color: #414443;
  padding-bottom: 10px;
}
.ins_blog_sec .ins_blog_main .ins_blog_cont ul li {
  padding-top: 1px;
  display: flex;
  font-size: 16px;
  line-height: 28px;
}
.ins_blog_sec .ins_blog_main .ins_blog_cont ul li span:first-child {
  width: 20px;
}
.ins_blog_sec .ins_blog_main .ins_blog_cont ul li span:nth-child(2) {
  width: 95%;
}

.signup-ins-sec {
  max-width: 510px;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 24px;
}
.signup-ins-sec h3 {
  font-size: 20px;
  color: #101010;
  line-height: 130%;
  font-weight: 700;
  margin: 0;
  margin-bottom: 15px;
  color: #101010;
  font-family: "Roboto", sans-serif;
}
.signup-ins-sec h3[dir=rtl] {
  text-align: right;
}
.signup-ins-sec p {
  font-size: 14px;
  color: #414443;
  margin-bottom: 20px;
}
.signup-ins-sec ul {
  list-style: none;
  text-align: left;
  color: #414443;
}
.signup-ins-sec ul li {
  padding-bottom: 5px;
  display: flex;
  font-size: 16px;
  line-height: 140%;
  color: #414443;
}
.signup-ins-sec ul li span:first-child {
  width: 20px;
}
.signup-ins-sec ul li span:nth-child(2) {
  width: 95%;
}
.signup-ins-sec ul li:last-child {
  padding-bottom: 0;
}

.menu_btn_list {
  justify-content: center;
}
.menu_btn_list .login_btn {
  background: none;
  border-radius: 0 0 0;
  box-shadow: 0 0 0;
  padding: 0;
}

.ins_blog_btns {
  display: flex;
  justify-content: center;
}
.ins_blog_btns button {
  background: #10BBB3 0% 0% no-repeat padding-box;
  color: #fff;
  padding: 8px;
  box-shadow: 3px 3px 10px rgba(15, 77, 69, 0.501);
  border-radius: 10px 0px 10px 10px;
  min-width: 157px;
  border: 0;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
.ins_blog_btns button i {
  margin-left: 7px;
}
.ins_blog_btns .ins_blog_less_btn {
  display: none;
}

.ins_blog_btns.active .ins_blog_less_btn {
  display: flex;
}
.ins_blog_btns.active .ins_blog_more_btn {
  display: none;
}

.ads_sec {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: "Roboto", sans-serif;
}
.ads_sec p {
  color: #030F0E;
  font-size: 13px;
}

.error {
  position: absolute;
  justify-content: center;
  display: none;
  width: 100%;
  bottom: -5px;
}
.error p {
  padding: 4px 8px;
  font-size: 13px;
  color: #FF3B3B;
  background: #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.16);
  border: 1px solid #10BBB3;
  border-radius: 7px;
}
.error::before, .error::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 5px;
  top: -20px;
  border: 5px solid transparent;
  border-bottom: 10px solid #10BBB3;
}
.error::after {
  border-bottom: 8px solid #fff;
  top: -17px;
}
.error ul {
  position: absolute;
  top: 0;
  left: 0;
}

.err_active input {
  border: 1px solid #FF3B3B;
}
.err_active .error {
  display: flex;
}

.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;
}

.signup-form-bottom .err_active {
  display: none;
}

#signupLoader {
  text-align: center;
  margin: 20%;
}
#signupLoader p {
  padding-top: 10px;
  font-size: 20px;
  line-height: 25px;
  color: #292929;
}

/*============================== 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;
}

/*============================ responsive ==============================*/
@media screen and (max-width: 550px) {
  .logo a {
    position: relative;
    z-index: 9;
  }
  .from_group input {
    min-height: 38px;
    padding: 13px;
    margin-bottom: 1px;
    border-radius: 8px;
  }
  .ins_btn {
    font-size: 20px;
    padding: 10px;
    height: 45px;
    border-radius: 8px;
  }
  .menu_btn_logo {
    padding-top: 0;
    padding-bottom: 0;
  }
  .nav_sec {
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    z-index: 10;
  }
  footer {
    border-radius: 0;
  }
  footer p {
    font-size: 14px;
  }
  .menu_links {
    margin-bottom: 8px;
  }
  .social_links {
    margin-bottom: 17px;
  }
  .social_links li {
    padding-left: 9px;
    padding-right: 9px;
  }
  .menu_sec {
    margin-top: -50px;
    position: relative;
    z-index: 8;
  }
  .menu_sec .nav_container {
    padding-top: 60px;
    border-radius: 0px 17px 17px 17px;
  }
  .language-dropdown {
    position: relative;
    z-index: 7;
  }
  .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;
  }
  .create_pro_btn a {
    padding: 11px;
    font-size: 14px;
    line-height: 1.3;
  }
  .login_btn a {
    padding: 11px;
    font-size: 14px;
    line-height: 1.3;
  }
  .w_mx_525 {
    max-width: 278px;
  }
  .login_cont {
    padding-bottom: 18px;
  }
  .from_check_group {
    padding-top: 0px;
  }
  .from_check_group .check_btn {
    margin-left: 0;
  }
  .from_check_group label {
    font-size: 14px;
  }
  .from_check_group label a {
    font-size: 14px;
  }
  .ins_sec {
    padding: 16px 23px;
    margin-bottom: 5px;
  }
  .ins_sec::before {
    bottom: -15px;
  }
  .ins_sec .ins_top_con {
    padding-bottom: 15px;
  }
  .ins_sec .ins_top_con p {
    font-size: 14px;
  }
  .ins_sec .ins_bot_con {
    padding-top: 20px;
  }
  .ins_sec .ins_bot_con p {
    font-size: 14px;
  }
  .ins_sec .login_form_sec {
    padding-bottom: 11px;
  }
  .ins_sec .cat_head_sec h1 {
    font-size: 24px;
    line-height: 140%;
  }
  .ins_sec .cat_head_sec p {
    font-size: 14px;
    line-height: 140%;
    width: 90%;
    margin: 0 auto;
    padding-top: 10px;
  }
  .signup-ins-sec h3 {
    font-size: 18px;
  }
  .signup-ins-sec ul li {
    font-size: 14px;
    line-height: 140%;
  }
  .inst_form_sec {
    padding-top: 12px;
  }
  .inst_form_sec h2 {
    font-size: 20px;
    font-weight: 700;
  }
  .inst_form_sec h2 img {
    margin-right: 15px;
  }
  .ins_blog_sec {
    padding: 18px 20px 12px;
    border-radius: 16px;
  }
  .ins_blog_sec .ins_blog_main {
    padding: 13px 13px 13px;
    border-radius: 15px;
  }
  .ins_blog_sec .ins_blog_main .ins_blog_cont h3 {
    margin-bottom: 0px;
  }
  .ins_blog_sec .ins_blog_main .ins_blog_cont ul li {
    font-size: 14px;
    line-height: 22px;
    padding-top: 3px;
  }
  .ins_blog_sec .ins_blog_main .ins_blog_cont ul li span {
    font-size: 16px;
  }
  /******new signup design*************/
  .signup-form-sec .signup-ins-head {
    font-size: 18px;
    line-height: 22px;
  }
  .signup-form-sec .signup-ins-list {
    text-align: left;
    padding-left: 25px;
  }
  .signup-form-sec .signup-form-btnbox {
    padding: 0;
    position: relative;
  }
  .signup-form-sec .signup-edit-icon {
    top: -7px;
  }
  #signupLoader {
    margin: 40% 20%;
  }
  #signupLoader p {
    font-size: 16px;
    line-height: 25px;
  }
}
@media screen and (min-width: 551px) {
  .from_check_group .error {
    top: -17px;
  }
}
@media screen and (max-width: 453px) {
  .from_check_group .error {
    top: -17px;
  }
}
@media screen and (min-width: 454px) and (max-width: 550px) {
  .from_check_group .error {
    top: -7px;
  }
}
@media screen and (max-width: 361px) {
  .from_check_group .error {
    margin-bottom: 20px;
  }
}

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