@charset "UTF-8";
/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.icon-female {
  background-image: url(../images/sprites/sprite.min.png);
  background-position: 0px 0px;
  width: 84px;
  height: 84px;
}

.icon-male {
  background-image: url(../images/sprites/sprite.min.png);
  background-position: -84px 0px;
  width: 84px;
  height: 84px;
}

.nws-section.pages-bmi-form-section {
  padding-bottom: 7px;
}
.nws-section.pages-bmi-form-section .wrapper {
  background: #ffffff;
  box-shadow: 0 0 15px 0 rgba(0, 86, 109, 0.1);
  border-radius: 5px;
  padding-bottom: 26px;
}
.nws-section.pages-bmi-form-section .nav-tabs {
  border-bottom: 2px solid #F6F6F7;
  padding-block: 13px 0;
}
@media (min-width: 768px) {
  .nws-section.pages-bmi-form-section .nav-tabs {
    margin-bottom: 37px;
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .nws-section.pages-bmi-form-section .nav-tabs {
    margin-bottom: 25px;
  }
}
.nws-section.pages-bmi-form-section .nav-tabs > li {
  margin: 0;
}
.nws-section.pages-bmi-form-section .nav-tabs > li:before {
  display: none;
}
.nws-section.pages-bmi-form-section .nav-tabs > li > a {
  border: none;
  color: #00566d;
  padding: 0 20px 15px;
  position: relative;
}
.nws-section.pages-bmi-form-section .nav-tabs > li > a:after {
  content: "";
  position: absolute;
  inset-inline-end: 0;
  height: 3px;
  width: 100%;
  bottom: 0;
  background: #49daef;
  transform: scaleX(0.5);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.nws-section.pages-bmi-form-section .nav-tabs > li > a.active:after {
  opacity: 1;
  transform: none;
}
.nws-section.pages-bmi-form-section .tab-pane {
  padding: 0 20px;
}
.nws-section.pages-bmi-form-section .tab-pane form.theme-form .row {
  gap: 0 20px;
}
.nws-section.pages-bmi-form-section .tab-pane form.theme-form .frm_error {
  margin-bottom: 15px;
}
.nws-section.pages-bmi-form-section .tab-pane form.theme-form input[type=text], .nws-section.pages-bmi-form-section .tab-pane form.theme-form input[type=email], .nws-section.pages-bmi-form-section .tab-pane form.theme-form input[type=number], .nws-section.pages-bmi-form-section .tab-pane form.theme-form input[type=tel], .nws-section.pages-bmi-form-section .tab-pane form.theme-form input[type=password], .nws-section.pages-bmi-form-section .tab-pane form.theme-form input[type=search] {
  height: 50px;
  border-radius: 10px;
  margin-bottom: 17px;
}
.nws-section.pages-bmi-form-section .tab-pane form.theme-form input[type=text]::placeholder, .nws-section.pages-bmi-form-section .tab-pane form.theme-form input[type=email]::placeholder, .nws-section.pages-bmi-form-section .tab-pane form.theme-form input[type=number]::placeholder, .nws-section.pages-bmi-form-section .tab-pane form.theme-form input[type=tel]::placeholder, .nws-section.pages-bmi-form-section .tab-pane form.theme-form input[type=password]::placeholder, .nws-section.pages-bmi-form-section .tab-pane form.theme-form input[type=search]::placeholder {
  color: #8ba3a9 !important;
}
.nws-section.pages-bmi-form-section .tab-pane form.theme-form .group-radio-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 17px;
}
@media (max-width: 991px) {
  .nws-section.pages-bmi-form-section .tab-pane form.theme-form .group-radio-wrapper {
    max-width: 195px;
    margin: 13px 0 0;
  }
}
.nws-section.pages-bmi-form-section .tab-pane form.theme-form .group-radio-wrapper > label {
  padding: 0;
  margin: 0;
  color: #8ba3a9;
}
.nws-section.pages-bmi-form-section .tab-pane form.theme-form .group-radio-wrapper > label:before, .nws-section.pages-bmi-form-section .tab-pane form.theme-form .group-radio-wrapper > label:after {
  display: none;
}
.nws-section.pages-bmi-form-section .tab-pane form.theme-form .group-radio-wrapper .frm_radio {
  margin-inline-start: 10px;
}
.nws-section.pages-bmi-form-section .tab-pane form.theme-form .group-radio-wrapper .frm_radio label {
  margin: 0;
  padding-inline-start: 20px;
}
.nws-section.pages-bmi-form-section .tab-pane form.theme-form .group-radio-wrapper .frm_radio label:before {
  border-width: 1px;
}
.nws-section.pages-bmi-form-section .tab-pane form.theme-form .group-radio-wrapper .frm_radio label:after {
  background: #49daef;
}
.nws-section.pages-bmi-form-section .tab-pane form.theme-form .frm_submit {
  margin: 0;
}
@media (max-width: 767px) {
  .nws-section.pages-bmi-form-section .tab-pane form.theme-form .frm_submit {
    margin: 12px 0 4px;
  }
}
.nws-section.pages-bmi-form-section .tab-pane form.theme-form .frm_submit [type=submit] {
  padding: 11px;
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  min-width: 0;
  line-height: normal;
}
@media (min-width: 768px) {
  .nws-section.pages-bmi-form-section .tab-pane form.theme-form .frm_submit [type=submit] {
    max-width: 194px;
  }
}
.nws-section.pages-bmi-form-section .tab-pane#advanced .frm_submit {
  margin: 22px 0 14px;
}

