
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v40-latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/open-sans-v40-latin-ext-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v40-latin-ext-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v40-latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}



body {
  margin: 0;
}


a {
  background-color: transparent;
}


img {
  border-style: none;
}



button,
input {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}



button,
input {
  /* 1 */
  overflow: visible;
}



button {
  /* 1 */
  text-transform: none;
}



button,
[type="submit"] {
  -webkit-appearance: button;
}



button::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}



button:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}



::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
footer,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
img {
  vertical-align: middle;
  border-style: none;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button {
  text-transform: none;
}
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 1.2;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.custom-control-input.is-valid:focus:not(:checked)
  ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #28a745;
}
.custom-control-input.is-invalid:focus:not(:checked)
  ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #dc3545;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.collapse:not(.show) {
  display: none;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.ml-auto {
  margin-left: auto !important;
}
.text-center {
  text-align: center !important;
}
@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  img {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
}
/*# sourceMappingURL=bootstrap.min.css.map */

* {
  margin: 0;
  padding: 0;
}
body {
  background: #ffffff;
  font-family: "Open Sans", sans-serif;
}
:root {
  --baseColor: #0694bd;
  --lightColor: #ffffff;
  --grayColor: #f7f7f7;
  --darkColor: #232323;
  --blackColor: #1c212e;
  --borderColor: #d6d6d6;

  --baseFont: "Open Sans", sans-serif;
}
/* ========== Custom CSS Starts ========== */

