@font-face {
  font-family: 'nilcon';
  src: url('fonts/nilcon.eot?4l8652');
  src: url('fonts/nilcon.eot?4l8652#iefix') format('embedded-opentype'), url('fonts/nilcon.ttf?4l8652') format('truetype'), url('fonts/nilcon.woff?4l8652') format('woff'), url('fonts/nilcon.svg?4l8652#nilcon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="nilcon-"],
[class*=" nilcon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'nilcon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nilcon-clock:before {
  content: "\e901";
}
.nilcon-tags:before {
  content: "\e902";
}
.nilcon-profile:before {
  content: "\e900";
}
.nilcon-facebook:before {
  content: "\e903";
}
.nilcon-twitter:before {
  content: "\e904";
}
.nilcon-google-plus:before {
  content: "\e905";
}
.nilcon-instagram:before {
  content: "\e906";
}
.nilcon-telegram:before {
  content: "\e907";
}
.nilcon-aparat:before {
  content: "\e908";
}
.nilcon-chevron-sign-left:before {
  content: "\e909";
}
.nilcon-heart:before {
  content: "\e90a";
}
.nilcon-timer:before {
  content: "\e90b";
}
.nilcon-timer-alt:before {
  content: "\e913";
}
.nilcon-exam:before {
  content: "\e90c";
}
.nilcon-check:before {
  content: "\e90d";
}
.nilcon-check-alt:before {
  content: "\e912";
}
.nilcon-exclamation-circle:before {
  content: "\e910";
}
.nilcon-exclamation:before {
  content: "\e90e";
}
.nilcon-clipboard:before {
  content: "\e90f";
}
.nilcon-clipboard-alt:before {
  content: "\e914";
}
.nilcon-pencil:before {
  content: "\e911";
}
.nilcon-papers:before {
  content: "\e915";
}
.nilcon-money:before {
  content: "\e916";
}
.nilcon-book:before {
  content: "\e917";
}
.nilcon-printer:before {
  content: "\e918";
}
.nilcon-email:before {
  content: "\e919";
}
.nilcon-angle-left:before {
  content: "\f104";
}
.nilcon-angle-right:before {
  content: "\f105";
}
.nilcon-angle-up:before {
  content: "\f106";
}
.nilcon-angle-down:before {
  content: "\f107";
}
.nilcon-angle-double-left:before {
  content: "\f100";
}
.nilcon-angle-double-right:before {
  content: "\f101";
}
.nilcon-angle-double-up:before {
  content: "\f102";
}
.nilcon-angle-double-down:before {
  content: "\f103";
}
/*Variables*/
/*Global*/
body {
  background-color: #f5f8fa;
}
p {
  font-size: 15px;
  line-height: 29px;
}
a {
  text-decoration: none !important;
}
img.alignleft {
  float: left;
  margin: 10px 10px 10px 0;
}
img.alignright {
  float: right;
  margin: 10px 0 10px 10px;
}
img.aligncenter {
  display: block;
  margin: 10px auto;
}
img.alignnone {
  margin: 10px;
}
.clear {
  clear: both;
}
.ltr {
  direction: ltr;
}
.button {
  display: inline-block;
  transition: all 0.5s ease;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none !important;
  padding: 14px;
  border-radius: 50px;
  border-width: 2px;
  border-style: solid;
}
.button.green {
  color: #70d151;
  border-color: #70d151;
}
.button.green:hover {
  color: #ffffff;
  background-color: #70d151;
}
.btn {
  transition: all 0.5s ease;
  height: 44px;
  line-height: 44px;
  padding: 0 32px;
  border: none !important;
}
.btn.btn-primary {
  background-color: #007cd3;
}
.btn.btn-primary:hover {
  background-color: #005ea0;
}
.btn.btn-secondary {
  background-color: #70d151;
  color: #ffffff;
}
.btn.btn-secondary:hover {
  background-color: #54bd32;
}
h1.green,
h2.green,
h3.green,
h4.green,
h5.green,
h6.green {
  color: #70d151;
}
h1.blue,
h2.blue,
h3.blue,
h4.blue,
h5.blue,
h6.blue {
  color: #007cd3;
}
h1.dark-gray,
h2.dark-gray,
h3.dark-gray,
h4.dark-gray,
h5.dark-gray,
h6.dark-gray {
  color: #464646;
}
h1.shadowed,
h2.shadowed,
h3.shadowed,
h4.shadowed,
h5.shadowed,
h6.shadowed {
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}
a {
  transition: all 0.5s ease;
}
a.green {
  color: #70d151;
}
a.green:hover {
  color: #54bd32;
}
a.blue {
  color: #007cd3;
}
a.blue:hover {
  color: #005ea0;
}
a.dark-gray {
  color: #464646;
}
a.dark-gray:hover {
  color: #606060;
}
span.orange {
  color: #fdcd31;
}
label {
  font-weight: 500;
  line-height: 1.8em;
}
table.table thead.thead-blue {
  background-color: #007cd3;
  color: #ffffff;
}
input[type=checkbox].neo {
  width: 2em;
  margin: 0;
  padding: 0;
  font-size: 1em;
  opacity: 0;
}
input[type=checkbox].neo + label {
  display: inline-block;
  margin-right: -32px;
  line-height: 15px;
  font-size: 13px;
  font-weight: 400;
}
input[type=checkbox].neo + label > span {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  margin: 0.25em 0.5em 0.25em 0.25em;
  border: thin solid #d9d9d9;
  vertical-align: middle;
  text-align: center;
}
input[type=checkbox].neo:checked + label span:before {
  content: "\e90d";
  font-family: nilcon;
  display: inline-block;
}
input[type=checkbox].neo.blue:checked + label span:before {
  color: #007cd3;
}
input[type=checkbox].neo.orange:checked + label span:before {
  color: #fdcd31;
}
input[type=radio].neo {
  width: 2em;
  margin: 0;
  padding: 0;
  font-size: 1em;
  opacity: 0;
}
input[type=radio].neo + label {
  display: inline-block;
  margin-right: -32px;
  line-height: 15px;
  font-size: 13px;
  font-weight: 400;
}
input[type=radio].neo + label > span {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  margin: 0.25em 0.5em 0.25em 0.25em;
  border: thin solid #d9d9d9;
  vertical-align: middle;
  text-align: center;
}
input[type=radio].neo:checked + label span:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  line-height: 16px;
}
input[type=radio].neo.blue:checked + label span:before {
  background-color: #007cd3;
}
input[type=radio].neo.orange:checked + label span:before {
  background-color: #fdcd31;
}
input[type=text],
input[type=email],
input[type=password],
select {
  border: thin solid #dde2ef;
  box-shadow: none !important;
  outline: none !important;
  height: 44px;
  line-height: 44px;
}
.input.neo {
  position: relative;
}
.input.neo .neo_icon {
  position: absolute;
  top: 6px;
  left: 6px;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 18px;
  background-color: #e1e8ee;
  color: #464646;
  z-index: 10;
}
.input.neo input {
  width: 100%;
  border-radius: 4px;
  border: 2px solid #e1e8ee;
  padding: 5px 7px 5px 45px;
  line-height: 40px;
  margin-bottom: 15px;
}
.select.neo {
  display: none;
  height: 45px;
  width: 100%;
  line-height: 44px;
  border: 2px solid #e1e8ee;
  border-radius: 4px;
  padding: 0 7px;
  box-shadow: none;
  outline: none;
  font-weight: 500;
  font-size: 12px;
  position: relative;
}
.select.neo span {
  vertical-align: middle;
}
.select.neo .select_label {
  color: #007cd3;
  cursor: pointer;
}
.select.neo .select_label .selected {
  margin-right: 7px;
}
.select.neo .select_label .nilcon-angle-down {
  border-left: thin solid #007cd3;
  padding: 0 7px;
  margin: 14px 0 0;
  font-size: 15px;
  float: right;
}
.select.neo .dropdown {
  display: none;
  position: absolute;
  top: 41px;
  left: -2px;
  width: calc(100% + 4px);
  background-color: #ffffff;
  border: 2px solid #e1e8ee;
  border-radius: 0 0 4px 4px;
  border-top: none;
  box-shadow: 0 3px 10px -7px rgba(0, 0, 0, 0.4);
  list-style: none;
  margin: 0;
  padding: 0;
}
.select.neo .dropdown li {
  font-weight: 400;
  font-size: 12px;
  color: #7991ad;
  padding: 0px 35px 0px 12px;
  position: relative;
  cursor: pointer;
}
.select.neo .dropdown li:before {
  content: "\f100";
  font-family: nilcon;
  position: absolute;
  top: 0;
  right: 12px;
  font-size: 15px;
}
.select.neo .dropdown li.active_option,
.select.neo .dropdown li:hover {
  background-color: #007cd3;
  color: #ffffff;
}
.select.neo.active {
  border-bottom: none;
  border-radius: 4px 4px 0 0;
}
.select.neo.active .select_label {
  color: #ff642e;
}
.select.neo.active .select_label .nilcon-angle-down {
  border-left-color: #ff642e;
}
.select.neo.active .dropdown {
  display: block;
}
.alert.alert-warning {
  color: #f9bf02;
  background: #fef2c9;
  border-color: #f9bf02;
}
.alert.alert-success {
  color: #54bd32;
  background: #d3f1ca;
  border-color: #54bd32;
}
.col-md-sep {
  position: relative;
}
.col-md-sep:before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #e1e8ee;
}
@media (max-width: 991px) {
  .col-md-sep:before {
    display: none;
  }
}
.nav-tabs {
  border-bottom: 2px solid #eff3f6;
}
.nav-tabs > li:first-child {
  margin-right: 16px;
}
.nav-tabs > li a {
  background-color: #f7f8fc;
  transition: background-color 0.5s ease, border-color 0.5s ease;
  margin-right: 4px;
  border-bottom: 2px solid #f7f8fc !important;
  color: #393939 !important;
  font-size: 14px;
  padding: 15px 25px 5px;
}
.nav-tabs > li a:focus,
.nav-tabs > li a:hover {
  background-color: #eff3f6 !important;
  border-bottom: 2px solid #eff3f6 !important;
  outline: none;
}
.nav-tabs > li a span {
  vertical-align: middle;
}
.nav-tabs > li a .nilcon-pencil,
.nav-tabs > li a .nilcon-profile {
  color: #007cd3;
  font-size: 18px;
  margin-left: 7px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active a:hover {
  border: 2px solid #eff3f6;
  margin-bottom: -1px !important;
  border-bottom: 2px solid white !important;
  background-color: transparent !important;
}
.tab-content .tab-pane {
  padding: 42px 18px;
}
/*Header*/
#site_header {
  padding-top: 25px;
  background-color: #ffffff;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}
@media (min-width: 768px) {
  #site_header {
    height: 150px;
  }
}
#site_header #back_to_home_link {
  margin-top: 10px;
}
#site_header .site-identity {
  border: thin solid transparent;
}
#site_header .site-identity .site-logo {
  float: right;
  margin-left: 10px;
}
#site_header .site-identity h1.site-title {
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 0;
}
#site_header .site-identity h1.site-title a {
  color: #464646;
  text-decoration: none;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}
