/*
Theme Name: FAQ
Author: SSD Tech, Product Team
Author URI: http://ssd-tech.com
Version: 1.0
 */
* {
  min-height: 0;
  min-width: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
}
html.no-scroll {
  overflow: hidden;
}

@-ms-viewport {
  width: device-width;
}
body {
  padding: 0;
  scroll-behavior: smooth;
  margin: 0;
  color: #000000;
  font-family: "Plus Jakarta Sans", "Noto Sans Bengali", sans-serif;
  line-height: 1.15;
  overflow-x: hidden;
  cursor: default;
  background: #ffffff;
}
body.no-scroll {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 600;
}

h2 {
  font-size: 2.7rem;
}

p {
  margin-top: 0;
  margin-bottom: 15px;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

li {
  list-style: none;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:focus, a:active {
  outline: 0 !important;
}

button:focus, button:active {
  outline: 0 !important;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):active {
  outline: 0 !important;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: none;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

[hidden] {
  display: none;
}

.navbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 0;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-toggler {
  display: none;
}
.navbar ul li.dropdown > a:after {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: "";
  height: 6px;
  right: 5px;
  position: absolute;
  top: 17px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 6px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.navbar-brand {
  display: inline-block;
  padding-top: 26px;
  padding-bottom: 26px;
  margin-right: 15px;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand img {
  height: 32px;
}

@media all and (min-width: 991px) {
  .navbar-brand {
    min-width: 200px;
  }
  .navbar ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
  }
  .navbar ul.navbar-nav > li.hide-lg {
    display: none;
  }
  .navbar ul li {
    display: block;
    position: relative;
  }
  .navbar ul li a {
    display: block;
    padding: 30px 30px;
    text-decoration: none;
    color: #000000;
    transition: all 0.3s linear;
    font-size: 16px;
    letter-spacing: 0.35px;
    font-weight: 500;
  }
  .navbar ul li a:hover {
    color: #5E3F8F;
  }
  .navbar ul li:hover > a {
    color: #5E3F8F;
  }
  .navbar ul li ul {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    -webkit-box-shadow: 0 20px 20px -7px rgba(69, 65, 78, 0.08);
    -ms-box-shadow: 0 20px 20px -7px rgba(69, 65, 78, 0.08);
    box-shadow: 0 20px 20px -7px rgba(69, 65, 78, 0.08);
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.07, 0.73, 0.75, 0.77);
    height: auto;
    margin-bottom: 10px;
    background: #ffffff;
    padding: 8px 15px;
    width: 200px;
    z-index: 99;
    display: block;
    min-width: 200px;
  }
  .navbar ul li ul li a {
    padding: 8px 0;
    font-size: 13px;
    font-weight: 500;
  }
  .navbar ul li:last-child {
    background: #5E3F8F;
    border-radius: 8px;
  }
  .navbar ul li:last-child a {
    color: #ffffff;
    padding: 18px 26px;
    font-weight: 600;
  }
  .navbar ul li:hover > ul {
    display: block;
    position: absolute;
    visibility: visible;
    top: 100%;
    opacity: 1 !important;
  }
}
@media all and (max-width: 991px) {
  .navbar {
    position: relative;
    padding: 0;
  }
  .navbar-collapse {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -100vw;
    z-index: 99;
    background: #14151f;
    -webkit-transition: all 0.3s cubic-bezier(0.52, 0.18, 0.27, 0.92);
    transition: all 0.3s cubic-bezier(0.52, 0.18, 0.27, 0.92);
    overflow-y: auto;
  }
  .navbar-collapse.show {
    left: 0px;
    box-shadow: 0px 0 0px 200px rgba(0, 0, 0, 0.2);
  }
  .navbar-collapse-header {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    border-bottom: 1px solid #d5ffe4;
    align-items: center;
  }
  .navbar-collapse-header img {
    height: 30px;
  }
  .navbar-collapse-header .navbar-close {
    font-size: 30px;
    color: #000000;
  }
  .navbar-collapse-header .navbar-close::before {
    margin: 0;
  }
  .navbar-collapse-inner {
    height: calc(100vh - 50px);
    overflow-y: auto;
  }
  .navbar-collapse-inner h3 {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    padding: 10px 15px;
    text-transform: uppercase;
    background: #EEFFF4;
    margin: 0;
  }
  .navbar-collapse ul {
    padding: 0;
    margin: 0;
  }
  .navbar-collapse ul li.dropdown > a:after {
    font-family: "icarnival";
    content: "\e914";
    position: absolute;
    top: 15px;
    right: 10px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 18px;
  }
  .navbar-collapse ul li.dropdown > a.active:after {
    transform: scaleY(-1);
  }
  .navbar-collapse ul li.dropdown > a.active + ul {
    padding-left: 15px;
  }
  .navbar-collapse ul li.more-option {
    background: #5E3F8F;
  }
  .navbar-collapse ul li.more-option > a {
    font-size: 16px;
    font-weight: 500;
  }
  .navbar-collapse ul li.more-option ul {
    display: block;
  }
  .navbar-collapse ul li.more-option a {
    color: #ffffff;
  }
  .navbar-collapse ul li.more-option a:after {
    display: none;
  }
  .navbar-collapse ul li.country {
    background: #000000;
  }
  .navbar-collapse ul li.country > a {
    font-size: 16px;
    font-weight: 500;
  }
  .navbar-collapse ul li.country a {
    color: #ffffff;
  }
  .navbar-collapse ul li.country a:after {
    color: #ffffff;
  }
  .navbar-collapse ul > li > a {
    padding: 15px;
    font-size: 15px;
    display: block;
    color: #222;
    position: relative;
  }
  .navbar-icon {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #5E3F8F;
    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;
  }
  .navbar-icon:nth-child(1) {
    top: 4px;
  }
  .navbar-icon:nth-child(2) {
    top: 13px;
  }
  .navbar-icon:nth-child(3) {
    top: 22px;
  }
  .navbar-toggler {
    width: 30px;
    height: 30px;
    display: block;
    border: none;
    padding: 0;
    transition: all 400ms linear;
    position: relative;
    z-index: 999;
    background: none;
    cursor: pointer;
  }
  .navbar-toggler.open .navbar-icon {
    background: #f4516c;
  }
  .navbar-toggler.open .navbar-icon:nth-child(1) {
    top: 13px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .navbar-toggler.open .navbar-icon:nth-child(2) {
    opacity: 0;
    left: -60px;
  }
  .navbar-toggler.open .navbar-icon:nth-child(3) {
    top: 13px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .navbar ul {
    width: 100%;
    padding: 70px 0 0;
  }
  .navbar ul li {
    position: relative;
  }
  .navbar ul li a {
    display: block;
    padding: 14px 30px;
    text-decoration: none;
    white-space: nowrap;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
  }
  .navbar ul li ul {
    background: none;
    visibility: visible;
    position: static;
    opacity: 1;
    margin-bottom: 0;
    padding: 15px;
    width: auto;
  }
  .navbar ul li ul li a {
    color: #000000;
    font-size: 15px;
    padding: 10px 0;
  }
  .navbar ul li.dropdown a:after {
    right: 10px;
  }
  .navbar ul li.dropdown a.active:after {
    transform: rotate(-45deg);
  }

  .dropdown > ul {
    display: none;
  }
}
.mr-auto {
  margin-right: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.center-block {
  display: block;
  margin: 0 auto;
}

.align-items-center {
  align-items: center !important;
}

.align-self-center {
  align-self: center !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.img-fluid,
img {
  max-width: 100%;
  height: auto;
}

.img-round {
  border-radius: 50%;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.py-5 {
  padding: 80px 0;
}

.py-3 {
  padding: 40px 0;
}

.mt-5 {
  margin-top: 50px !important;
}

.mb-5 {
  margin-bottom: 50px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}

.m-0 {
  margin: 0 !important;
}

.pb-5 {
  padding-bottom: 50px !important;
}

.btn-link {
  color: #5E3F8F;
  text-transform: uppercase;
  display: inline-flex;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 1.5px;
}

.btn {
  border: none;
  letter-spacing: 0.35px;
  font-weight: 600;
  padding: 15px 35px;
  border-radius: 8px;
  font-size: 18px;
  cursor: pointer;
  color: #ffffff;
  display: inline-block;
  line-height: normal;
  position: relative;
  z-index: 9;
  text-align: center;
  background: linear-gradient(90deg, #5E3F8F 0%, #f24975 100%);
}
.btn-wrap {
  display: flex;
}
.btn-wrap .btn:last-child {
  margin-left: 28px;
  background: #ffffff;
  border: 1px solid #5E3F8F;
  color: #5E3F8F;
}

.common-heading {
  font-size: 48px;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.25px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  line-height: normal;
}
.common-heading a {
  margin-left: auto;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #DC2E3D;
  letter-spacing: 1px;
}
.common-heading span {
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  background: #5E3F8F;
  font-weight: 400;
  padding: 5px 10px;
  border-radius: 4px;
  margin-left: 10px;
}

.animate, .form-control, .radio-mark, .checkmark, .btn {
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0;
  align-self: flex-start;
  z-index: 9;
}

.d-flex {
  display: flex;
}

.error-msg {
  color: #DC2E3D !important;
}

label.error {
  color: #DC2E3D !important;
  font-size: 12px;
}

@media all and (min-width: 768px) {
  .xs-only {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .mobile-only {
    display: block !important;
  }

  .hide-xs {
    display: none !important;
  }
}
.container {
  max-width: 100%;
  width: 1300px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}
.container-fluid {
  margin: 0;
  max-width: 100%;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

div[class*=col-] {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  div[class*=col-] {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > div[class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.radio, .checkbox {
  display: block;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio-mark, .checkmark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  width: 16px;
  background: #ffffff;
  margin-right: 5px;
}

.checkbox a {
  color: #5E3F8F;
}

.checkbox input,
.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  border-radius: 2px;
  border: 1px solid #000000;
}

.checkbox input:checked ~ .checkmark {
  background: #000000;
  border: 1px solid #000000;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox input:checked ~ .checkmark:after {
  display: block;
}

.checkbox .checkmark:after {
  left: 4px;
  top: 0;
  width: 6px;
  height: 11px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.radio {
  font-size: 14px;
  font-weight: 500;
}

.radio-mark {
  -webkit-box-shadow: 0 0 0 2px #DFDFDF inset;
  -ms-box-shadow: 0 0 0 2px #DFDFDF inset;
  box-shadow: 0 0 0 2px #DFDFDF inset;
  border-radius: 50%;
}

.radio input:checked ~ .radio-mark {
  -webkit-box-shadow: 0 0 0px 10px #5E3F8F inset;
  -ms-box-shadow: 0 0 0px 10px #5E3F8F inset;
  box-shadow: 0 0 0px 10px #5E3F8F inset;
}

select.form-control {
  background-color: #ffffff;
  background-image: url("../images/search-dropdown.svg");
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  -webkit-background-size: 12px;
  -ms-background-size: 12px;
  background-size: 12px;
  font-size: 1rem;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .select-style select {
    padding: 10px 10px;
  }
}
select.form-control option {
  background: #ebebeb none repeat scroll 0 0;
  border: medium none;
  color: #333333;
  padding: 4px 0;
}

select.form-control option:hover {
  color: #fff;
}

select.form-control:focus {
  outline: medium none;
  border: none;
}

.form-label {
  color: #535353;
  letter-spacing: 0.25px;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  position: absolute;
  left: 12px;
  padding: 0 5px;
  background: #ffffff;
  z-index: 1;
  top: -7px;
}
.form-label sup {
  color: #DC2E3D;
}
.form-control {
  padding: 10px 12px;
  border-radius: 4px;
  resize: none;
  border: 0;
  color: #000000;
  display: block;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #ffffff;
  background-clip: padding-box;
  font-weight: 400;
}
.form-control:focus {
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  outline: none !important;
}
.form-control::placeholder {
  color: #9CA3AF;
  opacity: 1;
}
.form-group {
  position: relative;
  margin: 0 0 15px;
}
.form-group.focus .form-control {
  border: 1px solid #5E3F8F;
}
.form-error .form-control {
  border-color: #DC2E3D;
}
.form-error .form-label {
  color: #DC2E3D;
}

textarea.form-control {
  background: #ffffff;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=text]:-webkit-autofill,
input[type=tel]:-webkit-autofill input[type=password]:-webkit-autofill {
  -webkit-background-clip: text;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  backdrop-filter: blur(5px);
}
.modal-close {
  position: absolute;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  background: #DC2E3D;
  right: 15px;
  top: 15px;
  cursor: pointer;
  color: #ffffff;
  line-height: 36px;
  text-align: center;
  font-size: 20px;
}
.modal-inner {
  max-width: 450px;
  padding: 3rem 1rem 1rem;
  background: #ffffff;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  top: 30%;
  -ms-transform: translate(-50%, -30%);
  -webkit-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%);
  -webkit-box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 900px) {
  .modal-inner {
    max-width: 640px;
    width: 640px;
  }
}
@media all and (max-width: 767px) {
  .modal-inner {
    width: 90%;
  }
  .modal-inner input.form-control {
    margin-bottom: 15px;
  }
}

.error-page h1, .heading {
  background: linear-gradient(90deg, #5E3F8F 0%, #f24975 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.error-page h1, .heading {
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  display: inline-block;
}

.banner {
  background: linear-gradient(90deg, #5E3F8F 0%, #f24975 100%);
}
.banner-top {
  padding: 30px 0;
}
.banner-top ul {
  padding: 0;
  margin: 0;
  display: flex;
}
.banner-top ul li {
  list-style: none;
  margin: 0;
  color: #ffffff;
  padding: 0 15px;
}
.banner-top ul li:not(:last-child) {
  border-right: 1px solid #ffffff;
}
.banner-top ul li a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}
.banner-top-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.banner-top-right p {
  color: #ffffff;
  margin: 0 25px 0 0;
}
.banner-top-right p a {
  color: #ffffff;
}
.banner-top-right select {
  background: url(../images/icon-globe.svg) no-repeat left center;
  padding-left: 22px;
  color: #ffffff;
  border: 0;
  cursor: pointer;
}
.banner-top-right select option {
  color: #535353;
}
.banner-top-right select:focus {
  border: 0;
  outline: none;
}
.banner-bottom {
  padding: 20px 0 50px;
  text-align: center;
}
.banner-bottom h1 {
  font-size: 48px;
  font-weight: 600;
  margin: 0 0 20px;
  color: #ffffff;
}
.banner-bottom p {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin: 0 0 30px;
}

.search-box {
  width: 100%;
  height: 54px;
  border-radius: 8px;
  background: #ffffff;
  position: relative;
}
.search-box-wrap {
  position: relative;
}
.search-box::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/icon-search.svg) no-repeat left center;
}
.search-box input {
  padding-left: 50px;
  height: 100%;
}
.search-suggesstion {
  width: 100%;
  min-height: 100px;
  border-radius: 8px;
  background: #ffffff;
  padding: 30px;
  top: 60px;
  left: 0;
  position: absolute;
  z-index: 99999;
  box-shadow: 0px 10px 84px 0px rgba(137, 137, 137, 0.25);
}
.search-suggesstion ul {
  padding: 0;
  margin: 0;
}
.search-suggesstion ul li {
  list-style: none;
  border: 1px solid #e3e3e3;
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  color: #535353;
  text-align: left;
}
.search-suggesstion ul li a {
  color: #000000;
}
.search-suggesstion ul li a strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 8px;
}
.search-suggesstion ul li:not(:last-child) {
  margin-bottom: 10px;
}
.search-clear {
  width: 24px;
  height: 24px;
  background: url(../images/icon-close.svg) no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  cursor: pointer;
}
.search-clear.hide {
  display: none;
}

.question-box {
  border: 1px solid #DFDFDF;
  border-radius: 10px;
  margin-bottom: 30px;
  overflow: hidden;
  color: #000000;
  display: block;
  transition: 0.3s linear all;
}
.question-box:hover {
  box-shadow: 0px 18px 50px 0px rgba(180, 31, 112, 0.12);
  border: 1px solid #f5f7fa;
}
.question-box:hover h3 {
  color: #BF2280;
}
.question-box img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.question-box-content {
  padding: 30px;
}
.question-box-content h3 {
  font-size: 18px;
  font-weight: 600;
  color: #5E3F8F;
  margin: 0 0 12px;
  transition: 0.3s linear all;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.question-box-content h3 a {
  color: #5E3F8F;
  display: block;
}
.question-box-content h3:hover a {
  color: #5E3F8F;
}
.question-box-content p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
  min-height: 44px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.question-box-content span {
  font-size: 14px;
  color: #535353;
  font-weight: 400;
  display: block;
  margin-top: 30px;
}
.question-info {
  padding-top: 20px;
}
.question-info img {
  height: 70px;
  margin-bottom: 20px;
}
.question-info h2 {
  margin-bottom: 30px;
}
.question-info p {
  margin-bottom: 30px;
  line-height: 22px;
}
.question-info span {
  color: #8a8a8a;
  display: block;
}
.question-list {
  margin-top: 70px;
}
.question-list ul {
  padding: 0;
  margin: 0;
}
.question-list ul li {
  list-style: none;
  margin-bottom: 12px;
  border: 1px solid #DFDFDF;
  padding: 20px 20px;
  font-size: 18px;
  border-radius: 8px;
  background: url(../images/icon-arrow-right.svg) no-repeat right 20px center;
  transition: 0.3s linear all;
}
.question-list ul li a {
  color: #5E3F8F;
  display: block;
}
.question-list ul li:hover {
  border-color: #BF2280;
}
.question-list ul li:hover a {
  color: #BF2280;
}
.question-details {
  padding-top: 50px;
}
.question-feedback {
  background: #e7e7e7;
  border-radius: 8px;
  padding: 25px;
  text-align: center;
  max-width: 440px;
  margin: 50px auto 0;
}
.question-feedback p {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  margin: 0;
}
.question-feedback-cta {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  max-width: 240px;
  margin: 20px auto 0;
}
.question-feedback-cta button {
  font-weight: 700;
  color: #000000;
  border: none;
  background: transparent;
  cursor: pointer;
}

.load-more {
  margin-top: 15px;
  border-radius: 8px;
  border: 1px solid #8a8a8a;
  background: #ffffff;
  color: #000000;
}
.load-more:hover {
  background: #5E3F8F;
  color: #ffffff;
}

.heading {
  margin: 0 0 30px;
  font-weight: 600;
}

.footer-nav {
  padding: 50px 0;
}
.footer-nav ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-nav ul li {
  list-style: none;
  color: #cbcbcb;
  font-weight: 500;
  font-size: 16px;
  padding: 0 15px;
}
.footer-nav ul li:not(:last-child) {
  border-right: 1px solid #cbcbcb;
}
.footer-nav ul li a {
  color: #cbcbcb;
}

.breadcrumb {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumb li {
  margin: 0;
  position: relative;
  padding: 3px 30px 3px 0;
  color: #8a8a8a;
  transition: 0.3s linear all;
}
.breadcrumb li::after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 6px;
  height: 10px;
  background: url(../images/icon-arrow-right.svg) no-repeat;
}
.breadcrumb li:last-child::after {
  display: none;
}
.breadcrumb li a {
  color: #535353;
}
.breadcrumb li:hover a {
  color: #BF2280;
}

.related-article {
  padding-top: 20px;
}
.related-article .question-list {
  margin-top: 0;
}
.related-article h3 {
  font-size: 24px;
  color: #535353;
  margin: 0 0 20px;
}

.question-img {
  background: #f3f3f3;
  padding: 30px 50px;
  text-align: center;
  margin-bottom: 30px;
}
.question-img img {
  max-width: 100%;
  display: block;
  margin: auto;
}

.bold {
  font-weight: 700 !important;
}

.subcategory-box {
  margin-bottom: 30px;
  border: 1px solid #DFDFDF;
  padding: 20px 20px;
  border-radius: 8px;
  display: block;
  background: url(../images/icon-arrow-right.svg) no-repeat right 20px center;
  transition: 0.3s linear all;
}
.subcategory-box h3 {
  font-size: 18px;
  color: #5E3F8F;
  margin: 0;
  transition: 0.3s linear all;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.subcategory-box:hover {
  border-color: #BF2280;
}
.subcategory-box:hover h3 {
  color: #BF2280;
}
.subcategory-box span {
  color: #8a8a8a;
}

/*spinner*/
.spinner {
  border: 3px solid #5E3F8F;
  border-top: 3px solid #ffffff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  animation: spin 2s linear infinite;
  margin: 0 auto 15px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*card loader*/
.card {
  width: 100%;
  height: auto;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
.card .loader {
  -webkit-animation-duration: 2.2s;
  animation-duration: 2.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: loader;
  animation-name: loader;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #ddd;
  background: linear-gradient(to right, #f6f6f6 8%, #f0f0f0 18%, #f6f6f6 33%);
  background-size: 1200px 100%;
}
.card .media {
  height: 200px;
}
.card .title-line {
  height: 20px;
  width: 100%;
  margin-bottom: 18px;
  border-radius: 5px;
}
.card .content-line {
  height: 8px;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 5px;
}
.card .p-30 {
  padding: 30px;
}
.card .w-30 {
  width: 30%;
}
.card .w-70 {
  width: 70%;
}
.card .mt-20 {
  margin-top: 20px;
}

@keyframes loader {
  0% {
    background-position: -1200px 0;
  }
  100% {
    background-position: 1200px 0;
  }
}
@-webkit-keyframes loader {
  0% {
    background-position: -1200px 0;
  }
  100% {
    background-position: 1200px 0;
  }
}
.error-page img {
  height: 280px;
  display: block;
  margin: 0 auto 20px;
}
.error-page h1 {
  margin: 0 0 30px;
}
.error-page p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #000000;
  margin: 0 0 40px;
}

/*cookie*/
.cookie {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(15px);
  width: calc(90% - 20px);
  height: auto;
  padding: 30px;
  z-index: 999;
  border-radius: 4px;
  max-width: 430px;
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.1);
}
.cookie h2 {
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  color: #100816;
  margin: 0 0 15px;
}
.cookie p {
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  color: #5e5e5e;
}
.cookie p a {
  background: linear-gradient(90deg, #5e3f8f 0%, #f24975 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}
.cookie-btns {
  display: flex;
  grid-gap: 10px;
}
.cookie .btn:not(.btn-decline) {
  background: linear-gradient(90deg, #5e3f8f 0%, #f24975 100%);
}
.cookie .btn-decline {
  background: #2e1a3e;
}

.common-content p,
.question-details p {
  font-size: 16px;
  color: #535353;
  margin: 0 0 20px;
  line-height: 30px;
}
.common-content p strong,
.question-details p strong {
  font-weight: 500;
}
.common-content p a,
.question-details p a {
  color: #535353;
  font-weight: 500;
}
.common-content h1,
.question-details h1 {
  font-size: 24px;
  line-height: 36px;
  color: #535353;
  font-weight: 600;
  margin: 0 0 15px;
}
.common-content h3,
.common-content h4,
.common-content h2,
.question-details h3,
.question-details h4,
.question-details h2 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 26px;
  color: #535353;
  margin: 0 0 15px;
}
.common-content h6,
.question-details h6 {
  font-size: 18px;
  font-weight: 600;
  color: #535353;
  margin: 0 0 20px;
}
.common-content img,
.common-content video,
.common-content iframe,
.question-details img,
.question-details video,
.question-details iframe {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}
.common-content video,
.common-content iframe,
.question-details video,
.question-details iframe {
  width: 100%;
  max-width: 560px;
  min-height: 300px;
  margin: 20px auto;
}
.common-content ul,
.question-details ul {
  margin: 20px 0;
  padding: 0;
}
.common-content ul li,
.question-details ul li {
  position: relative;
  padding: 5px 0 5px 20px;
  color: #535353;
}
.common-content ul li a,
.question-details ul li a {
  color: #194F9F;
}
.common-content ul li::before,
.question-details ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #535353;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
.common-content ol,
.question-details ol {
  margin: 20px 0;
  padding: 0;
  counter-reset: ol-counter;
}
.common-content ol li,
.question-details ol li {
  position: relative;
  padding: 5px 0 5px 22px;
  color: #535353;
  counter-increment: ol-counter;
  margin-bottom: 5px;
  line-height: 24px;
}
.common-content ol li a,
.question-details ol li a {
  color: #194F9F;
}
.common-content ol li::before,
.question-details ol li::before {
  position: absolute;
  left: 0;
  top: 5px;
  content: counter(ol-counter) ".";
}
.common-content table,
.common-content .table,
.question-details table,
.question-details .table {
  width: 100%;
  margin: 15px auto;
}
.common-content table thead tr th,
.common-content .table thead tr th,
.question-details table thead tr th,
.question-details .table thead tr th {
  border: 1px solid rgba(83, 83, 83, 0.35);
  font-size: 14px;
  color: #535353;
  padding: 10px;
  font-weight: 700;
}
.common-content table tbody tr td,
.common-content .table tbody tr td,
.question-details table tbody tr td,
.question-details .table tbody tr td {
  border: 1px solid rgba(83, 83, 83, 0.35);
  font-size: 14px;
  color: #535353;
  padding: 10px;
}
.common-content table tbody tr td strong,
.common-content .table tbody tr td strong,
.question-details table tbody tr td strong,
.question-details .table tbody tr td strong {
  font-weight: 500;
}

@media all and (max-width: 991px) {
  .py-5 {
    padding: 30px 0;
  }

  .banner-top {
    text-align: center;
  }
  .banner-top ul {
    justify-content: center;
  }

  .banner-top-right {
    justify-content: center;
    padding-top: 15px;
  }

  .banner-bottom h1 {
    font-size: 32px;
  }

  .heading {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .load-more {
    width: 100%;
    margin: 0;
  }

  .breadcrumb {
    flex-wrap: wrap;
  }
  .breadcrumb li {
    line-height: 24px;
  }

  .search-suggesstion {
    padding: 15px;
  }
  .search-suggesstion ul li {
    padding: 18px;
  }

  .error-page h1 {
    font-size: 26px;
  }
}
@media (min-width: 991px) {
  /* Scroller */
  ::-webkit-scrollbar {
    width: 8px;
  }

  ::-webkit-scrollbar-track {
    background: #aeafb3;
    border-radius: 10px;
  }

  ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #c8c9cc;
  }
}

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