/* ===== CSS For "Common Cases" Starts Here ===== */
/* ======================== */
.heading {
  margin-bottom: 15px;
}
.heading h3 {
  color: var(--blackColor);
  font-family: var(--baseFont);
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 0px;
}
.sub_heading {
  margin-bottom: 10px;
}
.sub_heading h4 {
  color: var(--blackColor);
  font-family: var(--baseFont);
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0px;
}
/* ======================== */
.para_texts p {
  color: var(--darkColor);
  font-family: var(--baseFont);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.para_texts p:last-child {
  margin-bottom: 0px;
}
.para_texts p a {
  color: var(--baseColor);
  font-weight: 700;
}
.para_texts p a:hover {
  text-decoration: underline;
}
/* ======================== */
.cta_btn_wrap {
  margin-top: 20px;
    width: 290px;
  max-width: 100%;
  margin: 20px auto 0;
}
.cta_btn {
  color: var(--lightColor);
  background: #58ba47;
  font-family: var(--baseFont);
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  border-bottom: 4px solid #3d992d;
  border-radius: 5px;
  min-width: 100%;

  text-align: center;
  display: block;
  padding: 12.5px 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.cta_btn:hover {
  color: var(--lightColor);
  background: #3d992d;
  text-decoration: none;
  -webkit-transform: scale(1.025);
  -ms-transform: scale(1.025);
  transform: scale(1.025);
}
.cta_btn span {
  font-size: 30px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  top: 2px;
  margin-left: 3px;
}
/* ===== CSS For "Common Cases" Ends Here ===== */

/* ============================== */
/* ============================== */
/* ============================== */

/* ===== Humberger Menu Icon ===== */
.humbergur_icon {
  display: block;
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.humbergur_icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.humbergur_icon span {
  background: var(--baseColor);
}
.humbergur_icon span:nth-child(1) {
  top: 0px;
}
.humbergur_icon span:nth-child(2),
.humbergur_icon span:nth-child(3) {
  top: 10px;
}
.humbergur_icon span:nth-child(4) {
  top: 20px;
}
/* ===== Humberger Menu Icon ===== */

.navbar-toggler {
  padding: 0px;
}
.navbar {
  background: #f8f8f8;
  padding: 5px 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navbar .navbar-brand {
  text-decoration: none;
  padding: 0px;
}
.navbar .navbar-brand img {
  max-width: 200px;
}
.navbar .navbar-nav .nav-item {
  margin-right: 15px;
}
.navbar .navbar-nav .nav-item:last-child {
  margin-right: 0px;
}
.navbar .navbar-nav .nav-item .nav-link {
  color: var(--darkColor);
  font-family: var(--baseHeading);
  font-weight: 500;
  font-size: 15px;
  padding: 0px;
  padding-right: 15px;
  border-right: 1px solid #d6d6d6;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  color: var(--baseColor);
}
.navbar .navbar-nav .nav-item.active .nav-link {
  color: var(--baseColor);
}
.navbar .navbar-nav .nav-item:last-child .nav-link {
  border-right: none;
  padding-right: 0px;
}
/* ===== CSS For "Navbar" Ends Here ===== */

/* ============================== */
/* ============================== */
/* ============================== */

/* ===== CSS For "Header" Starts Here ===== */
/* ===== CSS For "Header" Ends Here ===== */

/* ============================== */
/* ============================== */
/* ============================== */

/* ===== CSS For "Middle Content" Starts Here ===== */
.middle_content_wrap {
  padding: 20px 0px;
}
.middle_content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 290px;
  grid-template-columns: 1fr 290px;
  grid-auto-rows: auto;
  gap: 30px;
}
.middle_content .single_part {
  margin-bottom: 15px;
}
/* ===== CSS For "Middle Content" Ends Here ===== */

/* ============================== */
/* ============================== */
/* ============================== */

/* ===== CSS For "Indicator Menu" Starts Here ===== */
.indicator_menu ul {
  margin-bottom: 10px;
}
.indicator_menu ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.indicator_menu ul li a {
  color: #232323;
  font-family: var(--baseFont);
  font-weight: 600;
  font-size: 14px;
  display: block;
  padding-right: 10px;
  position: relative;
  text-decoration: none;
}
.indicator_menu ul li::after{
content: '';
    position: absolute;
    right: -6px;
    top: 50%;
    width: 6px;
    transform: translateY(-50%);
    height: 14px;
    background: url(../images/right-arrow.svg) no-repeat center / contain;

}

.indicator_menu ul li:last-child:after{
display: none;
}

/* ===== CSS For "Indicator Menu" Ends Here ===== */

/* ============================== */
/* ============================== */
/* ============================== */

/* ===== CSS For "Article" Starts Here ===== */
.main_article .top_part {
  margin-bottom: 15px;
}
.main_article .top_part h2 {
  color: var(--darkColor);
  font-family: var(--baseFont);
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 15px;
}
.main_article .top_part .banner_image {
  text-align: center;
}
.main_article .top_part .banner_image img {
  width: 100%;
}
.comment__img {
    max-width: 300px;
    width: 100%;
    display: block;
    margin-top: 5px;
}
.comments_wrap {
  margin-top: 20px;
}
.comments_wrap .title {
  background: #f0f0f0;
  padding: 10px 15px;
  border: 1px solid var(--borderColor);
  border-bottom: none;
}
.comments_wrap .title h5 {
  color: var(--darkColor);
  font-family: var(--baseFont);
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0px;
}
.all_comments {
  border: 1px solid var(--borderColor);
  padding: 10px;
  margin-bottom: 20px;
}
.all_comments .single_comment {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50px 10px 1fr;
  grid-template-columns: 50px 1fr;
  grid-auto-rows: auto;
  gap: 10px;
  border-bottom: 1px solid #dbdcdd;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.all_comments .single_comment:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.all_comments .single_comment .profile_pic img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-top: 4px;
}
.all_comments .single_comment .the_comment {
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
  align-content: center;
}
.all_comments .single_comment .the_comment h5 {
  color: var(--darkColor);
  font-family: var(--baseFont);
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 5px;
}
.all_comments .single_comment .the_comment p {
  color: var(--darkColor);
  font-family: var(--baseFont);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 3px;
}
.all_comments .single_comment .the_comment ul {
  margin-bottom: 0px;
  font-size: 0px;
}
.all_comments .single_comment .the_comment ul li {
  list-style: none;
  margin-right: 15px;
  display: inline-block;
  color: var(--baseColor);
  font-family: var(--baseFont);
  font-weight: 400;
  font-size: 12px;
}
.all_comments .single_comment .the_comment ul li:last-child {
  margin-right: 0px;
}
.all_comments .single_comment .the_comment ul li .time {
  color: #666666;
}
.all_comments .single_comment .the_comment ul li a {
  color: var(--baseColor);
  font-weight: 400;
}
/* ===== CSS For "Comments" Ends Here ===== */

/* ============================== */
/* ============================== */

/* ============================== */
/* ============================== */
/* ============================== */

/* ===== CSS For "Sidebar" Starts Here ===== */
.sidebar .product_box {
  border: 1px solid var(--borderColor);
  padding: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.sidebar .product_box .product_name {
  margin-bottom: 10px;
}
.sidebar .product_box .product_name a {
  color: #58ba47;
  font-family: var(--baseFont);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  display: block;
  text-decoration: none;
}
.sidebar .product_box .cta_btn {
  font-size: 18px;
  padding: 10px 15px;
}
.sidebar .product_box .cta_btn span {
  font-size: 24px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  top: 0px;
  margin-left: 3px;
}

.sidebar  .title {
  background: #f0f0f0;
  padding: 5px 10px;
  text-align: center;
  border: 1px solid var(--borderColor);
}
.sidebar  .title h4 {
  color: #121212;
  font-family: var(--baseFont);
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0px;
}
.inL_50385223 {
  display: block;
  margin: 20px auto 0;
}
.sidebar  .related_products {
  border: 1px solid var(--borderColor);
  border-top: none;
  padding: 10px;
}
.sidebar  .related_products .single_product {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--borderColor);
  margin-bottom: 10px;
}
.sidebar  .related_products .single_product:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.sidebar  .related_products .single_product a {
  text-decoration: none;
}
.sidebar  .related_products .single_product img {
  width: 100%;
  height: 170px;
  -o-object-fit: cover;
  object-fit: cover;
}
.sidebar  .related_products .single_product h6 {
  color: var(--darkColor);
  background: #f8f8f8;
  font-family: var(--baseFont);
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 0px;
  padding: 5px 10px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.sidebar  .related_products .single_product:hover h6 {
  color: #58ba47;
}

/* ===== CSS For "Sidebar" Ends Here ===== */

/* ============================== */
/* ============================== */
/* ============================== */

/* ===== CSS For "Footer" Starts Here ===== */
.footer {
  background: #353535;
  padding: 15px 0px;
  text-align: center;
}
.footer .site_links {
  margin-bottom: 10px;
}
.footer .site_links ul {
  margin-bottom: 0px;
  font-size: 0px;
}
.footer .site_links ul li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}
.footer .site_links ul li:last-child {
  margin-right: 0px;
}
.footer .site_links ul li a {
  color: #f0f0f0;
  font-family: var(--baseFont);
  font-weight: 400;
  font-size: 13px;
  border-right: 1px solid #666666;
  padding-right: 15px;
}
.footer .site_links ul li:last-child a {
  border-right: none;
  padding-right: 0px;
}

.footer .copyright p {
  color: #f0f0f0;
  font-family: var(--baseFont);
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 0px;
  line-height: 1;
}
/* Default Layout	*/

/*	Extra small devices (portrait phones, less than 576px)	*/
@media (max-width: 575.98px) {
  .indicator_menu ul li a {
    font-size: 12px;
    line-height: 1;
  }

  .para_texts p {
    font-size: 15px;
  }

  .sub_heading h4 {
    font-size: 16px;
  }

  .heading h3 {
    font-size: 20px;
  }

  /* ============================== */

  .navbar {
    padding: 5px 15px;
  }
  .navbar .navbar-brand img {
    max-width: 150px;
  }
  .navbar .navbar-nav {
    border-top: 1px solid #c8c8c8;
    margin-top: 10px;
  }
  .navbar .navbar-nav .nav-item {
    margin: 0px auto;
    width: 275px;
    border-bottom: 1px solid #c8c8c8;
    border-right: none;
  }
  .navbar .navbar-nav .nav-item:last-child {
    margin-right: auto;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    border-right: none;
    padding: 7.5px 10px;
  }
  .navbar .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 10px;
  }

  /* ============================== */

  .middle_content {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    gap: 25px;
  }

  /* ============================== */

  .main_article .top_part h2 {
    font-size: 20px;
  }

  .sidebar {
    max-width: 300px;
    margin: 0px auto;
  }
  .sidebar  .related_products .single_product h6 {
    font-size: 13px;
  }

  /* ============================== */
}

/*	Small devices (landscape phones, 576px and up)	*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* ============================== */

  .container {
    max-width: 540px;
    padding: 0px;
  }

  .para_texts p {
    font-size: 15px;
  }

  .indicator_menu ul li a {
    font-size: 13px;
  }

  .sub_heading h4 {
    font-size: 16px;
  }

  .heading h3 {
    font-size: 20px;
  }

  /* ============================== */

  .navbar {
    padding: 5px 15px;
  }
  .navbar .navbar-brand img {
    max-width: 175px;
  }
  .navbar .navbar-nav {
    border-top: 1px solid #c8c8c8;
    margin-top: 10px;
  }
  .navbar .navbar-nav .nav-item {
    margin: 0px auto;
    width: 275px;
    border-bottom: 1px solid #c8c8c8;
    border-right: none;
  }
  .navbar .navbar-nav .nav-item:last-child {
    margin-right: auto;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    border-right: none;
    padding: 7.5px 10px;
  }
  .navbar .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 10px;
  }

  /* ============================== */

  .middle_content {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    gap: 25px;
  }

  /* ============================== */

  .main_article .top_part h2 {
    font-size: 22px;
  }

  .sidebar {
    max-width: 300px;
    margin: 0px auto;
  }
  .sidebar  .related_products .single_product h6 {
    font-size: 13px;
  }

  /* ============================== */
}