#site_header .site-identity h2.site-description {
  font-family: "IRANSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #007cd3;
  margin-top: 10px;
  margin-bottom: 0;
}
#site_header .navbar {
  font-weight: 500;
  background-color: #007cd3;
  border-radius: 0;
  border: none;
  margin-top: 26px;
  position: relative;
  z-index: 100;
}
#site_header .navbar .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
#site_header .navbar .navbar-toggle:hover,
#site_header .navbar .navbar-toggle:active,
#site_header .navbar .navbar-toggle:focus {
  background-color: #ffffff;
}
#site_header .navbar .navbar-toggle:hover .icon-bar,
#site_header .navbar .navbar-toggle:active .icon-bar,
#site_header .navbar .navbar-toggle:focus .icon-bar {
  background-color: #007cd3;
}
@media (min-width: 768px) {
  #site_header .navbar {
    margin-bottom: -42px;
  }
  #site_header .navbar .container-fluid {
    padding: 0;
  }
  #site_header .navbar .container-fluid #header-menu-container {
    padding: 0;
  }
}
#site_header .navbar #menu-top_menu a {
  color: #7fc3f0;
  transition: all 0.5s ease;
}
@media (min-width: 768px) {
  #site_header .navbar #menu-top_menu a {
    margin: 0 22px;
    padding: 26px 0 23px;
    border-bottom: 3px solid #007cd3;
  }
}
#site_header .navbar #menu-top_menu a:hover {
  color: #ffffff;
}
@media (min-width: 768px) {
  #site_header .navbar #menu-top_menu a:hover {
    border-bottom: 3px solid #ffffff;
  }
}
#site_header .navbar #menu-top_menu .active a,
#site_header .navbar #menu-top_menu .active a:focus,
#site_header .navbar #menu-top_menu .active a:hover {
  background: none !important;
  color: #ffffff;
}
@media (min-width: 768px) {
  #site_header .navbar #menu-top_menu .active a,
  #site_header .navbar #menu-top_menu .active a:focus,
  #site_header .navbar #menu-top_menu .active a:hover {
    border-bottom: 3px solid #ffffff;
  }
}
@media (min-width: 768px) {
  #site_header .navbar .navbar-right {
    margin-left: 0;
  }
}
#site_header .navbar .navbar-right li a {
  background-color: #fdcd31;
  color: #ffffff;
  transition: all 0.5s ease;
}
@media (min-width: 768px) {
  #site_header .navbar .navbar-right li a {
    display: inline-block;
    height: 72px;
    line-height: 72px;
    padding: 0 20px;
  }
}
#site_header .navbar .navbar-right li a .nilcon-profile {
  vertical-align: middle;
  font-size: 2rem;
}
#site_header .navbar .navbar-right li a:hover {
  background-color: #f9bf02;
}
/*Home Page*/
#home_page_why_karnil {
  z-index: 99;
  position: relative;
}
@media (min-width: 768px) {
  #home_page_why_karnil {
    padding-top: 150px;
    padding-bottom: 142px;
  }
}
@media (max-width: 767px) {
  #home_page_why_karnil {
    padding-top: 50px;
    padding-bottom: 10px;
  }
  #home_page_why_karnil > div {
    margin-bottom: 40px;
  }
}
#home_page_why_karnil img {
  width: 100%;
  height: auto;
}
#home_page_why_karnil h2 {
  font-size: 25px;
  margin-top: 35px;
  margin-bottom: 25px;
}
#home_page_subscribers_counter {
  background-color: #ffffff;
  text-align: center;
  background-image: url('images/globes_network.png');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 64px;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 10;
}
#home_page_subscribers_counter h3 {
  font-size: 34px;
}
#home_page_subscribers_counter .counter_container {
  width: 420px;
  max-width: 100%;
  height: 170px;
  border-radius: 4px;
  margin: 38px auto 68px auto;
  box-shadow: 0 45px 55px -35px rgba(0, 0, 0, 0.5);
  background: #007cd3;
  background: -moz-linear-gradient(top, #0088d8 0%, #006ecb 100%);
  background: -webkit-linear-gradient(top, #0088d8 0%, #006ecb 100%);
  background: linear-gradient(to bottom, #0088d8 0%, #006ecb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088d8', endColorstr='#006ecb', GradientType=0);
}
#home_page_subscribers_counter .counter_container .digit {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  background: url('images/digit_bg.png') no-repeat center center;
  margin: 27px 3px 15px;
  color: #464646;
  font-size: 56px;
  line-height: 90px;
}
#home_page_subscribers_counter .counter_container .digit:before {
  content: '';
  display: block;
  width: 4px;
  height: 20px;
  position: absolute;
  top: 30px;
  right: 0;
  background-color: #0082D5;
}
#home_page_subscribers_counter .counter_container .digit:after {
  content: '';
  display: block;
  width: 4px;
  height: 20px;
  position: absolute;
  top: 30px;
  left: 0;
  background-color: #0082D5;
}
#home_page_subscribers_counter p {
  color: #ffffff;
}
#home_page_tests {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #ffffff;
}
.test_row {
  border: 2px solid #eff3f6;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 24px;
  transition: all 0.5s ease;
  position: relative;
}
.test_row .test_price_box {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 99;
}
.test_row .test_price_box .test_price,
.test_row .test_price_box .test_start {
  display: inline-block;
  width: 140px;
  height: 42px;
  text-align: center;
  line-height: 40px;
  border: 2px solid;
  transition: all 0.5s ease;
  border-radius: 21px;
  float: left;
}
.test_row .test_price_box .test_price span,
.test_row .test_price_box .test_start span {
  vertical-align: middle;
  margin-left: 3px;
}
.test_row .test_price_box .test_start {
  margin-left: 10px;
}
.test_row .test_price_box.test_paid .test_price {
  border-color: #70d151;
  color: #70d151;
}
.test_row .test_price_box.test_paid .test_start {
  border-color: #007cd3;
  color: #007cd3;
}
.test_row .test_price_box.test_paid .test_start:hover {
  background-color: #005ea0;
  border-color: #005ea0;
}
.test_row .test_price_box.test_free .test_price,
.test_row .test_price_box.test_free .test_start {
  border-color: #fdcd31;
  color: #fdcd31;
}
.test_row .test_price_box.test_free .test_start:hover {
  background-color: #f9bf02;
  border-color: #f9bf02;
}
.test_row:hover {
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
}
.test_row:hover .test_paid .test_price {
  background-color: #70d151;
  color: #ffffff;
}
.test_row:hover .test_paid .test_start {
  background-color: #007cd3;
  color: #ffffff;
}
.test_row:hover .test_free .test_price,
.test_row:hover .test_free .test_start {
  background-color: #fdcd31;
  color: #ffffff;
}
.test_row h4 {
  font-size: 24px;
}
.test_row .test_thumbnail {
  text-align: center;
}
.test_row .test_thumbnail img {
  width: 120px;
  height: 120px;
}
@media (min-width: 768px) {
  .test_row .test_thumbnail img {
    width: 100%;
    height: auto;
  }
}
.test_row .test_info .test_cat {
  margin-left: 16px;
}
.test_row .test_info .test_cat,
.test_row .test_info .test_time {
  float: right;
  color: #bababa;
}
.test_row .test_info .test_cat span,
.test_row .test_info .test_time span {
  vertical-align: middle;
}
.test_row .test_info .test_cat .test_time_amount,
.test_row .test_info .test_time .test_time_amount {
  color: #007cd3;
}
.test_row .test_info .test_excerpt {
  padding-top: 10px;
  text-align: justify;
}
.test_row .test_info .test_excerpt p {
  font-size: 14px;
}
.page_navi_wrapper {
  height: 60px;
  border: 2px solid #eff3f6;
  border-radius: 4px;
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 58px;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  direction: ltr;
}
.page_navi_wrapper a {
  color: #bcc2c6;
  display: inline-block;
  margin: 0 13px;
}
.page_navi_wrapper a:hover {
  color: #007cd3;
}
.page_navi_wrapper a.nextpostslink {
  font-family: tahoma, arial, sans-serif;
  float: right;
  display: block;
  height: 56px;
  width: 64px;
  margin-right: 0;
  background-color: #f5f8fa;
  border-radius: 0 4px 4px 0;
}
.page_navi_wrapper a.nextpostslink:hover {
  background-color: #007cd3;
  color: #ffffff;
}
@media (max-width: 479px) {
  .page_navi_wrapper a.nextpostslink {
    width: 25px;
  }
}
.page_navi_wrapper a.previouspostslink {
  font-family: tahoma, arial, sans-serif;
  float: left;
  display: block;
  height: 56px;
  width: 64px;
  margin-left: 0;
  background-color: #f5f8fa;
  border-radius: 4px 0 0 4px;
}
.page_navi_wrapper a.previouspostslink:hover {
  background-color: #007cd3;
  color: #ffffff;
}
@media (max-width: 479px) {
  .page_navi_wrapper a.previouspostslink {
    width: 25px;
  }
}
.page_navi_wrapper span {
  display: inline-block;
  margin: 0 13px;
  color: #bcc2c6;
}
.page_navi_wrapper span.current {
  color: #007cd3;
}
.page_navi_wrapper span.extend {
  line-height: 50px;
  vertical-align: top;
}
/*Footer*/
#site_footer {
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #007cd3;
}
#site_footer #footer_logo {
  width: 207px;
  height: 82px;
  max-width: 100%;
  background-image: url('images/footer_logo.png');
  background-size: contain;
}
#site_footer #menu-footer_links {
  list-style-type: none;
  padding: 20px 0 0;
}
#site_footer #menu-footer_links li {
  display: inline-block;
}
#site_footer #menu-footer_links li a {
  color: #ffffff;
  text-decoration: none;
  padding: 10px 12px;
  border-radius: 50px;
  transition: all 0.5s ease;
  display: inline-block;
  font-weight: 500;
}
#site_footer #menu-footer_links li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fdcd31;
}
#site_footer #menu-footer_links li a:before {
  font-family: nilcon;
  content: "\e909";
  margin-left: 5px;
  vertical-align: middle;
}
#site_footer #footer_social_links {
  margin: 10px 0;
  padding: 0;
  direction: ltr;
  list-style-type: none;
}
#site_footer #footer_social_links li {
  float: left;
  margin: 10px 17px 10px 0;
}
#site_footer #footer_social_links li:last-child {
  margin-right: 0;
}
#site_footer #footer_social_links li a {
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 48px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  transition: all 0.5s ease;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
}
#site_footer #footer_social_links li a:hover {
  background-color: #0799ff;
  border-color: #0799ff;
}
#site_footer #footer_bottom_section {
  font-weight: 500;
  color: #ffffff;
}
#site_footer #footer_bottom_section p {
  font-size: 13px;
  margin-bottom: 0;
}
#site_footer #footer_bottom_section .vertical_sep {
  margin: 30px 0 40px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