section.form-home-section form.calculateIdealWeight {
  background: linear-gradient(to left, #f3fafd, #fefbf8);
  border-radius: 20px;
}
section.form-home-section form.calculateIdealWeight .row {
  gap: 0 12px;
}
section.form-home-section form.calculateIdealWeight input {
  height: 44px;
  text-align: center;
  padding-inline-end: 7px;
  width: 98px;
}
@media (max-width: 767px) {
  section.form-home-section form.calculateIdealWeight input {
    width: 100%;
    margin-bottom: 30px;
  }
}
section.form-home-section form.calculateIdealWeight .one-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.form-home-section form.calculateIdealWeight .one-box .title {
  font-weight: 500;
}
section.form-home-section form.calculateIdealWeight .one-box .title i {
  color: #49daef;
  margin-inline-end: 8px;
  font-size: 1rem;
}
section.form-home-section form.calculateIdealWeight .one-box .title .optional {
  font-size: 12px;
  margin-inline-start: 5px;
  vertical-align: bottom;
  color: #a1afb7;
  font-weight: normal;
}
section.form-home-section .gender {
  font-weight: 500;
  height: 60px;
}
@media (min-width: 576px) and (max-width: 767px) {
  section.form-home-section .gender:not(:last-child) {
    margin-bottom: 40px;
  }
}
section.form-home-section .gender .avatar-figure {
  margin-top: -12px;
}
section.form-home-section .gender .avatar {
  transform: scale(0.7143);
  position: relative;
}
section.form-home-section .gender .avatar:after {
  content: "";
  border: 2px solid #49daef;
  position: absolute;
  inset: 0;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
section.form-home-section .gender.selected .avatar:after {
  opacity: 1;
}
section.form-home-section .gender input {
  display: none;
}
section.form-home-section .calculate {
  background: #49daef;
  margin-inline-end: 0;
  font-size: 1rem;
}
@media (min-width: 768px) {
  section.form-home-section .calculate {
    margin-inline-start: auto;
  }
}
@media (max-width: 767px) {
  section.form-home-section .calculate {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }
}
section.form-home-section .calculate:hover {
  background: #49daef;
}

@media (max-width: 1199px) {
  .nws-section.pages-bmi-result-section:not(.without-style) {
    padding-bottom: 21px;
  }
}
.nws-section.pages-bmi-result-section:not(.without-style) .white-bg {
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 24px 30px;
}
@media (max-width: 991px) {
  .nws-section.pages-bmi-result-section:not(.without-style) .white-bg {
    padding: 32px 24px 26px;
  }
}
.nws-section.pages-bmi-result-section:not(.without-style) .white-bg .one-row {
  display: table;
  margin-inline: auto;
}
.nws-section.pages-bmi-result-section:not(.without-style) .white-bg .one-row.message-col {
  width: calc(100% - 12px);
}
@media (max-width: 767px) {
  .nws-section.pages-bmi-result-section:not(.without-style) .white-bg .one-row.message-col {
    margin-top: 5px;
    width: 100%;
  }
}
.nws-section.pages-bmi-result-section:not(.without-style) .white-bg .bmi {
  text-align: center;
}
.nws-section.pages-bmi-result-section:not(.without-style) .white-bg .bmi .bmi-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  color: #27d98e;
  background: rgba(39, 217, 142, 0.1);
  margin-inline: auto;
  margin-bottom: 9px;
}
.nws-section.pages-bmi-result-section:not(.without-style) .white-bg .bmi .bmi-title {
  font-weight: bold;
  margin-bottom: 12px;
}
.nws-section.pages-bmi-result-section:not(.without-style) .white-bg .bmi .bmi-number {
  color: #77cb43;
  font-size: 2em;
  line-height: 1.7;
  font-weight: 700;
  margin-bottom: 12px;
}
.nws-section.pages-bmi-result-section:not(.without-style) .white-bg .bmi .bmi-number.underweight {
  color: #55acee;
}
.nws-section.pages-bmi-result-section:not(.without-style) .white-bg .bmi .bmi-number.overweight {
  color: #ff5252;
}
.nws-section.pages-bmi-result-section:not(.without-style) .white-bg .description {
  color: #A1AFB7;
  font-size: 12px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .nws-section.pages-bmi-result-section:not(.without-style) .white-bg .description {
    margin-bottom: 13px;
    text-align: center;
  }
}
.nws-section.pages-bmi-result-section:not(.without-style) .white-bg .message {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 21px 17px;
  min-height: 70px;
  border-radius: 16px;
}
.nws-section.pages-bmi-result-section:not(.without-style) .white-bg .message span {
  display: inline-block;
}
.nws-section.pages-bmi-result-section:not(.without-style) .white-bg .message:not(:last-child) {
  margin-bottom: 13px;
}
.nws-section.pages-bmi-result-section:not(.without-style) .white-bg .message span:not(:last-child) {
  margin-inline-end: 5px;
}
.nws-section.pages-bmi-result-section:not(.without-style) .white-bg .message.alert-bmi {
  justify-content: center;
  text-align: center;
  background: rgba(119, 203, 67, 0.05);
  color: #77cb43;
}
@media (max-width: 767px) {
  .nws-section.pages-bmi-result-section:not(.without-style) .white-bg .message.alert-bmi {
    font-size: 18px;
    line-height: 31px;
    font-weight: 700;
    margin-bottom: 28px;
  }
}
.nws-section.pages-bmi-result-section:not(.without-style) .white-bg .message.alert-bmi.overweight {
  background: rgba(255, 82, 82, 0.05);
  color: #ff5252;
}
.nws-section.pages-bmi-result-section:not(.without-style) .white-bg .message.alert-bmi.underweight {
  background: rgba(85, 172, 238, 0.05);
  color: #55acee;
}
.nws-section.pages-bmi-result-section:not(.without-style) .white-bg .message:not(.alert-bmi) {
  font-size: 0.875em;
  line-height: 24px;
}
.nws-section.pages-bmi-result-section:not(.without-style) .white-bg .message:not(.alert-bmi) span:not(:first-child) {
  font-weight: 700;
}
@media (max-width: 767px) {
  .nws-section.pages-bmi-result-section:not(.without-style) .white-bg .message:not(.alert-bmi) {
    background: none !important;
    min-height: 0;
    padding: 0;
    margin-bottom: 19px;
  }
}
.nws-section.pages-bmi-result-section:not(.without-style) .white-bg .message.warning {
  background: rgba(250, 158, 50, 0.05);
}
.nws-section.pages-bmi-result-section:not(.without-style) .white-bg .message.warning span:not(:first-child) {
  color: #fa9e32;
}
.nws-section.pages-bmi-result-section:not(.without-style) .white-bg .message.normal-range {
  background: rgba(38, 217, 142, 0.05);
}
.nws-section.pages-bmi-result-section:not(.without-style) .white-bg .message.normal-range span:not(:first-child) {
  color: #49daef;
}
.nws-section.pages-bmi-result-section:not(.without-style) .advice {
  width: 100%;
  background: #fafafa;
  border-radius: 20px;
  padding: 34px;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .nws-section.pages-bmi-result-section:not(.without-style) .advice {
    padding: 20px;
  }
}
.nws-section.pages-bmi-result-section:not(.without-style) .advice .title {
  font-weight: 700;
  margin-bottom: 30px;
}
.nws-section.pages-bmi-result-section:not(.without-style) .advice ol {
  padding-inline-start: 15px;
  margin: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .nws-section.pages-bmi-result-section:not(.without-style) .advice ol {
    font-size: 14px;
    line-height: 24px;
  }
}
.nws-section.pages-bmi-result-section:not(.without-style) .theme-button {
  min-width: 170px;
  border-radius: 12px;
  margin-inline: auto;
  justify-content: center;
  padding-inline: 10px;
}
@media (min-width: 1200px) {
  .nws-section.pages-bmi-result-section:not(.without-style) .theme-button {
    min-width: 0;
    margin-inline: 0;
    max-width: 100%;
    font-size: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .nws-section.pages-bmi-result-section:not(.without-style) .theme-button {
    min-width: 0;
    width: 170px;
    max-width: 100%;
  }
  .nws-section.pages-bmi-result-section:not(.without-style) .theme-button i {
    display: none;
  }
}
@media (min-width: 1200px) {
  .nws-section.pages-bmi-result-section:not(.without-style) .theme-button:not(:last-child) {
    margin-bottom: 18px;
  }
}
@media (max-width: 1199px) {
  .nws-section.pages-bmi-result-section:not(.without-style) .theme-button:not(:last-child) {
    margin-bottom: 21px;
  }
}
.nws-section.pages-bmi-result-section:not(.without-style) .theme-button.gray {
  border: 1px solid #b5c8d3;
  background: #ffffff;
  color: #6f8897;
}
@media (max-width: 1199px) {
  .nws-section.pages-bmi-result-section:not(.without-style) .theme-button.gray {
    margin-top: 21px;
  }
}
.nws-section.pages-bmi-result-section:not(.without-style) .theme-button.gray:hover {
  background: #49daef;
  border-color: #49daef;
  color: #ffffff;
}
.nws-section.pages-bmi-result-section:not(.without-style) .theme-button.appointment {
  background: #49daef;
  color: white;
}
@media (max-width: 767px) {
  .nws-section.pages-bmi-result-section:not(.without-style) .theme-button.appointment {
    width: 100%;
  }
}
.nws-section.pages-bmi-result-section:not(.without-style) .theme-button i {
  margin-inline-end: 9px;
}
.nws-section.pages-bmi-result-section:not(.without-style) .theme-button:hover:before {
  border-radius: 15px;
}
@media (max-width: 767px) {
  .nws-section.pages-bmi-result-section:not(.without-style) .mobile-col {
    width: calc(100% - 20px);
  }
}
.nws-section.pages-bmi-result-section:not(.without-style) .banner {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-end;
  color: #ffffff;
  border-radius: 10px;
  background: #b6a8e5 right bottom no-repeat;
  background-size: contain;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .nws-section.pages-bmi-result-section:not(.without-style) .banner {
    background-position: calc(100% + 50px) 100%;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .nws-section.pages-bmi-result-section:not(.without-style) .banner {
    min-height: 200px;
  }
}
@media (max-width: 767px) {
  .nws-section.pages-bmi-result-section:not(.without-style) .banner {
    min-height: 100px;
  }
}
.nws-section.pages-bmi-result-section:not(.without-style) .banner .text {
  display: table;
  font-weight: 500;
  flex-grow: 0;
  align-self: center;
  flex-basis: 69%;
}
@media (min-width: 768px) {
  .nws-section.pages-bmi-result-section:not(.without-style) .banner .text {
    padding: 15px 10% 27px;
    font-size: 24px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  .nws-section.pages-bmi-result-section:not(.without-style) .banner .text {
    padding: 15px;
    line-height: 36px;
  }
}
.nws-section.pages-bmi-result-section:not(.without-style) .banner .text i {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 35px;
  height: 35px;
  font-size: 16px;
  background: #ffffff;
  color: #00566d;
  border-radius: 5px;
  margin-inline-start: 5px;
  position: relative;
  top: 7px;
}
@media (max-width: 767px) {
  .nws-section.pages-bmi-result-section:not(.without-style) .banner .text i {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }
}

body.lang-ar .nws-section.pages-bmi-result-section .white-bg .form-wrap form.theme-form .frm_submit [type=submit] {
  padding: 11px 5px;
}
@media (min-width: 1200px), (min-width: 768px) and (max-width: 991px) {
  body.lang-ar .nws-section.pages-bmi-result-section .white-bg .form-wrap form.theme-form .frm_submit [type=submit] {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.lang-ar .nws-section.pages-bmi-result-section .white-bg .form-wrap form.theme-form .frm_submit [type=submit] {
    font-size: 13px;
  }
}
@media (min-width: 1200px), (min-width: 768px) and (max-width: 991px) {
  body.lang-ar .nws-section.pages-bmi-result-section .white-bg .form-wrap form.theme-form .frm_submit [type=submit][value="حصول علی نظام الغذایی السمانه مجانیاً"] {
    font-size: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.lang-ar .nws-section.pages-bmi-result-section .white-bg .form-wrap form.theme-form .frm_submit [type=submit][value="حصول علی نظام الغذایی السمانه مجانیاً"] {
    font-size: 11px;
  }
}

.single-post .nws-section.pages-bmi-result-section,
.single-post .nws-section.pages-bmi-form-section {
  margin-block: 50px;
}

.row .col-6 {
  grid-column: span 6;
}
@media (min-width: 576px) {
  .row .col-sm-4 {
    grid-column: span 4;
  }
}
@media (min-width: 576px) {
  .row .col-sm-8 {
    grid-column: span 8;
  }
}
@media (min-width: 576px) {
  .row .col-sm-9 {
    grid-column: span 9;
  }
}
@media (min-width: 576px) {
  .row .col-sm-12 {
    grid-column: span 12;
  }
}
@media (min-width: 768px) {
  .row .col-md-3 {
    grid-column: span 3;
  }
}
@media (min-width: 768px) {
  .row .col-md-6 {
    grid-column: span 6;
  }
}
@media (min-width: 768px) {
  .row .col-md-12 {
    grid-column: span 12;
  }
}
@media (min-width: 992px) {
  .row .col-lg-4 {
    grid-column: span 4;
  }
}
@media (min-width: 1200px) {
  .row .col-xl-2 {
    grid-column: span 2;
  }
}
@media (min-width: 1200px) {
  .row .col-xl-3 {
    grid-column: span 3;
  }
}
@media (min-width: 1200px) {
  .row .col-xl-4 {
    grid-column: span 4;
  }
}
@media (min-width: 1200px) {
  .row .col-xl-7 {
    grid-column: span 7;
  }
}

/*# sourceMappingURL=nws-bmi-styles.css.map */