/*	Medium devices (tablets, 768px and up)	*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /* ============================== */

  .container {
    max-width: 720px;
    padding: 0px;
  }

  .para_texts p {
    font-size: 15px;
  }

  .indicator_menu ul li a {
    font-size: 13px;
  }

  .sub_heading h4 {
    font-size: 16px;
  }

  .heading h3 {
    font-size: 20px;
  }

  /* ============================== */

  .navbar {
    padding: 5px 15px;
  }
  .navbar .navbar-nav {
    border-top: 1px solid #c8c8c8;
    margin-top: 10px;
  }
  .navbar .navbar-nav .nav-item {
    margin: 0px auto;
    width: 275px;
    border-bottom: 1px solid #c8c8c8;
    border-right: none;
  }
  .navbar .navbar-nav .nav-item:last-child {
    margin-right: auto;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    border-right: none;
    padding: 7.5px 10px;
  }
  .navbar .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 10px;
  }

  /* ============================== */

  .middle_content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 250px;
    grid-template-columns: 1fr 250px;
    grid-auto-rows: auto;
    gap: 20px;
  }

  /* ============================== */

  .main_article .top_part h2 {
    font-size: 22px;
  }

  .sidebar  .related_products .single_product h6 {
    font-size: 13px;
  }

  /* ============================== */
}