#site_footer #footer_bottom_section .nilcon-heart {
  color: #f23e2c;
  vertical-align: middle;
  font-size: 1.5em;
}
.plusone_box {
  position: fixed;
  z-index: 100;
  min-height: 75px;
  padding: 0 14px;
  bottom: 20px;
  left: 20px;
  background: #fdcd31;
  font-size: 12px;
  font-weight: 500;
  line-height: 36px;
  box-shadow: 2px 2px 9px 0 rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  letter-spacing: -0.03em;
}
.test_page.test_questions_page div#test_description {
  box-shadow: inset 0 7px 7px -7px rgba(0, 0, 0, 0.15), inset 0 -7px 7px -7px rgba(0, 0, 0, 0.15);
  padding-top: 70px;
  min-height: 420px;
  background-color: #f1fafe;
  box-sizing: border-box;
  background-image: url('images/globes_network_white.png');
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .test_page.test_questions_page div#test_description {
    padding-top: 135px;
  }
}
.test_page.test_questions_page div#test_description .row {
  margin: 0 14px;
}
.test_page.test_questions_page div#test_description h1 {
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 35px;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}
.test_page.test_questions_page div#test_description div.test_description {
  font-size: 15px;
  text-align: justify;
}
.test_page.test_questions_page div#test_description .time_counter_container {
  text-align: left;
  position: relative;
  height: 140px;
}
.test_page.test_questions_page div#test_description .time_counter_container .row {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -70px;
  z-index: 100;
}
.test_page.test_questions_page div#test_description .time_counter_container .test_time,
.test_page.test_questions_page div#test_description .time_counter_container .test_counter {
  background-color: #ffffff;
  width: 140px;
  height: 140px;
  border-radius: 70px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