/*	Large devices (desktops, 992px and up)	*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  .container {
    max-width: 960px;
  }
}

/*	Extra large devices (large desktops, 1200px and up)	*/
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}


.button-16 {
  background-color: #f8f9fa;
  border: 1px solid #f8f9fa;
  border-radius: 4px;
  color: #3c4043;
  cursor: pointer;
  font-family: arial,sans-serif;
  font-size: 14px;
  height: 36px;
  line-height: 27px;
  min-width: 54px;
  padding: 0 16px;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
 
 
}

.button-16:hover {
  border-color: #dadce0;
  box-shadow: rgba(0, 0, 0, .1) 0 1px 1px;
  color: #202124;
}

.button-16:focus {
  border-color: #4285f4;
  outline: none;
}


h3 {
  color: #162b48;
  line-height: 125%;
  margin: 0 0 10px;
  font-family: "Arial", sans-serif;
  font-weight: 700
}

.order__form {
  text-align: center;
  margin-bottom: 30px;
}

.timerHolder {
  background: red !important;
  padding: 10px 25px;
  display: inline-block;
  border-radius: 5px;
}

.timerHolder span {
  display: block;
}

.timerHolder div {
  background: transparent !important;
  display: inline-block !important;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 5px;
}

.timerHolder .timerVal {
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  margin: 0px 10px;
}

.timerHolder .timerSign {
  font-size: 10px;
  text-align: center;
  margin: 0px;
  color: #fff;
}

hr {
  padding: 0;
  border: none;
  border-top: medium double #333;
  color: #333;
  text-align: center;
}

.orderTypeButton {
  background-color: #e7e7e7 !important;
  display: inline-block;
  padding: 7px;
  margin-top: 15px;
  border-radius: 5px;
  max-width: 155px;
  width: 100%;
  position: relative;
  border: 2px solid #fff;
}

.otHead {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}

.otPrice {
  font-size: 22px;
}

.otCurr {
  font-size: 10px;
}

.orderTypeButton span {
  display: block;
  font-size: 12px;
  margin-top: 5px;
}

.orderTypeButtonActive {
  background: yellow !important;
  background-repeat: no-repeat !important;
  background-position: center bottom !important;
  border: 2px solid red;
}

.otFirst {
  margin-right: 15px;
}

.otTimerImg img {
  padding: 0px !important;
  margin: 0px !important;
}

.otTimerImg {
  position: absolute;
  top: -16px;
  right: -13px;
  width: 40px;
  padding: 0;
  margin: 0;
  background: transparent !important;
}

#order_form {
  background: white;
  padding: 0px;
  font-family: Arial;
  display: inline-block;
  background-size: contain;
  background-position: center;
  border-radius: 5px;
}

#order_form_place {
  padding: 10px;
  width: 100%;
  border: 0px solid red;
  border-radius: 5px;
  box-shadow: 4px 9px 5px 0px rgba(50, 50, 50, .75);
}

#order_form div {
  background: transparent !important;
 
}

#order_form * {
  box-sizing: border-box;
}

#order_form .order_form_pole {
  padding: 10px;
  margin: 10px;
}

#order_form button {
  max-width: 336px;
  width: 100%;
  display: block;
  padding: 20px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 15px 0 rgb(129 150 160 / 45%);
  border-radius: 5px;
  background-color: red;
  background-position: 1.35em 0.94em;
  background-size: 1em;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  font-size: 20px;
}

#order_form button:hover {
  background-color: rgb(200, 0, 0);
}

#order_form input {
  font-size: 21px;
  padding: 15px;
  border-radius: 3px;
  border: 2px solid #e9d7dc;
  max-width: 300px;
  width: 100%;
}

#order_form label {

  max-width: 100%;
  display: block;
  padding: 5px 0;
  font-weight: 700;
  font-size: 16px;
  text-align: left !important;
}


h3 {
  font-size: 1.5rem;
}

@media (min-width: 1024px) {
  h3 {
    font-size: 1.8rem;
  }
}

h3 {
  display: block;
  font-weight: 700;
  color: #000;
  line-height: 1.1;
  margin: 0 0 20px;
}

::-webkit-media-controls-panel,
::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}

::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

hr {
  margin: 10px 0;
  border: 0;
  border-top: 2px solid #454545;
}

form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 7px;
  font-size: 1rem;
  background: #fff;
  color: #000;
  display: block;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #eee;
}

form input::-webkit-input-placeholder {
  color: #757575;
}

form input:-moz-placeholder,
form input::-moz-placeholder {
  color: #757575;
}

form input:-ms-input-placeholder {
  color: #757575;
}

form button {
  background: #000;
  color: #fff;
  border: 0;
  border-radius: 6px;
  padding: 6px 25px 8px;
  font-size: 1.4rem;
  display: inline-block;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

form button:hover {
  background: #1c2264;
}

.timer-dot {
  position: relative;
  margin-right: 12px;
}

.timer-dot:before {
  content: ':';
  position: absolute;
  top: 50%;
  right: -13px;
  transform: translateY(-58%);
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}

.inL_503853 {
  max-width: 197px;
  margin-bottom: 15px;
}

.inL_663018 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 7px;
}

.inL_740594 {
  margin-bottom: 0px;
  color: #000 !important;
}

.inL_1310 {
  color: green;
}

.inL_43655 {
  color: red;
}

.inL_611359 {
  max-width: 350px;
  width: 100%;
}

.comment_moderate.show {
    display: block;
}

.inL_146590 {
  display: block
}

.inL_135411 {
  margin-bottom: 20px;
  position: relative;
}

.inL_611449 {
  list-style: none;
  color: red;
}