.test_page.test_questions_page div#test_description .time_counter_container .test_time .test_time_contents,
.test_page.test_questions_page div#test_description .time_counter_container .test_counter .test_time_contents,
.test_page.test_questions_page div#test_description .time_counter_container .test_time .test_counter_contents,
.test_page.test_questions_page div#test_description .time_counter_container .test_counter .test_counter_contents {
  position: relative;
  color: #007cd3;
  padding-top: 85px;
  text-align: center;
}
.test_page.test_questions_page div#test_description .time_counter_container .test_time .test_time_contents:before,
.test_page.test_questions_page div#test_description .time_counter_container .test_counter .test_time_contents:before,
.test_page.test_questions_page div#test_description .time_counter_container .test_time .test_counter_contents:before,
.test_page.test_questions_page div#test_description .time_counter_container .test_counter .test_counter_contents:before {
  font-family: nilcon;
  color: #464646;
  display: block;
  position: absolute;
  width: 100%;
  top: 25px;
  left: 0;
  text-align: center;
  font-size: 42px;
}
.test_page.test_questions_page div#test_description .time_counter_container .test_time .test_time_contents.test_time_contents,
.test_page.test_questions_page div#test_description .time_counter_container .test_counter .test_time_contents.test_time_contents,
.test_page.test_questions_page div#test_description .time_counter_container .test_time .test_counter_contents.test_time_contents,
.test_page.test_questions_page div#test_description .time_counter_container .test_counter .test_counter_contents.test_time_contents {
  font-size: 19px;
}
.test_page.test_questions_page div#test_description .time_counter_container .test_time .test_time_contents.test_time_contents:before,
.test_page.test_questions_page div#test_description .time_counter_container .test_counter .test_time_contents.test_time_contents:before,
.test_page.test_questions_page div#test_description .time_counter_container .test_time .test_counter_contents.test_time_contents:before,
.test_page.test_questions_page div#test_description .time_counter_container .test_counter .test_counter_contents.test_time_contents:before {
  content: '\e90b';
}
.test_page.test_questions_page div#test_description .time_counter_container .test_time .test_time_contents.test_counter_contents,
.test_page.test_questions_page div#test_description .time_counter_container .test_counter .test_time_contents.test_counter_contents,
.test_page.test_questions_page div#test_description .time_counter_container .test_time .test_counter_contents.test_counter_contents,
.test_page.test_questions_page div#test_description .time_counter_container .test_counter .test_counter_contents.test_counter_contents {
  font-size: 14px;
}
.test_page.test_questions_page div#test_description .time_counter_container .test_time .test_time_contents.test_counter_contents:before,
.test_page.test_questions_page div#test_description .time_counter_container .test_counter .test_time_contents.test_counter_contents:before,
.test_page.test_questions_page div#test_description .time_counter_container .test_time .test_counter_contents.test_counter_contents:before,
.test_page.test_questions_page div#test_description .time_counter_container .test_counter .test_counter_contents.test_counter_contents:before {
  content: '\e90c';
}
@media (max-width: 480px) {
  .test_page.test_questions_page div#test_description .time_counter_container {
    height: 100px;
  }
  .test_page.test_questions_page div#test_description .time_counter_container .row {
    bottom: -50px;
  }
  .test_page.test_questions_page div#test_description .time_counter_container .test_time,
  .test_page.test_questions_page div#test_description .time_counter_container .test_counter {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin-right: 15px;
  }
  .test_page.test_questions_page div#test_description .time_counter_container .test_time .test_time_contents,
  .test_page.test_questions_page div#test_description .time_counter_container .test_counter .test_time_contents,
  .test_page.test_questions_page div#test_description .time_counter_container .test_time .test_counter_contents,
  .test_page.test_questions_page div#test_description .time_counter_container .test_counter .test_counter_contents {
    padding-top: 50px;
  }
  .test_page.test_questions_page div#test_description .time_counter_container .test_time .test_time_contents:before,
  .test_page.test_questions_page div#test_description .time_counter_container .test_counter .test_time_contents:before,
  .test_page.test_questions_page div#test_description .time_counter_container .test_time .test_counter_contents:before,
  .test_page.test_questions_page div#test_description .time_counter_container .test_counter .test_counter_contents:before {
    top: 10px;
    left: 0;
    font-size: 26px;
  }
  .test_page.test_questions_page div#test_description .time_counter_container .test_time .test_time_contents.test_time_contents,
  .test_page.test_questions_page div#test_description .time_counter_container .test_counter .test_time_contents.test_time_contents,
  .test_page.test_questions_page div#test_description .time_counter_container .test_time .test_counter_contents.test_time_contents,
  .test_page.test_questions_page div#test_description .time_counter_container .test_counter .test_counter_contents.test_time_contents {
    font-size: 16px;
  }
  .test_page.test_questions_page div#test_description .time_counter_container .test_time .test_time_contents.test_counter_contents,
  .test_page.test_questions_page div#test_description .time_counter_container .test_counter .test_time_contents.test_counter_contents,
  .test_page.test_questions_page div#test_description .time_counter_container .test_time .test_counter_contents.test_counter_contents,
  .test_page.test_questions_page div#test_description .time_counter_container .test_counter .test_counter_contents.test_counter_contents {
    font-size: 12px;
  }
}
.test_page.test_questions_page div#test_questions {
  background-color: #ffffff;
}
.test_page.test_questions_page div#test_questions .test_questions_container {
  padding: 90px 40px 0 20px;
  margin-right: 70px;
  border-right: 3px solid #f1fafe;
  border-bottom: thin solid transparent;
}
@media (max-width: 768px) {
  .test_page.test_questions_page div#test_questions .test_questions_container {
    margin-right: 30px;
  }
}
.test_page.test_questions_page div#test_questions .test_questions_container ul.test_questions {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.test_page.test_questions_page div#test_questions .test_questions_container ul.test_questions > li {
  position: relative;
  margin-bottom: 54px;
}
.test_page.test_questions_page div#test_questions .test_questions_container ul.test_questions > li:before {
  display: block;
  content: attr(data-q-no);
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
  color: #007cd3;
  font-family: "Lalezar", Georgia, "Times New Roman", Times, serif;
  font-size: 26px;
  text-align: center;
  line-height: 50px;
  border-radius: 24px;
  position: absolute;
  top: 0;
  right: -64px;
}
.test_page.test_questions_page div#test_questions .test_questions_container ul.test_questions > li p {
  width: 50%;
}
@media (max-width: 991px) {
  .test_page.test_questions_page div#test_questions .test_questions_container ul.test_questions > li p {
    width: 100%;
  }
}
.test_page.test_questions_page div#test_questions .test_questions_container ul.test_questions > li ul {
  margin: 0;
  padding: 15px 20px 25px 20px;
  border-radius: 45px 0 45px 45px;
  width: 50%;
  list-style: none;
}
@media (max-width: 991px) {
  .test_page.test_questions_page div#test_questions .test_questions_container ul.test_questions > li ul {
    width: 100%;
  }
}
.test_page.test_questions_page div#test_questions .test_questions_container ul.test_questions > li ul > li {
  text-indent: -32px;
  margin: 0 32px 0 0;
  padding: 0 32px 0 0;
  text-align: justify;
}
.test_page.test_questions_page div#test_questions .test_questions_container ul.test_questions > li ul > li input[type=radio].neo:checked + label span:before {
  margin: 0 32px 0 0;
}
.test_page.test_questions_page div#test_questions .test_questions_container ul.test_questions > li.active:before {
  border: 3px solid #ffffff;
  color: #ffffff;
  background-color: #70d151;
  line-height: 48px;
}
.test_page.test_questions_page div#test_questions .test_questions_container ul.test_questions > li.active ul {
  box-shadow: 2px 1px 10px 1px rgba(0, 0, 0, 0.1);
  border: none;
}
.test_page.test_questions_page div#test_questions .test_questions_container ul.test_questions > li.done ul {
  border: 2px solid #eff3f6;
}
.test_page.test_questions_page div#test_questions .test_questions_container ul.test_questions > li.done:before {
  color: #ffffff;
  background-color: #fdcd31;
}
.test_page.test_questions_page div#test_questions .container {
  position: relative;
}
.test_page.test_questions_page div#test_questions div.test_status_fixed {
  position: fixed;
  left: 0;
  top: calc(50% - 45px);
  width: 90px;
  height: 90px;
  background: #eff3f6;
  padding: 5px;
  border-radius: 0 4px 4px 0;
  z-index: 999;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
}
.test_page.test_questions_page div#test_questions div.test_status_fixed .c100 {
  margin: 0;
}
.test_page.test_questions_page div#test_questions div.test_status_container {
  width: 460px;
  max-width: 40%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.test_page.test_questions_page div#test_questions div.test_status_container .test_completion_progress {
  height: 48px;
  padding: 4px;
  position: relative;
}
.test_page.test_questions_page div#test_questions div.test_status_container .test_completion_progress .progress-bar {
  float: left;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
}
.test_page.test_questions_page div#test_questions div.test_status_container .test_completion_progress .progress-bar .progress-bar-text {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  color: #464646;
  font-weight: 500;
}
.test_page.test_questions_page div#test_questions div.test_status_container .test_completion_progress .progress-bar-striped,
.test_page.test_questions_page div#test_questions div.test_status_container .test_completion_progress .progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
}
.test_page.test_questions_page div#test_questions div.test_status_container .test_completion_progress .progress-bar-info {
  background-color: #47b4f6;
}
.test_page.test_questions_page div#test_questions .end_test_button_container {
  margin-top: 140px;
  margin-bottom: 160px;
  padding-right: 15%;
}
.test_page.test_questions_page div#test_questions .end_test_button_container #end_test {
  height: 85px;
  line-height: 85px;
  background-color: #05d8a9;
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  border: none;
  padding: 0 24px;
  border-radius: 4px 0 0 4px;
  position: relative;
  margin-right: 92px;
}
.test_page.test_questions_page div#test_questions .end_test_button_container #end_test span {
  vertical-align: middle;
}
.test_page.test_questions_page div#test_questions .end_test_button_container #end_test:before {
  display: block;
  width: 92px;
  height: 85px;
  position: absolute;
  top: 0;
  right: -92px;
  background-color: #13cfa5;
  color: #ffffff;
  font-family: nilcon;
  content: "\e90f";
  font-size: 42px;
  border-radius: 0 4px 4px 0;
}
.test_page.test_questions_page div#test_questions .end_test_button_container #end_test:disabled {
  background-color: #cedbe4;
  color: #464646;
}
.test_page.test_questions_page div#test_questions .end_test_button_container #end_test:disabled:before {
  background-color: #aec2d1;
  color: #464646;
}
@media (max-width: 767px) {
  .test_page.test_questions_page div#test_questions .end_test_button_container {
    margin-top: 70px;
    margin-bottom: 80px;
    padding-right: 0;
  }
  .test_page.test_questions_page div#test_questions .end_test_button_container #end_test {
    margin-right: 0;
    border-radius: 4px;
  }
  .test_page.test_questions_page div#test_questions .end_test_button_container #end_test:before {
    display: none;
  }
}
@media (max-width: 480px) {
  .test_page.test_questions_page div#test_questions .end_test_button_container #end_test {
    height: 68px;
    line-height: 68px;
    font-size: 18px;
    padding: 0 18px;
  }
}
.page_title_container {
  box-shadow: inset 0 7px 7px -7px rgba(0, 0, 0, 0.15), inset 0 -7px 7px -7px rgba(0, 0, 0, 0.15);
  background-color: #f1fafe;
  padding-top: 40px;
  padding-bottom: 30px;
  background-image: url('images/globes_cropped.png');
  background-position: 20px bottom;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media (min-width: 768px) {
  .page_title_container {
    padding-top: 70px;
    padding-bottom: 150px;
    background-position: 20% bottom;
    background-size: auto;
  }
}
.page_title_container h1 {
  font-size: 35px;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}
.page_title_container.test_intro_title {
  color: #007cd3;
  text-align: center;
  background-image: url('images/globes_network_white.png');
  background-position: bottom center;
  background-repeat: no-repeat;
}
.page_title_container .test_info_boxes {
  margin-top: 90px;
  margin-bottom: 25px;
}
.page_title_container .test_info_boxes .test_info_box {
  position: relative;
  background-color: #ffffff;
  border-radius: 4px;
  height: 120px;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
  border: thin solid transparent;
}
.page_title_container .test_info_boxes .test_info_box .icon_container {
  background-color: #fdcd31;
  color: #ffffff;
  width: 72px;
  height: 72px;
  border-radius: 36px;
  position: absolute;
  top: -32px;
  left: calc(50% - 36px);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
}
.page_title_container .test_info_boxes .test_info_box .icon_container > span {
  font-size: 36px;
  line-height: 72px;
}
.page_title_container .test_info_boxes .test_info_box .test_info_box_label {
  margin-top: 55px;
  font-size: 20px;
  color: #222222;
  font-weight: 500;
}
.page_contents.white_bg {
  background-color: #ffffff;
  padding: 75px 0;
}
.page_contents h2.test_result_header {
  font-size: 35px;
  color: #007cd3;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  margin: 0;
}
.page_contents h3.test_interpretation_header {
  font-size: 28px;
  color: #007cd3;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  margin: 0;
  margin: 15px 0;
}
.page_contents .test_result_info {
  margin-top: 80px;
}
.page_contents .test_result_chart .highcharts-axis-labels text,
.page_contents .test_result_chart .highcharts-label.highcharts-tooltip span,
.page_contents .test_result_chart .highcharts-title,
.page_contents .test_result_chart .highcharts-xaxis,
.page_contents .test_result_chart .highcharts-yaxis,
.page_contents .test_result_chart .highcharts-label span,
.page_contents .test_result_chart .highcharts-axis-labels span,
.page_contents .test_result_chart .highcharts-legend-item span {
  font-family: "IRANSans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.page_contents .test_result_chart .highcharts-tooltip {
  text-align: center;
}
.page_contents .test_result_chart .highcharts-data-label text {
  font-family: "IRANSans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  direction: ltr;
}
.page_contents .test_result_description_box {
  border: 2px solid #eff3f6;
  border-radius: 45px 0 45px 45px;
  padding: 45px 20px 40px 20px;
  position: relative;
}
.page_contents .test_result_description_box h4 {
  position: absolute;
  top: -20px;
  right: 20px;
  height: 42px;
  line-height: 42px;
  padding: 0 32px;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
  border-radius: 32px;
  color: #ffffff;
  font-weight: 500;
  font-size: 15px;
  margin: 0;
}
.page_contents .test_result_description_box h4.blue {
  background-color: #007cd3;
}
.page_contents .test_result_description_box p,
.page_contents .test_result_description_box ul,
.page_contents .test_result_description_box li {
  font-weight: 500;
  font-size: 14px;
  text-align: justify;
  margin-bottom: 0;
}
.page_contents .test_interpretation_box p {
  text-align: justify;
}
.page_contents .test_interpretation_box img {
  padding: 3px;
  border: thin solid #aec2d1;
}
.page_contents .email_result_container {
  margin-top: 70px;
}
.page_contents .email_result_container .row {
  margin: 0;
}
.page_contents .email_result_container .email_result_box {
  border-radius: 4px;
  background: url("images/mail_strpes.png") no-repeat top center;
  height: 145px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  padding: 0 15px;
}
.page_contents .email_result_container .email_result_box > div {
  margin-top: 45px;
}
.page_contents .email_result_container .email_result_box div {
  font-weight: 500;
  font-size: 15px;
  color: #636463;
  text-align: left;
  line-height: 43px;
}
.page_contents .email_result_container .email_result_box div input[type=text] {
  height: 45px;
  width: 100%;
  line-height: 45px;
  border-radius: 25px;
  border: 2px solid #dde2ef;
  outline: none;
  box-shadow: none;
}
.page_contents .email_result_container .email_result_box div button {
  background-color: #70d151;
  color: #ffffff;
  font-weight: 400;
  font-size: 13px;
  transition: all 0.5s ease;
  height: 45px;
  width: 100%;
  line-height: 45px;
  border-radius: 25px;
  padding: 0;
  outline: none !important;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1) !important;
  border: none;
}
.page_contents .email_result_container .email_result_box div button:hover {
  background-color: #54bd32;
}
.page_contents .email_result_container .email_result_box div button span {
  line-height: 45px;
  vertical-align: middle;
}
.page_contents .email_result_container .email_result_box div button span.nilcon-email {
  font-size: 20px;
}
@media (max-width: 767px) {
  .page_contents .email_result_container .email_result_box {
    margin: 0 10px;
    padding: 0 10px;
    height: initial !important;
  }
  .page_contents .email_result_container .email_result_box div {
    text-align: center;
    margin: 10px 0;
  }
  .page_contents .email_result_container .email_result_box button {
    width: initial !important;
    padding: 0 25px !important;
  }
}
.page_contents .form-table {
  width: 100%;
}
.page_contents .form-table td,
.page_contents .form-table th {
  font-size: 13px;
  font-weight: 500;
  color: #2b2b2b;
  padding-bottom: 15px;
}
.page_contents .form-table td input[type=text],
.page_contents .form-table th input[type=text],
.page_contents .form-table td input[type=number],
.page_contents .form-table th input[type=number] {
  height: 45px;
  width: 100%;
  line-height: 44px;
  border: 2px solid #e1e8ee;
  border-radius: 4px;
  padding: 0 7px;
  font-size: 14px;
  font-weight: 400;
  box-shadow: none;
  outline: none;
}
.page_contents .form-table td textarea,
.page_contents .form-table th textarea {
  height: 145px;
  width: 100%;
  line-height: 22px;
  border: 2px solid #e1e8ee;
  border-radius: 4px;
  padding: 7px;
  resize: vertical;
  font-size: 14px;
  font-weight: 400;
  box-shadow: none;
  outline: none;
}
.page_contents .form-table td select,
.page_contents .form-table th select {
  height: 45px;
  width: 100%;
  line-height: 44px;
  border: 2px solid #e1e8ee;
  border-radius: 4px;
  padding: 0 7px;
  font-size: 14px;
  font-weight: 400;
  box-shadow: none;
  outline: none;
}
.page_contents .form-table td input[type=radio].neo + label,
.page_contents .form-table th input[type=radio].neo + label {
  display: inline;
}
.page_contents .form-actions {
  border-top: thin solid #e1e8ee;
  margin-top: 37px;
  padding-top: 37px;
}
.page_contents .form-actions input {
  width: 160px;
  height: 50px;
  border: none;
  border-radius: 25px;
  color: #ffffff;
  transition: all 0.5s ease;
  margin-right: 10px;
  outline: none;
}
.page_contents .form-actions input[type=submit] {
  background-color: #70d151;
}
.page_contents .form-actions input[type=submit]:hover {
  background-color: #54bd32;
}
.page_contents .form-actions input[type=button] {
  background-color: #b4cae5;
}
.page_contents .form-actions input[type=button]:hover {
  background-color: #8eafd8;
}
.page_contents img.captcha {
  display: block;
  margin: 7px auto;
  border-radius: 4px;
}
.profile_tests_pane {
  position: relative;
}
.profile_tests_pane table td,
.profile_tests_pane table th {
  vertical-align: middle !important;
}
.profile_tests_pane table td .btn-xs,
.profile_tests_pane table th .btn-xs {
  height: 3em;
  line-height: 3em;
}
@media (max-width: 991px) {
  .profile_info_pane .col-md-6:first-child {
    margin-bottom: 15px;
  }
  .profile_info_pane .col-md-6:last-child {
    border-top: thin solid #e1e8ee;
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .profile_info_pane .col-md-6:first-child .form-table {
    width: 97%;
    margin-left: 3%;
  }
  .profile_info_pane .col-md-6:last-child .form-table {
    width: 97%;
    margin-right: 3%;
  }
}
.loading_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: url('images/ajax-loader.gif');
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 999;
  display: none;
}
.test_intro_contents .nav-tabs {
  text-align: center;
}
.test_intro_contents .nav-tabs li {
  float: none;
  display: inline-block;
}
@media (max-width: 550px) {
  .test_intro_contents .nav-tabs li {
    display: block;
  }
}
.test_intro_contents .nav-tabs li:first-child {
  margin-right: 0;
}
.test_intro_contents .nav-tabs li [class^="nilcon-"],
.test_intro_contents .nav-tabs li [class*=" nilcon-"] {
  font-size: 18px;
  color: #8bc34a;
  margin-left: 7px;
}
.test_intro_contents .nav-tabs li.active a {
  border-bottom-width: 3px !important;
}
.test_intro_contents .tab-pane#test_info img {
  box-shadow: 0px 15px 70px -25px rgba(0, 0, 0, 0.75);
  margin-left: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .test_intro_contents .tab-pane#test_info img {
    float: none !important;
    display: block;
  }
}
@media (min-width: 768px) {
  .test_intro_contents .tab-pane#test_info img {
    float: right;
  }
}
.test_intro_contents .tab-pane#test_info .test_info_title {
  font-size: 25px;
  color: #007cd3;
}
.test_intro_contents .tab-pane#test_info .test_info_excerpt * {
  font-size: 14px;
  font-weight: 500;
}
.test_intro_contents .tab-pane#related_articles .related_post_row {
  padding: 25px 0;
  border-bottom: thin solid #e1e8ee;
}
.test_intro_contents .tab-pane#related_articles .related_post_row:last-child {
  border-bottom: none;
}
.test_intro_contents .tab-pane#related_articles .related_post_row img {
  border-radius: 4px;
  width: 242px;
  height: 180px;
  float: right;
  margin-left: 15px;
}
.test_intro_contents .tab-pane#related_articles .related_post_row h5 {
  font-size: 21px;
  padding: 10px 0;
}
.test_intro_contents .tab-pane#related_articles .related_post_row h5 a {
  color: #007cd3;
}
.test_intro_contents .tab-pane#related_articles .related_post_row h5 a:hover {
  color: #005ea0;
}
.test_intro_contents .tab-pane#related_articles .related_post_row .related_post_excerpt {
  text-align: justify;
  font-size: 14px;
  line-height: 27px;
}
.test_intro_contents .test_start_options {
  padding-top: 200px;
}
.test_intro_contents .start_test_button_container {
  margin-top: 0;
  margin-bottom: 60px;
  text-align: center;
}
.test_intro_contents .start_test_button_container #start_test {
  display: inline-block;
  height: 85px;
  line-height: 85px;
  background-color: #fdcd31;
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  border: none;
  padding: 0 45px;
  border-radius: 4px 0 0 4px;
  position: relative;
  margin-right: 92px;
}
.test_intro_contents .start_test_button_container #start_test span {
  vertical-align: middle;
}
.test_intro_contents .start_test_button_container #start_test:before {
  display: block;
  width: 92px;
  height: 85px;
  position: absolute;
  top: 0;
  right: -92px;
  background-color: #f9bf02;
  color: #ffffff;
  font-family: nilcon;
  content: "\e90f";
  font-size: 42px;
  border-radius: 0 4px 4px 0;
}
.test_intro_contents .start_test_button_container #login_register {
  display: inline-block;
  height: 85px;
  line-height: 85px;
  background-color: #70d151;
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  border: none;
  padding: 0 45px;
  border-radius: 4px 0 0 4px;
  position: relative;
  margin-right: 92px;
}
.test_intro_contents .start_test_button_container #login_register span {
  vertical-align: middle;
}
.test_intro_contents .start_test_button_container #login_register:before {
  display: block;
  width: 92px;
  height: 85px;
  position: absolute;
  top: 0;
  right: -92px;
  background-color: #54bd32;
  color: #ffffff;
  font-family: nilcon;
  content: "\e900";
  font-size: 42px;
  border-radius: 0 4px 4px 0;
}
.test_intro_contents .start_test_button_container #pay_and_start {
  display: inline-block;
  height: 85px;
  line-height: 85px;
  background-color: #007cd3;
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  border: none;
  padding: 0 45px;
  border-radius: 4px 0 0 4px;
  position: relative;
  margin-right: 92px;
}
.test_intro_contents .start_test_button_container #pay_and_start span {
  vertical-align: middle;
}
.test_intro_contents .start_test_button_container #pay_and_start:before {
  display: block;
  width: 92px;
  height: 85px;
  position: absolute;
  top: 0;
  right: -92px;
  background-color: #005ea0;
  color: #ffffff;
  font-family: nilcon;
  content: "\e916";
  font-size: 42px;
  border-radius: 0 4px 4px 0;
}
@media (max-width: 767px) {
  .test_intro_contents .start_test_button_container #start_test,
  .test_intro_contents .start_test_button_container #login_register,
  .test_intro_contents .start_test_button_container #pay_and_start {
    margin-right: 0;
    border-radius: 4px;
  }
  .test_intro_contents .start_test_button_container #start_test:before,
  .test_intro_contents .start_test_button_container #login_register:before,
  .test_intro_contents .start_test_button_container #pay_and_start:before {
    display: none;
  }
}
@media (max-width: 480px) {
  .test_intro_contents .start_test_button_container #start_test,
  .test_intro_contents .start_test_button_container #login_register,
  .test_intro_contents .start_test_button_container #pay_and_start {
    height: 68px;
    line-height: 68px;
    font-size: 18px;
    padding: 0 18px;
  }
}
.test_intro_contents .discount_box {
  padding: 50px 20px;
  border-radius: 4px;
  border: thin solid #eaeaea;
  color: #555555;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.test_intro_contents .discount_box p {
  font-size: 14px;
  line-height: 34px;
  font-weight: 500;
  text-align: justify;
}
.test_intro_contents .discount_box #open_discount_form {
  display: block;
  margin: 10px auto;
  width: 360px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #007cd3;
  color: #ffffff;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.5s ease;
  cursor: pointer;
}
.test_intro_contents .discount_box #open_discount_form:hover {
  background-color: #005ea0;
}
.test_intro_contents .discount_box .discount_form {
  display: none;
  margin-top: 20px;
}
.test_intro_contents .discount_box .discount_form .input.neo .neo_icon {
  font-weight: 700;
  font-size: 14px;
}
.test_intro_contents .discount_box .discount_form #discount_request {
  display: block;
  margin: 10px auto;
  width: 250px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #70d151;
  color: #ffffff;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.5s ease;
  cursor: pointer;
  border: none;
  outline: none;
}
.test_intro_contents .discount_box .discount_form #discount_request:hover {
  background-color: #54bd32;
}
/*Holland Test*/
.holland_section_title {
  color: #007cd3;
  position: relative;
  text-align: center;
}
.holland_section_title span {
  background-color: #ffffff;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}
.holland_section_title:after {
  content: '';
  display: block;
  border-bottom: thin solid #007cd3;
  position: absolute;
  top: 50%;
  left: 0;
  height: 0;
  width: 100%;
}
.holland_activities_list {
  list-style: none;
  margin: 14px 0;
  border: 2px solid #eff3f6;
  padding: 16px 7px;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .holland_activities_list {
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    column-count: 2;
    column-gap: 30px;
  }
}
@media (min-width: 992px) {
  .holland_activities_list {
    -moz-column-count: 3;
    -moz-column-gap: 50px;
    -webkit-column-count: 3;
    -webkit-column-gap: 50px;
    column-count: 3;
    column-gap: 50px;
  }
}
.holland_experiences_list {
  list-style: none;
  margin: 14px 0;
  border: 2px solid #eff3f6;
  padding: 16px 7px;
  border-radius: 20px;
}
@media (min-width: 992px) {
  .holland_experiences_list {
    -moz-column-count: 2;
    -moz-column-gap: 50px;
    -webkit-column-count: 2;
    -webkit-column-gap: 50px;
    column-count: 2;
    column-gap: 50px;
  }
}
.holland_jobs_list {
  list-style: none;
  margin: 14px 0;
  border: 2px solid #eff3f6;
  padding: 16px 7px;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .holland_jobs_list {
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    column-count: 2;
    column-gap: 30px;
  }
}
@media (min-width: 992px) {
  .holland_jobs_list {
    -moz-column-count: 3;
    -moz-column-gap: 50px;
    -webkit-column-count: 3;
    -webkit-column-gap: 50px;
    column-count: 3;
    column-gap: 50px;
  }
}
.holland_table {
  width: 100%;
  margin: 25px 0;
}
.holland_table th,
.holland_table td {
  border: thin solid #eff3f6;
  padding: 7px 4px;
  text-align: center;
  vertical-align: middle;
}

/*************************************/
.commentlist {
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: auto;
    width: 80%;
}
.comment-respond {
    width: 80%;
    margin: auto;
}
.comment-form{
    position: relative;
    margin-bottom: 50px;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    float: left;
    position: absolute;
    bottom: -30px;
    left: 40%;
}
.cmm,.date{
    margin-right: 10px;float:right; position: relative;
}
.blog_single_top .cmm:after {
	background-image: url(http://karnil.com/wp-content/uploads/2020/10/icons-s174be52923.png);
    background-repeat: no-repeat;
    background-position: 0 -270px;
    height: 17px;
    width: 17px;
    display: block;
    content: "";
    float: right;
    margin-left: 7px;
}
 .blog_single_top .date:after {
	background-image: url(http://karnil.com/wp-content/uploads/2020/10/icons-s174be52923.png);
    background-repeat: no-repeat;
    background-position: 0 -2518px;
    height: 17px;
    width: 17px;
    display: block;
    float: right;
    margin-left: 7px;
    content: "";
}
.cover{
    width: 100%;
    height: 500px;
}
.cover img{
    width: 100% !important;
    height: 100% !important;
}
.blog_profile img {
   
    -moz-box-shadow: 0px 6px 9px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 6px 9px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 6px 9px 0px rgba(0,0,0,0.1);
    right: 0;
    border: 4px solid #fff;
    
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 75px;
}
.page_contents {
    font-size: 17px !important;
    line-height: 32px !important;
    font-family: IRANSans,"Helvetica Neue",Helvetica,Arial,sans-serif;
}