.inL_912167 {
  font-size: 16px;
}

@media(max-width:659px) {
  .inL_503853 {
    max-width: 180px;
  }
}

#order_form {
  background-image: url(../images/bgform.webp);
}

@media(max-width:767px) {
  .sidebar {
   display: none;
  }
}


.comment__img img {
  width: 100%;
}



.show-form{
    display: block;
    margin-bottom: 15px;
}

.comment-create__form {
    display: none;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 20px;
}

.comment-create__form.show {
    display: flex !important;
}

.create-comment__image-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
}

.create-comment__image {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e5e5e5;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.create-comment__image img.create-comment__image-1 {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.create-comment__image img.create-comment__image-2 {
    width: 24px;
    height: 24px;
}

.create-comment__image-1, .create-comment__image-2 {
    display: none;
}

.create-comment__image-1.show {
    display: block;
}

.create-comment__image-text {
    margin-left: 10px;
    cursor: pointer;
    text-decoration: underline;
    font-weight: 400;
}

.visually-hidden {
    position: absolute!important;
    clip: rect(1px,1px,1px,1px);
    padding: 0!important;
    height: 1px!important;
    width: 1px!important;
    overflow: hidden;
}

.comment-create__text {
    resize: none;
    height: 100px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #838383;
    max-width: none;
    resize: none;
    overflow: auto;
    padding: 10px;
    font-weight: normal;
     font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", "Open Sans", Arial, sans-serif;
       font-size: 16px;
    margin: 0 0 10px;
}

.comment-create__text:focus {
    /*background-color: rgba(0, 0, 0, 0.03);*/
}

.comment-create__name {
    border-radius: 5px;
    border: 1px solid #838383;
    padding: 10px;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", "Open Sans", Arial, sans-serif;
    margin-bottom: 10px;
    width: 100%;
}



.comment-create__btn {
    padding: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #ccc;
    max-width: 320px;
    border: none;
    margin: 0 ;
    cursor: pointer;
    transition: all .3s ease-in-out;
}


.comment-create__btn:hover {
    background-color: #adadad;
}


.comment_moderate {
    font-size: 18px;
    text-align: center;
    display: none;
    padding-bottom: 20px;
}

.comment-create__wrapper {
    /*max-width: 660px;*/
    margin: 0 auto 30px;
}

    .comment__info-image-wrapper {

    margin-bottom: 10px;
}

@media screen and (min-width:480px) {
    .comment-create__name,
    .comment__info-image-wrapper {
        width: 48%;
    }


}
.vk-comment-like {
   
    width: 40px;
    height: 16px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}

.vk-comment-like-count {
    padding-left: 20px;
    font-weight: 700;
    color: #7295b2;
    font-size: 12px;
    text-decoration: none;
    line-height: 16px;
    position: relative;
}

.vk-comment-like-count:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(114, 149, 178)' width='32' height='32'%3E%3Cpath d='M14.708 15.847C14.252 14.864 14 13.742 14 12.5s.252-2.489.708-3.659a10.976 10.976 0 011.929-3.205c.814-.938 1.784-1.723 2.86-2.271C20.574 2.814 21.758 2.5 23 2.5s2.426.252 3.503.707a9.02 9.02 0 014.789 4.79c.457 1.076.708 2.261.708 3.503a8.96 8.96 0 01-2.637 6.364C28.55 18.678 17.077 29.044 16 29.5c-1.077-.456-12.55-10.822-13.364-11.636A8.978 8.978 0 010 11.5a8.978 8.978 0 012.636-6.364A8.974 8.974 0 019 2.5c1.243 0 2.427.314 3.503.863 1.077.55 2.046 1.334 2.861 2.272a11.02 11.02 0 011.929 3.205c.455 1.171.707 2.418.707 3.66s-.252 2.364-.707 3.347a7.315 7.315 0 01-1.929 2.518'/%3E%3C/svg%3E");
    position: absolute;
    width: 13px;
    height: 13px;
    background-size: cover;
    left: 0;
    top: 1px;
}

.all_comments .single_comment .the_comment ul{
  display: flex;
  justify-content: space-between;
}

.create-comment__image-2.show {
  display: block;
}