@charset "UTF-8";

.alignBoth {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.alignTop {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.alignBottom {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.alignVcenter {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.alignLeft {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

.alignRight {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

.alignHcenter {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.lnk-ftrs {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
  text-shadow: none;
  -webkit-text-shadow: none;
}

/*.element {
  color: setcolor(blue);
  color: setcolor(blue, secondary);
}*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " ("attr(href) ")";
  }

  abbr[title]:after {
    content: " ("attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn>.caret,
  .dropup>.btn>.caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

a {
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.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: 1170px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.excl-pdt-col,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

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

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

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

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

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

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
   .excl-pdt-col {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }


 .banner-bottom-slide {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }

  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
  justify-content: center !important;
}

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

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

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

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

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }

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

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

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

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }

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

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

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

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }

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

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

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

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }

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

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

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

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover>.arrow,
.popover>.arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover>.arrow {
  border-width: 11px;
}

.popover>.arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top>.arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top>.arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}

.popover.right>.arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right>.arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}

.popover.bottom>.arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom>.arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}

.popover.left>.arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left>.arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: block;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/*  ===============
  1. Reset
===============  */
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWJ0bbck.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWZ0bbck.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVp0bbck.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWp0bbck.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFW50bbck.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0b.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOX-hpOqc.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOVuhpOqc.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOXuhpOqc.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOUehpOqc.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOXehpOqc.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOXOhpOqc.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOUuhp.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOX-hpOqc.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOVuhpOqc.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOXuhpOqc.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOUehpOqc.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOXehpOqc.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOXOhpOqc.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN8rsOX-hpOqc.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN8rsOVuhpOqc.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN8rsOXuhpOqc.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN8rsOUehpOqc.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN8rsOXehpOqc.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN8rsOXOhpOqc.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN8rsOUuhp.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* vietnamese */
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Cabin"), local("Cabin-Regular"), url(https://fonts.gstatic.com/s/cabin/v14/u-4x0qWljRw-Pd8___1amg.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Cabin"), local("Cabin-Regular"), url(https://fonts.gstatic.com/s/cabin/v14/u-4x0qWljRw-Pd8-__1amg.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Cabin"), local("Cabin-Regular"), url(https://fonts.gstatic.com/s/cabin/v14/u-4x0qWljRw-Pd8w__0.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* vietnamese */
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Cabin Medium"), local("Cabin-Medium"), url(https://fonts.gstatic.com/s/cabin/v14/u-480qWljRw-PdfD3OhquylWeg.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Cabin Medium"), local("Cabin-Medium"), url(https://fonts.gstatic.com/s/cabin/v14/u-480qWljRw-PdfD3OhruylWeg.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Cabin Medium"), local("Cabin-Medium"), url(https://fonts.gstatic.com/s/cabin/v14/u-480qWljRw-PdfD3Ohluyk.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* vietnamese */
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Cabin SemiBold"), local("Cabin-SemiBold"), url(https://fonts.gstatic.com/s/cabin/v14/u-480qWljRw-Pdfv2-hquylWeg.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Cabin SemiBold"), local("Cabin-SemiBold"), url(https://fonts.gstatic.com/s/cabin/v14/u-480qWljRw-Pdfv2-hruylWeg.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Cabin SemiBold"), local("Cabin-SemiBold"), url(https://fonts.gstatic.com/s/cabin/v14/u-480qWljRw-Pdfv2-hluyk.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* vietnamese */
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Cabin Bold"), local("Cabin-Bold"), url(https://fonts.gstatic.com/s/cabin/v14/u-480qWljRw-PdeL2uhquylWeg.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Cabin Bold"), local("Cabin-Bold"), url(https://fonts.gstatic.com/s/cabin/v14/u-480qWljRw-PdeL2uhruylWeg.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Cabin Bold"), local("Cabin-Bold"), url(https://fonts.gstatic.com/s/cabin/v14/u-480qWljRw-PdeL2uhluyk.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

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

html {
  font-size: 10px;
  overflow: auto;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  padding-top: 108px;
}

@media (max-width: 1600px) {
  html {
    font-size: 9px;
    padding-top: 105px;
  }
}

@media (max-width: 1200px) {
  html {
    font-size: 9px;
    padding-top: 75px;
  }
}

@media (max-width: 767.98px) {
  html {
    font-size: 8px;
  }
}

body {
  background-color: #fff;
  color: #3C3C3C;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  max-width: 2700px;
  margin: 0 auto;
}

p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  text-align: inherit;
}

p+p {
  padding-top: 15px;
}

@media (max-width: 767.98px) {
  p+p {
    padding-top: 10px;
  }
}

p b,
p strong {
  font-weight: 700;
}

p a {
  color: inherit;
  color: #9A0A40;
}

p a:hover {
  color: #770A33;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after,
.clearfix:before {
  content: '';
  display: block;
}

.clearfix:after {
  clear: both;
}

svg:focus {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  outline: none;
}

svg {
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  transition: all ease 0.6s;
}

a,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
  text-shadow: none;
  -webkit-text-shadow: none;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

a:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  text-decoration: none;
}

a {
  color: inherit;
  display: inline-block;
}

a[href^="tel"] {
  color: inherit;
  cursor: default;
}

b,
strong {
  font-weight: 600;
}

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

img.alignright {
  display: inline;
  float: right;
  margin: 24px 0 24px 20px;
}

img.alignleft {
  display: inline;
  float: left;
  margin: 24px 20px 24px 0;
}

img.aligncenter {
  clear: both;
  display: block;
  margin: 10px auto;
}

img.alignnone {
  display: inline;
  margin: 10px;
}

@media (max-width: 767px) {
  img {
    clear: both;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    width: auto;
  }

  img.alignleft,
  img.alignright,
  img.aligncenter,
  img.alignnone {
    clear: both;
    display: block;
    float: none;
    margin: 10px auto 7px;
  }
}

.image-wrapper {
  background-color: #ced7e0;
  position: relative;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul+h1,
ul+h2,
ul+h3,
ul+h4,
ul+h5,
ul+h6,
ul+ul,
ul+ol,
ol+h1,
ol+h2,
ol+h3,
ol+h4,
ol+h5,
ol+h6,
ol+ul,
ol+ol {
  margin-top: 24px;
}

p+h1,
p+h2,
p+h3,
p+h4,
p+h5,
p+h6,
p+ul,
p+ol {
  margin-top: 24px;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal.fade.show {
  opacity: 1;
}

.modal-open {
  padding-right: 0 !important;
  overflow-y: auto;
  z-index: 9999;
}

.fluid-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1860px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}

@media (min-width: 1200px) {
  .fluid-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #272727;
  display: block;
  line-height: 1.3;
  margin: 0;
  padding: 0 0 15px;
  font-weight: 600;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  color: inherit;
  display: inline-block;
  font-size: inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover {
  color: #770A33;
}

h1+ul,
h1+ol,
.h1+ul,
.h1+ol,
h2+ul,
h2+ol,
.h2+ul,
.h2+ol,
h3+ul,
h3+ol,
.h3+ul,
.h3+ol,
h4+ul,
h4+ol,
.h4+ul,
.h4+ol,
h5+ul,
h5+ol,
.h5+ul,
.h5+ol,
h6+ul,
h6+ol,
.h6+ul,
.h6+ol {
  margin-top: 0 !important;
}

h1 {
  font-size: 5.2rem;
}

h2 {
  font-size: 4rem;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 2.5rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.6rem;
}

p {
  font-size: 1.6rem;
}

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #9A0A40;
}

::selection {
  color: #fff;
  background: #9A0A40;
}

.common .section-title {
  display: block;
  margin-bottom: 9px;
  text-align: left;
  font-size: 4rem;
  padding-bottom: 0px;
  color: #3B1221;
  font-weight: 600;
  line-height: 1.3;
}

.common .section-title.white-color {
  color: #fff;
}

.common .section-title.ttu {
  text-transform: uppercase;
}

.common .section-title h1,
.common .section-title h2,
.common .section-title h3 {
  color: inherit;
  display: inline-block;
  font-size: 4rem;
  line-height: 1.3;
  padding-bottom: 0;
}

@media (max-width: 991px) {

  .common .section-title h1,
  .common .section-title h2,
  .common .section-title h3 {
    font-size: 3.5rem;
  }
}

.common .section-title h1 a,
.common .section-title h2 a,
.common .section-title h3 a {
  color: inherit;
}

.common .section-title h1 a:hover,
.common .section-title h2 a:hover,
.common .section-title h3 a:hover {
  color: #9A0A40;
}

.common .section-title h1 span,
.common .section-title h2 span,
.common .section-title h3 span {
  color: #9A0A40;
}

@media (max-width: 991px) {

  .common .section-title h1 span,
  .common .section-title h2 span,
  .common .section-title h3 span {
    font-size: 3.5rem;
  }
}

.common .section-title small {
  display: block;
  font-size: 1.6rem;
  font-weight: 300;
  text-transform: none;
}

.common .section-title.center {
  text-align: center;
}

.common .section-title.white {
  color: #fff;
}

.common .section-title.blue {
  color: #044d80;
}

.common .section-title.ttu {
  text-transform: uppercase;
}

.common .section-title span {
  color: #9A0A40;
}

.common .section-subtitle {
  color: #8B8B8B;
  line-height: 1.444;
  font-size: 1.8rem;
  margin-bottom: 40px;
}

.page-title {
  color: #fff;
  display: block;
  margin-bottom: 10px;
  text-align: left;
}

.page-title h1 {
  color: inherit;
  display: inline-block;
  font-size: 5.2rem;
  font-weight: 600;
  line-height: 1.3;
  padding-bottom: 0;
  letter-spacing: 0.2px;
}

.page-title h1 span {
  display: block;
}

.page-title p {
  color: inherit;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.3;
  padding-bottom: 0;
  letter-spacing: 0.2px;
}

.page-title small {
  font-size: 1.6rem;
  font-weight: 300;
  text-transform: none;
}

.page-title.center {
  text-align: center;
}

.page-title.white {
  color: #fff;
}

.sub-title {
  color: #9A0A40;
  font-weight: 600;
  font-size: 1.375rem;
  margin-bottom: 10px;
}

.sub-title h2,
.sub-title h3,
.sub-title h4 {
  font-size: 1.375rem;
}

.sub-title.blue a {
  color: #044d80;
}

.sub-title a {
  color: #9A0A40;
}

.sub-title a:hover {
  color: #770A33;
}

.ttl {
  font-weight: 600;
  margin-bottom: 10px;
}

.ttl-lg {
  font-size: 5.2rem;
  font-weight: 600;
  line-height: 1.3;
}

@media (max-width: 1450px) {
  .ttl-lg {
    font-size: 4.5rem;
  }
}

.ttl-md {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.3;
}

@media (max-width: 1450px) {
  .ttl-md {
    font-size: 3.5rem;
  }
}

.ttl-sm {
  font-size: 2.5rem;
  font-weight: 600;
}

.admin-content,
.cnt {
  /* =====     Unordered List Items     ===== */
  /* =====     Ordered List Items     ===== */
}

.admin-content a,
.cnt a {
  text-decoration: underline;
}

.admin-content ul,
.cnt ul {
  display: block;
  margin: 24px 0 24px;
  padding-left: 30px;
}

.admin-content ul li,
.cnt ul li {
  display: block;
  line-height: 2.81;
  padding-left: 22px;
  position: relative;
  font-size: 1.6rem;
}

.admin-content ul li+li,
.cnt ul li+li {
  margin-top: 10px;
}

.admin-content ul li:before,
.cnt ul li:before {
  color: #9A0A40;
  position: absolute;
  font-family: "ktcbank";
  width: 7px;
  height: 7px;
  left: 0;
  top: 3px;
  font-size: 16px;
}

.admin-content ul.white li:before,
.cnt ul.white li:before {
  border-color: #fff;
}

.admin-content ol,
.cnt ol {
  margin: 24px 0 10px;
  padding-left: 30px;
  counter-reset: item;
}

.admin-content ol li,
.cnt ol li {
  display: block;
  line-height: 1.4;
  padding-left: 20px;
  position: relative;
}

.admin-content ol li+li,
.cnt ol li+li {
  margin-top: 15px;
}

.admin-content ol li:before,
.cnt ol li:before {
  content: counters(item, ".") ".";
  counter-increment: item;
  display: inline-block;
  left: 0;
  position: absolute;
}

.admin-content ol.lower-alpha li:before,
.cnt ol.lower-alpha li:before {
  content: counters(item, "", lower-alpha) ")";
}

.admin-content ol.lower-roman li:before,
.cnt ol.lower-roman li:before {
  content: counters(item, "", lower-roman) ")";
}

.admin-content ol.roman-sub li,
.cnt ol.roman-sub li {
  padding-left: 30px;
}

.admin-content ol.roman-sub li:before,
.cnt ol.roman-sub li:before {
  content: counters(item, ".", upper-roman) ".";
  counter-increment: item;
  font-weight: 500;
}

.admin-content ol.roman-sub li ol li,
.cnt ol.roman-sub li ol li {
  padding-left: 32px;
}

.admin-content ol.decimal-sub li,
.cnt ol.decimal-sub li {
  padding-left: 30px;
}

.admin-content ol.decimal-sub li:before,
.cnt ol.decimal-sub li:before {
  content: counters(item, ". ", decimal) ".";
  counter-increment: item;
  font-weight: 500;
}

.admin-content ol.decimal-sub li ol,
.cnt ol.decimal-sub li ol {
  padding-top: 5px;
}

.admin-content ol.decimal-sub li ol li,
.cnt ol.decimal-sub li ol li {
  padding-left: 32px;
}

.admin-content ol.decimal-sub li ol ol li,
.cnt ol.decimal-sub li ol ol li {
  padding-left: 50px;
}

.admin-content ul+h2,
.admin-content ul+h3,
.admin-content ul+h4,
.admin-content ul+h5,
.admin-content ul+h6,
.admin-content ol+h2,
.admin-content ol+h3,
.admin-content ol+h4,
.admin-content ol+h5,
.admin-content ol+h6,
.cnt ul+h2,
.cnt ul+h3,
.cnt ul+h4,
.cnt ul+h5,
.cnt ul+h6,
.cnt ol+h2,
.cnt ol+h3,
.cnt ol+h4,
.cnt ol+h5,
.cnt ol+h6 {
  margin-top: 30px;
}

.admin-content ul+p,
.admin-content ol+p,
.cnt ul+p,
.cnt ol+p {
  margin-top: 20px !important;
}

table {
  border-collapse: collapse;
  width: 100%;
}

table tr,
table th,
table td {
  vertical-align: middle;
}

table th {
  color: #585858;
  font-weight: 500;
  height: 47px;
}

table td {
  height: 47px;
  padding: 7px 12px;
}

table td.none {
  height: 10px !important;
  padding: 0 10px;
}

table thead {
  background: #9A0A40;
}

table:not([class]),
table[class=""] {
  border-collapse: collapse;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

table:not([class]) td,
table[class=""] td {
  min-height: 30px;
}

.responsive-table {
  overflow-x: auto;
  *zoom: 1;
}

.responsive-table:after,
.responsive-table:before {
  content: '';
  display: block;
}

.responsive-table:after {
  clear: both;
}

@media screen and (max-width: 767px) {
  .table-mobile table {
    width: 100%;
  }

  .table-mobile table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .table-mobile table td {
    border-bottom: 1px solid #9A0A40;
    display: block;
    padding: 9px 12px 9px 100px;
    position: relative;
    text-align: left;
    width: 100%;
  }

  .table-mobile table td:last-child {
    border-bottom-width: 3px;
  }

  .table-mobile table td:before {
    content: attr(data-label);
    display: inline-block;
    float: left;
    font-weight: 500;
    left: 12px;
    position: absolute;
  }
}

section {
  padding: 110px 0;
}

@media (max-width: 1600px) {
  section {
    padding: 90px 0;
  }
}

@media (max-width: 1200px) {
  section {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  section {
    padding: 30px 0;
  }
}

@media (max-width: 480px) {
  section {
    padding: 15px 0;
  }
}

.cf {
  *zoom: 1;
}

.cf:after,
.cf:before {
  content: '';
  display: block;
}

.cf:after {
  clear: both;
}

.d-blk {
  display: block;
}

.d-flx {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.pt-45 {
  padding-top: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pt-35 {
  padding-top: 35px;
}

.img-center {
  width: 100%;
  max-height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mr-auto {
  margin-right: auto;
}

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

.h100 {
  height: 100%;
}

.w100 {
  width: 100%;
}

.tel {
  cursor: default;
}

.mailto:hover {
  color: #168cdf;
}

.text-left {
  text-align: left;
}

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

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

p.comingsoon {
  text-align: center;
}

p.comingsoon.center {
  text-align: left;
}

p.comingsoon.right {
  text-align: right;
}

.rm-btn {
  margin-top: 15px;
}

.rm-btn.right {
  float: right;
}

.rm-btn.center {
  text-align: center;
}

.cur-p {
  cursor: pointer;
}

.ttu {
  text-transform: uppercase;
}

.left {
  float: left;
}

.right {
  float: right;
}

.f-none {
  float: none !important;
}

.visible_mobile {
  display: none;
}

@media (max-width: 767px) {
  .visible_mobile {
    display: block;
  }
}

.visible_desk {
  display: inline-block;
}

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

.no_pad {
  padding: 0 !important;
}

.no_pad_right {
  padding-right: 0 !important;
}

.no_pad_left {
  padding-left: 0 !important;
}

.no_pad_top {
  padding-top: 0 !important;
}

.no_pad_bottom {
  padding-bottom: 0 !important;
}

.no_marg {
  margin: 0;
}

.no_marg_right {
  margin-right: 0 !important;
}

.no_marg_left {
  margin-left: 0 !important;
}

.no_marg_top {
  margin-top: 0 !important;
}

.no_marg_bottom {
  margin-bottom: 0 !important;
}

.default {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}

.default li {
  list-style-type: none;
}

.default li:before,
.default li:after {
  display: none;
}

#Mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #770A33;
  pointer-events: none;
  will-change: transform;
  z-index: 999;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  display: none;
}

@-moz-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }

  40% {
    -moz-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  60% {
    -moz-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}

@-webkit-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  40% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  60% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  40% {
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  60% {
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}

/* =====     Forms     ===== */
input {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}

.inline {
  display: block;
}

.inline div {
  display: inline-block;
  float: left;
  margin-right: 20px;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
.input,
textarea,
select,
.form-control {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #3C3C3C;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  height: 40px;
  padding: 0 20px;
  width: 100%;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
.input:focus,
textarea:focus,
select:focus,
.form-control:focus {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: 0;
}

@media (max-width: 1199px) {

  input[type="email"],
  input[type="number"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="url"],
  .input,
  textarea,
  select,
  .form-control {
    border-width: 1px;
    height: 40px;
    padding: 0 10px;
  }
}

textarea.form-control {
  height: 100px;
  padding: 15px 20px;
  resize: none;
}

@media (max-width: 1199px) {
  textarea.form-control {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.selectric {
  background: transparent !important;
  height: 62px !important;
  border: 1.5px solid #D6D6D6 !important;
  border-radius: 0px !important;
}

@media (max-width: 991px) {
  .selectric {
    height: 50px !important;
    padding: 2px 17px !important;
  }
}

@media (max-width: 767px) {
  .selectric {
    margin-bottom: 25px;
  }

  .selectric:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 575px) {
  .selectric {
    margin-bottom: 15px;
  }

  .selectric:last-child {
    margin-bottom: 0;
  }
}

.selectric label {
  height: 100%;
}

.selectric span {
  color: #212121 !important;
  font-size: 2rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.011em;
  height: 100% !important;
}

.selectric .button {
  width: 50px !important;
  height: 60px !important;
  line-height: 38px !important;
  background-color: transparent !important;
  color: #9a0a40 !important;
}

.selectric .button:after {
  display: none !important;
}

.selectric .button:before {
  content: url(../images/downarrow.svg);
  position: absolute;
  top: 15px;
  height: auto;
  width: auto;
  right: 15px;
  transition: all 0.5s ease;
}

.selectric-open .selectric .button:before {
  transform: rotate(180deg);
  top: 5px;
}

@media (max-width: 991px) {
  .selectric .button:before {
    top: 10px;
  }
}

section.store-locator .left-store-select .button:before {
  content: url(../images/icons/downarrow-white.svg);
  top: 16px;
  right: 20px;
}

@media (max-width: 992px) {
  section.store-locator .left-store-select .button:before {
    top: 10px;
  }
}

.selectric-scroll ul li {
  color: #212121 !important;
  font-size: 1.5rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.011em;
  padding: 15px 20px;
}

select,
.selectric {
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 8px 17px;
  border: 1px solid #E5E5E5;
  height: 62px;
  background: transparent;
  outline: none;
}

@media (max-width: 767px) {

  select,
  .selectric {
    height: 50px;
  }
}


select:focus,
select:active,
.selectric:focus,
.selectric:active {
  outline: none;
}

option {
  -moz-appearance: none;
  -webkit-appearance: none;
}

.input-holder {
  margin-bottom: 15px;
  position: relative;
  *zoom: 1;
}

.input-holder:after,
.input-holder:before {
  content: '';
  display: block;
}

.input-holder:after {
  clear: both;
}

.input-holder.error input,
.input-holder.error textarea {
  border-color: #C60C02;
}

.input-holder .error,
.input-holder .newerror {
  background-color: #C60C02;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  right: 0;
  line-height: 1;
  padding: 5px 5px;
  position: absolute;
  top: -19px;
}

.input-holder .error:after,
.input-holder .newerror:after {
  border-bottom: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #C60C02;
  bottom: -5px;
  content: '';
  right: 10px;
  position: absolute;
}

.input-holder .newerror {
  top: -20px;
}

@media (max-width: 767px) {
  .input-holder .newerror {
    top: -25px;
  }
}

.btn-grp .btn {
  margin: 0 10px;
}

.btn-grp .btn:last-child {
  margin-right: 0;
}

.btn.reverse {
  color: #fff;
  background: #9A0A40;
  border: 2px solid #9A0A40;
}

.btn.reverse:hover {
  background-color: #770A33;
  color: #fff;
  border: 2px solid #770A33;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #9A0A40;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 13px 33px;
  max-height: 51px;
  position: relative;
  background: transparent;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #9A0A40;
}

@media (max-width: 991px) {
  .btn {
    padding: 10px 33px;
  }
}

.btn:hover {
  background-color: #770A33;
  color: #fff;
  border: 2px solid #770A33;
}

.btn.primary {
  background: #9A0A40;
  color: #fff;
}

.btn.primary:hover {
  color: #fff;
}

.btn.btn-md {
  min-height: 50px;
  font-size: 1.4rem;
}

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75),
screen and (min-width: 0\0) and (-o-min-device-pixel-ratio: 3/4),
screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .btn.btn-md {
    padding-top: 14px;
  }
}

.btn.btn-sm {
  min-height: 35px;
  font-size: 1.4rem;
}

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75),
screen and (min-width: 0\0) and (-o-min-device-pixel-ratio: 3/4),
screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .btn.btn-sm {
    padding-top: 6px !important;
  }
}

.btn.btn-lg {
  min-height: 60px;
  font-size: 1.6rem;
}

@media (max-width: 1450px) {
  .btn.btn-lg {
    min-height: 60px;
    font-size: 1.5rem;
  }
}

@media (max-width: 1199px) {
  .btn.btn-lg {
    min-height: 50px;
    font-size: 1.3rem;
  }
}

@media (max-width: 767px) {
  .btn.btn-lg {
    min-height: 40px;
    font-size: 1.1rem;
  }
}

.btn.btn-icon {
  position: relative;
  padding-left: 50px;
}

.btn.btn-icon img,
.btn.btn-icon svg {
  position: absolute;
  width: 22px;
  height: 22px;
  left: 15px;
  fill: #fff;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.btn.btn-icon:hover svg {
  fill: #9A0A40 !important;
}

.btn.learn-more {
  position: relative;
  background: none;
  color: #9A0A40;
  font-weight: 700;
  min-height: inherit;
  font-size: 1.4rem;
  padding-left: 0;
  border: none;
}

.btn.learn-more:after {
  position: absolute;
  content: '\e800';
  font-family: "ktcbank";
  right: 8px;
  top: 0;
  transform: rotate(272deg);
  -ms-transform: rotate(272deg);
  -o-transform: rotate(272deg);
  -webkit-transform: rotate(272deg);
  color: #9781B9;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.btn.learn-more:hover::after {
  right: 0;
  color: #3D2070;
}

.btn.styled {
  border: 1px solid #3D2070;
  background: transparent;
  color: #5C2C80;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  font-weight: 500;
  font-size: 1.4rem;
  padding: 0 25px;
}

.btn.styled:hover {
  background-color: #3D2070;
  color: #fff;
  opacity: 1;
}

.btn.bd-curve {
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.btn.text-color {
  color: #3C3C3C;
}

.btn.view-all {
  font-size: 1.4rem;
  position: relative;
  background: none;
  padding: 0;
  color: #5C2C80;
  font-weight: 700;
  min-height: inherit;
  border: none;
}

.btn.view-all:hover {
  color: #9A0A40 !important;
  opacity: 1;
}

.btn.view-all.dim {
  color: #A0A0A0;
}

.btn.view-all span {
  font-weight: 400;
  display: inline-block;
  margin-left: 10px;
}

.btn.deactive {
  color: #C6C6C6;
  border: 1px solid #C6C6C6;
  padding-right: 15px;
  padding-left: 15px;
  background-color: transparent;
}

.btn.deactive:hover {
  color: #C6C6C6;
  opacity: 0.4;
  background-color: transparent;
}

.btn.prebook-btn {
  background-color: transparent;
}

.btn.prebook-btn:hover {
  background-color: transparent;
}

.btn.full-width {
  width: 100%;
  text-align: center;
}

#back-to-top {
  cursor: pointer;
  position: fixed;
  right: 15px;
  bottom: -200px;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
  right: 15px;
  z-index: 99;
  background: #9A0A40;
  color: #fff;
  padding: 5px 8px;
  border: 1px solid #fff;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

#back-to-top:hover {
  background: #000;
}

#back-to-top.visible {
  bottom: 0;
  opacity: 1;
}

@media (max-width: 1199px) {
  #back-to-top {
    display: none;
  }
}

.back-btn {
  position: fixed;
  right: 0px;
  bottom: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  -ms-transition: all ease 0.35s;
  transition: all ease 0.35s;
  z-index: 99;
  background: #9A0A40;
  color: #fff;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 8px 10px;
}

.back-btn:hover {
  background: #000;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  -ms-transition: all ease 0.35s;
  transition: all ease 0.35s;
  right: 0;
}

.back-btn.visible {
  right: 0px;
  opacity: 1;
  transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
}

.back-btn.visible:hover {
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  -ms-transition: all ease 0.35s;
  transition: all ease 0.35s;
  right: 0;
}

@media (max-width: 1199px) {
  .back-btn {
    display: none;
  }
}

.tgl {
  display: none;
}

.tgl,
.tgl:after,
.tgl:before,
.tgl *,
.tgl *:after,
.tgl *:before,
.tgl+.tgl-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tgl::-moz-selection,
.tgl:after::-moz-selection,
.tgl:before::-moz-selection,
.tgl *::-moz-selection,
.tgl *:after::-moz-selection,
.tgl *:before::-moz-selection,
.tgl+.tgl-btn::-moz-selection {
  background: none;
}

.tgl::selection,
.tgl:after::selection,
.tgl:before::selection,
.tgl *::selection,
.tgl *:after::selection,
.tgl *:before::selection,
.tgl+.tgl-btn::selection {
  background: none;
}

.tgl+.tgl-btn {
  outline: 0;
  display: block;
  width: 38px;
  height: 20px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tgl+.tgl-btn:after,
.tgl+.tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
}

.tgl+.tgl-btn:after {
  left: 0;
}

.tgl+.tgl-btn:before {
  display: none;
}

.tgl:checked+.tgl-btn:after {
  left: 50%;
}

.tgl-light+.tgl-btn {
  background: url(../images/toggle-off.svg);
  border-radius: 2em;
  padding: 2px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.tgl-light+.tgl-btn:after {
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.tgl-light:checked+.tgl-btn {
  background: url(../images/toggle-on.svg);
}

@media (min-width: 1200px) {
  .desk-hide {
    display: none;
  }

  /*=== Append and prepend ====*/
  /*==== Menu ====*/
  .main-nav>ul {
    margin: 0;
    padding: 0;
  }

  .main-nav>ul>li {
    display: inline-block;
    position: relative;
    padding-right: 17px;
    padding-left: 17px;
  }

  .main-nav>ul>li:last-child {
    margin: 0;
  }

  .main-nav>ul>li:last-child ul {
    left: auto;
    right: 0;
  }

  .main-nav>ul>li>a {
    display: block;
    padding: 12px 15px;
    padding-left: 0;
    padding-right: 0;
    text-decoration: none;
    position: relative;
    color: #3C3C3C;
    font-weight: 600;
    font-size: 1.6rem;
  }

  .main-nav>ul>li>a:after {
    position: absolute;
    content: '';
    width: 0;
    left: 0;
    bottom: 0;
    height: 3px;
    background: #F93549;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }

  .main-nav>ul>li:hover>a {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }

  .main-nav>ul>li:hover>a:after {
    width: 50px;
  }

  .main-nav>ul>li:hover>ul {
    display: block;
  }

  .main-nav>ul>li ul {
    background: #fff;
    position: absolute;
    margin: 0;
    padding: 0;
    width: 250px;
    display: none;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  }

  .main-nav>ul>li ul li {
    display: block;
    border-bottom: 1px solid #ccc;
    position: relative;
  }

  .main-nav>ul>li ul li:last-child {
    border: 0;
  }

  .main-nav>ul>li ul li a {
    font-size: 0.9rem;
    padding: 8px 20px;
    display: block;
    text-decoration: none;
  }

  .main-nav>ul>li ul li:hover>ul {
    display: block;
    left: 250px;
    top: 0;
  }

  .main-nav>ul>li ul li:hover>a {
    color: #168cdf;
  }

  .main-nav>ul>li ul li.submenu::after {
    content: "\e807";
    font-family: "ktcbank";
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    color: #9A0A40;
    font-size: 10px;
  }

  .mob-btn {
    display: none;
  }

  /*==== Menu End ====*/
}

@media (max-width: 1199.98px) {

  /*==== Menu ====*/
  .main-nav {
    position: fixed;
    width: 260px;
    top: 0;
    right: -260px;
    background: #333;
    height: 100%;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    transition: all ease 0.2s;
    z-index: 1005;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.7);
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.7);
    overflow-y: auto;
  }

  .main-nav ul {
    margin: 0;
    padding: 0;
    display: block;
    margin-top: 0px;
  }

  .main-nav ul.mnav {
    margin-bottom: 30px;
  }

  .main-nav ul li {
    display: block;
    border-bottom: 1px solid #656b74;
    position: relative;
    text-transform: capitalize;
    font-size: 13px;
  }

  .main-nav ul li span {
    display: none;
  }

  .main-nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 1em;
    display: block;
    padding: 10px;
    padding-right: 40px;
  }

  .main-nav ul li a:hover {
    background: #2D2D2D;
  }

  .main-nav ul li.submenu i {
    position: absolute;
    width: 43px;
    height: 39px;
    top: 0;
    right: 0;
    cursor: pointer;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }

  .main-nav ul li.submenu i:after {
    content: "";
    height: 0;
    width: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 6px solid #b3b3b3;
    position: absolute;
    right: 17px;
    top: 18px;
    z-index: 10;
  }

  .main-nav ul ul {
    margin: 0;
    display: none;
  }

  .main-nav ul ul li:last-child {
    border-bottom: 0;
  }

  .main-nav ul ul li:first-child {
    border-top: 1px solid #656b74;
  }

  .main-nav ul ul li a {
    padding-left: 20px;
  }

  .main-nav ul ul li ul a {
    padding-left: 30px;
  }

  .show-menu .main-nav {
    right: 0;
  }

  .show-menu .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1001;
  }

  .mob-btn {
    position: absolute;
    float: right;
    padding: 5px 7px;
    margin: 0px;
    background-color: transparent;
    cursor: pointer;
    right: 60px;
    top: 33px;
    text-align: right;
  }
}

@media (max-width: 1199.98px) and (max-width: 1199px) {
  .mob-btn {
    top: 10px;
    right: 9%;
  }
}

@media (max-width: 1199.98px) and (max-width: 1100px) {
  .mob-btn {
    right: 6%;
  }
}

@media (max-width: 1199.98px) and (max-width: 1075px) {
  .mob-btn {
    right: 4%;
  }
}

@media (max-width: 1199.98px) and (max-width: 1050px) {
  .mob-btn {
    right: 3%;
  }
}

@media (max-width: 1199.98px) and (max-width: 1024px) {
  .mob-btn {
    right: 2%;
  }
}

@media (max-width: 1199.98px) and (max-width: 992px) {
  .mob-btn {
    right: 1%;
  }
}

@media (max-width: 1199.98px) and (max-width: 991.98px) {
  .mob-btn {
    top: 10px;
    right: 5px;
  }
}

@media (max-width: 1199.98px) {
  .mob-btn span {
    display: block;
    width: 27px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
    opacity: 1;
  }

  .mob-btn span:last-child {
    width: 20px;
    margin-left: 7px;
  }

  .mob-btn span+span {
    margin-top: 5px;
  }

  .mob-btn.active span:nth-child(2) {
    opacity: 0;
  }

  .mob-btn.active span:first-child {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    margin-top: 5px;
    margin-left: 7px;
  }

  .mob-btn.active span:last-child {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    width: 27px;
    margin-top: -10px;
  }

  /*==== Menu End ====*/
  /*=== Append and Prepend ===*/
  .extra-link {
    display: none;
  }

  /*==== Append and Prepend End ====*/
}

.ddmenu-wrap {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.ddmenu-wrap ul.menu_items {
  margin: 0;
  min-width: 150px;
  padding: 0;
  text-align: left;
}

.ddmenu-wrap ul.menu_items li {
  display: block;
  height: 35px;
  line-height: 35px;
  float: left;
  width: 100%;
}

.ddmenu-wrap ul.menu_items li a {
  padding: 0 16px;
  display: block;
  color: #3C3C3C;
  background: #fff;
  text-decoration: none;
}

.ddmenu-wrap ul.menu_items li a:hover {
  background: #eee;
}

.ddmenu-wrap:hover .drop-name {
  color: #9A0A40;
}

.ddmenu-wrap:hover .drop-btn:before {
  height: 0;
  width: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #9A0A40;
}

.drop-name {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
  color: #3C3C3C;
}

.drop-btn {
  border: 0;
  position: relative;
  vertical-align: middle;
  background: #fff;
  border-radius: 50%;
}

.drop-btn:before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #A0A0A0;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.drop-menu {
  background: #fff;
  border-radius: 2px;
  position: absolute;
  right: -8px;
  top: 43px;
  font-size: 1.4rem;
  border: 1px solid #e8ebec;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  z-index: 20;
  -webkit-box-shadow: 0 10px 6px -6px rgba(119, 119, 119, 0.411765);
  -moz-box-shadow: 0 10px 6px -6px rgba(119, 119, 119, 0.411765);
  box-shadow: 0 10px 6px -6px rgba(119, 119, 119, 0.411765);
}

.open .drop-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.breadcrumb {
  margin-top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item {
  font-size: 1.4rem;
  text-transform: capitalize;
  color: #606060;
  font-weight: 300;
}

.breadcrumb-item:hover {
  color: #9A0A40;
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: 5px;
  padding-left: 0;
  font-family: "ktcbank";
  content: '\e802';
  padding-left: 7px;
  font-size: 1rem;
  position: relative;
  top: -1px;
}

.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #5C2C80;
}

.main-nav ul li.current-menu-item>a,
.main-nav ul li.current_page_item>a,
.main-nav ul li.current-page-ancestor>a,
.main-nav ul li.current_page_parent>a,
.main-nav ul li.current-menu-parent>a,
.main-nav ul li.current-menu-ancestor>a {
  font-weight: 500;
}

.main-nav ul li.current-menu-item>a:after,
.main-nav ul li.current_page_item>a:after,
.main-nav ul li.current-page-ancestor>a:after,
.main-nav ul li.current_page_parent>a:after,
.main-nav ul li.current-menu-parent>a:after,
.main-nav ul li.current-menu-ancestor>a:after {
  width: 100%;
}

.site-footer ul li.current-menu-item>a,
.site-footer ul li.current_page_item>a,
.site-footer ul li.current-page-ancestor>a,
.site-footer ul li.current_page_parent>a,
.site-footer ul li.current-menu-parent>a,
.site-footer ul li.current-menu-ancestor>a {
  color: #168cdf !important;
}

.wp_pagination {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}

.wp_pagination ol,
.wp_pagination .wp-paginate {
  display: inline-block;
  float: right;
}

.wp_pagination ol li,
.wp_pagination .wp-paginate li {
  display: inline-block;
  float: left;
  font-size: 1.133rem;
  line-height: 1.4;
  padding: 0 3px;
}

.wp_pagination ol li+li,
.wp_pagination .wp-paginate li+li {
  margin-top: 0;
}

.wp_pagination ol li .page,
.wp_pagination ol li .next,
.wp_pagination ol li .prev,
.wp_pagination .wp-paginate li .page,
.wp_pagination .wp-paginate li .next,
.wp_pagination .wp-paginate li .prev {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  background-color: transparent;
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #281107;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.9333rem;
  font-weight: 400;
  height: 34px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  text-align: center;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.wp_pagination ol li .next,
.wp_pagination ol li .prev,
.wp_pagination .wp-paginate li .next,
.wp_pagination .wp-paginate li .prev {
  background-color: #9A0A40;
  color: #fff;
  text-transform: uppercase;
}

.wp_pagination ol li .next:hover,
.wp_pagination ol li .prev:hover,
.wp_pagination .wp-paginate li .next:hover,
.wp_pagination .wp-paginate li .prev:hover {
  background-color: #000;
}

.wp_pagination ol li .page,
.wp_pagination .wp-paginate li .page {
  margin-left: 7px;
  margin-right: 7px;
  padding-left: 2px;
  padding-right: 2px;
}

.wp_pagination ol li .page:hover,
.wp_pagination .wp-paginate li .page:hover {
  color: #9A0A40;
}

.wp_pagination ol li .current,
.wp_pagination .wp-paginate li .current {
  color: #9A0A40;
}

/* ================================
            Slick Slider
================================= */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  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-slider *:focus {
  outline: none;
}

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

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

/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: #000;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: 0;
  outline: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: 1;
}

.slick-prev:hover,
.slick-next:hover {
  outline: none;
  -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.36);
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.36);
}

.slick-prev:hover:before,
.slick-next:hover:before {
  font-size: 17px;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}

.slick-prev:before,
.slick-next:before {
  font-family: "bisdesk";
  font-size: 15px;
  line-height: 1;
  color: #000;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.slick-prev {
  left: 20px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -60px;
}

@media (max-width: 1450px) {
  [dir="rtl"] .slick-prev {
    left: 0;
  }
}

.slick-prev:before {
  content: "";
  width: 13px;
  position: absolute;
  background: #fff;
  height: 1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 35%;
  bottom: 19px;
}

.slick-prev:after {
  content: "";
  width: 13px;
  position: absolute;
  background: #fff;
  height: 1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px;
  left: 35%;
}

.slick-next {
  right: 20px;
}

[dir="rtl"] .slick-next {
  left: -60px;
  right: auto;
}

@media (max-width: 1450px) {
  [dir="rtl"] .slick-next {
    right: 0;
  }
}

.slick-next:before {
  content: "";
  width: 13px;
  position: absolute;
  background: #fff;
  height: 1px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 35%;
  bottom: 19px;
}

.slick-next:after {
  content: "";
  width: 13px;
  position: absolute;
  background: #fff;
  height: 1px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 21px;
  right: 35%;
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: cener;
  padding: 0 15px;
  margin: 0;
}

@media (min-width: 1200px) {
  .slick-dots li {
    margin: 0 10px 0 0;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li+li {
  margin-left: 10px;
}

.slick-dots li button {
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  text-indent: -9999px;
  border: none;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 15px;
  height: 15px;
  font-family: "bisdesk";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button {
  background-color: #9A0A40;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 1;
}

@media (max-width: 767.98px) {
  .slick-dots li {
    margin: 0 5px;
  }

  .slick-dots li button {
    border-width: 1px;
    height: 12px;
    width: 12px;
  }
}

.dots-left .slick-dots {
  left: 0;
}

.dots-left .slick-dots {
  right: 0;
}

.dots-center .slick-dots {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* ================================
        Popup and Popover
================================= */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
  border-radius: 5px;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.show {
  opacity: 0.3;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  position: relative;
}

.close {
  background-color: #9A0A40;
  border: none;
  color: #fff;
  display: inline-block;
  font-weight: lighter;
  height: 30px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  transition: all ease 0.4s;
  width: 30px;
}

.close:before,
.close:after {
  background-color: #fff;
  content: '';
  height: 50%;
  left: 14px;
  position: absolute;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform-origin: center center;
  top: 6px;
  width: 2px;
}

.close:before {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.close:after {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.close:hover {
  background-color: #770A33;
}

.close:hover:before {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.close:hover:after {
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
  padding: 0;
  text-align: center;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-body .input-holder textarea {
  resize: none;
  height: 90px;
  padding: 20px;
}

.modal-body .input-holder input[type="submit"] {
  float: right;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 10% auto 0;
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.accordionjs {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px;
  margin-bottom: 20px;
}

.accordionjs .acc_section {
  position: relative;
  z-index: 2;
  margin-top: -1px;
  overflow: hidden;
  /* &:first-of-type,
    &:first-of-type .acc_head {
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
    }
    &:last-of-type,
    &:last-of-type .acc_content {
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px;
    } */
}

.accordionjs .acc_section .acc_head {
  background: #EDEEF3;
  cursor: pointer;
  display: block;
  padding: 15px 20px;
  position: relative;
  margin-bottom: 5px;
  font-size: 1.2rem;
  position: relative;
  -webkit-transition: all ease 0.05s;
  -moz-transition: all ease 0.05s;
  -o-transition: all ease 0.05s;
  -ms-transition: all ease 0.05s;
  transition: all ease 0.05s;
  padding-right: 45px;
  font-weight: 500;
}

.accordionjs .acc_section .acc_head:after {
  font-family: "ktcbank";
  content: '\e80f';
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #2B60AC;
}

.accordionjs .acc_section .acc_content {
  padding: 20px;
}

.accordionjs .acc_section.acc_active> {
  -webkit-transition: all ease 0.05s;
  -moz-transition: all ease 0.05s;
  -o-transition: all ease 0.05s;
  -ms-transition: all ease 0.05s;
  transition: all ease 0.05s;
}

.accordionjs .acc_section.acc_active>.acc_content {
  display: block;
}

.accordionjs .acc_section.acc_active>.acc_head:after {
  content: '\e810';
}

/*======================================
  Selectric v1.13.0
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #c4c4c4;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}



.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

.ktb-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #9A0A40;
  -webkit-box-shadow: 0px 10px 22px -13px rgba(0, 0, 0, 0.61);
  -moz-box-shadow: 0px 10px 22px -13px rgba(0, 0, 0, 0.61);
  box-shadow: 0px 10px 22px -13px rgba(0, 0, 0, 0.61);
  margin: 0 auto;
}

@media (max-width: 1450px) {
  .ktb-header {
    padding-left: 0px;
  }
}

@media (max-width: 1199px) {
  .ktb-header {
    padding: 15px;
    height: 75px;
  }
}

@media (max-width: 575.98px) {
  .ktb-header {
    padding-left: 15px;
  }
}

.ktb-header.logged {
  -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.05);
  -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.05);
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.05);
}

@media (max-width: 991px) {
  .ktb-header .container {
    max-width: 100%;
  }
}

.ktb-header .preheader {
  background: #770A33;
  text-align: right;
}

.ktb-header .preheader ul {
  display: inline-block;
  margin: 0;
}

.ktb-header .preheader ul li {
  display: inline-block;
}

.ktb-header .preheader ul li a {
  font-size: 1.2rem;
  color: #fff;
  vertical-align: middle;
  padding-bottom: 3px;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
}

.ktb-header .preheader ul.cntct-details>li:nth-child(1) a span svg {
  margin-bottom: -2px;
}

.ktb-header .preheader ul.cntct-details>li:nth-child(2) a span svg {
  margin-bottom: -1px;
}

.ktb-header .preheader ul.cntct-details {
  margin-right: 37px;
}

.ktb-header .preheader ul.cntct-details li {
  position: relative;
  margin: 0 13px;
}

.ktb-header .preheader ul.cntct-details li a span {
  margin-right: 9px;
}

.ktb-header .preheader ul.cntct-details li a span.text {
  opacity: 0.9;
}

.ktb-header .preheader ul.cntct-details li:after {
  content: "";
  position: absolute;
  width: 1px;
  background: #fff;
  opacity: 0.3;
  height: 13px;
  right: -15px;
  top: 5px;
}

.ktb-header .preheader ul.cntct-details li:nth-last-child(1) a {
  pointer-events: none;
}

.ktb-header .preheader ul.cntct-details li:nth-last-child(1):after {
  right: -25px;
}

.ktb-header .preheader ul.main-links li {
  position: relative;
  margin: 0 13px;
}

.ktb-header .preheader ul.main-links li a {
  color: #FCFCFC;
  opacity: 0.9;
  padding: 8px 0;
}

.ktb-header .preheader ul.main-links li a:hover {
  opacity: 1;
  color: #fff;
}

.ktb-header .preheader ul.main-links li:nth-child(1) {
  margin-left: 0;
}

.ktb-header .preheader ul.main-links li:nth-last-child(1) {
  margin-right: 0;
}

.ktb-header .preheader ul.main-links li.active a {
  color: #fff;
  opacity: 1;
}

.ktb-header .preheader .dropdownmenu ul.dropdown {
  opacity: 0;
  position: absolute;
  top: 85%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  left: -50px;
  width: 132px;
  border: 1px solid #770A33;
  border-top: none;
  background: #770A33;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}

.ktb-header .preheader .dropdownmenu ul.dropdown li {
  display: block;
  padding: 0;
  position: relative;
  pointer-events: none;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}

.ktb-header .preheader .dropdownmenu ul.dropdown li a {
  padding: 10px 20px;
  width: 100%;
  pointer-events: none;
  display: block;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-left: 0;
}

.ktb-header .preheader .dropdownmenu ul.dropdown li a:hover {
  background: #9A0A40;
}

.ktb-header .preheader .dropdownmenu ul.dropdown li a:after {
  display: none;
}

.ktb-header .preheader .dropdownmenu ul.dropdown li.active a {
  background: #9A0A40;
}

.ktb-header .preheader li.dropdownmenu:hover .dropdown {
  opacity: 1;
  z-index: 1;
  top: 100%;
  pointer-events: all;
}

.ktb-header .preheader li.dropdownmenu:hover .dropdown li {
  pointer-events: all;
}

.ktb-header .preheader li.dropdownmenu:hover .dropdown li a {
  padding: 10px 20px;
  pointer-events: all;
}

@media (max-width: 1199px) {
  .ktb-header .preheader {
    display: none;
  }
}

.ktb-header .mobile_menu {
  display: none;
  z-index: 9;
}

@media (max-width: 1199px) {
  .ktb-header .mobile_menu {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    height: 440px;
    background: #fff;
    overflow: hidden;
    top: 80px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-box-shadow: 0px 10px 22px -13px rgba(0, 0, 0, 0.61);
    box-shadow: 0px 10px 22px -13px rgba(0, 0, 0, 0.61);
  }
}

/* @media (max-width: 1199px) {
      .ktb-header .mobile_menu {
        height: 355px;
      }
         } */
@media (max-width: 1199px) {
  .ktb-header .mobile_menu {
    height: 395px;
  }
}


@media (max-width: 1199px) and (max-width: 480px) {
  .ktb-header .mobile_menu {
    height: 100vh;
  }
}

@media (max-width: 1199px) {
  .ktb-header .mobile_menu.active {
    opacity: 1;
    top: 75px;
    visibility: visible;
  }

  .ktb-header .mobile_menu .mobile_wrpr {
    width: 700px;
    margin: 45px auto;
    height: 265px;
  }
}

@media (max-width: 1199px) and (max-width: 767px) {
  .ktb-header .mobile_menu .mobile_wrpr {
    width: 600px;
  }
}

@media (max-width: 1199px) and (max-width: 640px) {
  .ktb-header .mobile_menu .mobile_wrpr {
    width: 440px;
    margin: 45px auto;
    height: 235px;
  }
}

@media (max-width: 1199px) and (max-width: 575px) {
  .ktb-header .mobile_menu .mobile_wrpr {
    margin: 45px auto;
  }
}

@media (max-width: 1199px) and (max-width: 480px) {
  .ktb-header .mobile_menu .mobile_wrpr {
    width: 280px;
    margin: 30px auto;
    height: 100vh;
  }
}

@media (max-width: 1199px) {
  .ktb-header .mobile_menu .mobile_wrpr ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ktb-header .mobile_menu .mobile_wrpr ul li {
    width: 33.33%;
    display: inline-block;
  }
}

@media (max-width: 1199px) and (max-width: 480px) {
  .ktb-header .mobile_menu .mobile_wrpr ul li {
    width: 50%;
  }
}

@media (max-width: 1199px) {
  .ktb-header .mobile_menu .mobile_wrpr ul li.dropdownmenu {
    display: none;
  }

  .ktb-header .mobile_menu .mobile_wrpr ul li.has-submenu .megasubmenu {
    display: none;
  }

  .ktb-header .mobile_menu .mobile_wrpr ul li>ul {
    display: none;
  }

  .ktb-header .mobile_menu .mobile_wrpr ul li a {
    display: none;
  }

  .ktb-header .mobile_menu .mobile_wrpr ul li a.mobile_icon {
    display: block;
    margin-bottom: 23px;
  }

  .ktb-header .mobile_menu .mobile_wrpr ul li.active a {
    color: #9A0A40;
    font-weight: 600;
  }

  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(1) {
    order: 1;
        display: block;
  }

  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(2) {
    order: 2;
        display: block;
  }
    .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(3) {
    order: 3;
        display: block;
  }
    .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(4) {
    display: block;
    order: 19;
  }

  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(5) {
    display: block;
    order: 18;
  }
  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(6) {
    display: block;
        order: 17;
  }
  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(55) {
    display: none;
        order: 4;
  }
  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(56) {
    display: none;
     order: 5;

  }
  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(57) {
    display: block;
     order: 6;

  }
  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(58) {
    display: block;
     order: 7;

  }
  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(59) {
    display: block;
     order: 8;

  }
  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(60) {
    display: block;
     order: 9;
  }
  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(61) {
    display: block;
     order: 10;
  }
  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(62) {
    display: block;
     order: 11;
  }
  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(63) {
    display: block;
     order: 12;
  }
  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(64) {
    display: block;
     order: 13;
  }
  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(65) {
    display: block;
     order: 14;
  }
  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(66) {
    display: block;
     order: 15;
  }
  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(7) {
    -webkit-box-ordinal-group: 3;
    display: none;
  }
  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(8) {
    -webkit-box-ordinal-group: 3;
    display: none;
  }
  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(9) {
    -webkit-box-ordinal-group: 3;
    display: none;
  }
  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(10) {
    -webkit-box-ordinal-group: 3;
    display: none;
  }
  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(11) {
    -webkit-box-ordinal-group: 3;
    display: none;
  }
  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(12) {
    -webkit-box-ordinal-group: 3;
    display: none;
  }

  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(13) {
    -webkit-box-ordinal-group: 13;
    display: none;
    }
    .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(14) {
    -webkit-box-ordinal-group: 14;
    display: none;
    }
    .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(15) {
    -webkit-box-ordinal-group: 14;
    display: none;
    }
    .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(16) {
    -webkit-box-ordinal-group: 14;
    display: none;
    }
    .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(17) {
    -webkit-box-ordinal-group: 14;
    display: none;
    }
    .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(18) {
    -webkit-box-ordinal-group: 14;
    display: none;
    }
    .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(19) {
    -webkit-box-ordinal-group: 14;
    display: none;
    }
    .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(20) {
    -webkit-box-ordinal-group: 14;
    display: none;
    }
    .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(21) {
    -webkit-box-ordinal-group: 14;
    display: none;
    }
    .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(22) {
    -webkit-box-ordinal-group: 14;
    display: none;
    }
    .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(23) {
    -webkit-box-ordinal-group: 14;
    display: none;
    }
    .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(24) {
    -webkit-box-ordinal-group: 14;
    display: none;
    }
    .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(25) {
    -webkit-box-ordinal-group: 14;
    display: none;
    }
    .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(26) {
    display: none;
    }
    .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(27) {
    -webkit-box-ordinal-group: 14;
    display: none;
    }
    .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(28) {
    -webkit-box-ordinal-group: 14;
    display: none;
    }
    .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(29) {
    -webkit-box-ordinal-group: 14;
    display: none;
    }
     .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(30) {
    -webkit-box-ordinal-group: 14;
    display: none;
    }
     .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(31) {
    -webkit-box-ordinal-group: 14;
    display: none;
    }
     .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(32) {
    -webkit-box-ordinal-group: 14;
    display: none;
    }
     .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(33) {
    -webkit-box-ordinal-group: 14;
    display: none;
    }
     .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(34) {
    -webkit-box-ordinal-group: 14;
    display: none;
    }
     .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(35) {
    -webkit-box-ordinal-group: 14;
    display: none;
    }
     .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(36) {
    -webkit-box-ordinal-group: 14;
    display: none;
    }
    
    .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(37) {
    -webkit-box-ordinal-group: 14;
    display: none;
    }
    .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(38) {
    -webkit-box-ordinal-group: 14;
    display: none;
    }
    .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(39) {
    -webkit-box-ordinal-group: 14;
    display: none;
    }
    .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(40) {
    -webkit-box-ordinal-group: 14;
    display: none;
    }
    .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(41) {
    -webkit-box-ordinal-group: 14;
    display: none;
    }
    .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(42) {
    -webkit-box-ordinal-group: 14;
    display: none;
    }
    .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(43) {
    -webkit-box-ordinal-group: 14;
    display: none;
    }
    .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(44) {
    -webkit-box-ordinal-group: 14;
    display: none;
    }
    .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(45) {
    -webkit-box-ordinal-group: 14;
    display: none;
    }
    .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(46) {
    -webkit-box-ordinal-group: 14;
    display: none;
    }
    .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(47) {
    -webkit-box-ordinal-group: 14;
    display: none;
    }
    .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(48) {
    -webkit-box-ordinal-group: 14;
    display: none;
    }
    .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(49) {
    -webkit-box-ordinal-group: 14;
    display: none;
    }
    .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(50) {
    -webkit-box-ordinal-group: 14;
    display: none;
    }
    .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(51) {
    -webkit-box-ordinal-group: 14;
    display: none;
    }
    .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(52) {
    -webkit-box-ordinal-group: 14;
    display: none;
    }
    .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(53) {
    -webkit-box-ordinal-group: 14;
    display: none;
    }
    .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(54) {
    -webkit-box-ordinal-group: 14;
    display: none;
    }
}


/*@media (max-width: 1199px) and (max-width: 480px) {*/
/*  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(6) {*/
/*    width: 50%;*/
/*  }*/
/*}*/

/*@media (max-width: 1199px) {*/
/*  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(7) {*/
/*    -webkit-box-ordinal-group: 10;*/
/*    display: none;*/
/*  }*/
/*}*/

/*@media (max-width: 1199px) and (max-width: 480px) {*/
/*  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(7) {*/
/*    width: 50%;*/
/*  }*/
/*}*/

/*@media (max-width: 1199px) {*/
/*  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(8) {*/
/*    -webkit-box-ordinal-group: 9;*/
/*    display: none;*/
/*  }*/
/*}*/

/*@media (max-width: 1199px) and (max-width: 480px) {*/
/*  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(8) {*/
/*    width: 50%;*/
/*  }*/
/*}*/

/*@media (max-width: 1199px) {*/
/*  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(9) {*/
/*    -webkit-box-ordinal-group: 4;*/
/*    display: none;*/
/*  }*/
/*}*/

/*@media (max-width: 1199px) and (max-width: 480px) {*/
/*  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(9) {*/
/*    -webkit-box-ordinal-group: 5;*/
/*    -ms-flex-order: 4;*/
/*    order: 4;*/
/*  }*/
/*}*/

/*@media (max-width: 1199px) {*/
/*  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(10) {*/
/*    -webkit-box-ordinal-group: 11;*/
/*    display: none;*/
/*  }*/
/*}*/

/*@media (max-width: 1199px) and (max-width: 480px) {*/
/*  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(10) {*/
/*    width: 50%;*/
/*  }*/
/*}*/

/*@media (max-width: 1199px) {*/
/*  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(11) {*/
/*    -webkit-box-ordinal-group: 7;*/
/*    display: none;*/
/*  }*/
/*}*/

/*@media (max-width: 1199px) and (max-width: 480px) {*/
/*  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(11) {*/
/*    width: 50%;*/
/*  }*/
/*}*/

/*@media (max-width: 1199px) {*/
/*  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(12) {*/
/*    -webkit-box-ordinal-group: 13;*/
/*    display: none;*/
/*  }*/
/*}*/

/*@media (max-width: 1199px) and (max-width: 480px) {*/
/*  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(12) {*/
/*    width: 50%;*/
/*  }*/
/*}*/



/*@media (max-width: 1199px) {*/
/*  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(22) {*/
/*    display: none;*/
/*  }*/
/*}*/

/*@media (max-width: 1199px) {*/
/*  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(23) {*/
/*    display: none;*/
/*  }*/
/*}*/

/*@media (max-width: 1199px) {*/
/*  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(24) {*/
/*    display: none;*/
/*  }*/
/*}*/

/*@media (max-width: 1199px) {*/
/*  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(25) {*/
/*    display: none;*/
/*  }*/
/*}*/

/*@media (max-width: 1199px) {*/
/*  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(26) {*/
/*    display: none;*/
/*  }*/
/*}*/

/*@media (max-width: 1199px) {*/
/*  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(27) {*/
/*    order: 7;*/
/*  }*/
/*}*/

/*@media (max-width: 1199px) {*/
/*  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(28) {*/
/*    order: 8;*/
/*  }*/
/*}*/

/*@media (max-width: 1199px) {*/
/*  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(29) {*/
/*    order: 9;*/
/*  }*/
/*}*/

/*@media (max-width: 1199px) {*/
/*  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(30) {*/
/*    order: 10;*/
/*  }*/
/*}*/


/*@media (max-width: 1199px) {*/
/*  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(31) {*/
/*    display: none;*/
/*  }*/
/*}*/

/*@media (max-width: 1199px) {*/
/*  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(32) {*/
/*    display: none;*/
/*  }*/
/*}*/

/*@media (max-width: 1199px) {*/
/*  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(33) {*/
/*    display: none;*/
/*  }*/
/*}*/

/*@media (max-width: 1199px) {*/
/*  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(34) {*/
/*    display: none;*/
/*  }*/
/*}*/

/*@media (max-width: 1199px) {*/
/*  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(35) {*/
/*    display: none;*/
/*  }*/
/*}*/

/*@media (max-width: 1199px) {*/
/*  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(36) {*/
/*    display: none;*/
/*  }*/
/*}*/

/*@media (max-width: 1199px) {*/
/*  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(37) {*/
/*    display: none;*/
/*  }*/
/*}*/

/*@media (max-width: 1199px) {*/
/*  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(38) {*/
/*    display: none;*/
/*  }*/
/*}*/

/*@media (max-width: 1199px) {*/
/*  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(39) {*/
/*    display: none;*/
/*  }*/
/*}*/

/*@media (max-width: 1199px) {*/
/*  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(40) {*/
/*    display: none;*/
/*  }*/
/*}*/

/*@media (max-width: 1199px) {*/
/*  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(41) {*/
/*    display: none;*/
/*  }*/
/*}*/

/*@media (max-width: 1199px) {*/
/*  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(42) {*/
/*    display: none;*/
/*  }*/
/*}*/

/*@media (max-width: 1199px) {*/
/*  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(43) {*/
/*    display: none;*/
/*  }*/
/*}*/

/*@media (max-width: 1199px) {*/
/*  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(44) {*/
/*    display: none;*/
/*  }*/
/*}*/

/*@media (max-width: 1199px) {*/
/*  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(45) {*/
/*    display: none;*/
/*  }*/
/*}*/

/*@media (max-width: 1199px) {*/
/*  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(46) {*/
/*    display: none;*/
/*  }*/
/*}*/

/*@media (max-width: 1199px) {*/
/*  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(47) {*/
/*    display: none;*/
/*  }*/
/*}*/

/*@media (max-width: 1199px) {*/
/*  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(48) {*/
/*    display: none;*/
/*  }*/
/*}*/

/*@media (max-width: 1199px) {*/
/*  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(49) {*/
/*    display: none;*/
/*  }*/
/*}*/

/*@media (max-width: 1199px) {*/
/*  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(50) {*/
/*    display: none;*/
/*  }*/
/*}*/

/*@media (max-width: 1199px) {*/
/*  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(51) {*/
/*    display: none;*/
/*  }*/
/*}*/

/*@media (max-width: 1199px) {*/
/*  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(52) {*/
/*    order: 14;*/
/*  }*/
/*}*/

/*@media (max-width: 1199px) {*/
/*  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(53) {*/
/*    display: block;*/
/*  }*/
/*}*/

/*@media (max-width: 1199px) {*/
/*  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(54) {*/
/*    order: 15;*/
/*  }*/
/*}*/

/*@media (max-width: 1199px) {*/
/*  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(55) {*/
/*    order: 16;*/
/*  }*/
/*}*/

/*@media (max-width: 1199px) {*/
/*  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(56) {*/
/*    display: none;*/
/*  }*/
/*}*/

/*@media (max-width: 1199px) {*/
/*  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(60) a {*/
/*    display: block;*/
/*  }*/
/*}*/

/*@media (max-width: 480px) {*/
/*  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(60) a {*/
/*    margin-bottom: 20px;*/
/*  }*/
/*}*/

/*@media (max-width: 1199px) {*/
/*  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(61) a {*/
/*    display: block;*/
/*  }*/
/*}*/


/*@media (max-width: 480px) {*/
/*  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(13) {*/
/*    display: none;*/
/*  }*/
/*}*/

/*@media (max-width: 480px) {*/
/*  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(14) {*/
/*    display: none;*/
/*  }*/
/*}*/

/*@media (max-width: 480px) {*/
/*  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(15) {*/
/*    display: none;*/
/*  }*/
/*}*/

/*@media (max-width: 480px) {*/
/*  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(16) {*/
/*    display: none;*/
/*  }*/
/*}*/

/*@media (max-width: 480px) {*/
/*  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(17) {*/
/*    display: none;*/
/*  }*/
/*}*/

/*@media (max-width: 480px) {*/
/*  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(18) {*/
/*    display: none;*/
/*  }*/
/*}*/

/*@media (max-width: 480px) {*/
/*  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(19) {*/
/*    display: none;*/
/*  }*/
/*}*/

/*@media (max-width: 480px) {*/
/*  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(20) {*/
/*    display: none;*/
/*  }*/
/*}*/




/*@media (max-width: 480px) {*/
/*  .ktb-header .mobile_menu .mobile_wrpr ul li:nth-child(21) {*/
/*    display: none;*/
/*  }*/
/*}*/


@media (max-width: 1199px) {
  /*.ktb-header.show {*/
  /*  padding: 15px 0; }*/

  .ktb-header .container {
    padding: 0;
  }

  .ktb-header.show .overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.69);
    top: 80px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    width: 100%;
  }
}

.heder-wrp {
  padding: 0 0;
}

.heder-wrp .hdr-logo {
  padding: 12.68px 0;
}

@media (max-width: 767px) {
  .heder-wrp .hdr-logo img {
    max-width: 85%;
  }
}

@media (max-width: 1199px) {
  .heder-wrp .hdr-logo {
    padding: 0px 0;
  }
}

ul.sub-menu.branches {
  max-height: 44vh;
  overflow: auto;
}

ul.sub-menu.branches::-webkit-scrollbar {
  width: 3px;
  background-color: #ffffff;
}

ul.sub-menu.branches::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1, #9a0a40), color-stop(1, #9a0a40), color-stop(1, #9a0a40));
}

ul.sub-menu.branches::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: #ffffff;
  border-radius: 8px;
}

ul.sub-menu.branches li a {
  padding: 12px 25px !important;
}

::-webkit-scrollbar {
  width: 5px;
  height: 2px;
  background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1, #9a0a40), color-stop(1, #9a0a40), color-stop(1, #9a0a40));
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: #ffffff;
  border-radius: 8px;
}


/* .selectric-items ul::-webkit-scrollbar {
    width: 5px;
    height: 2px;
    background-color: #ffffff; }

  .selectric-items ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1, #9a0a40), color-stop(1, #9a0a40), color-stop(1, #9a0a40)); }

  .selectric-items ul::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: #ffffff;
    border-radius: 8px; } */

.hdr-right ul li {
  float: left;
}

.hdr-right ul li a {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 400;
  vertical-align: middle;
  padding: 26px 0px;
  margin: 0 15px;
  letter-spacing: 0.03em;
  cursor: pointer;
  font-family: "Cabin", sans-serif;
  position: relative;
}

@media (max-width: 1600px) {
  .hdr-right ul li a {
    padding: 28px 0px;
  }
}

@media (max-width: 1199px) {
  .hdr-right ul li a {
    display: none;
  }
}

.hdr-right ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 0;
  background: #fff;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hdr-right ul li a:hover:after {
  width: 100%;
}

.hdr-right ul li:nth-last-child(1) a {
  margin-right: 0;
}

.hdr-right ul li.last {
  padding: 19px 0;
}

.hdr-right ul li.last a {
  background: #fff;
  color: #9A0A40;
  padding: 7.5px 20px;
  margin-left: 0;
}

.hdr-right ul li.last a:hover {
  background: #770A33;
  color: #fff;
}

.ktb-header .hdr-right ul li .megasubmenu.branches ul.sub-menu.branches {
  width: 100%;
}

.ktb-header .hdr-right ul li .megasubmenu.branches ul.sub-menu.branches li {
  display: block;
  padding: 0;
  position: relative;
  pointer-events: none;
  width: 16%;
}

.ktb-header .hdr-right ul li:not(:first-child) .megasubmenu .premegaSub {
  width: 944px;
}

@media (max-width: 1600px) {
  .ktb-header .hdr-right ul li:not(:first-child) .megasubmenu .premegaSub {
    width: 878px;
  }
}

.ktb-header .hdr-right ul li:nth-child(3) .megasubmenu .premegaSub .sub-menu {
  width: 28% !important;
}

@media (max-width: 1600px) {
  .ktb-header .hdr-right ul li:nth-child(3) .megasubmenu .premegaSub .sub-menu {
    width: 36% !important;
  }
}

.ktb-header .hdr-right ul li:nth-last-child(3) .megasubmenu .premegaSub {
  width: 95% !important;
}

.hdr-right ul li.has-submenu a:hover:after {
  height: 9px;
}

.hdr-right ul li.has-submenu a:after {
  content: "";
  width: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 0px;
  background: white;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  bottom: 12px;
  border-radius: 14px;
}

.ktb-header .hdr-right ul li .megasubmenu {
  opacity: 0;
  position: absolute;
  top: 115px;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  background: #fff;
  z-index: -1;
  pointer-events: none;
  padding: 25px 0;
  max-height: 255px;
  z-index: 9;
}

.ktb-header .hdr-right ul li .megasubmenu .premegaSub {
  width: 927px;
  float: none;
  margin: 0 auto;
}

@media (max-width: 1600px) {
  .ktb-header .hdr-right ul li .megasubmenu .premegaSub {
    width: 858px;
  }
}

.ktb-header .hdr-right ul li .megasubmenu .premegaSub .left_link_detail {
  float: left;
  width: 34%;
  padding: 27px 75px 27px 5px;
  position: relative;
}

.ktb-header .hdr-right ul li .megasubmenu .premegaSub .left_link_detail:after {
  content: "";
  width: 1px;
  height: 112px;
  background: rgba(78, 76, 73, 0.28);
  position: absolute;
  right: 32px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ktb-header .hdr-right ul li .megasubmenu .premegaSub .left_link_detail p {
  color: #000;
  font-family: "Cabin", sans-serif;
}

.ktb-header .hdr-right ul li .megasubmenu .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 175px;
  width: 35%;
}

.ktb-header .hdr-right ul li .megasubmenu .sub-menu li.active {
  color: #9A0A40;
}

.ktb-header .hdr-right ul li .megasubmenu .sub-menu li.active a {
  color: #9A0A40;
}

.ktb-header .hdr-right ul li .megasubmenu .sub-menu li.active:before {
  background: #9A0A40;
}

.ktb-header .hdr-right ul li .megasubmenu .sub-menu li {
  position: relative;
}

.ktb-header .hdr-right ul li .megasubmenu .sub-menu li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 5px;
  border-radius: 38%;
  background: #BCBCBC;
  top: 18px;
  z-index: 9;
}

.ktb-header .hdr-right ul li .megasubmenu li {
  display: block;
  padding: 0;
  position: relative;
  pointer-events: none;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-height:50px;
}

.ktb-header .hdr-right ul li .megasubmenu li a {
  padding: 10px 25px;
  width: 100%;
  pointer-events: none;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 0;
}

.ktb-header .hdr-right ul li .megasubmenu li a:hover {
  background: #fff;
  color: #770A33;
}

.ktb-header .hdr-right ul li .megasubmenu li a:after {
  display: none;
}

.ktb-header .hdr-right ul li:hover .megasubmenu {
  opacity: 1;
  z-index: 1;
  -webkit-box-shadow: 0px 29px 48px -68px rgba(0, 0, 0, 0.78);
  -moz-box-shadow: 0px 29px 48px -68px rgba(0, 0, 0, 0.78);
  box-shadow: 0px 29px 48px -68px rgba(0, 0, 0, 0.78);
  top: 108px;
  pointer-events: all;
}

@media (max-width: 1600px) {
  .ktb-header .hdr-right ul li:hover .megasubmenu {
    top: 106px;
  }
  .ktb-header .hdr-right ul li .megasubmenu .sub-menu{
          height: 185px;
  }
  .ktb-header .hdr-right ul li .megasubmenu li{
      min-height:40px;
  }
  .ktb-header .hdr-right ul li .megasubmenu{
      max-height:215px;
  }
}

.ktb-header .hdr-right ul li:hover .megasubmenu li {
  pointer-events: all;
  opacity: 1;
}

.ktb-header .hdr-right ul li:hover .megasubmenu li a {
  padding: 10px 25px;
  pointer-events: all;
}

.search-result-page .logged {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.slim .bd-header {
  -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.05);
  -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.05);
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.05);
}

.heder-wrp .hdr-right .hdr-search {
  display: none;
}

.heder-wrp .hdr-right .hdr-menu .login-menu {
  display: none;
}

.heder-wrp .hdr-right .hdr-menu .login-menu .sign-up-avatar {
  display: none;
}

.heder-wrp .hdr-right .hdr-countrysel {
  width: 165px;
  position: relative;
  text-align: right;
}

@media (max-width: 1500px) {
  .heder-wrp .hdr-right .hdr-countrysel {
    width: 120px;
  }
}

.heder-wrp .hdr-right .hdr-countrysel .ddmenu-wrap .drop-name {
  font-weight: 700;
  font-size: 1.6rem;
}

.heder-wrp .hdr-right .hdr-countrysel .ddmenu-wrap .drop-name img {
  margin-right: 10px;
  position: relative;
  top: -2px;
}

.heder-wrp .hdr-right .hdr-countrysel .ddmenu-wrap .drop-menu {
  text-align: left;
  top: -30px;
  right: -13px;
  width: 104px;
}

.heder-wrp .hdr-right .hdr-countrysel .ddmenu-wrap .drop-menu li {
  padding: 7px 10px;
}

.heder-wrp .hdr-right .hdr-countrysel .ddmenu-wrap .drop-menu li:hover {
  background: #f0f0f0;
}

.heder-wrp .hdr-right .hdr-countrysel .ddmenu-wrap .drop-menu:after {
  position: absolute;
  left: 50%;
  top: -5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.heder-wrp .hdr-right .hdr-countrysel .ddmenu-wrap .drop-menu img {
  margin-right: 10px;
}

.heder-wrp .hdr-right .hdr-countrysel .ddmenu-wrap.open .drop-menu {
  top: 30px;
}

.hdr-logo {
  padding: 12.68px 0;
}

.bd-header.logged .hdr-search {
  display: block;
}

.bd-header.logged .hdr-search {
  margin-right: 85px;
  width: 838px;
}

@media (max-width: 1759px) {
  .bd-header.logged .hdr-search {
    width: 600px;
  }
}

@media (max-width: 1600px) {
  .bd-header.logged .hdr-search {
    width: 550px;
    margin: 0 35px;
  }
}

@media (max-width: 1450px) {
  .bd-header.logged .hdr-search {
    width: 500px;
    margin: 0 15px;
  }

  .bd-header.logged .hdr-search input {
    padding-right: 15px;
  }
}

@media (max-width: 1350px) {
  .bd-header.logged .hdr-search {
    width: 450px;
  }
}

@media (max-width: 1350px) {
  .bd-header.logged .hdr-search {
    width: 380px;
  }
}

.bd-header.logged .hdr-search.bd-search ::-webkit-input-placeholder {
  color: #3C3C3C !important;
  font-weight: 500;
}

@media (max-width: 1450px) {
  .bd-header.logged .hdr-search.bd-search ::-webkit-input-placeholder {
    font-size: 1.4rem;
  }
}

.bd-header.logged .hdr-search.bd-search :-moz-placeholder {
  color: #3C3C3C !important;
  font-weight: 500;
}

@media (max-width: 1450px) {
  .bd-header.logged .hdr-search.bd-search :-moz-placeholder {
    font-size: 1.4rem;
  }
}

.bd-header.logged .hdr-search.bd-search ::-moz-placeholder {
  color: #3C3C3C !important;
  font-weight: 500;
}

@media (max-width: 1450px) {
  .bd-header.logged .hdr-search.bd-search ::-moz-placeholder {
    font-size: 1.4rem;
  }
}

.bd-header.logged .hdr-search.bd-search :-ms-input-placeholder {
  color: #3C3C3C !important;
  font-weight: 500;
}

@media (max-width: 1450px) {
  .bd-header.logged .hdr-search.bd-search :-ms-input-placeholder {
    font-size: 1.4rem;
  }
}

.bd-header.logged .hdr-search.bd-search input {
  padding-left: 25px;
}

.bd-header.logged .hdr-search .btn-search {
  position: relative;
  font-weight: 500;
  color: #000;
}

.bd-header.logged .hdr-search .btn-search.locate {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 105px;
  flex: 0 0 105px;
  color: #A0A0A0;
}

@media (max-width: 1450px) {
  .bd-header.logged .hdr-search .btn-search.locate {
    font-size: 1.4rem;
  }
}

.bd-header.logged .hdr-search .btn-search.locate:hover {
  color: #9A0A40;
}

.bd-header.logged .hdr-search .btn-search.locate:hover * {
  color: #9A0A40;
}

.bd-header.logged .hdr-search .btn-search .icon-direction {
  position: absolute;
  left: -15px;
  font-size: 14px;
  color: #A3A3A3;
}

.bd-header.logged .hdr-search .btn-search.icon-search_icon {
  font-size: 25px;
  color: #5C2C80;
}

.bd-header.logged .hdr-search .btn-search.icon-search_icon:hover {
  color: #9A0A40;
}

@media (max-width: 1450px) {
  .bd-header.logged .hdr-search .btn-search.icon-search_icon {
    font-size: 15px;
  }
}

.bd-header.logged .hdr-menu .sign-up-menu {
  display: none;
}

.bd-header.logged .hdr-menu .sign-in {
  display: none;
}

.bd-header.logged .hdr-menu .login-menu {
  display: inline-block;
  margin-left: 55px;
}

.bd-header.logged .hdr-menu .login-menu .user-name {
  font-size: 1.4rem;
  font-weight: 500;
  color: #A3A3A3;
  padding: 12px 15px;
  cursor: pointer;
  display: block;
}

.bd-header.logged .hdr-menu .login-menu .user-name:hover {
  color: #5C2C80;
}

@media (max-width: 1700px) {
  .bd-header.logged .hdr-menu .login-menu {
    margin-left: 15px;
  }
}

.bd-header.logged .hdr-menu .login-menu .header-login {
  position: absolute;
  width: 260px;
  top: 78px;
  left: 0;
  background: #fff;
  -webkit-box-shadow: 0 10px 6px -6px rgba(119, 119, 119, 0.411765);
  box-shadow: 0 10px 6px -6px rgba(119, 119, 119, 0.411765);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #d0d0d0;
  border-top: none;
  border-top-left-radius: 0%;
  border-top-right-radius: 0%;
  padding: 0 15px;
  display: none;
}

.bd-header.logged .hdr-menu .login-menu .header-login .login-items {
  padding: 15px 0;
  border-bottom: 1px solid #d0d0d0;
  -webkit-transition: border 500ms ease-out;
  -moz-transition: border 500ms ease-out;
  -o-transition: border 500ms ease-out;
  transition: border 500ms ease-out;
  cursor: pointer;
  font-size: 1.5rem;
}

.bd-header.logged .hdr-menu .login-menu .header-login .login-items:last-child {
  border-bottom: none;
}

.bd-header.logged .hdr-menu .login-menu .header-login .login-items:hover {
  border-color: #5C2C80;
  color: #5C2C80;
}

.bd-header.logged .hdr-menu .login-menu .sign-up-avatar {
  margin-right: 17px;
  display: inline-block;
  width: 41px;
  height: 41px;
}

.bd-header.logged .hdr-menu .login-menu.open .user-name {
  color: #5C2C80;
}

.bd-header.logged .hdr-menu .login-menu.open .header-login {
  display: block;
}

.hdr-search {
  position: relative;
}

.hdr-search .suggested-box {
  display: none;
  width: 86%;
  min-width: 721px;
  position: absolute;
  padding: 25px;
  top: 58px;
  left: 0;
  background: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 0px rgba(0, 0, 0, 0.08);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: 1px solid #ccc;
  font-size: 1.4rem;
}

.hdr-search .suggested-box .sr-image-slider {
  opacity: 0;
}

.hdr-search .suggested-box .sr-image-slider .sr-img-items {
  height: 134px;
}

.hdr-search .suggested-box .sr-image-slider.slick-initialized {
  opacity: 1;
}

.hdr-search .suggested-box .sbox-ttl {
  color: #5C2C80;
  font-weight: 500;
}

.hdr-search .suggested-box .sbox-product-list {
  margin-top: 20px;
  margin-bottom: 30px;
}

.hdr-search .suggested-box .sbox-product-list ul li {
  padding-left: 25px;
  position: relative;
  font-weight: 500;
}

.hdr-search .suggested-box .sbox-product-list ul li a:hover {
  color: #5C2C80;
}

.hdr-search .suggested-box .sbox-product-list ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #9A0A40;
}

.hdr-search .suggested-box .sbox-product-list ul li+li {
  margin-top: 15px;
}

.hdr-search .suggested-box .sbox-products .sr-row {
  margin-top: 17px;
}

.hdr-search .suggested-box .sbox-products .sr-row .bx-ttl {
  font-size: 1rem;
}

.hdr-search .suggested-box .sbox-products .sr-row .bx-subttl {
  font-size: 1.2rem;
}

.hdr-search .suggested-box .sbox-products .sr-row .bx-txt {
  font-size: 1.2rem;
}

.hdr-search .suggested-box .sbox-products .sr-row .bx-price {
  font-size: 1.4rem;
}

body.fix {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  -o-transition: transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hamRotate.active {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hamRotate180.active {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.line {
  fill: none;
  -webkit-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  -o-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #fff;
  stroke-width: 3.5;
  stroke-linecap: round;
}

.ham8 .top {
  stroke-dasharray: 40 160;
}

.ham8 .middle {
  stroke-dasharray: 40 142;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  -o-transition: transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
}

.ham8 .bottom {
  stroke-dasharray: 40 85;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition: stroke-dashoffset 400ms, -webkit-transform 400ms;
  transition: stroke-dashoffset 400ms, -webkit-transform 400ms;
  -o-transition: transform 400ms, stroke-dashoffset 400ms;
  transition: transform 400ms, stroke-dashoffset 400ms;
  transition: transform 400ms, stroke-dashoffset 400ms, -webkit-transform 400ms;
}

.ham8.active .top {
  stroke-dashoffset: -64px;
}

.ham8.active .middle {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.ham8.active .bottom {
  stroke-dashoffset: -64px;
}

section.banner {
  height: 869px;
  background: #fff;
  padding: 0;
  position: relative;
}

@media (max-width: 1600px) {
  section.banner {
    height: 670px;
  }
}

@media (max-width: 1450px) {
  section.banner {
    height: 590px;
  }
}

@media (max-width: 991px) {
  section.banner {
    height: 500px;
  }
}

@media (max-width: 767px) {
  section.banner {
    height: 425px;
  }
}

@media (max-width: 480px) {
  section.banner {
    height: 375px;
  }
}

section.banner .banner-slider.slick-initialized {
  opacity: 1;
}

section.banner .bannerBottomCntnt.container {
  height: auto;
  position: absolute;
  margin: 0 auto;
  display: block;
  left: 0;
  right: 0;
  /* left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); */
  bottom: 48px;
}

@media (max-width: 1200px) {
  section.banner .bannerBottomCntnt.container {
    bottom: 35px;
  }
}

@media (max-width: 480px) {
  section.banner .bannerBottomCntnt.container {
    bottom: 20px;
  }
}

section.banner .bannerBottomCntnt.container .banner-bottom {
  position: relative;
}

@media (max-width: 480px) {
  section.banner .bannerBottomCntnt.container .banner-bottom {
    display: none;
  }
}

section.banner .bannerBottomCntnt.container .banner-bottom .row {
  padding: 0 15px;
}

@media (max-width: 767px) {
  section.banner .bannerBottomCntnt.container .banner-bottom .row {
    padding: 0px;
  }
}

@media (max-width: 575px) {
  section.banner .bannerBottomCntnt.container .banner-bottom .row {
    padding: 0 15px;
  }
}

section.banner .bannerBottomCntnt.container .banner-bottom .row .col-md-4 {
  max-height: unset;
  padding: 36px 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: rgba(226, 226, 226, 0.28);
}

section.banner .bannerBottomCntnt.container .banner-bottom .row .banner-bottom-slide {
  max-height: unset !important;
  padding: 36px 12px !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  -ms-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
  background: rgba(226, 226, 226, 0.28) !important;
}

@media (max-width: 1450px) {
  section.banner .bannerBottomCntnt.container .banner-bottom .row .col-md-4 {
    padding: 18px 12px;
  }
  section.banner .bannerBottomCntnt.container .banner-bottom .row .banner-bottom-slide {
    padding: 18px 12px !important;
  }
}

@media (max-width: 1200px) {
  section.banner .bannerBottomCntnt.container .banner-bottom .row .col-md-4 {
    padding: 10px 10px;
  }
  section.banner .bannerBottomCntnt.container .banner-bottom .row .banner-bottom-slide {
    padding: 10px 10px !important;
  }
}

@media (max-width: 767px) {
  section.banner .bannerBottomCntnt.container .banner-bottom .row .col-md-4 {
    max-width: 33.33%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    height: 80px;
  }
   section.banner .bannerBottomCntnt.container .banner-bottom .row .banner-bottom-slide {
    max-width:  50% !important;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0  50%!important;
    flex: 0 0  50% !important;
    height: 80px!important;
  }
}

@media (max-width: 767px) {
  section.banner .bannerBottomCntnt.container .banner-bottom .row .col-md-4 {
    height: 60px;
  }
  section.banner .bannerBottomCntnt.container .banner-bottom .row .banner-bottom-slide {
    height: 60px!important;
  }
}

@media (max-width: 575px) {
  section.banner .bannerBottomCntnt.container .banner-bottom .row .col-md-4 {
    height: 80px;
  }
   section.banner .bannerBottomCntnt.container .banner-bottom .row .banner-bottom-slide {
    height: 80px!important;
  }
}

section.banner .bannerBottomCntnt.container .banner-bottom .row .col-md-4 .imagesec {
  float: left;
  margin-right: 30px;
  height: 100%;
}
section.banner .bannerBottomCntnt.container .banner-bottom .row .banner-bottom-slide .imagesec {
  float: left!important;
  margin-right: 30px!important;
  height: 100%!important;
}

@media (max-width: 1599px) {
  section.banner .bannerBottomCntnt.container .banner-bottom .row .col-md-4 .imagesec {
    margin-right: 15px;
  }
  section.banner .bannerBottomCntnt.container .banner-bottom .row .banner-bottom-slide .imagesec {
    margin-right: 15px!important;
  }
}

@media (max-width: 1200px) {
  section.banner .bannerBottomCntnt.container .banner-bottom .row .col-md-4 .imagesec {
    height: auto;
  }
  section.banner .bannerBottomCntnt.container .banner-bottom .row .banner-bottom-slide .imagesec {
    height: auto!important;
  }
}

@media (max-width: 991px) {
  section.banner .bannerBottomCntnt.container .banner-bottom .row .col-md-4 .imagesec {
    height: 35px;
    margin-right: 10px;
  }
   section.banner .bannerBottomCntnt.container .banner-bottom .row .banner-bottom-slide .imagesec {
    height: 35px!important;
    margin-right: 10px!important;
  }
}

@media (max-width: 575px) {
  section.banner .bannerBottomCntnt.container .banner-bottom .row .col-md-4 .imagesec {
    height: 40px;
    margin-right: 25px;
  }
  section.banner .bannerBottomCntnt.container .banner-bottom .row .banner-bottom-slide .imagesec {
    height: 40px!important;
    margin-right: 25px!important;
  }
}

section.banner .bannerBottomCntnt.container .banner-bottom .row .col-md-4 .imagesec img {
  vertical-align: middle;
}
section.banner .bannerBottomCntnt.container .banner-bottom .row .banner-bottom-slide .imagesec img {
  vertical-align: middle!important;
}

section.banner .bannerBottomCntnt.container .banner-bottom .row .col-md-4 .rightCntnts {
  float: left;
  padding: 8px 0;
}
section.banner .bannerBottomCntnt.container .banner-bottom .row .banner-bottom-slide .rightCntnts {
  float: left!important;
  padding: 8px 0!important;
}
section.banner .bannerBottomCntnt.container .banner-bottom .row .col-md-4 .rightCntnts h4 {
  font-size: 2.0rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.011em;
  line-height: 1.05;
  padding-bottom: 12px;
  color: #fff;
}
section.banner .bannerBottomCntnt.container .banner-bottom .row .banner-bottom-slide .rightCntnts h4 {
  font-size: 2.0rem!important;
  font-family: "Open Sans", sans-serif!important;
  font-weight: 600!important;
  letter-spacing: 0.011em!important;
  line-height: 1.05!important;
  padding-bottom: 12px!important;
  color: #fff!important;
}
@media (max-width: 767px) {
  section.banner .bannerBottomCntnt.container .banner-bottom .row .col-md-4 .rightCntnts h4 {
    line-height: 1;
    font-size: 1.8rem;
    font-weight: 500;
  }
  section.banner .bannerBottomCntnt.container .banner-bottom .row .banner-bottom-slide .rightCntnts h4 {
    line-height: 1!important;
    font-size: 1.8rem!important;
    font-weight: 500!important;
  }
}

section.banner .bannerBottomCntnt.container .banner-bottom .row .col-md-4 .rightCntnts p {
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.011em;
  line-height: 1.05;
  color: #fff;
}
section.banner .bannerBottomCntnt.container .banner-bottom .row .banner-bottom-slide .rightCntnts p {
  font-size: 1.6rem !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400!important;
  letter-spacing: 0.011em!important;
  line-height: 1.05!important;
  color: #fff!important;
}

@media (max-width: 991px) {
  section.banner .bannerBottomCntnt.container .banner-bottom .row .col-md-4 .rightCntnts p {
    display: none;
  }
  section.banner .bannerBottomCntnt.container .banner-bottom .row .banner-bottom-slide .rightCntnts p {
    display: none!important;
  }
}

section.banner .bannerBottomCntnt.container .banner-bottom .row .col-md-4:nth-child(2) {
  padding-left: 53px;
}
section.banner .bannerBottomCntnt.container .banner-bottom .row .banner-bottom-slide:nth-child(2) {
  padding-left: 53px!important;
}
@media (max-width: 1599px) {
  section.banner .bannerBottomCntnt.container .banner-bottom .row .col-md-4:nth-child(2) {
    padding-left: 15px;
  }
  section.banner .bannerBottomCntnt.container .banner-bottom .row .banner-bottom-slide:nth-child(2) {
    padding-left: 15px!important;
  }
}

@media (max-width: 991px) {
  section.banner .bannerBottomCntnt.container .banner-bottom .row .col-md-4:nth-child(2) {
    padding-left: 10px;
  }
   section.banner .bannerBottomCntnt.container .banner-bottom .row .banner-bottom-slide:nth-child(2) {
    padding-left: 10px!important;
  }
}

section.banner .bannerBottomCntnt.container .banner-bottom .row .col-md-4:nth-child(1) {
  padding-left: 45px;
}

section.banner .bannerBottomCntnt.container .banner-bottom .row .banner-bottom-slide:nth-child(1) {
  padding-left: 45px!important;
}
@media (max-width: 1599px) {
  section.banner .bannerBottomCntnt.container .banner-bottom .row .col-md-4:nth-child(1) {
    padding-left: 15px;
  }
  section.banner .bannerBottomCntnt.container .banner-bottom .row .banner-bottom-slide:nth-child(1) {
    padding-left: 15px!important;
  }
}

@media (max-width: 991px) {
  section.banner .bannerBottomCntnt.container .banner-bottom .row .col-md-4:nth-child(1) {
    padding-left: 10px;
  }
  section.banner .bannerBottomCntnt.container .banner-bottom .row .banner-bottom-slide:nth-child(1) {
    padding-left: 10px!important;
  }
}

section.banner .bannerBottomCntnt.container .banner-bottom .row .col-md-4:nth-child(1) .imagesec {
  margin-top: 6px;
}
section.banner .bannerBottomCntnt.container .banner-bottom .row .banner-bottom-slide:nth-child(1) .imagesec {
  margin-top: 6px!important;
}

@media (max-width: 991px) {
  section.banner .bannerBottomCntnt.container .banner-bottom .row .col-md-4:nth-child(1) .imagesec {
    margin-top: 0px;
  }
  section.banner .bannerBottomCntnt.container .banner-bottom .row .banner-bottom-slide:nth-child(1) .imagesec {
    margin-top: 0px!important;
  }
}

section.banner .bannerBottomCntnt.container .banner-bottom .row .col-md-4:nth-child(3) {
  padding-left: 50px;
}
section.banner .bannerBottomCntnt.container .banner-bottom .row .banner-bottom-slide:nth-child(3) {
  padding-left: 50px!important;
}
@media (max-width: 1600px) {
  section.banner .bannerBottomCntnt.container .banner-bottom .row .col-md-4:nth-child(3) {
    padding-left: 35px;
  }
   section.banner .bannerBottomCntnt.container .banner-bottom .row .banner-bottom-slide:nth-child(3) {
    padding-left: 35px!important;
  }
}

@media (max-width: 991px) {
  section.banner .bannerBottomCntnt.container .banner-bottom .row .col-md-4:nth-child(3) {
    padding-left: 10px;
  }
   section.banner .bannerBottomCntnt.container .banner-bottom .row .banner-bottom-slide:nth-child(3) {
    padding-left: 10px!important;
  }
}

section.banner .bannerBottomCntnt.container .banner-bottom .row .col-md-4:hover {
  background: rgba(226, 226, 226, 0.35);
}

section.banner .bannerBottomCntnt.container .banner-bottom .row .banner-bottom-slide:hover {
  background: rgba(226, 226, 226, 0.35)!important;
}
section.banner .banner-slider {
  height: 100%;
  opacity: 0;
}

section.banner .banner-slider img.sliderbnr {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767px) {
  section.banner .banner-slider img.sliderbnr {
    object-position: 80%;
  }
}


section.banner .banner-slider .slick-list {
  height: 100%;
}

section.banner .banner-slider .slick-list .slider {
  height: 100%;
  width: 100%;
  background-size: cover;
}

section.banner .banner-slider .slick-list .slider .container {
  display: table;
  height: 100%;
}

@media (max-width: 767px) {
  section.banner .banner-slider .slick-list .slider .container {
    padding: 0;
  }
}

@media (max-width: 575px) {
  section.banner .banner-slider .slick-list .slider .container {
    padding: 0 15px;
  }
}

section.banner .banner-slider .slick-list .slider .container .slide-contents {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 9;
}

@media (max-width: 480px) {
  section.banner .banner-slider .slick-list .slider .container .slide-contents {
    display: block;
    vertical-align: unset;
    position: absolute;
    z-index: 9;
    bottom: 45px;
    left: 25px;
  }
}



section.banner .banner-slider .slick-list .slider .container .slide-contents h1 {
  font-weight: 600;
  color: #fff;
  padding-bottom: 13px;
}

@media (max-width: 991px) {
  section.banner .banner-slider .slick-list .slider .container .slide-contents h1 {
    font-size: 4.2rem;
  }
}

@media (max-width: 767px) {
  section.banner .banner-slider .slick-list .slider .container .slide-contents h1 {
    font-size: 4rem;
  }
}

@media (max-width: 575px) {
  section.banner .banner-slider .slick-list .slider .container .slide-contents h1 {
    font-size: 3.5rem;
  }
}

section.banner .banner-slider .slick-list .slider .container .slide-contents p {
  color: #fff;
  font-weight: 400;
  line-height: 1.666;
  margin-bottom: 45px;
  width: 50%;
  font-size: 1.8rem;
}

@media (max-width: 1600px) {
  section.banner .banner-slider .slick-list .slider .container .slide-contents p {
    margin-bottom: 10px;
  }
}

@media (max-width: 1200px) {
  section.banner .banner-slider .slick-list .slider .container .slide-contents p {
    width: 70%;
  }
}

@media (max-width: 768px) {
  section.banner .banner-slider .slick-list .slider .container .slide-contents p {
    width: 90%;
  }
}

@media (max-width: 480px) {
  section.banner .banner-slider .slick-list .slider .container .slide-contents p {
    display: none;
  }
}

section.banner .banner-slider .slick-list .slider .container .slide-contents a.btn {
  background: #9A0A40;
  color: #fff;
}

section.banner .banner-slider .slick-list .slider .container .slide-contents a.btn:hover {
  background: #770A33;
  color: #fff;
}

section.banner .banner-slider .slick-list .slick-track {
  height: 100%;
}

section.banner .banner-slider .slick-list .slick-slide {
  position: relative;
  height: 100%;
}

section.banner .banner-slider ul.custom_paging {
  margin-top: -223px;
  position: relative;
  z-index: 9;
  text-align: right;
}

@media (max-width: 1450px) {
  section.banner .banner-slider ul.custom_paging {
    margin-top: -179px;
  }
}

@media (max-width: 1200px) {
  section.banner .banner-slider ul.custom_paging {
    margin-top: -225px;
  }
}

@media (max-width: 767px) {
  section.banner .banner-slider ul.custom_paging {
    margin-top: -145px;
  }
}

@media (max-width: 480px) {
  section.banner .banner-slider ul.custom_paging {
    margin-top: -60px;
  }
}

section.banner .banner-slider ul.custom_paging li {
  display: none;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
}

section.banner .banner-slider ul.custom_paging li.slick-active {
  display: block;
}

@media (max-width: 1350px) {
  section.banner .banner-slider .slick-prev {
    left: 46%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: 18px;
    top: auto;
    z-index: 99;
  }

  section.banner .banner-slider .slick-next {
    left: 50%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: 18px;
    top: auto;
    z-index: 99;
  }
}

@media (max-width: 1350px) {
  section.banner .banner-slider .slick-prev {
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: 18px;
    top: 40%;
    z-index: 99;
  }

  section.banner .banner-slider .slick-next {
    left: auto;
    right: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: 18px;
    top: 40%;
    z-index: 99;
  }
}


@media (max-width: 1600px) {
  section.about-us {
    padding-bottom: 50px;
  }
}

@media (max-width: 1199px) {
  section.about-us {
    padding-bottom: 0px;
  }
}

section.about-us .col-md-5.left .image-left {
  padding-left: 55px;
  padding-top: 55px;
  height: 509px;
}

@media (max-width: 1599px) {
  section.about-us .col-md-5.left .image-left {
    height: 509px;
    padding-left: 52px;
    padding-top: 78px;
  }
}


@media (max-width: 1199px) {
  section.about-us .col-md-5.left .image-left {
    padding-left: 40px;
    padding-top: 40px;
    height: 400px;
  }
}

@media (max-width: 991px) {
  section.about-us .col-md-5.left .image-left {
    height: 360px;
  }
}

@media (max-width: 767px) {
  section.about-us .col-md-5.left .image-left {
    height: 350px;
  }
}

@media (max-width: 575px) {
  section.about-us .col-md-5.left .image-left {
    height: 275px;
    top: unset;
    left: unset;
    position: relative;
    padding-left: 0;
    padding-top: 0;
  }
}

@media (max-width: 480px) {
  section.about-us .col-md-5.left .image-left {
    height: 300px;
  }
}

section.about-us .col-md-5.left .image-left img {
  max-width: 444px;
  max-height: 396px;
  z-index: 9;
  width: 444px;
  height: 396px;
  z-index: 9;
}

@media (max-width: 1600px) {
  section.about-us .col-md-5.left .image-left img {
    max-width: 420px;
  }
}

@media (max-width: 1199px) {
  section.about-us .col-md-5.left .image-left img {
    max-width: unset;
    width: auto;
    height: 260px;
    position: absolute;
    top: calc(50% - 150px);
  }
}

@media (max-width: 991px) {
  section.about-us .col-md-5.left .image-left img {
    height: 210px;
    top: calc(50% - 150px);
    left: 40px;
  }
}

@media (max-width: 767px) {
  section.about-us .col-md-5.left .image-left img {
    height: 275px;
    top: calc(50% - 150px);
    left: calc(50% - 165px);
  }
}

@media (max-width: 575px) {
  section.about-us .col-md-5.left .image-left img {
    height: 275px;
    top: calc(50% - 140px);
    left: calc(50% - 165px);
  }
}

@media (max-width: 480px) {
  section.about-us .col-md-5.left .image-left img {
    height: 260px;
    top: calc(50% - 140px);
    left: calc(50% - 146px);
  }
}

section.about-us .col-md-5.left .image-left .yellow-box {
  width: 55px;
  height: 55px;
  background: #FFBB00;
  position: absolute;
  left: 15px;
  bottom: 26px;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1599px) {
  section.about-us .col-md-5.left .image-left .yellow-box {
    left: 12px;
    bottom: 22px;
  }
}

@media (max-width: 1199px) {
  section.about-us .col-md-5.left .image-left .yellow-box {
    left: 15px;
    bottom: 123px;
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 991px) {
  section.about-us .col-md-5.left .image-left .yellow-box {
    left: 15px;
    bottom: 111px;
    width: 25px;
    height: 25px;
  }
}

@media (max-width: 767px) {
  section.about-us .col-md-5.left .image-left .yellow-box {
    left: 13.7%;
    bottom: 6%;
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 575px) {
  section.about-us .col-md-5.left .image-left .yellow-box {
    display: none;
  }
}

section.about-us .col-md-5.left .image-left .grey-box {
  width: 105px;
  height: 203px;
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 15px;
  background: #E8E8E8;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1199px) {
  section.about-us .col-md-5.left .image-left .grey-box {
    height: 140px;
    top: 60px;
    width: 90px;
  }
}

@media (max-width: 991px) {
  section.about-us .col-md-5.left .image-left .grey-box {
    top: 10px;
  }
}

@media (max-width: 767px) {
  section.about-us .col-md-5.left .image-left .grey-box {
    left: 13.7%;
  }
}

@media (max-width: 575px) {
  section.about-us .col-md-5.left .image-left .grey-box {
    display: none;
  }
}

section.about-us .col-md-5.left .image-left .meroon-box {
  width: 215px;
  height: 361px;
  background: #9A0A40;
  position: absolute;
  bottom: 26px;
  right: 21px;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1599px) {
  section.about-us .col-md-5.left .image-left .meroon-box {
    width: 200px;
    height: 339px;
    bottom: 21px;
    right: -47px;
  }
}

@media (max-width: 1199px) {
  section.about-us .col-md-5.left .image-left .meroon-box {
    width: 100px;
    height: 150px;
    bottom: 115px;
    right: 15px;
  }
}

@media (max-width: 1199px) {
  section.about-us .col-md-5.left .image-left .meroon-box {
    right: 0px;
  }
}

@media (max-width: 767px) {
  section.about-us .col-md-5.left .image-left .meroon-box {
    bottom: 7%;
    right: 17%;
  }
}

@media (max-width: 575px) {
  section.about-us .col-md-5.left .image-left .meroon-box {
    display: none;
  }
}

section.about-us .col-md-7.right {
  padding-left: 136px;
}

@media (max-width: 1200px) {
  section.about-us .col-md-7.right {
    padding-left: 85px;
  }
}

@media (max-width: 1199px) {
  section.about-us .col-md-7.right {
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  section.about-us .col-md-7.right {
    padding-left: 15px;
  }
}

section.about-us .col-md-7.right .contents-right {
  padding-top: 0;
}

@media (max-width: 1600px) {
  section.about-us .col-md-7.right .contents-right {
    padding-top: 50px;
  }
}

@media (max-width: 991px) {
  section.about-us .col-md-7.right .contents-right {
    padding-top: 0px;
  }
}

@media (max-width: 767px) {
  section.about-us .col-md-7.right .contents-right {
    padding-left: 15px;
    padding-top: 20px;
  }
}

@media (max-width: 480px) {
  section.about-us .col-md-7.right .contents-right {
    padding-left: 0px;
    padding-top: 0px;
  }
}

@media (max-width: 991px) {
  section.about-us .col-md-7.right .contents-right h2.section-title {
    font-size: 3rem;
  }
}

@media (max-width: 480px) {
  section.about-us .col-md-7.right .contents-right h2.section-title {
    font-size: 3.5rem;
    margin-bottom: 5px;
  }
}

section.about-us .col-md-7.right .contents-right p.section-content {
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: 400;
  font-family: "Cabin", sans-serif;
  letter-spacing: 0.02em;
  padding-top: 0;
  margin-bottom: 20px;
  height: auto;
}

@media (max-width: 1600px) {
  section.about-us .col-md-7.right .contents-right p.section-content {
    margin-bottom: 30px;
  }
}

section.about-us .col-md-7.right .contents-right p.section-subtitle {
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  section.about-us .col-md-7.right .contents-right p.section-subtitle {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  section.about-us .col-md-7.right .contents-right p.section-subtitle {
    margin-bottom: 20px;
  }
}

section.about-us .col-md-7.right .contents-right .features {
  margin-top: 55px;
}

section.about-us .col-md-7.right .contents-right .features .row .col-md-4 {
  text-align:center;
}

@media (max-width: 1600px) {
  section.about-us .col-md-7.right .contents-right .features {
    margin-top: 40px;
  }
}

@media (max-width: 1200px) {
  section.about-us .col-md-7.right .contents-right .features {
    text-align: center;
  }
}

@media (max-width: 991px) {
  section.about-us .col-md-7.right .contents-right .features {
    display: none;
  }
}

section.about-us .col-md-7.right .contents-right .features .col-md-4 svg {
  display: block;
  margin:0 auto;
  margin-bottom: 10px;
}

@media (max-width: 1600px) {
  section.about-us .col-md-7.right .contents-right .features .col-md-4 svg {
    max-height: 40px;
  }
}

@media (max-width: 1450px) {
  section.about-us .col-md-7.right .contents-right .features .col-md-4 svg {
    max-height: 35px;
  }
}

section.about-us .col-md-7.right .contents-right .features .col-md-4 img {
    margin:0 auto;
  margin-bottom: 10px;
  display: block;
}

@media (max-width: 1600px) {
  section.about-us .col-md-7.right .contents-right .features .col-md-4 img {
    max-height: 40px;
  }
}

@media (max-width: 1450px) {
  section.about-us .col-md-7.right .contents-right .features .col-md-4 img {
    max-height: 35px;
  }
}

section.about-us .col-md-7.right .contents-right .features .col-md-4 span {
  font-size: 1.6rem;
  color: #000;
  letter-spacing: 0.03em;
  font-weight: 400;
  line-height: 2;
}

@media (max-width: 1199px) {
    section.about-us .col-md-7.right .contents-right .features .col-md-4 span {
        line-height: 1;
    }
}

section.bank-feeds {
  /* the parent */
}

@media (max-width: 1350px) {
  section.bank-feeds {
    padding: 70px 0;
  }
}

@media (max-width: 1199px) {
  section.bank-feeds {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  section.bank-feeds {
    padding: 30px 0;
  }
}

@media (max-width: 480px) {
  section.bank-feeds {
    padding: 15px 0;
  }
}

@media (max-width: 991px) {
  section.bank-feeds h2.section-title {
    font-size: 3.5rem;
    margin-bottom: 5px;
  }
}

@media (max-width: 480px) {
  section.bank-feeds h2.section-title {
    font-size: 3rem;
  }
}

@media (max-width: 1199px) {
  section.bank-feeds p.section-subtitle {
    margin-bottom: 10px;
    width: 85%;
  }
}

@media (max-width: 991px) {
  section.bank-feeds p.section-subtitle {
    margin-bottom: 10px;
  }
}

section.bank-feeds .slider-feeds .feed-slider {
  margin-bottom: 65px;
  max-height: 300px;
  overflow: visible;
  background: #770A33;
  opacity: 0;
}

@media (max-width: 1199px) {
  section.bank-feeds .slider-feeds .feed-slider {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  section.bank-feeds .slider-feeds .feed-slider {
    margin-bottom: 15px;
  }
}

section.bank-feeds .slider-feeds .feed-slider .slides {
  display: inline-block;
}

@media (max-width: 480px) {
  section.bank-feeds .slider-feeds .feed-slider .slides {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

section.bank-feeds .slider-feeds .feed-slider .slides a img {
  height: 291px;
  object-fit: cover;
}

@media (max-width: 991px) {
  section.bank-feeds .slider-feeds .feed-slider .slides a img {
    height: 200px;
    object-fit: cover;
  }



}

section.bank-feeds .slider-feeds .feed-slider.slick-initialized {
  opacity: 1;
  background: transparent !important;
}

section.bank-feeds .subscribe-form {
  text-align: center;
  display: block;
}

section.bank-feeds .subscribe-form h4 {
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 0.011em;
  color: #2C2C2C;
  font-weight: 600;
  padding-bottom: 30px;
}

@media (max-width: 991px) {
  section.bank-feeds .subscribe-form h4 {
    padding-bottom: 20px;
  }
}

section.bank-feeds .subscribe-form form {
  text-align: center;
  width: 332px;
  margin: 0 auto;
  display: block;
  border: 1px solid #000;
  height: 55px;
}

@media (max-width: 991px) {
  section.bank-feeds .subscribe-form form {
    height: 45px;
  }
}

@media (max-width: 480px) {
  section.bank-feeds .subscribe-form form {
    width: 290px;
  }
}

section.bank-feeds .subscribe-form form input {
  display: inline-block;
  width: 280px;
  padding: 14px 24px;
  float: left;
  font-size: 1.6rem;
  font-weight: 600;
  color: #343434;
  height: 100%;
}

@media (max-width: 991px) {
  section.bank-feeds .subscribe-form form input {
    padding: 10px 24px;
  }
}

@media (max-width: 480px) {
  section.bank-feeds .subscribe-form form input {
    width: 230px;
  }
}

section.bank-feeds .subscribe-form form input::-webkit-input-placeholder {
  font-size: 1.6rem;
  font-weight: 600;
  color: #343434;
}

section.bank-feeds .subscribe-form form input:-ms-input-placeholder {
  font-size: 1.6rem;
  font-weight: 600;
  color: #343434;
}

section.bank-feeds .subscribe-form form input::-ms-input-placeholder {
  font-size: 1.6rem;
  font-weight: 600;
  color: #343434;
}

section.bank-feeds .subscribe-form form input::placeholder {
  font-size: 1.6rem;
  font-weight: 600;
  color: #343434;
}

section.bank-feeds .subscribe-form form button {
  display: inline-block;
  width: calc(100% - 280px);
  height: 100%;
  -webkit-appearance: none;
  outline: none;
  border: none;
  background: transparent;
  padding: 17px 15px 12px 15px;
  border-left: 1px solid;
}

@media (max-width: 991px) {
  section.bank-feeds .subscribe-form form button {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  section.bank-feeds .subscribe-form form button {
    width: calc(100% - 281px);
  }
}

section.bank-feeds .subscribe-form form button #Repeat_Grid_2,
section.bank-feeds .subscribe-form form button #Repeat_Grid_1 {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section.bank-feeds .subscribe-form form button:hover {
  background: #9A0A40;
}

section.bank-feeds .subscribe-form form button:hover #Repeat_Grid_2 {
  opacity: 1 !important;
}

section.bank-feeds .subscribe-form form button:hover #Repeat_Grid_1 {
  opacity: 0 !important;
}

section.bank-feeds .slick-list {
  margin: 0 -15px;
}

section.bank-feeds .slick-list .slick-slide {
  margin: 0 15px;
  text-align: center;
}

@media (max-width: 1450px) {
  section.bank-feeds .slick-list {
    margin: 0 -10px;
  }

  section.bank-feeds .slick-list .slick-slide {
    margin: 0 10px;
  }
}

@media (max-width: 1450px) {
  section.bank-feeds .slick-list {
    margin: 0 -10px;
  }

  section.bank-feeds .slick-list .slick-slide {
    margin: 0 10px;
  }
}

section.exclusive-prdcts {
  background: #F8F8F8;
}

@media (max-width: 1350px) {
  section.exclusive-prdcts {
    padding: 70px 0;
  }
}

@media (max-width: 1199px) {
  section.exclusive-prdcts {
    padding: 30px 0;
  }
}

@media (max-width: 991px) {
  section.exclusive-prdcts h2.section-title {
    font-size: 3.5rem;
    margin-bottom: 5px;
  }
}

@media (max-width: 480px) {
  section.exclusive-prdcts h2.section-title {
    font-size: 3rem;
  }
}

@media (max-width: 991px) {
  section.exclusive-prdcts p.section-subtitle {
    margin-bottom: 20px;
  }
}

section.exclusive-prdcts .products-blocks {
  overflow: hidden;
}

@media (max-width: 1200px) {
  section.exclusive-prdcts .products-blocks {
    overflow: unset;
  }
}

section.exclusive-prdcts .products-blocks .row {
  margin-bottom: 67px;
}

@media (max-width: 1200px) {
  section.exclusive-prdcts .products-blocks .row {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  section.exclusive-prdcts .products-blocks .row {
    margin: 30px auto;
  }
}


section.exclusive-prdcts .products-blocks .row a.col-md-3 {
  background: #fff;
  padding: 55px 38px 60px 38px;
  text-align: center;
  cursor: pointer;
  margin-right: 31px;
  flex: 0 0 calc(25% - 24px);
  overflow: hidden;
  max-width: calc(25% - 24px);
}
section.exclusive-prdcts .products-blocks .row a.excl-pdt-col {
  background: #fff;
  padding: 55px 38px 60px 38px;
  text-align: center;
  cursor: pointer;
  margin-right: 31px;
  flex: 0 0 calc(33.33% - 24px);
  overflow: hidden;
  max-width: calc(33.33% - 24px);
}

section.exclusive-prdcts .products-blocks .row a.col-md-3:nth-last-child(1) {
  margin-right: 0;
}
section.exclusive-prdcts .products-blocks .row a.excl-pdt-col:nth-last-child(1) {
  margin-right: 0;
}
@media (max-width: 1600px) {
  section.exclusive-prdcts .products-blocks .row a.col-md-3 {
    padding: 45px 38px;
  }
  section.exclusive-prdcts .products-blocks .row a.excl-pdt-col {
    padding: 45px 38px;
  }
}

@media (max-width: 1450px) {
  section.exclusive-prdcts .products-blocks .row a.col-md-3 {
    margin-right: 1%;
    -ms-flex: 0 0 24%;
    -webkit-box-flex: 0;
    flex: 0 0 24%;
    max-width: 24%;
    padding: 40px 36px;
  }
  section.exclusive-prdcts .products-blocks .row a.excl-pdt-col {
    /*margin-right: 1%;
   -ms-flex: 0 0 24%;
    -webkit-box-flex: 0;
    flex: 0 0 24%;
    max-width: 24%;*/
    padding: 40px 36px;
  }
}

@media (max-width: 1450px) and (max-width: 1199px) {
  section.exclusive-prdcts .products-blocks .row a.col-md-3 {
    padding: 20px 15px;
  }
  section.exclusive-prdcts .products-blocks .row a.excl-pdt-col {
    padding: 20px 15px;
  }
}

@media (max-width: 1450px) and (max-width: 767px) {
  section.exclusive-prdcts .products-blocks .row a.col-md-3 {
    margin-right: 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 5px);
    flex: 0 0 calc(50% - 5px);
    max-width: calc(50% - 5px);
    margin-bottom: 5px;
  }
  section.exclusive-prdcts .products-blocks .row a.excl-pdt-col {
    margin-right: 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 5px);
    flex: 0 0 calc(50% - 5px);
    max-width: calc(50% - 5px);
    margin-bottom: 5px;
  }
}

@media (max-width: 1450px) and (max-width: 480px) {
  section.exclusive-prdcts .products-blocks .row a.col-md-3 {
    margin-right: 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 5px;
  }
  section.exclusive-prdcts .products-blocks .row a.excl-pdt-col {
    margin-right: 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 5px;
  }
}

@media (max-width: 480px) {
  section.exclusive-prdcts .products-blocks .row a.col-md-3 {
    margin-bottom: 15px;
  }
  section.exclusive-prdcts .products-blocks .row a.excl-pdt-col {
    margin-bottom: 15px;
  }
}

@media (max-width: 1450px) {
  section.exclusive-prdcts .products-blocks .row a.col-md-3 h3.block-title {
    padding-bottom: 20px;
  }
  section.exclusive-prdcts .products-blocks .row a.excl-pdt-col h3.block-title {
    padding-bottom: 20px;
  }
}

section.exclusive-prdcts .products-blocks .row a.col-md-3 .blockcntnts {
  position: relative;
  z-index: 99;
}
section.exclusive-prdcts .products-blocks .row a.excl-pdt-col .blockcntnts {
  position: relative;
  z-index: 99;
}

section.exclusive-prdcts .products-blocks .row a.col-md-3 .blockcntnts figure {
  height: 120px;
  max-height: 120px;
}
section.exclusive-prdcts .products-blocks .row a.excl-pdt-col .blockcntnts figure {
  height: 120px;
  max-height: 120px;
}

@media (max-width: 1600px) {
  section.exclusive-prdcts .products-blocks .row a.col-md-3 .blockcntnts figure {
    height: 110px;
  }
  section.exclusive-prdcts .products-blocks .row a.excl-pdt-col .blockcntnts figure {
    height: 110px;
  }
}

@media (max-width: 1450px) {
  section.exclusive-prdcts .products-blocks .row a.col-md-3 .blockcntnts figure {
    height: 115px;
  }
  section.exclusive-prdcts .products-blocks .row a.excl-pdt-col .blockcntnts figure {
    height: 115px;
  }
}

@media (max-width: 991px) {
  section.exclusive-prdcts .products-blocks .row a.col-md-3 .blockcntnts figure {
    height: 75px;
  }
  section.exclusive-prdcts .products-blocks .row a.excl-pdt-col .blockcntnts figure {
    height: 75px;
  }
}

section.exclusive-prdcts .products-blocks .row a.col-md-3 .blockcntnts figure svg {
  margin-bottom: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-height: 82px;
}

section.exclusive-prdcts .products-blocks .row a.excl-pdt-col .blockcntnts figure svg {
  margin-bottom: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-height: 82px;
}

@media (max-width: 1600px) {
  section.exclusive-prdcts .products-blocks .row a.col-md-3 .blockcntnts figure svg {
    max-height: 75px;
    margin-bottom: 30px;
  }
  section.exclusive-prdcts .products-blocks .row a.excl-pdt-col .blockcntnts figure svg {
    max-height: 75px;
    margin-bottom: 30px;
  }
}

@media (max-width: 1450px) {
  section.exclusive-prdcts .products-blocks .row a.col-md-3 .blockcntnts figure svg {
    max-height: 70px;
    margin-bottom: 35px;
  }
  section.exclusive-prdcts .products-blocks .row a.excl-pdt-col .blockcntnts figure svg {
    max-height: 70px;
    margin-bottom: 35px;
  }
}

@media (max-width: 991px) {
  section.exclusive-prdcts .products-blocks .row a.col-md-3 .blockcntnts figure svg {
    max-height: 50px;
    margin-bottom: 20px;
    left: 51%;
  }
  section.exclusive-prdcts .products-blocks .row a.excl-pdt-col .blockcntnts figure svg {
    max-height: 50px;
    margin-bottom: 20px;
    left: 51%;
  }
}

section.exclusive-prdcts .products-blocks .row a.col-md-3 .blockcntnts figure img {
  margin-bottom: 55px;
}
section.exclusive-prdcts .products-blocks .row a.excl-pdt-col .blockcntnts figure img {
  margin-bottom: 55px;
}

@media (max-width: 1600px) {
  section.exclusive-prdcts .products-blocks .row a.col-md-3 .blockcntnts figure img {
    max-height: 75px;
    margin-bottom: 30px;
  }
  section.exclusive-prdcts .products-blocks .row a.excl-pdt-col .blockcntnts figure img {
    max-height: 75px;
    margin-bottom: 30px;
  }
}

@media (max-width: 1450px) {
  section.exclusive-prdcts .products-blocks .row a.col-md-3 .blockcntnts figure img {
    max-height: 70px;
    margin-bottom: 35px;
  }
  section.exclusive-prdcts .products-blocks .row a.excl-pdt-col .blockcntnts figure img {
    max-height: 70px;
    margin-bottom: 35px;
  }
}

section.exclusive-prdcts .products-blocks .row a.col-md-3 .blockcntnts figure svg,
section.exclusive-prdcts .products-blocks .row a.col-md-3 .blockcntnts figure img {
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
section.exclusive-prdcts .products-blocks .row a.excl-pdt-col .blockcntnts figure svg,
section.exclusive-prdcts .products-blocks .row a.excl-pdt-col .blockcntnts figure img {
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

section.exclusive-prdcts .products-blocks .row a.col-md-3 .blockcntnts figure img.dark,
section.exclusive-prdcts .products-blocks .row a.col-md-3 .blockcntnts figure svg.dark {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section.exclusive-prdcts .products-blocks .row a.excl-pdt-col .blockcntnts figure img.dark,
section.exclusive-prdcts .products-blocks .row a.excl-pdt-col .blockcntnts figure svg.dark {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section.exclusive-prdcts .products-blocks .row a.col-md-3 .blockcntnts figure img.light,
section.exclusive-prdcts .products-blocks .row a.col-md-3 .blockcntnts figure svg.light {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section.exclusive-prdcts .products-blocks .row a.excl-pdt-col .blockcntnts figure img.light,
section.exclusive-prdcts .products-blocks .row a.excl-pdt-col .blockcntnts figure svg.light {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section.exclusive-prdcts .products-blocks .row a.col-md-3 .blockcntnts h3.blocktitle {
  font-size: 2.0rem;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.011em;
  color: #3B1221;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-height: 75px;
}

section.exclusive-prdcts .products-blocks .row a.excl-pdt-col .blockcntnts h3.blocktitle {
  font-size: 2.0rem;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.011em;
  color: #3B1221;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-height: 75px;
}
@media (max-width: 1600px) {
  section.exclusive-prdcts .products-blocks .row a.col-md-3 .blockcntnts h3.blocktitle {
    padding-bottom: 22px;
  }
  section.exclusive-prdcts .products-blocks .row a.excl-pdt-col .blockcntnts h3.blocktitle {
    padding-bottom: 22px;
  }
}

@media (max-width: 1450px) {
  section.exclusive-prdcts .products-blocks .row a.col-md-3 .blockcntnts h3.blocktitle {
    padding-bottom: 19px;
  }
  section.exclusive-prdcts .products-blocks .row a.excl-pdt-col .blockcntnts h3.blocktitle {
    padding-bottom: 19px;
  }
}

@media (max-width: 991px) {
  section.exclusive-prdcts .products-blocks .row a.col-md-3 .blockcntnts h3.blocktitle {
    padding-bottom: 10px;
  }
  section.exclusive-prdcts .products-blocks .row a.excl-pdt-col .blockcntnts h3.blocktitle {
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  section.exclusive-prdcts .products-blocks .row a.col-md-3 .blockcntnts h3.blocktitle {
    padding-bottom: 0px;
  }
  section.exclusive-prdcts .products-blocks .row a.excl-pdt-col .blockcntnts h3.blocktitle {
    padding-bottom: 0px;
  }
}

@media (max-width: 480px) {
  section.exclusive-prdcts .products-blocks .row a.col-md-3 .blockcntnts h3.blocktitle {
    min-height: auto;
  }
  section.exclusive-prdcts .products-blocks .row a.excl-pdt-col .blockcntnts h3.blocktitle {
    min-height: auto;
  }
}

section.exclusive-prdcts .products-blocks .row a.col-md-3 .blockcntnts p.block-cntns {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.625;
  letter-spacing: 0.02em;
  color: #5C5C5C;
  font-weight: 400;
  font-family: "Cabin", sans-serif;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.exclusive-prdcts .products-blocks .row a.excl-pdt-col .blockcntnts p.block-cntns {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.625;
  letter-spacing: 0.02em;
  color: #5C5C5C;
  font-weight: 400;
  font-family: "Cabin", sans-serif;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
  section.exclusive-prdcts .products-blocks .row a.col-md-3 .blockcntnts p.block-cntns {
    display: none;
  }
  section.exclusive-prdcts .products-blocks .row a.excl-pdt-col .blockcntnts p.block-cntns {
    display: none;
  }
}

section.exclusive-prdcts .products-blocks .row a.col-md-3 div.bg-dir-aware {
  position: absolute;
  background: #9A0A40;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -100%;
  z-index: 1;
  opacity: 0;
}
section.exclusive-prdcts .products-blocks .row a.excl-pdt-col div.bg-dir-aware {
  position: absolute;
  background: #9A0A40;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -100%;
  z-index: 1;
  opacity: 0;
}

section.exclusive-prdcts .products-blocks .row a.col-md-3:hover {
  background: #9A0A40;
}

section.exclusive-prdcts .products-blocks .row a.excl-pdt-col:hover {
  background: #9A0A40;
}
section.exclusive-prdcts .products-blocks .row a.col-md-3:hover h3,
section.exclusive-prdcts .products-blocks .row a.col-md-3:hover p {
  color: #fff !important;
}

section.exclusive-prdcts .products-blocks .row a.excl-pdt-col:hover h3,
section.exclusive-prdcts .products-blocks .row a.excl-pdt-col:hover p {
  color: #fff !important;
}

section.exclusive-prdcts .products-blocks .row a.col-md-3:hover img.light,
section.exclusive-prdcts .products-blocks .row a.col-md-3:hover svg.light {
  opacity: 1 !important;
}

section.exclusive-prdcts .products-blocks .row a.excl-pdt-col:hover img.light,
section.exclusive-prdcts .products-blocks .row a.excl-pdt-col:hover svg.light {
  opacity: 1 !important;
}

section.exclusive-prdcts .products-blocks .row a.col-md-3:hover img.dark,
section.exclusive-prdcts .products-blocks .row a.col-md-3:hover svg.dark {
  opacity: 0 !important;
}
section.exclusive-prdcts .products-blocks .row a.excl-pdt-col:hover img.dark,
section.exclusive-prdcts .products-blocks .row a.excl-pdt-col:hover svg.dark {
  opacity: 0 !important;
}


section.exclusive-prdcts .products-blocks a.view-more {
  width: 184px;
  margin: 0 auto;
  display: block;
  background: transparent;
  color: #9A0A40;
  font-weight: 600;
}

section.exclusive-prdcts .products-blocks a.view-more:hover {
  background: #9A0A40;
  color: #fff;
}

section.emi-calculator {
  position: relative;
  height: 655px;
}

section.emi-calculator img.emiimgcalc {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1350px) {
  section.emi-calculator {
    padding: 70px 0;
    height: 608px;
  }
}

@media (max-width: 1200px) {
  section.emi-calculator {
    padding: 50px 0;
    height: 100%;
  }
}

@media (max-width: 991px) {
  section.emi-calculator {
    padding: 30px 0;
  }
}

section.emi-calculator .sectionleftbg {
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  z-index: 2;
}

section.emi-calculator:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.46);
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

section.emi-calculator .container {
  height: 100%;
}

section.emi-calculator .container .row.main {
  height: 100%;
}

section.emi-calculator .container .row.main .col-md-4.left-contents {
  display: table;
  height: 100%;
}

@media (max-width: 1200px) {
  section.emi-calculator .container .row.main .col-md-4.left-contents {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: block;
    height: auto;
  }
}

section.emi-calculator .container .row.main .col-md-4.left-contents .common {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 9;
}

section.emi-calculator .container .row.main .col-md-4.left-contents .common h2 {
  color: #fff;
  margin-bottom: 28px;
}

@media (max-width: 991px) {
  section.emi-calculator .container .row.main .col-md-4.left-contents .common h2 {
    font-size: 3.5rem;
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  section.emi-calculator .container .row.main .col-md-4.left-contents .common h2 {
    font-size: 3rem;
  }
}

section.emi-calculator .container .row.main .col-md-4.left-contents .common p {
  color: #fff;
  padding-right: 135px;
  line-height: 1.727;
}

@media (max-width: 1350px) {
  section.emi-calculator .container .row.main .col-md-4.left-contents .common p {
    padding-right: 90px;
  }
}

@media (max-width: 575px) {
  section.emi-calculator .container .row.main .col-md-4.left-contents .common p {
    padding-right: 0px;
    margin-bottom: 20px;
  }
}

section.emi-calculator .container .row.main .col-md-8.right-contents {
  z-index: 9;
  position: relative;
}

@media (max-width: 1200px) {
  section.emi-calculator .container .row.main .col-md-8.right-contents {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

section.emi-calculator .container .row.main .col-md-8.right-contents .calculator {
  background: #fff;
  width: 890px;
  height: 460px;
  padding: 60px;
  float: right;
}

@media (max-width: 1600px) {
  section.emi-calculator .container .row.main .col-md-8.right-contents .calculator {
    width: 750px;
  }
}

@media (max-width: 1350px) {
  section.emi-calculator .container .row.main .col-md-8.right-contents .calculator {
    height: 445px;
  }
}

@media (max-width: 1200px) {
  section.emi-calculator .container .row.main .col-md-8.right-contents .calculator {
    width: auto;
    float: none;
  }
}

@media (max-width: 767px) {
  section.emi-calculator .container .row.main .col-md-8.right-contents .calculator {
    padding: 20px;
    height: 440px;
  }
}

@media (max-width: 575px) {
  section.emi-calculator .container .row.main .col-md-8.right-contents .calculator {
    height: 385px;
  }
}

@media (max-width: 493px) {
  section.emi-calculator .container .row.main .col-md-8.right-contents .calculator {
    height: 420px;
  }
}

@media (max-width: 480px) {
  section.emi-calculator .container .row.main .col-md-8.right-contents .calculator {
    height: 615px;
  }
}

section.emi-calculator .container .row.main .col-md-8.right-contents .calculator .loan-amount {
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  section.emi-calculator .container .row.main .col-md-8.right-contents .calculator .loan-amount {
    margin-bottom: 15px;
  }
}

section.emi-calculator .container .row.main .col-md-8.right-contents .calculator .loan-amount h4 {
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  font-weight: 500;
}

@media (max-width: 493px) {
  section.emi-calculator .container .row.main .col-md-8.right-contents .calculator .loan-amount h4{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}


section.emi-calculator .container .row.main .col-md-8.right-contents .calculator .loan-amount h4 span {
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  float: right;
  width: 300px;
  display: inline-block;
  position:relative;
}

section.emi-calculator .container .row.main .col-md-8.right-contents .calculator .loan-amount h4 span >label {
        opacity: 1;
    font-size: 13px;
    position: absolute;
    right: 10px;
    left: auto;
    top: -15px;
    text-transform: capitalize;
    color: #9a0a40;
}


@media (max-width: 493px) {
  section.emi-calculator .container  .row.main .col-md-8.right-contents .calculator .loan-amount h4 span {
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    float: right;
    width: auto;
    display: inline-block;
    margin: 10px 0;
  }

}

section.emi-calculator .container .row.main .col-md-8.right-contents .calculator .loan-amount h4 span input {
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  float: right;
  padding: 0;
  text-align: end;
  border-bottom: 1px solid;
  border-radius: initial;
  width: 150px;
  border-bottom-style: dashed;
  display: inline-block;
  padding-right: 10px;
}

section.emi-calculator .container .row.main .col-md-8.right-contents .calculator .loan-amount input {
  display: block;
}

section.emi-calculator .container .row.main .col-md-8.right-contents .calculator .loan-amount .irs--flat .irs-line {
  width: 100%;
  top: 19px;
  height: 3px;
  background-color: #E0E0E0;
}

@media (max-width: 493px) {
  section.emi-calculator .container .row.main .col-md-8.right-contents .calculator .loan-amount .irs--flat .irs-line {
    width: 97%;
    top: 6px;
    height: 3px;
    background-color: #E0E0E0;
  }
  section.emi-calculator .container .row.main .col-md-8.right-contents .calculator .loan-amount h4 span input {
    width: 95px;
  }
}


section.emi-calculator .container .row.main .col-md-8.right-contents .calculator .loan-amount .irs--flat .irs-bar {
  top: 25px;
  height: 3px;
  background-color: #9A0A40;
}

@media (max-width: 493px) {
  section.emi-calculator .container .row.main .col-md-8.right-contents .calculator .loan-amount .irs--flat .irs-bar {
    top: 5px;
  }
}



section.emi-calculator .container .row.main .col-md-8.right-contents .calculator .loan-amount .irs--flat .irs-handle {
  width: 12px;
  height: 12px;
}

@media (max-width: 493px) {
  section.emi-calculator .container .row.main .col-md-8.right-contents .calculator .loan-amount .irs--flat .irs-handle {
    top: 3px;
  }
}




section.emi-calculator .container .row.main .col-md-8.right-contents .calculator .loan-amount .irs--flat .irs-handle>i:first-child {
  position: absolute;
  display: block;
  top: -2px;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 51%;
  margin-left: -1px;
  background-color: #9A0A40;
  border: 1px solid #fff;
  cursor: pointer;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

section.emi-calculator .container .row.main .col-md-8.right-contents .calculator .loan-amount .irs--flat .irs-min,
section.emi-calculator .container .row.main .col-md-8.right-contents .calculator .loan-amount .irs--flat .irs-max {
  display: none;
}

section.emi-calculator .container .row.main .col-md-8.right-contents .calculator .loan-amount .irs--flat {
  height: 40px;
  margin-top: -7px;
}

@media (max-width: 1599px) {
  section.emi-calculator .container .row.main .col-md-8.right-contents .calculator .loan-amount .irs--flat {
    height: 40px;
    margin-top: -4px;
  }
}

@media (max-width: 767px) {
  section.emi-calculator .container .row.main .col-md-8.right-contents .calculator .loan-amount .irs--flat {
    height: 40px;
    margin-top: -1px;
  }
}

@media (max-width: 493px) {
  section.emi-calculator .container .row.main .col-md-8.right-contents .calculator .loan-amount .irs--flat {
    height: 40px;
    margin-top: 0px;
    width: 80%;
    margin: 0 auto;
  }
}

section.emi-calculator .container .row.main .col-md-8.right-contents .calculator .loan-amount .irs--flat .irs-single {
  color: white;
  font-size: 16px;
  line-height: 1.333;
  text-shadow: none;
  padding: 5px 18px;
  background-color: #9A0A40;
  border-radius: 4px;
  position: absolute;
  /* top: -20px; */
  top: 38px;
}

@media (max-width: 767px) {
  section.emi-calculator .container .row.main .col-md-8.right-contents .calculator .loan-amount .irs--flat .irs-single {
    top: 38px;
  }
}

@media (max-width: 493px) {
  section.emi-calculator .container .row.main .col-md-8.right-contents .calculator .loan-amount .irs--flat .irs-single {
    top: 22px;
  }
}


section.emi-calculator .container .row.main .col-md-8.right-contents .calculator .loan-amount .irs--flat .irs-single:before {
  /* bottom: -10px;
  left: 46%; */
  bottom: 31px;
    left: 46%;
    border: 5px solid transparent;
    border-top-color: #9A0A40;
    transform: rotate(180deg);
}

@media (max-width: 767px) {
  section.emi-calculator .container .row.main .col-md-8.right-contents .calculator .loan-amount .irs--flat .irs-single:before {
    bottom: 31px;
    left: 46%;
    border: 5px solid transparent;
    border-top-color: #9A0A40;
    transform: rotate(180deg);
  }
}

section.emi-calculator .container .row.main .col-md-8.right-contents .calculator .loan-amount div.range-slide {
  width: 100%;
}

section.emi-calculator .container .row.main .col-md-8.right-contents .calculator .loan-amount div.range-slide span {
  color: #BCBCBC;
  letter-spacing: 0.01em;
  font-size: 2rem;
  font-family: "Cabin", sans-serif;
}

section.emi-calculator .container .row.main .col-md-8.right-contents .calculator .loan-amount div.range-slide span.max {
  float: right;
}

section.emi-calculator .container .row.main .col-md-8.right-contents .calculator .selectboxs label {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

section.emi-calculator .container .row.main .col-md-8.right-contents .calculator .bottom-blocks {
  margin-top: 45px;
  position: relative;
}

@media (max-width: 767px) {
  section.emi-calculator .container .row.main .col-md-8.right-contents .calculator .bottom-blocks {
    margin-top: 30px;
  }
}

section.emi-calculator .container .row.main .col-md-8.right-contents .calculator .bottom-blocks .row {
  margin-right: -7px;
  margin-left: -7px;
}

section.emi-calculator .container .row.main .col-md-8.right-contents .calculator .bottom-blocks .col-md-3 {
  padding: 17px 27px;
  background: #F5F5F5;
  margin: 1%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 23%;
  flex: 0 0 calc(33.33% - 21px);
  max-width: calc(33.33% - 21px);
}

@media (max-width: 991px) {
  section.emi-calculator .container .row.main .col-md-8.right-contents .calculator .bottom-blocks .col-md-3 {
    padding: 17px 15px;
    flex: 0 0 calc(33.33% - 12px);
    max-width: calc(33.33% - 12px);
  }
}

@media (max-width: 767px) {
  section.emi-calculator .container .row.main .col-md-8.right-contents .calculator .bottom-blocks .col-md-3 {
    padding: 17px 15px;
    flex: 0 0 calc(33.33% - 10px);
    max-width: calc(33.33% - 10px);
  }
}

@media (max-width: 575px) {
  section.emi-calculator .container .row.main .col-md-8.right-contents .calculator .bottom-blocks .col-md-3 {
    padding: 10px 8px;
    flex: 0 0 calc(33.33% - 11px);
    max-width: calc(33.33% - 11px);
  }
}

@media (max-width: 480px) {
  section.emi-calculator .container .row.main .col-md-8.right-contents .calculator .bottom-blocks .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 74px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    margin-bottom: 10px;
  }
}

section.emi-calculator .container .row.main .col-md-8.right-contents .calculator .bottom-blocks .col-md-3 p {
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  color: #3B1221;
  line-height: 1.75;
  margin-bottom: 4px;
}

section.emi-calculator .container .row.main .col-md-8.right-contents .calculator .bottom-blocks .col-md-3 span {
  font-size: 2.2rem;
  font-weight: 400;
  color: #3B1221;
  font-family: "Cabin", sans-serif;
  line-height: 1.545;
  width: 100%;
  text-align: left;
  display: block;
}

@media (max-width: 480px) {
  section.emi-calculator .container .row.main .col-md-8.right-contents .calculator .bottom-blocks .col-md-3 span {
    text-align: left;
  }
}

section.emi-calculator .container .row.main .col-md-8.right-contents .calculator .bottom-blocks .col-md-3:nth-last-child(1) span {
  color: #9A0A40;
  text-align: left;
}

section.emi-calculator .container .row.main .col-md-8.right-contents .calculator .bottom-blocks:after {
  content: "";
  width: 100%;
  position: absolute;
  height: 1px;
  background: #d6d6d6;
  top: -24px;
}

section.downloads-news {
  background: #F4F4F4;
}

@media (max-width: 1350px) {
  section.downloads-news {
    padding: 70px 0;
  }
}

@media (max-width: 1200px) {
  section.downloads-news {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  section.downloads-news {
    padding: 30px 0;
  }
}

@media (max-width: 575px) {
  section.downloads-news {
    padding: 15px 0;
  }
}

@media (max-width: 575px) {
  section.downloads-news .row {
    padding: 0 15px;
  }
}

section.downloads-news .col-md-4 {
  padding: 36px 43px;
  background: #fff;
  margin-right: 2.5%;
  -ms-flex: 0 0 31.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 31.333333%;
  max-width: 31.333333%;
}

@media (max-width: 1600px) {
  section.downloads-news .col-md-4 {
    -ms-flex: 0 0 32.233333%;
    -webkit-box-flex: 0;
    flex: 0 0 32.233333%;
    max-width: 32.233333%;
    margin: 0 0.5%;
  }
}

@media (max-width: 991px) {
  section.downloads-news .col-md-4 {
    padding: 20px 15px;
  }
}

@media (max-width: 767px) {
  section.downloads-news .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }

  section.downloads-news .col-md-4:last-child {
    margin-bottom: 0px;
  }
}

section.downloads-news .col-md-4:nth-last-child(1) {
  margin-right: 0;
  position: relative;
}
/* section.downloads-news .col-md-4:nth-last-child(1):after{
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
} */

section.downloads-news .col-md-4 h3.block-title {
  font-size: 2.4rem;
  color: #9A0A40;
  line-height: 1.166;
  letter-spacing: 0.01em;
  padding-bottom: 25px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border-bottom: 1px solid #E5E5E5;
}

section.downloads-news .col-md-4 h3.block-title img {
  margin-right: 17px;
  margin-bottom: 4px;
}

section.downloads-news .col-md-4 .title-post-cntnts {
  margin-top: 27px;
}

.news-latest.slick-slider .slick-list {
  height: 350px !important;
}

@media (max-width: 1199px) {
  section.downloads-news .col-md-4 .title-post-cntnts ul.news-latest {
    max-height: 410px !important;
    height: 410px !important;
  }
}

@media (max-width: 1199px) {
  section.downloads-news .col-md-4 .title-post-cntnts ul.news-latest .slick-list {
    height: 410px !important;
  }
}

section.downloads-news .col-md-4.downloads ul.downloads {
  padding-left: 40px;
  max-height: 353px;
  overflow: auto;
}

@media (max-width: 1199px) {
  section.downloads-news .col-md-4.downloads ul.downloads {
    max-height: 400px;
  }
}

@media (max-width: 991px) {
  section.downloads-news .col-md-4.downloads ul.downloads {
    padding-left: 30px;
    max-height: 440px;
  }
}

@media (max-width: 767px) {
  section.downloads-news .col-md-4.downloads ul.downloads {
    overflow: unset;
    max-height: 100%;
  }
}

section.downloads-news .col-md-4.downloads ul.downloads li {
  position: relative;
}

section.downloads-news .col-md-4.downloads ul.downloads li a {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 2.56;
  font-family: "Cabin", sans-serif;
  color: #3B1221;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section.downloads-news .col-md-4.downloads ul.downloads li a:hover {
  color: #9A0A40;
}

section.downloads-news .col-md-4.downloads ul.downloads li:after {
  content: url("../images/icons/pdf-icon.svg");
  position: absolute;
  left: -39px;
  width: 12px;
  top: 11px;
  z-index: 1;
}

@media (max-width: 991px) {
  section.downloads-news .col-md-4.downloads ul.downloads li:after {
    left: -30px;
  }
}

section.downloads-news .col-md-4.downloads ul.downloads::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}

section.downloads-news .col-md-4.downloads ul.downloads::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, #E8E8E8), color-stop(0.72, #E8E8E8), color-stop(0.86, #E8E8E8));
}

section.downloads-news .col-md-4.downloads ul.downloads::-webkit-scrollbar-track {
  -webkit-box-shadow: inset -1px 0 2px rgba(0, 0, 0, 0.3);
  background-color: #ffffffe3;
  border-radius: 8px;
}

section.downloads-news .col-md-4.interestrates .title-post-cntnts .interest-rows {
  position: relative;
}

section.downloads-news .col-md-4.interestrates .title-post-cntnts .interest-rows h4 {
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  font-size: 2.0rem;
  line-height: 1.6;
  color: #9A0A40;
  margin-bottom: 17px;
  padding-bottom: 0;
}

section.downloads-news .col-md-4.interestrates .title-post-cntnts .interest-rows p {
  font-weight: 400;
  font-family: "Cabin", sans-serif;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.02em;
  color: #3B1221;
}

section.downloads-news .col-md-4.interestrates .title-post-cntnts .interest-rows:nth-child(1) {
  margin-bottom: 63px;
}

section.downloads-news .col-md-4.interestrates .title-post-cntnts .interest-rows:nth-child(1):after {
  content: "";
  position: absolute;
  bottom: -30px;
  width: 100%;
  height: 1px;
  background: #E5E5E5;
}

section.downloads-news .col-md-4.news-Latest ul.news-latest {
  max-height: 353px;
  overflow: auto;
}

section.downloads-news .col-md-4.news-Latest ul.news-latest li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 23px;
  line-height: 1.875;
  font-family: "Cabin", sans-serif;
}

@media (max-width: 1199px) {
  section.downloads-news .col-md-4.news-Latest ul.news-latest li {
    padding-left: 20px;
  }
}

section.downloads-news .col-md-4.news-Latest ul.news-latest li a {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #3B1221;
  font-family: "Cabin", sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section.downloads-news .col-md-4.news-Latest ul.news-latest li a:hover {
  color: #9A0A40;
}

section.downloads-news .col-md-4.news-Latest ul.news-latest li:after {
  content: "";
  position: absolute;
  background: #9A0A40;
  left: 0px;
  width: 7px;
  height: 7px;
  top: 11px;
  z-index: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

section.atm-card {
  background: #E6E6E6;
  position: relative;
  height: 830px;
  overflow: hidden;
  padding-top: 204px;
  padding-bottom: 236px;
}

@media (max-width: 1600px) {
  section.atm-card {
    height: 560px;
    padding-top: 113px;
    padding-bottom: 101px;
  }
}

@media (max-width: 1350px) {
  section.atm-card {
    height: 490px;
    padding-top: 75px;
    padding-bottom: 70px;
  }
}

@media (max-width: 1199px) {
  section.atm-card {
    padding-top: 30px;
    padding-bottom: 30px;
    height: 400px;
  }
}

@media (max-width: 991px) {
  section.atm-card {
    height: 425px;
  }
}

@media (max-width: 767px) {
  section.atm-card {
    height: 650px;
  }
}

@media (max-width: 575px) {
  section.atm-card {
    height: 630px;
  }
}

@media (max-width: 480px) {
  section.atm-card {
    height: 580px;
  }
}

@media (max-width: 360px) {
  section.atm-card {
    height: 590px;
  }
}

section.atm-card img.bglines {
  position: absolute;
  z-index: 1;
  bottom: -7px;
  left: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 1599px) {
  section.atm-card img.bglines {
    bottom: -109px;
  }
}

@media (max-width: 1350px) {
  section.atm-card img.bglines {
    bottom: -80px;
  }
}

@media (max-width: 1199px) {
  section.atm-card img.bglines {
    bottom: -34px;
  }
}

@media (max-width: 991px) {
  section.atm-card img.bglines {
    bottom: 13px;
  }
}

@media (max-width: 767px) {
  section.atm-card img.bglines {
    bottom: 0px;
  }
}

section.atm-card .col-md-6.left-cntnts {
  padding-left: 87px;
  z-index: 9;
  position: relative;
}

@media (max-width: 1200px) {
  section.atm-card .col-md-6.left-cntnts {
    padding-left: 15px;
  }
}

section.atm-card .col-md-6.left-cntnts .common {
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  section.atm-card .col-md-6.left-cntnts .common {
    margin-bottom: 30px;
  }
}

section.atm-card .col-md-6.left-cntnts .common h2 {
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  section.atm-card .col-md-6.left-cntnts .common h2 {
    font-size: 3.5rem;
  }
}

@media (max-width: 767px) {
  section.atm-card .col-md-6.left-cntnts .common h2 {
    font-size: 3rem;
  }
}

section.atm-card .col-md-6.left-cntnts .common span.small_title {
  color: #797979;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  line-height: 1.444;
}

section.atm-card .col-md-6.left-cntnts ul.card-features {
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  section.atm-card .col-md-6.left-cntnts ul.card-features {
    margin-bottom: 30px;
  }
}

section.atm-card .col-md-6.left-cntnts ul.card-features li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 18px;
  font-size: 1.6rem;
  line-height: 1.875;
  font-family: "Cabin", sans-serif;
}

@media (max-width: 991px) {
  section.atm-card .col-md-6.left-cntnts ul.card-features li {
    margin-bottom: 10px;
  }
}

section.atm-card .col-md-6.left-cntnts ul.card-features li:after {
  content: "";
  position: absolute;
  background: #9A0A40;
  left: 0px;
  width: 7px;
  height: 7px;
  top: 11px;
  z-index: 1;
  border-radius: 50%;
}

section.atm-card .col-md-6.left-cntnts ul.card-features li:nth-last-child(1) {
  margin-bottom: 0;
}

section.atm-card .col-md-6.left-cntnts a.btn {
  background: transparent;
  color: #9A0A40;
  font-weight: 600;
}

section.atm-card .col-md-6.left-cntnts a.btn:hover {
  border: 2px solid #9A0A40;
  background: #9A0A40;
  color: #fff;
}

section.atm-card .col-md-6.atmcard {
  position: relative;
}

@media (max-width: 1599px) {
  section.atm-card .col-md-6.atmcard {
    margin-top: 33px;
  }
  section.atm-card .col-md-6.left-cntnts a.btn {
    max-height: 42px;
  }
}

@media (max-width: 991px) {
  section.atm-card .col-md-6.atmcard {
    margin-top: 85px;
  }
}

@media (max-width: 480px) {
  section.atm-card .col-md-6.atmcard {
    margin-top: 55px;
  }
}

section.atm-card .col-md-6.atmcard img {
  position: absolute;
  top: 0px;
  left: 60px;
  z-index: 99;
  width: 593px;
  height: auto;
  box-shadow: 0 71px 71px -72px rgba(119, 10, 51, 0.34);
}

@media (max-width: 1600px) {
  section.atm-card .col-md-6.atmcard img {
    width: 470px;
    left: 120px;
  }
}

@media (max-width: 1599px) {
  section.atm-card .col-md-6.atmcard img {
    width: 470px;
    left: 65px;
  }
}

@media (max-width: 1200px) {
  section.atm-card .col-md-6.atmcard img {
    width: 450px;
    left: 70px;
  }
}

@media (max-width: 1199px) {
  section.atm-card .col-md-6.atmcard img {
    width: 450px;
    left: 24px;
  }
}

@media (max-width: 991px) {
  section.atm-card .col-md-6.atmcard img {
    width: 360px;
    left: 0px;
  }
}

@media (max-width: 767px) {
  section.atm-card .col-md-6.atmcard img {
    width: 360px;
    left: 15%;
    height: 250px;
    position: relative;
  }
}

@media (max-width: 575px) {
  section.atm-card .col-md-6.atmcard img {
    width: 365px;
    left: calc(45% - 150px);
    height: 230px;
    position: relative;
  }
}

@media (max-width: 480px) {
  section.atm-card .col-md-6.atmcard img {
    width: 300px;
    left: calc(45% - 130px);
    height: 190px;
    position: relative;
  }
}

section.atm-card .col-md-6.atmcard .bg-layer1 {
  width: 547px;
  height: 365px;
  background: rgba(154, 10, 64, 0.34);
  border-radius: 15px;
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-49%);
  -ms-transform: translateX(-49%);
  transform: translateX(-49%);
}

@media (max-width: 1600px) {
  section.atm-card .col-md-6.atmcard .bg-layer1 {
    width: 360px;
    height: 260px;
  }
}

@media (max-width: 991px) {
  section.atm-card .col-md-6.atmcard .bg-layer1 {
    width: 325px;
    height: 240px;
  }
}

@media (max-width: 480px) {
  section.atm-card .col-md-6.atmcard .bg-layer1 {
    left: 49%;
    width: 250px;
    height: 200px;
  }
}

section.atm-card .col-md-6.atmcard .bg-layer2 {
  width: 505px;
  height: 375px;
  background: rgba(154, 10, 64, 0.42);
  border-radius: 15px;
  position: absolute;
  top: -32px;
  left: 50%;
  -webkit-transform: translateX(-49%);
  -ms-transform: translateX(-49%);
  transform: translateX(-49%);
}

@media (max-width: 1600px) {
  section.atm-card .col-md-6.atmcard .bg-layer2 {
    width: 392px;
    height: 298px;
  }
}

@media (max-width: 991px) {
  section.atm-card .col-md-6.atmcard .bg-layer2 {
    width: 285px;
    height: 250px;
  }
}

@media (max-width: 480px) {
  section.atm-card .col-md-6.atmcard .bg-layer2 {
    width: 225px;
    height: 200px;
    left: 49%;
  }
}

.atmcard img {
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

@media (max-width: 991px) {
  .atmcard img {
    opacity: 1;
  }
}

.bg-layer1 {
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  transition-delay: 1s;
}

@media (max-width: 991px) {
  .bg-layer1 {
    opacity: 1;
  }
}

.bg-layer2 {
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  transition-delay: 1s;
}

@media (max-width: 991px) {
  .bg-layer2 {
    opacity: 1;
  }
}

.animat_card {
  /* Standard syntax */
}

.animat_card .atmcard img {
  -webkit-animation-name: animate;
  /*Safari4.0-8.0*/
  -webkit-animation-duration: 4s;
  /*Safari4.0-8.0*/
  animation-name: animate;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  z-index: 9;
  opacity: 1;
}

.animat_card .bg-layer1 {
  -webkit-animation-name: animate1;
  /*Safari4.0-8.0*/
  -webkit-animation-duration: 4s;
  /*Safari4.0-8.0*/
  animation-name: animate1;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
  opacity: 1;
}

.animat_card .bg-layer2 {
  -webkit-animation-name: animate2;
  /*Safari4.0-8.0*/
  -webkit-animation-duration: 4s;
  /*Safari4.0-8.0*/
  animation-name: animate2;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  opacity: 1;
}

@-webkit-keyframes animate {
  0% {
    opacity: 0;
    top: -650px;
  }

  50% {
    opacity: 1;
    top: 20px;
  }

  100% {
    opacity: 1;
    top: 0px;
  }
}

@keyframes animate {
  0% {
    opacity: 0;
    top: -650px;
  }

  50% {
    opacity: 1;
    top: 20px;
  }

  100% {
    opacity: 1;
    top: 0px;
  }
}

@-webkit-keyframes animate1 {
  0% {
    opacity: 0;
    top: -150px;
  }

  50% {
    opacity: 1;
    top: -13px;
  }

  100% {
    opacity: 1;
    top: -18px;
  }
}

@keyframes animate1 {
  0% {
    opacity: 0;
    top: -150px;
  }

  50% {
    opacity: 1;
    top: -13px;
  }

  100% {
    opacity: 1;
    top: -18px;
  }
}

@-webkit-keyframes animate2 {
  0% {
    opacity: 0;
    top: -150px;
  }

  50% {
    opacity: 1;
    top: -25px;
  }

  100% {
    opacity: 1;
    top: -32px;
  }
}

@keyframes animate2 {
  0% {
    opacity: 0;
    top: -150px;
  }

  50% {
    opacity: 1;
    top: -25px;
  }

  100% {
    opacity: 1;
    top: -32px;
  }
}










section.events {
  padding-top: 135px;
  padding-bottom: 94px;
}

@media (max-width: 1350px) {
  section.events {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 1199px) {
  section.events {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  section.events {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  section.events {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

section.events .common {
  margin-bottom: 45px;
  text-align: center;
}

@media (max-width: 991px) {
  section.events .common {
    margin-bottom: 20px;
  }
}

section.events .common h2 {
  margin-bottom: 2px;
  text-align: center;
}

@media (max-width: 991px) {
  section.events .common h2 {
    font-size: 3.5rem;
  }
}

@media (max-width: 480px) {
  section.events .common h2 {
    font-size: 3rem;
  }
}

section.events .common span.small_title {
  color: #797979;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  line-height: 1.444;
  text-align: center;
}

section.events .col-md-4 a {
  padding-bottom: 15px;
}

section.events .col-md-4 a .img-div {
  height: 238px;
  margin-bottom: 40px;
  overflow: hidden;
}

@media (max-width: 1600px) {
  section.events .col-md-4 a .img-div {
    height: 198px;
    margin-bottom: 25px;
  }
}

@media (max-width: 1350px) {
  section.events .col-md-4 a .img-div {
    margin-bottom: 5px;
  }
}

@media (max-width: 1199px) {
  section.events .col-md-4 a .img-div {
    height: 175px;
  }
}

@media (max-width: 991px) {
  section.events .col-md-4 a .img-div {
    height: 135px;
  }
}

section.events .col-md-4 a .img-div img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 240px;
  object-fit: cover;
}

@media (max-width: 480px) {
  section.events .col-md-4 a .img-div img {
    height: 140px;
  }

  .at-style-responsive .at-share-btn {
    padding: 6px 3px !important;
  }

  .at-resp-share-element .at-share-btn .at-icon-wrapper svg {
    height: 25px !important;
    width: 25px !important;
  }
}

.at4-visually-hidden {
  display: none;
}

section.events .col-md-4 a span.date {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.625;
  display: block;
  margin-bottom: 15px;
  color: #909090;
  font-family: "Cabin", sans-serif;
}

@media (max-width: 991px) {
  section.events .col-md-4 a span.date {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}

section.events .col-md-4 a p.event-details {
  font-size: 2.0rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.5;
  display: block;
  color: #000;
  font-family: "Cabin", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s ease;
  overflow: hidden;
}

section.events .col-md-4 a p.event-details:hover {
  color: #2c2c2ce6;
}

@media (max-width: 991px) {
  section.events .col-md-4 a p.event-details {
    font-size: 1.5rem;
  }
}

section.events .col-md-4:hover .img-div img {
  -webkit-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09);
}

section.events a.btn {
  display: block;
  text-align: center;
  width: 185px;
  margin: 35px auto 0;
  display: block;
}

section.store-locator {
  padding: 66px 0 84px 0;
}

@media (max-width: 1199px) {
  section.store-locator {
    padding: 30px 0 30px 0;
  }
}

@media (max-width: 991px) {
  section.store-locator {
    padding: 30px 0 10px 0;
  }
}

section.store-locator .container {
  position: relative;
  height: 386px;
}

@media (max-width: 767px) {
  section.store-locator .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }
}

section.store-locator .container:before {
  content: "";
  width: 98%;
  position: absolute;
  top: -66px;
  background: #D3D3D3;
  height: 1px;
  z-index: 9;
}

@media (max-width: 1199px) {
  section.store-locator .container:before {
    top: -40px;
  }
}

@media (max-width: 575px) {
  section.store-locator .container:before {
    display: none;
  }
}

section.store-locator .container:after {
  content: "";
  width: 98%;
  position: absolute;
  bottom: -84px;
  background: #D3D3D3;
  height: 1px;
  z-index: 9;
}

@media (max-width: 1350px) {
  section.store-locator .container:after {
    width: 98%;
  }
}

@media (max-width: 1199px) {
  section.store-locator .container:after {
    bottom: -20px;
  }
}

@media (max-width: 991px) {
  section.store-locator .container:after {
    bottom: 0px;
  }
}

@media (max-width: 767px) {
  section.store-locator .container:after {
    bottom: -30px;
  }
}

@media (max-width: 575px) {
  section.store-locator .container:after {
    display: none;
  }
}

section.store-locator .left-store-select {
  width: 566px;
  height: 386px;
  padding: 72px 65px;
  float: left;
  background-color: #a90b46;
}

@media (max-width: 1200px) {
  section.store-locator .left-store-select {
    width: 500px;
    height: 360px;
    padding: 50px;
  }
}

@media (max-width: 991px) {
  section.store-locator .left-store-select {
    width: 398px;
    height: 335px;
    padding: 25px;
  }
}

@media (max-width: 767px) {
  section.store-locator .left-store-select {
    width: 100%;
    height: 270px;
    padding: 25px;
  }
}

@media (max-width: 480px) {
  section.store-locator .left-store-select {
    height: 200px;
  }
}

@media (max-width: 410px) {
  section.store-locator .left-store-select {
    height: 200px;
  }
}

section.store-locator .left-store-select h2 {
  line-height: 1.45;
  color: #fff;
  padding-right: 100px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 30px;
  padding-bottom: 0;
}

@media (max-width: 991px) {
  section.store-locator .left-store-select h2 {
    font-size: 3.5rem;
    padding-right: 85px;
  }
}

@media (max-width: 480px) {
  section.store-locator .left-store-select h2 {
    font-size: 3rem;
    padding-right: 0px;
    margin-bottom: 0px;
  }
}

section.store-locator .left-store-select label {
  line-height: 1.625;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.6rem;
  font-weight: 400;
  display: block;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 0;
  margin-bottom: 10px;
}

section.store-locator .left-store-select select {
  color: #fff;
}

section.store-locator .left-store-select .selectric {
  height: 65px !important;
}

@media (max-width: 991px) {
  section.store-locator .left-store-select .selectric {
    height: 50px !important;
    padding: 0px 17px;
  }
}

section.store-locator .left-store-select .selectric span {
  color: #fff !important;
  font-size: 1.6rem !important;
  padding: 3px 0 !important;
}

section.store-locator .right-map {
  width: calc(100% - 566px);
  height: 386px;
  float: right;
  display: inline-block;
}

@media (max-width: 1200px) {
  section.store-locator .right-map {
    height: 360px;
    width: calc(100% - 500px);
  }
}

@media (max-width: 991px) {
  section.store-locator .right-map {
    height: 335px;
    width: calc(100% - 398px);
  }
}

@media (max-width: 767px) {
  section.store-locator .right-map {
    height: 335px;
    width: 100%;
  }
}

section.store-locator .right-map #loc-map-home {
  width: 100%;
  height: 100%;
}

section.store-locator .right-map .info_content p b {
  font-weight: 500;
  font-family: "Cabin", sans-serif;
  line-height: 1.875;
  color: #3B1221;
}

section.store-locator .right-map .info_content p {
  font-weight: 400;
  font-family: "Cabin", sans-serif;
  line-height: 1.875;
  color: #5C5C5C;
}

section.store-locator .right-map .gm-style-iw.gm-style-iw-c {
  padding: 29px !important;
  max-height: 155px !important;
  left: 83px !important;
}

section.store-locator .right-map .gm-ui-hover-effect {
  right: 3px !important;
  top: 3px !important;
}

.events-slider {
  max-height: 400px;
  overflow: hidden;
}

.events-slider .events {
  width: 100;
}

.events-slider .col-md-4 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.events-slider .slick-list .slick-track a img {
  display: block;
  height: 290px;
  object-fit: cover;
}

@media (max-width: 991px) {
  .events-slider .slick-list .slick-track a img {
    height: 190px;
    width: 100%;
  }
}




.deposits section.exclusive-prdcts.deposits {
  padding-top: 60px;
  padding-bottom: 95px;
}

@media (max-width: 767px) {
  .deposits section.exclusive-prdcts.deposits {
    padding-top: 30px;
    padding-bottom: 45px;
  }
}

.deposits section.exclusive-prdcts.deposits .products-blocks .row {
  margin-bottom: 0;
}

.deposits section.exclusive-prdcts.deposits .common {
  text-align: center;
}

.deposits section.exclusive-prdcts.deposits .common h2.section-title {
  text-align: center;
  color: #272727;
  font-size: 4rem;
  margin-bottom: 15px;
  line-height: 1.275;
  letter-spacing: 0.011em;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}

@media (max-width: 991px) {
  .deposits section.exclusive-prdcts.deposits .common h2.section-title {
    font-size: 3.5rem;
  }
}

.deposits section.exclusive-prdcts.deposits .common p.section-subtitle {
  text-align: center;
  color: #272727;
  font-size: 1.6rem;
  margin-bottom: 55px;
  line-height: 1.625;
  letter-spacing: 0.02em;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  padding: 0 250px;
}

@media (max-width: 1600px) {
  .deposits section.exclusive-prdcts.deposits .common p.section-subtitle {
    padding: 0 175px;
  }
}

@media (max-width: 1450px) {
  .deposits section.exclusive-prdcts.deposits .common p.section-subtitle {
    padding: 0 150px;
  }
}

@media (max-width: 992px) {
  .deposits section.exclusive-prdcts.deposits .common p.section-subtitle {
    padding: 0 100px;
  }
}

@media (max-width: 767px) {
  .deposits section.exclusive-prdcts.deposits .common p.section-subtitle {
    padding: 0 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .deposits section.exclusive-prdcts.deposits .common p.section-subtitle {
    padding: 0;
    margin-bottom: 30px;
  }
}

.loans section.exclusive-prdcts.deposits.loans {
  padding-top: 60px;
  padding-bottom: 95px;
}

@media (max-width: 1200px) {
  .loans section.exclusive-prdcts.deposits.loans {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}

@media (max-width: 991px) {
  .loans section.exclusive-prdcts.deposits.loans {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

.loans section.exclusive-prdcts.deposits.loans .products-blocks .row {
  margin-bottom: 0;
}

.loans section.exclusive-prdcts.deposits.loans .products-blocks .row a.col-md-3 {
  margin-bottom: 31px;
}

.loans section.exclusive-prdcts.deposits.loans .products-blocks .row a.col-md-3:nth-child(4n) {
  margin-right: 0;
}

@media (max-width: 1450px) {
  .loans section.exclusive-prdcts.deposits.loans .products-blocks .row a.col-md-3 {
    margin-bottom: 11px;
  }
}

@media (max-width: 991px) {
  .loans section.exclusive-prdcts.deposits.loans .products-blocks .row a.col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
    margin-bottom: 1%;
  }

  .loans section.exclusive-prdcts.deposits.loans .products-blocks .row a.col-md-3:nth-child(4n) {
    margin-right: 1%;
  }
}

@media (max-width: 767px) {
  .loans section.exclusive-prdcts.deposits.loans .products-blocks .row a.col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
  }

  .loans section.exclusive-prdcts.deposits.loans .products-blocks .row a.col-md-3:nth-child(4n) {
    margin-right: 1%;
  }
}

@media (max-width: 575px) {
  .loans section.exclusive-prdcts.deposits.loans .products-blocks .row a.col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48.8%;
    flex: 0 0 48.8%;
    max-width: 48.8%;
  }
}

@media (max-width: 480px) {
  .loans section.exclusive-prdcts.deposits.loans .products-blocks .row a.col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 99%;
    flex: 0 0 99%;
    max-width: 99%;
    margin-bottom: 10px;
  }

  .loans section.exclusive-prdcts.deposits.loans .products-blocks .row a.col-md-3:nth-child(4n) {
    margin-right: 1%;
  }
}

.loans section.exclusive-prdcts.deposits.loans .common {
  text-align: center;
}

.loans section.exclusive-prdcts.deposits.loans .common h2.section-title {
  text-align: center;
  color: #272727;
  font-size: 4rem;
  margin-bottom: 15px;
  line-height: 1.275;
  letter-spacing: 0.011em;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

@media (max-width: 991px) {
  .loans section.exclusive-prdcts.deposits.loans .common h2.section-title {
    font-size: 3rem;
  }
}

.loans section.exclusive-prdcts.deposits.loans .common p.section-subtitle {
  text-align: center;
  color: #272727;
  font-size: 1.6rem;
  margin-bottom: 55px;
  line-height: 1.625;
  letter-spacing: 0.02em;
  font-family: "Cabin", sans-serif;
  font-weight: 500;
  padding: 0 250px;
}

@media (max-width: 1600px) {
  .loans section.exclusive-prdcts.deposits.loans .common p.section-subtitle {
    padding: 0 175px;
  }
}

@media (max-width: 1450px) {
  .loans section.exclusive-prdcts.deposits.loans .common p.section-subtitle {
    padding: 0 150px;
  }
}

@media (max-width: 991px) {
  .loans section.exclusive-prdcts.deposits.loans .common p.section-subtitle {
    padding: 0 50px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .loans section.exclusive-prdcts.deposits.loans .common p.section-subtitle {
    padding: 0px;
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .about-us-corporate-profile .common h2 {
    margin-bottom: 15px !important;
  }
}

.about-us-corporate-profile section.main-with-sidebar {
  padding-bottom: 115px;
}

@media (max-width: 1200px) {
  .about-us-corporate-profile section.main-with-sidebar {
    padding-bottom: 65px;
  }
}

@media (max-width: 991px) {
  .about-us-corporate-profile section.main-with-sidebar {
    padding-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .about-us-corporate-profile section.main-with-sidebar {
    padding-bottom: 120px;
  }
}

@media (max-width: 991px) {
  .about-us-corporate-profile section.main-with-sidebar .row .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    height: 50px;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .about-us-corporate-profile section.main-with-sidebar .row .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
  }
}

.about-us-corporate-profile .vision-mission.vision {
  margin-top: 104px;
  margin-bottom: 82px;
}

@media (max-width: 1600px) {
  .about-us-corporate-profile .vision-mission.vision {
    height: 412px;
    margin-top: 70px;
    margin-bottom: 60px;
  }
}

@media (max-width: 1200px) {
  .about-us-corporate-profile .vision-mission.vision {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .about-us-corporate-profile .vision-mission.vision {
    height: 350px;
  }
}

@media (max-width: 575px) {
  .about-us-corporate-profile .vision-mission.vision {
    margin-top: 30px;
    margin-bottom: 20px;
    height: auto;
  }
}

@media (max-width: 480px) {
  .about-us-corporate-profile .vision-mission.vision {
    margin-top: 30px;
    margin-bottom: 160px;
    height: auto;
  }
}

.about-us-corporate-profile .vision-mission .col-md-8 img {
  max-width: 671px;
  max-height: 468px;
}

@media (max-width: 1600px) {
  .about-us-corporate-profile .vision-mission .col-md-8 img {
    max-width: 591px;
    max-height: 412px;
  }
}

@media (max-width: 991px) {
  .about-us-corporate-profile .vision-mission .col-md-8 img {
    max-width: 515px;
  }
}

@media (max-width: 575px) {
  .about-us-corporate-profile .vision-mission .col-md-8 img {
    max-width: 100%;
  }
}

.about-us-corporate-profile .vision-mission .col-md-4 {
  height: 468px;
  display: table;
}

@media (max-width: 1600px) {
  .about-us-corporate-profile .vision-mission .col-md-4 {
    height: 412px;
  }
}

@media (max-width: 767px) {
  .about-us-corporate-profile .vision-mission .col-md-4 {
    height: auto;
  }
}

.about-us-corporate-profile .vision-mission .col-md-4 .vision-msg {
  vertical-align: middle;
  padding: 65px 60px;
  width: 481px;
  height: 360px;
  background: #fff;
  position: absolute;
  left: -147px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1600px) {
  .about-us-corporate-profile .vision-mission .col-md-4 .vision-msg {
    padding: 50px;
    width: 436px;
    height: 285px;
    left: -173px;
  }
}

@media (max-width: 1600px) and (max-width: 1199px) {
  .about-us-corporate-profile .vision-mission .col-md-4 .vision-msg {
    left: -130px;
    padding: 15px;
    width: 330px;
    height: 240px;
    top: 50%;
    background: rgba(255, 255, 255, 0.8);
  }
}

@media (max-width: 1600px) and (max-width: 991px) {
  .about-us-corporate-profile .vision-mission .col-md-4 .vision-msg {
    left: -130px;
    padding: 15px;
    width: 330px;
    height: 240px;
  }
}

@media (max-width: 1600px) and (max-width: 767px) {
  .about-us-corporate-profile .vision-mission .col-md-4 .vision-msg {
    left: auto;
    padding: 15px;
    width: 300px;
    height: 190px;
    top: -175px;
    right: -10px;
  }
}

@media (max-width: 1600px) and (max-width: 575px) {
  .about-us-corporate-profile .vision-mission .col-md-4 .vision-msg {
    right: 0px;
    top: -155px;
    width: 320px;
    height: 205px;
  }
}

@media (max-width: 1600px) and (max-width: 480px) {
  .about-us-corporate-profile .vision-mission .col-md-4 .vision-msg {
    right: 0px;
    top: 41px;
    background: #fff;
    width: 100%;
    height: auto;
  }
}

@media (max-width: 1600px) {
  .about-us-corporate-profile .vision-mission .col-md-4 .vision-msg .common h2 {
    margin-bottom: 21px;
  }
}

@media (max-width: 1600px) and (max-width: 767px) {
  .about-us-corporate-profile .vision-mission .col-md-4 .vision-msg .common h2 {
    margin-bottom: 10px;
  }
}

@media (max-width: 1600px) and (max-width: 480px) {
  .about-us-corporate-profile .vision-mission .col-md-4 .vision-msg .common p.section-subtitle {
    margin-bottom: 10px;
  }
}

.about-us-corporate-profile .vision-mission .common h2 {
  margin-bottom: 20px;
}

.about-us-corporate-profile .common h2 {
  font-size: 3.0rem;
  letter-spacing: 0.01em;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 30px;
}

.about-us-corporate-profile .common p {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.625;
  color: #3C3C3C;
  height: 185px;
  font-family: "Cabin", sans-serif;
}

@media (max-width: 480px) {
  .about-us-corporate-profile .common p {
    height: auto;
  }
}

.about-us-corporate-profile .listed-points.our-values {
  margin-bottom: 105px;
}

@media (max-width: 1600px) {
  .about-us-corporate-profile .listed-points.our-values {
    margin-bottom: 75px;
  }
}

@media (max-width: 1200px) {
  .about-us-corporate-profile .listed-points.our-values {
    margin-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .about-us-corporate-profile .listed-points.our-values {
    margin-bottom: 20px;
  }
}

.about-us-corporate-profile .listed-points.our-values ul.values {
  padding-left: 40px;
}

@media (max-width: 767px) {
  .about-us-corporate-profile .listed-points.our-values ul.values {
    margin-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .about-us-corporate-profile .listed-points.our-values ul.values {
    padding-left: 20px;
  }
}

.about-us-corporate-profile .listed-points.our-values ul.values li {
  line-height: 1.625;
  margin-bottom: 46px;
}

@media (max-width: 480px) {
  .about-us-corporate-profile .listed-points.our-values ul.values li {
    margin-bottom: 20px;
  }
}

.about-us-corporate-profile .listed-points.our-values ul.values li:after {
  top: 9px;
}

@media (max-width: 575px) {
  .about-us-corporate-profile .listed-points.our-values ul.values li:after {
    left: -20px;
  }
}

.about-us-corporate-profile .listed-points.our-values ul.values li:nth-last-child(1) {
  margin-bottom: 0;
}

@media (max-width: 1600px) {
  .about-us-corporate-profile .listed-points.our-values ul.values li {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .about-us-corporate-profile .listed-points.our-values ul.values li {
    margin-bottom: 10px;
  }
}

.history {
  padding-right: 16%;
  padding-top: 30px;
}

@media (max-width: 1200px) {
  .history {
    padding-right: 0;
  }
}

.history .mile-timeline {
  float: none !important;
  border: none !important;
  padding-top: 64px;
  overflow: hidden;
}

@media (max-width: 480px) {
  .history .mile-timeline {
    padding-top: 20px;
  }
}

.history .mile-timeline .timeline-row {
  padding-bottom: 15px;
  clear: both;
  position: relative;
}

.history .mile-timeline .timeline-row .years span img {
  width: 146px;
}

@media (max-width: 1600px) {
  .history .mile-timeline .timeline-row .years span img {
    width: 120px;
  }
}

@media (max-width: 1450px) {
  .history .mile-timeline .timeline-row .years span img {
    width: 110px;
  }
}

@media (max-width: 480px) {
  .history .mile-timeline .timeline-row .years span img {
    width: 85px;
  }
}

.history .mile-timeline .timeline-row span {
  font-size: 20px;
  height: 47px;
  display: block;
  margin-bottom: 20px;
  text-align: left;
}

@media (max-width: 1600px) {
  .history .mile-timeline .timeline-row span {
    margin-bottom: 12px;
  }
}

@media (max-width: 1450px) {
  .history .mile-timeline .timeline-row span {
    margin-bottom: 10px;
  }
}

@media (max-width: 460px) {
  .history .mile-timeline .timeline-row span {
    height: 35px;
  }
}

.history .mile-timeline .timeline-row h4 {
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.01em;
  line-height: 1.437;
  font-weight: 400;
  color: #3C3C3C;
  font-family: "Cabin", sans-serif;
  text-align: left;
}

.history .mile-timeline .timeline-row:after {
  content: "";
  display: table;
  clear: both;
}

.history .mile-timeline .timeline-row>div {
  width: 50%;
  -webkit-animation-name: fadeInDownSmall;
  animation-name: fadeInDownSmall;
}

@media (max-width: 480px) {
  .history .mile-timeline .timeline-row>div {
    width: 95%;
  }
}

.history .mile-timeline .timeline-row>div>div:last-of-type {
  width: 32px;
  position: relative;
}

@media (max-width: 480px) {
  .history .mile-timeline .timeline-row>div>div:last-of-type {
    margin-top: 40px;
  }
}

.history .mile-timeline .timeline-row>div>div:last-of-type:after {
  position: absolute;
  content: "";
  width: 32px;
  height: 1px;
  background: #D0D0D0;
}

.history .mile-timeline .timeline-row>div>div:last-of-type:before {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #9A0A40;
  border: 3px solid #fff;
  z-index: 9;
}

.history .mile-timeline .timeline-row>div>div:first-of-type {
  width: calc(100% - 50px);
}

.history .mile-timeline .timeline-row:nth-of-type(2n+1)>div {
  float: right;
  text-align: left;
  height: 115px;
}

@media (max-width: 1600px) {
  .history .mile-timeline .timeline-row:nth-of-type(2n+1)>div {
    height: 100px;
  }
}

@media (max-width: 1450px) {
  .history .mile-timeline .timeline-row:nth-of-type(2n+1)>div {
    height: 95px;
  }
}

@media (max-width: 767px) {
  .history .mile-timeline .timeline-row:nth-of-type(2n+1)>div {
    height: auto;
  }
}

.history .mile-timeline .timeline-row:nth-of-type(2n+1)>div>div:last-of-type {
  float: left;
}

.history .mile-timeline .timeline-row:nth-of-type(2n+1)>div>div:last-of-type i {
  margin-right: 45px;
}

.history .mile-timeline .timeline-row:nth-of-type(2n+1)>div>div:last-of-type:after {
  left: 0;
  top: 15px;
}

.history .mile-timeline .timeline-row:nth-of-type(2n+1)>div>div:last-of-type:before {
  left: -6px;
  top: 11px;
}

.history .mile-timeline .timeline-row:nth-of-type(2n+1)>div>div:first-of-type {
  float: right;
  margin-top: -53px;
}

@media (max-width: 1600px) {
  .history .mile-timeline .timeline-row:nth-of-type(2n+1)>div>div:first-of-type {
    margin-top: -40px;
  }
}

@media (max-width: 480px) {
  .history .mile-timeline .timeline-row:nth-of-type(2n+1)>div>div:first-of-type {
    margin-top: 0px;
  }
}

.history .mile-timeline .timeline-row:nth-of-type(2n+1)>div:after {
  right: 50%;
}

.history .mile-timeline .timeline-row:nth-of-type(2n+2)>div {
  float: left;
  text-align: right;
  height: 115px;
  padding-left: 52px;
}

@media (max-width: 1600px) {
  .history .mile-timeline .timeline-row:nth-of-type(2n+2)>div {
    padding-left: 0px;
  }
}

@media (max-width: 1450px) {
  .history .mile-timeline .timeline-row:nth-of-type(2n+2)>div {
    height: 85px;
  }
}

@media (max-width: 767px) {
  .history .mile-timeline .timeline-row:nth-of-type(2n+2)>div {
    height: auto;
  }
}

.history .mile-timeline .timeline-row:nth-of-type(2n+2)>div>div:last-of-type {
  float: right;
}

.history .mile-timeline .timeline-row:nth-of-type(2n+2)>div>div:last-of-type i {
  margin-left: 45px;
}

.history .mile-timeline .timeline-row:nth-of-type(2n+2)>div>div:last-of-type:after {
  right: 0;
  top: 15px;
}

.history .mile-timeline .timeline-row:nth-of-type(2n+2)>div>div:last-of-type:before {
  right: -5px;
  top: 11px;
}

.history .mile-timeline .timeline-row:nth-of-type(2n+2)>div>div:first-of-type {
  float: left;
  margin-top: -53px;
}

@media (max-width: 1600px) {
  .history .mile-timeline .timeline-row:nth-of-type(2n+2)>div>div:first-of-type {
    margin-top: -40px;
  }
}

@media (max-width: 480px) {
  .history .mile-timeline .timeline-row:nth-of-type(2n+2)>div>div:first-of-type {
    margin-top: 0px;
  }

  .history .mile-timeline .timeline-row:nth-of-type(2n+2)>div>div:first-of-type span {
    text-align: right;
  }

  .history .mile-timeline .timeline-row:nth-of-type(2n+2)>div>div:first-of-type h4 {
    text-align: right;
  }
}

.history .mile-timeline .timeline-row:nth-of-type(2n+2)>div:after {
  left: 50%;
}

.history .mile-timeline .timeline-row:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 225%;
  right: 50%;
  top: -64px;
  background: #e1e1e1;
}

@media (max-width: 480px) {
  .history .mile-timeline .timeline-row:before {
    display: none;
  }
}

.history .mile-timeline .timeline-row:last-of-type:before {
  display: none;
}

.history .mile-timeline .timeline-row:last-of-type>div.animated:after {
  opacity: 0;
}

.about-us section.main-with-sidebar .col-md-9 .service-details {
  padding-right: 9%;
}

@media (max-width: 1200px) {
  .about-us section.main-with-sidebar .col-md-9 .service-details {
    padding-right: 0;
  }
}

.about-us section.main-with-sidebar .col-md-9 .service-details h2 {
  font-weight: 600;
  font-size: 3.8rem;
}

@media (max-width: 1600px) {
  .about-us section.main-with-sidebar .col-md-9 .service-details h2 {
    font-size: 3.8rem;
  }
}

@media (max-width: 1450px) {
  .about-us section.main-with-sidebar .col-md-9 .service-details h2 {
    font-size: 3.5rem;
  }
}

@media (max-width: 575px) {
  .about-us section.main-with-sidebar .col-md-9 .service-details h2 {
    font-size: 3rem;
  }
}

@media (max-width: 480px) {
  .about-us section.main-with-sidebar .col-md-9 .service-details h2 {
    font-size: 2.5rem;
  }
}

.about-us .about-us-leaders section.main-with-sidebar .col-md-9 .service-details {
  padding-right: 6%;
}

.about-us .about-us-corporate-profile section.main-with-sidebar .col-md-9 .service-details {
  padding-right: 3%;
}

@media (max-width: 1350px) {
  .about-us-leaders .main-with-sidebar {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .about-us-leaders .main-with-sidebar .row .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    height: 50px;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .about-us-leaders .main-with-sidebar .row .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
  }
}

.about-us-leaders .leaders {
  padding-top: 36px;
}

.about-us-leaders .leaders .b_drtors {
  /* margin-bottom: 50px; */
  -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 25px);
    flex: 0 0 calc(25% - 25px);
    max-width: calc(25% - 25px);
    margin-bottom: 25px;
    margin-right: 25px;
    
}

.about-us-leaders .leaders .b_drtors a {
        pointer-events: none;
}

.about-us-leaders .leaders .b_drtors .img-div img{
  height: auto!important;
}

.about-us-leaders .leaders .b_drtors:nth-child(3) .img-div {
  overflow: hidden;
  margin-bottom: 0;
  max-height: unset;
  height: auto;
}

@media (max-width: 1199px) {
  .about-us-leaders .leaders .b_drtors {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.33% - 25px);
    flex: 0 0 calc(33.33% - 25px);
    max-width: calc(33.33% - 25px);
    margin-bottom: 25px;
    margin-right: 25px;
  }

}
@media (max-width: 991px) {
  .about-us-leaders .leaders .b_drtors {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 25px);
    flex: 0 0 calc(50% - 25px);
    max-width: calc(50% - 25px);
    margin-bottom: 25px;
  }
}

@media (max-width: 575px) {
  .about-us-leaders .leaders .b_drtors {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 25px;
    text-align: center;
  }
}

/* .about-us-leaders .leaders .b_drtors:nth-child(3) .img-div {
  overflow: hidden;
  margin-bottom: 28px;
  max-height: 379px;
  height: 379px;
} */

/* @media (max-width: 1600px) {
  .about-us-leaders .leaders .b_drtors .img-div {
    height: 320px;
  }
} */

.about-us-leaders .leaders .b_drtors .img-div img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.about-us-leaders .leaders .b_drtors .leader-details h5 {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.011em;
  line-height: 1.57;
  margin-bottom: 5px;
  font-family: "Open Sans", sans-serif;
  color: #3B1221;
  padding-bottom: 0;
}

.about-us-leaders .leaders .b_drtors .leader-details span {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: 0px;
  font-family: "Open Sans", sans-serif;
  color: #898989;
  padding-bottom: 0;
}

/* .about-us-leaders .leaders .b_drtors:hover .img-div img {
  -webkit-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09);
} */

.about-us-message section.main-with-sidebar {
  padding-bottom: 90px;
}

@media (max-width:1199px) {
  .about-us-message section.main-with-sidebar {
    padding-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .about-us-message section.main-with-sidebar {
    padding-bottom: 30px;
  }
}


@media (max-width: 991px) {
  .about-us-message section.main-with-sidebar .row .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    height: 50px;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .about-us-message section.main-with-sidebar .row .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
  }
}

.about-us-message .col-md-9.about-us .message {
  padding: 45px;
  background: #fff;
}

@media (max-width: 1450px) {
  .about-us-message .col-md-9.about-us .message {
    padding: 30px;
  }
}

@media (max-width: 575px) {
  .about-us-message .col-md-9.about-us .message {
    padding: 20px;
  }
}

@media (max-width: 991px) {
  .about-us-message .col-md-9.about-us .message .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-us-message .col-md-9.about-us .message .row .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }

  .about-us-message .col-md-9.about-us .message .row .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.about-us-message .col-md-9.about-us .message .service-details {
  padding-right: 63px;
}

@media (max-width: 1600px) {
  .about-us-message .col-md-9.about-us .message .service-details {
    padding-right: 0px;
  }
}

.about-us-message .col-md-9.about-us .message .service-details h2 {
  font-weight: 600;
}

@media (max-width: 1600px) {
  .about-us-message .col-md-9.about-us .message .service-details h2 {
    margin-bottom: 20px;
  }
}

@media (max-width: 1450px) {
  .about-us-message .col-md-9.about-us .message .service-details h2 {
    font-size: 3rem;
  }
}

@media (max-width: 575px) {
  .about-us-message .col-md-9.about-us .message .service-details h2 {
    font-size: 2.8rem;
  }
}

.about-us-message .col-md-9.about-us .message .service-details img {
  display: block;
  margin-bottom: 13px;
}

.about-us-message .col-md-9.about-us .message .service-details img.left-quote {
  text-align: left;
}

@media (max-width: 1600px) {
  .about-us-message .col-md-9.about-us .message .service-details img.left-quote {
    width: 28px;
  }
}

@media (max-width: 1450px) {
  .about-us-message .col-md-9.about-us .message .service-details img.left-quote {
    width: 23px;
  }
}

.about-us-message .col-md-9.about-us .message .service-details img.right-quote {
  text-align: right;
  float: right;
  margin-top: 15px;
}

@media (max-width: 1600px) {
  .about-us-message .col-md-9.about-us .message .service-details img.right-quote {
    width: 28px;
  }
}

@media (max-width: 1450px) {
  .about-us-message .col-md-9.about-us .message .service-details img.right-quote {
    width: 23px;
  }
}

.about-us-message .col-md-9.about-us .message .service-details .msg-author {
  clear: both;
  display: block;
  text-align: right;
}

.about-us-message .col-md-9.about-us .message .service-details .msg-author p{
    margin-bottom:0;
}

.about-us-message .col-md-9.about-us .message .service-details .msg-author span {
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 0.02em;
  line-height: 1.337;
  font-weight: 600;
  color: #3B1221;
  font-family: "Open Sans", sans-serif;
}

.share-holders-page section.main-with-sidebar.no-sidebar {
  background: #F8F8F8;
  padding-top: 63px;
  padding-bottom: 105px;
}

.share-holders-page section.main-with-sidebar.no-sidebar .col-md-12 {
  padding-left: 15px;
}

@media (max-width: 1600px) {
  .share-holders-page section.main-with-sidebar.no-sidebar .col-md-12 {
    padding-left: 45px;
  }
}

@media (max-width: 1450px) {
  .share-holders-page section.main-with-sidebar.no-sidebar {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .share-holders-page section.main-with-sidebar.no-sidebar .col-md-12 {
    padding-left: 33px;
  }
}

@media (max-width: 991px) {
  .share-holders-page section.main-with-sidebar.no-sidebar {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .share-holders-page section.main-with-sidebar.no-sidebar .col-md-12 {
    padding-left: 15px;
  }
}

.share-holders-page section.main-with-sidebar.no-sidebar .col-md-12 ul {
  padding-left: 30px;
}

.share-holders-page section.main-with-sidebar.no-sidebar .col-md-12 ul li {
  font-family: "Cabin", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.011em;
  line-height: 2.3125;
  position: relative;
}

.share-holders-page section.main-with-sidebar.no-sidebar .col-md-12 ul li:after {
  content: "";
  width: 7px;
  height: 7px;
  background: #9a0a40;
  position: absolute;
  left: -35px;
  border-radius: 50%;
  top: 15px;
}

.share-holders-page section.main-with-sidebar.no-sidebar .col-md-12 .service-details span {
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #AFAFAF;
  line-height: 1.357;
}

.share-holders-page section.main-with-sidebar.no-sidebar .col-md-12 .service-details h2 {
  font-size: 1.4rem;
  font-weight: 500;
  font-size: 4rem;
  font-family: "Open Sans", sans-serif;
  color: #272727;
  letter-spacing: 0.01em;
  line-height: 1.275;
  margin-bottom: 36px;
  padding-bottom: 0;
}

.share-holders-page section.main-with-sidebar.no-sidebar .col-md-12 .service-details p {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Cabin", sans-serif;
  color: #3C3C3C;
  letter-spacing: 0.02em;
  line-height: 1.625;
  margin-bottom: 0;
}

.share-holders-page section.main-with-sidebar.no-sidebar .col-md-12 .service-details p:nth-last-child(1) {
  margin-bottom: 44px;
}

@media (max-width: 1600px) {
  .share-holders-page section.main-with-sidebar.no-sidebar .col-md-12 .service-details p:nth-last-child(1) {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .share-holders-page section.main-with-sidebar.no-sidebar .col-md-12.share-holders .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.share-holders-page section.main-with-sidebar.no-sidebar .col-md-12.share-holders .col-md-7.cntnts {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55.07%;
  flex: 0 0 55.07%;
  max-width: 55.07%;
}

@media (max-width: 767px) {
  .share-holders-page section.main-with-sidebar.no-sidebar .col-md-12.share-holders .col-md-7.cntnts {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.share-holders-page section.main-with-sidebar.no-sidebar .col-md-12.share-holders .col-md-7.cntnts .service-details {
  padding: 52px 75px 52px 40px;
}

@media (max-width: 1600px) {
  .share-holders-page section.main-with-sidebar.no-sidebar .col-md-12.share-holders .col-md-7.cntnts .service-details {
    padding: 52px 75px 52px 40px;
  }

  .share-holders-page section.main-with-sidebar.no-sidebar .col-md-12.share-holders .col-md-7.cntnts .service-details h2 {
    font-size: 3rem;
  }
}

@media (max-width: 1200px) {
  .share-holders-page section.main-with-sidebar.no-sidebar .col-md-12.share-holders .col-md-7.cntnts .service-details {
    padding: 20px;
  }
}

@media (max-width: 991px) {
  .share-holders-page section.main-with-sidebar.no-sidebar .col-md-12.share-holders .col-md-7.cntnts .service-details h2 {
    margin-bottom: 20px;
  }

  .share-holders-page section.main-with-sidebar.no-sidebar .col-md-12.share-holders .col-md-7.cntnts .service-details {
    padding: 0;
  }
}

.share-holders-page section.main-with-sidebar.no-sidebar .col-md-12.share-holders .col-md-7.cntnts .service-details p {
  margin-bottom: 0;
}

.share-holders-page section.main-with-sidebar.no-sidebar .col-md-12.share-holders .col-md-5 {
  -ms-flex: 0 0 44.93%;
  -webkit-box-flex: 0;
  flex: 0 0 44.93%;
  max-width: 44.93%;
}

@media (max-width: 767px) {
  .share-holders-page section.main-with-sidebar.no-sidebar .col-md-12.share-holders .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .share-holders-page section.main-with-sidebar.no-sidebar .col-md-12.share-holders .col-md-7.cntnts .service-details h2 {
    font-size: 2.8rem
  }
}

footer {
  padding: 75px 0 0px;
}

@media (max-width: 1199px) {
  footer {
    padding: 40px 0 0px;
  }
}

footer .mainFooter {
  padding-bottom: 60px;
}

@media (max-width: 1199px) {
  footer .mainFooter {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  footer .mainFooter {
    padding-bottom: 30px;
  }
}

@media (max-width: 991px) {
  footer .mainFooter a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 575px) {
  footer .mainFooter a {
    font-size: 1.8rem;
  }
}

footer .mainFooter svg.footerlogo {
     max-width: 250px;
    width: 250px;
    height: 75px;
}

footer .mainFooter>.row {
  margin-top: 40px;
}

@media (max-width: 991px) {
  footer .mainFooter .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
    margin: auto;
  }
}

@media (max-width: 767px) {
  footer .mainFooter .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: auto;
  }
}

@media (max-width: 480px) {
  footer .mainFooter .col-md-9 .row {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    margin-bottom: 10px;
  }
}

footer .mainFooter .col-md-9 .col-md-3 {
  -ms-flex: 0 0 24%;
  -webkit-box-flex: 0;
  flex: 0 0 24%;
  max-width: 24%;
}

@media (max-width: 991px) {
  footer .mainFooter .col-md-9 .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0;
    text-align: center;
  }
}

@media (max-width: 991px) and (max-width: 575px) {
  footer .mainFooter .col-md-9 .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (max-width: 991px) and (max-width: 480px) {
  footer .mainFooter .col-md-9 .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  footer .mainFooter .col-md-9 .col-md-3:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
}

footer .mainFooter .col-md-9 .col-md-3 .footer-col h4.title {
  font-size: 1.4rem;
  color: #000;
  padding-bottom: 0;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-family: "Open Sans", sans-serif;
  position: relative;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  footer .mainFooter .col-md-9 .col-md-3 .footer-col h4.title {
    margin-bottom: 0px;
  }
}

/*@media (max-width: 991px) {*/
/*  footer .mainFooter .col-md-9 .col-md-3 .footer-col ul:first-child {*/
/*    display: block; } }*/
@media (max-width: 991px) {
  footer .mainFooter .col-md-9 .col-md-3 .footer-col ul {
    display: none;
  }
}

@media (max-width: 991px) {
  footer .mainFooter .col-md-9 .col-md-3 .footer-col ul li {
    display: none;
  }

  footer .mainFooter .col-md-9 .col-md-3 .footer-col ul li:first-child {
    display: block;
  }
}

footer .mainFooter .col-md-9 .col-md-3 .footer-col ul li a {
  display: block;
  padding: 6px 0;
  margin: 5px 0;
  font-size: 1.4rem;
  color: #464646;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-family: "Open Sans", sans-serif;
  position: relative;
  line-height: 1.214;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 575px) {
  footer .mainFooter .col-md-9 .col-md-3 .footer-col ul li a {
    font-size: 1.8rem;
  }
}



footer .mainFooter .col-md-9 .col-md-3 .footer-col ul li a:hover {
  color: #9A0A40;
}

footer .mainFooter .col-md-9 .col-md-3 .footer-col ul li.active a {
  color: #9A0A40;
}

@media (max-width: 991px) {
  footer .mainFooter .col-md-9 .col-md-3:nth-last-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 991px) {
  footer .mainFooter .col-md-9 .col-md-3:nth-last-child(1) .footer-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 575px) {
  footer .mainFooter .col-md-9 .col-md-3:nth-last-child(1) .footer-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
  }
}

@media (max-width: 480px) {
  footer .mainFooter .col-md-9 .col-md-3:nth-last-child(1) .footer-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

footer .mainFooter .col-md-9 .col-md-3:nth-last-child(1) .footer-col:nth-child(1) {
  margin-bottom: 35px;
}

@media (max-width: 991px) {
  footer .mainFooter .col-md-9 .col-md-3:nth-last-child(1) .footer-col:nth-child(1) {
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  footer .mainFooter .col-md-9 .col-md-3:nth-last-child(1) .footer-col:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  footer .mainFooter .col-md-9 .col-md-3:first-child .footer-col h4 {
    display: none;
    margin: 0;
  }

  footer .mainFooter .col-md-9 .col-md-3:first-child .footer-col ul {
    display: block;
  }

  footer .mainFooter .col-md-9 .col-md-3:first-child .footer-col ul li {
    display: none;
  }

  footer .mainFooter .col-md-9 .col-md-3:first-child .footer-col ul li:first-child {
    display: block;
  }

  footer .mainFooter .col-md-9 .col-md-3:first-child .footer-col ul li:first-child a {
    margin: 0;
    padding: 0;
  }
}

@media (max-width: 991px) {
  footer .mainFooter .col-md-3.column-last {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

footer .mainFooter .col-md-3.column-last .last-column {
  padding-left: 73px;
}

@media (max-width: 1360px) {
  footer .mainFooter .col-md-3.column-last .last-column {
    padding-left: 0px;
  }
}

@media (max-width: 991px) {
  footer .mainFooter .col-md-3.column-last .last-column {
    text-align: center;
  }
}

footer .mainFooter .col-md-3.column-last .last-column h4 {
  font-size: 1.8rem;
  color: #000;
  padding-bottom: 0;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-family: "Open Sans", sans-serif;
  position: relative;
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  footer .mainFooter .col-md-3.column-last .last-column h4 {
    margin-bottom: 0px;
    text-decoration: underline;
  }
}


footer .mainFooter .col-md-3.column-last .last-column span,
footer .mainFooter .col-md-3.column-last .last-column a {
  font-size: 1.4rem;
  color: #464646;
  font-weight: 400;
  padding: 6px 0;
  line-height: 1.64;
  letter-spacing: 0.02em;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
}

@media (max-width: 991px) {

  footer .mainFooter .col-md-3.column-last .last-column span,
  footer .mainFooter .col-md-3.column-last .last-column a {
    margin-right: 25px;
  }
}

footer .mainFooter .col-md-3.column-last .last-column span {
  margin-right: 50px;
  min-width: 44px;
  display: inline-block;
}

@media (max-width: 1360px) {
  footer .mainFooter .col-md-3.column-last .last-column span {
    margin-right: 35px;
  }
}

@media (max-width: 991px) {
  footer .mainFooter .col-md-3.column-last .last-column span {
    margin-right: 5px;
  }
}

@media (max-width: 575px) {
  footer .mainFooter .col-md-3.column-last .last-column span {
    margin-right: 0px;
    font-size: 1.6rem;
  }
}

@media (max-width: 575px) {
  footer .mainFooter .col-md-3.column-last .last-column .contacts span {
    padding-bottom: 0;
  }
}



footer .mainFooter .col-md-3.column-last .last-column a:hover {
  color: #9A0A40;
}

footer .mainFooter .col-md-3.column-last .last-column .contacts {
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  footer .mainFooter .col-md-3.column-last .last-column .contacts {
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  footer .mainFooter .col-md-3.column-last .last-column .contacts {
    margin-bottom: 5px;
  }
}

@media (max-width: 480px) {
  footer .mainFooter .col-md-3.column-last .last-column .contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  footer .mainFooter .col-md-3.column-last .last-column .contacts a {
    display: inline-block !important;
  }
}

@media (max-width: 575px) {
  footer .mainFooter .col-md-3.column-last .last-column .contacts a {
    margin-right: 0;
    font-size: 1.8rem;
    padding-top: 0;
  }
}

@media (max-width: 575px) {
  footer .mainFooter .col-md-3.column-last .last-column .social-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

footer .mainFooter .col-md-3.column-last .last-column .social-share span {
  margin-right: 28px;
}

@media (max-width: 1360px) {
  footer .mainFooter .col-md-3.column-last .last-column .social-share span {
    margin-right: 35px;
  }
}

@media (max-width: 1200px) {
  footer .mainFooter .col-md-3.column-last .last-column .social-share span {
    margin-right: 20px;
  }
}

footer .mainFooter .col-md-3.column-last .last-column .social-share a {
  margin-right: 35px;
}

@media (max-width: 1600px) {
  footer .mainFooter .col-md-3.column-last .last-column .social-share a {
    margin-right: 22px;
  }
}

@media (max-width: 991px) {
  footer .mainFooter .col-md-3.column-last .last-column .social-share a {
    display: inline-block !important;
  }
}

footer .mainFooter .col-md-3.column-last .last-column .social-share a:nth-last-child(1) {
  margin-right: 0px;
}

footer .mainFooter .col-md-3.column-last .last-column .social-share a:hover svg {
  fill: #9A0A40;
}

footer .btmFootr {
  padding: 30px 0;
  border-top: 1px solid #E0E0E0;
}

@media (max-width: 767px) {
  footer .btmFootr .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

footer .btmFootr p.copyright {
  float: left;
  padding: 0;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

@media (max-width: 767px) {
  footer .btmFootr p.copyright {
    text-align: center;
  }
}

footer .btmFootr p.designedby {
  float: right;
  padding: 0;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.breadcrumbs {
  position: absolute;
  bottom: 25px;
  z-index: 1;
  right: 15px;
}

.breadcrumbs ul li {
  margin-right: 12px;
  display: inline-block;
  position: relative;
}

.breadcrumbs ul li a {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Cabin", sans-serif;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.5);
}

.breadcrumbs ul li:nth-last-child(1) {
  margin-right: 0;
}

.breadcrumbs ul li:nth-last-child(1):after {
  display: none;
}

.breadcrumbs ul li:after {
  content: "/";
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  right: -8px;
  top: 1px;
}

.breadcrumbs ul li.active a {
  color: #fff;
  pointer-events: none;
}

section.banner-inner {
  height: 476px;
  position: relative;
  padding: 0;
}

@media (max-width: 1450px) {
  section.banner-inner {
    height: 344px;
  }
}

@media (max-width: 480px) {
  section.banner-inner {
    height: 250px;
  }
}

section.banner-inner .container {
  position: relative;
  height: 100%;
}

section.banner-inner .banner-contents {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  text-align: center;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 575px) {
  section.banner-inner .banner-contents {
    width: 70%;
  }
}

section.banner-inner .banner-contents h1 {
  color: #fff;
  font-size: 5.2rem;
  line-height: 1.19;
  letter-spacing: 0.011em;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 5px;
  font-weight: 600;
}

@media (max-width: 1450px) {
  section.banner-inner .banner-contents h1 {
    font-size: 5rem;
  }
}

@media (max-width: 991px) {
  section.banner-inner .banner-contents h1 {
    font-size: 4.5rem;
  }
}

@media (max-width: 767px) {
  section.banner-inner .banner-contents h1 {
    font-size: 4rem;
  }
}

@media (max-width: 575px) {
  section.banner-inner .banner-contents h1 {
    font-size: 3.5rem;
  }
}

section.banner-inner .banner-contents p {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.19;
  letter-spacing: 0.02em;
  height: auto;
  overflow: hidden;
  font-family: "Cabin", sans-serif;
  padding-bottom: 5px;
}

.about-us-history section.main-with-sidebar {
  padding-bottom: 70px;
}

@media (max-width: 480px) {
  .about-us-history section.main-with-sidebar {
    padding-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .about-us-history .row .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    height: 50px;
  }
}

@media (max-width: 991px) {
  .about-us-history .row .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
  }
}

section.main-with-sidebar {
  background: #F8F8F8;
  padding-top: 63px;
  padding-bottom: 63px;
}

@media (max-width: 1350px) {
  section.main-with-sidebar {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 1199px) {
  section.main-with-sidebar {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  section.main-with-sidebar {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media (max-width: 991px) {
  section.main-with-sidebar .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    height: 50px;
    width: 100%;
  }
}

@media (max-width: 991px) {
  section.main-with-sidebar .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
  }
}

section.main-with-sidebar .col-md-3.sidebar ul.sidebar {
  width: 275px;
  background: #fff;
}

@media (max-width: 1200px) {
  section.main-with-sidebar .col-md-3.sidebar ul.sidebar {
    width: 100%;
  }
}

@media (max-width: 991px) {
  section.main-with-sidebar .col-md-3.sidebar ul.sidebar {
    max-height: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  section.main-with-sidebar .col-md-3.sidebar ul.sidebar.hgt {
    max-height: 500px;
    position: absolute;
    z-index: 99;
    -webkit-box-shadow: 0 0 11px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 11px 5px rgba(0, 0, 0, 0.2);
    max-width: 100%;
    background: #fff;
  }
}

@media (max-width: 991px) and (max-width: 480px) {
  section.main-with-sidebar .col-md-3.sidebar ul.sidebar.hgt {
    max-width: calc(100% - 30px);
  }
}

@media (max-width: 480px) {
  section.main-with-sidebar .col-md-3.sidebar ul.sidebar.hgt {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  section.main-with-sidebar .col-md-3.sidebar ul.sidebar.hgt li {
    display: block;
    width: 100%;
    background: #fff;
  }

  section.main-with-sidebar .col-md-3.sidebar ul.sidebar.hgt li.active {
    border-bottom: 1px solid #9A0A40;
  }
}

section.main-with-sidebar .col-md-3.sidebar ul.sidebar li {
  display: block;
  padding: 0 23px;
  width: 100%;
  background: #fff;
}

@media (max-width: 991px) {
  section.main-with-sidebar .col-md-3.sidebar ul.sidebar li {
    display: none;
    padding: 0 10px;
  }
}

section.main-with-sidebar .col-md-3.sidebar ul.sidebar li a {
  padding: 19.5px 0;
  font-size: 1.6rem;
  padding-right: 19px;
  width: 100%;
  font-family: "Cabin", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #585858;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid #EFEFEF;
}

@media (max-width: 991px) {
  section.main-with-sidebar .col-md-3.sidebar ul.sidebar li a {
    padding: 15px 0;
    padding-right: 10px;
  }
}

section.main-with-sidebar .col-md-3.sidebar ul.sidebar li a:hover {
  color: #9A0A40;
}

section.main-with-sidebar .col-md-3.sidebar ul.sidebar li a:hover img,
section.main-with-sidebar .col-md-3.sidebar ul.sidebar li a:hover svg {
  opacity: 1;
  -webkit-animation: bounce 1.5s infinite;
  animation: bounce 1.5s infinite;
  top: 42%;
}

section.main-with-sidebar .col-md-3.sidebar ul.sidebar li a img,
section.main-with-sidebar .col-md-3.sidebar ul.sidebar li a svg {
  position: absolute;
  right: 0;
  top: 42%;
  opacity: 0;
}

section.main-with-sidebar .col-md-3.sidebar ul.sidebar li:nth-last-child(1) a {
  border-bottom: 0;
}

section.main-with-sidebar .col-md-3.sidebar ul.sidebar li.active {
  display: block;
}

@media (max-width: 991px) {
  section.main-with-sidebar .col-md-3.sidebar ul.sidebar li.active {
    border-bottom: 1px solid #9A0A40;
  }
}

section.main-with-sidebar .col-md-3.sidebar ul.sidebar li.active a {
  color: #9A0A40;
}

section.main-with-sidebar .col-md-3.sidebar ul.sidebar li.active a img,
section.main-with-sidebar .col-md-3.sidebar ul.sidebar li.active a svg {
  opacity: 1;
}

section.main-with-sidebar .col-md-9 {
  padding-left: 15px;
}

@media (max-width: 1600px) {
  section.main-with-sidebar .col-md-9 {
    padding-left: 45px;
  }
}

@media (max-width: 1450px) {
  section.main-with-sidebar .col-md-9 {
    padding-left: 33px;
  }
}

@media (max-width: 1200px) {
  section.main-with-sidebar .col-md-9 {
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  section.main-with-sidebar .col-md-9 {
    margin-top: 20px;
  }
}

section.main-with-sidebar .col-md-9 ul {
  padding-left: 30px;
}

@media (max-width: 767px) {
  section.main-with-sidebar .col-md-9 ul {
    padding-left: 15px;
  }
}

section.main-with-sidebar .col-md-9 ul li {
  font-family: "Cabin", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.011em;
  line-height: 2.3125;
  position: relative;
}

section.main-with-sidebar .col-md-9 ul li:after {
  content: "";
  width: 7px;
  height: 7px;
  background: #9a0a40;
  position: absolute;
  left: -35px;
  border-radius: 50%;
  top: 15px;
}

@media (max-width: 767px) {
  section.main-with-sidebar .col-md-9 ul li:after {
    left: -20px;
    top: 12px;
  }
}

section.main-with-sidebar .col-md-9 ul.value_added li:after {
  display: none;
}

section.main-with-sidebar .col-md-9 .service-details span {
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #AFAFAF;
  line-height: 1.357;
}

section.main-with-sidebar .col-md-9 .service-details h2 {
  font-weight: 600;
  font-size: 4rem;
  font-family: "Open Sans", sans-serif;
  color: #272727;
  letter-spacing: 0.01em;
  line-height: 1.275;
  margin-bottom: 30px;
  padding-bottom: 0;
}

@media (max-width: 991px) {
  section.main-with-sidebar .col-md-9 .service-details h2 {
    margin-bottom: 20px;
    font-size: 3.5rem;
  }
}

@media (max-width: 575px) {
  section.main-with-sidebar .col-md-9 .service-details h2 {
    font-size: 3rem;
    margin-bottom: 10px;
  }
}

section.main-with-sidebar .col-md-9 .service-details p {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Cabin", sans-serif;
  color: #3C3C3C;
  letter-spacing: 0.02em;
  line-height: 1.625;
  margin-bottom: 0;
}

section.main-with-sidebar .col-md-9.loans .service-details p {
  height: auto;
  overflow: hidden;
}

section.main-with-sidebar .col-md-9.loans .service-details p:nth-last-child(1) {
  margin-bottom: 25px;
}

@media (max-width: 1600px) {
  section.main-with-sidebar .col-md-9.loans .service-details p:nth-last-child(1) {
    margin-bottom: 20px;
  }
}

section.main-with-sidebar .col-md-9 .service-details p:nth-last-child(1) {
  margin-bottom: 44px;
}

@media (max-width: 1600px) {
  section.main-with-sidebar .col-md-9 .service-details p:nth-last-child(1) {
    margin-bottom: 20px;
  }
}

section.main-with-sidebar .col-md-9.products-services .row {
  display: block;
}

@media (max-width: 1200px) {
  section.main-with-sidebar .col-md-9.products-services .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

section.main-with-sidebar .col-md-9.products-services .row .col-md-6:nth-child(1) {
  float: left;
  width: 49%;
  max-width: 49%;
  display: inline-block;
  margin-bottom: 30px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

@media (max-width: 1199px) {
  section.main-with-sidebar .col-md-9.products-services .row .col-md-6:nth-child(1) {
    width: 100%;
    max-width: 100%;
    text-align: left;
    height: 275px;
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  section.main-with-sidebar .col-md-9.products-services .row .col-md-6:nth-child(1) {
    height: 390px;
  }
}

@media (max-width: 575px) {
  section.main-with-sidebar .col-md-9.products-services .row .col-md-6:nth-child(1) {
    height: 100%;
    text-align: center;
  }
}

section.main-with-sidebar .col-md-9.products-services .row .col-md-6:nth-child(1) img {
  max-width: 436px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
}

@media (max-width: 1600px) {
  section.main-with-sidebar .col-md-9.products-services .row .col-md-6:nth-child(1) img {
    max-width: 367px;
  }
}

@media (max-width: 575px) {
  section.main-with-sidebar .col-md-9.products-services .row .col-md-6:nth-child(1) img {
    max-width: unset;
    width: 100%;
  }
}

@media (max-width: 575px) {
  section.main-with-sidebar .col-md-9.products-services .row .col-md-6:nth-child(1) img {
    width: 375px;
  }
}

@media (max-width: 480px) {
  section.main-with-sidebar .col-md-9.products-services .row .col-md-6:nth-child(1) img {
    width: 100%;
  }
}

section.main-with-sidebar .col-md-9.products-services .col-md-6.cntnts {
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: unset;
}

section.main-with-sidebar .col-md-9.products-services .col-md-6.cntnts .service-details {
  padding: 0;
}

@media (max-width: 1600px) {
  section.main-with-sidebar .col-md-9.products-services .col-md-6.cntnts .service-details {
    padding: 0;
  }

  section.main-with-sidebar .col-md-9.products-services .col-md-6.cntnts .service-details h2 {
    font-size: 3rem;
  }
}

@media (max-width: 1600px) and (max-width: 1199px) {
  section.main-with-sidebar .col-md-9.products-services .col-md-6.cntnts .service-details h2 {
    margin-bottom: 15px;
  }
}

@media (max-width: 575 px) {
  section.main-with-sidebar .col-md-9.products-services .col-md-6.cntnts .service-details h2 {
    font-size: 2.8rem
  }
}

section.main-with-sidebar .col-md-9.products-services .col-md-6.cntnts .service-details p {
  margin-bottom: 0;
  padding-bottom: 5px;
}

@media (max-width: 1199px) {
  section.main-with-sidebar .col-md-9.products-services .col-md-6.cntnts .service-details p {
    padding-bottom: 5px;
  }
}

section.main-with-sidebar .col-md-9.products-services .col-md-6.cntnts .service-details a {
  font-family: "Cabin", sans-serif;
  font-size: 1.6rem;
  color: #3458BC;
  letter-spacing: 0.02em;
  text-decoration: underline;
}

section.main-with-sidebar .col-md-9.loans .listed-points {
  margin-bottom: 30px;
}

@media (max-width: 1600px) {
  section.main-with-sidebar .col-md-9.loans .listed-points {
    margin-bottom: 15px;
  }
}

section.main-with-sidebar .col-md-9.loans .listed-points ul li:after {
  left: -28px;
}

@media (max-width: 767px) {
  section.main-with-sidebar .col-md-9.loans .listed-points ul li:after {
    left: -15px;
  }
}
}

section.main-with-sidebar .col-md-9.loans .listed-points h4 {
  font-size: 2.0rem;
  font-weight: 600;
  padding-bottom: 5px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.02em;
  line-height: 2.55;
  color: #272727;
}

body .fadeClass.is-loading {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  opacity: 1;
  background: #fff;
  height: 100vh;
  opacity: 1;
  top: 0;
  z-index: 999999;
  width: 100%;
}

body .fadeClass.is-loading a,
body .fadeClass.is-loading p,
body .fadeClass.is-loading h1,
body .fadeClass.is-loading h2,
body .fadeClass.is-loading h3,
body .fadeClass.is-loading h4,
body .fadeClass.is-loading section,
body .fadeClass.is-loading img,
body .fadeClass.is-loading svg {
  opacity: 0;
}

.organisation .main-with-sidebar {
  padding: 80px 0;
}

@media (max-width: 1350px) {
  .organisation .main-with-sidebar {
    padding: 50px 0;
  }
}

@media (max-width: 1199px) {
  .organisation .main-with-sidebar {
    padding: 30px 0;
  }
}

.organisation .main-with-sidebar .service-details span {
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #AFAFAF;
  line-height: 1.357;
}

.organisation .main-with-sidebar .service-details h2 {
  font-size: 1.4rem;
  font-weight: 600;
  font-size: 4rem;
  font-family: "Open Sans", sans-serif;
  color: #272727;
  letter-spacing: 0.01em;
  line-height: 1.275;
  margin-bottom: 40px;
  padding-bottom: 0;
}

@media (max-width: 1199px) {
  .organisation .main-with-sidebar .service-details h2 {
    margin-bottom: 20px;
    font-size: 3.5rem;
  }
}

.organisation .main-with-sidebar .service-details p {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Cabin", sans-serif;
  color: #3C3C3C;
  letter-spacing: 0.02em;
  line-height: 1.625;
  margin-bottom: 0;
}

.organisation .main-with-sidebar .service-details p:nth-last-child(1) {
  margin-bottom: 44px;
}

@media (max-width: 1600px) {
  .organisation .main-with-sidebar .service-details p:nth-last-child(1) {
    margin-bottom: 20px;
  }
}

.organisation .col-md-3.dsk_none {
  display: none;
}

@media (max-width: 991px) {
  .organisation .col-md-3.dsk_none {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}

.organisation .col-md-4.datepicker-div {
  -ms-flex: 0 0 36.572%;
  -webkit-box-flex: 0;
  flex: 0 0 36.572%;
  max-width: 36.572%;
}

@media (max-width: 991px) {
  .organisation .col-md-4.datepicker-div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.organisation .col-md-4.datepicker-div .datepicker-here .datepicker {
  width: 100%;
  border: none;
}

.organisation .col-md-4.datepicker-div .datepicker-here .datepicker .datepicker--content {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 13px 24px;
}

.organisation .col-md-4.datepicker-div .datepicker-here .datepicker .datepicker--cell {
  height: 55px;
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  line-height: 1.375;
  font-weight: 400;
}

.organisation .col-md-4.datepicker-div .datepicker-here .datepicker .datepicker--cell-day.-other-month-,
.organisation .col-md-4.datepicker-div .datepicker-here .datepicker .datepicker--cell-year.-other-decade- {
  color: rgba(51, 51, 51, 0.35) !important;
}

.organisation .col-md-4.datepicker-div .datepicker-here .datepicker .datepicker--nav-title i {
  color: #333333;
}

.organisation .col-md-4.datepicker-div .datepicker-here .datepicker .datepicker--day-name.-weekend- {
  color: #333333;
}

.organisation .col-md-4.datepicker-div .datepicker-here .datepicker .datepicker--day-name.-weekend-:nth-last-child(1) {
  color: #333333 !important;
}

.organisation .col-md-4.datepicker-div .datepicker-here .datepicker .datepicker--day-name.-weekend-:nth-child(odd) {
  color: #9a0a40 !important;
}

.organisation .col-md-4.datepicker-div .datepicker-here .datepicker .datepicker--day-name.-weekend-:nth-child(even) {
  color: #9a0a40 !important;
}

.organisation .col-md-4.datepicker-div .datepicker-here .datepicker .datepicker--cell.datepicker--cell-day.-weekend- {
  color: #9a0a40;
}

.organisation .col-md-4.datepicker-div .datepicker-here .datepicker .datepicker--cells-months {
  height: auto;
}

.organisation .col-md-4.datepicker-div .datepicker-here .datepicker .datepicker--nav {
  padding: 25px 0px;
  width: 80%;
  padding-top: 33px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}

.organisation .col-md-4.datepicker-div .datepicker-here .datepicker .datepicker--nav-title {
  width: auto;
  font-family: "Open Sans", sans-serif;
  font-weight: 600 !important;
  height: 32px;
  font-size: 24px;
  font-weight: 500;
}

@media (max-width: 1199px) {
  .organisation .col-md-4.datepicker-div .datepicker-here .datepicker .datepicker--nav-title {
    font-size: 20px;
  }
}

.organisation .col-md-4.datepicker-div .datepicker-here .datepicker .datepicker--nav-action path {
  fill: none;
  stroke: #9a0a40;
  stroke-width: 2px;
}

.organisation .col-md-4.datepicker-div .datepicker-here .datepicker .datepicker--cell.-selected-,
.organisation .col-md-4.datepicker-div .datepicker-here .datepicker .datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #9a0a40;
}

.organisation .col-md-4.datepicker-div .datepicker-here .datepicker .datepicker--cell.-current- {
  color: #9a0a40;
}

.organisation .col-md-4.datepicker-div .datepicker-here .datepicker .datepicker--day-name {
  color: #333333;
  font-size: 1.6rem;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
  line-height: 1.375;
  font-weight: 600;
}

.organisation .col-md-4.datepicker-div .datepicker-here .datepicker .datepicker--days-names {
  margin: 8px 0 17px;
}

.organisation .col-md-4.datepicker-div .datepicker-here .datepicker .datepicker--nav-action {
  z-index: 9;
}

.organisation .col-md-4.datepicker-div .datepicker-here .datepicker .datepicker--nav-action:hover,
.organisation .col-md-4.datepicker-div .datepicker-here .datepicker .datepicker--nav-title:hover {
  background: transparent;
}

.organisation .col-md-8 {
  -ms-flex: 0 0 63.428%;
  -webkit-box-flex: 0;
  flex: 0 0 63.428%;
  max-width: 63.428%;
}

@media (max-width: 991px) {
  .organisation .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.organisation .col-md-8 .common-table {
  padding: 15px 34px;
  background: white;
}

/*@media (max-width: 480px) {*/
/*  .organisation .col-md-8 .common-table {*/
/*    overflow-x: scroll; } }*/
.organisation .col-md-8 .common-table .table-mobile .table-head th {
  color: #fff;
  padding: 11px 30px;
}

.organisation .col-md-8 .common-table .table-mobile tr td {
  text-align: left;
  padding: 13px 25px;
}

.organisation .col-md-8 .common-table .table-mobile tr td:nth-last-child(1) {
  padding-left: 15%;
}

.organisation .col-md-8 .common-table .table-mobile tr {
  padding: 0;
}

.organisation .col-md-8 .common-table .table-mobile .table-head th {
  text-align: left;
}

.organisation .col-md-8 .common-table .table-mobile .table-head th:nth-last-child(1) {
  padding-left: 15%;
}

.organisation .col-md-8 .common-table .pretable h4.table-title {
  font-size: 2.0rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding-bottom: 0;
  letter-spacing: 0.01em;
  line-height: 3.1875;
}

@media (max-width:575px) {
  .organisation .col-md-8 .common-table .pretable h4.table-title {
    font-size: 2.0rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    padding-bottom: 0;
    letter-spacing: 0.01em;
    line-height: 2;
    width: 100%;
    display: block;
  }

  .organisation .col-md-8 .common-table .pretable p {
    font-weight: 600;
    padding-bottom: 0;
    letter-spacing: 0.01em;
    line-height: 2;
    color: #9A0A40;
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}






.organisation .col-md-8 .common-table .pretable p {
  font-weight: 600;
  padding-bottom: 0;
  letter-spacing: 0.01em;
  line-height: 3.1875;
  color: #9A0A40;
}

.organisation .col-md-8 .common-table table {
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .organisation .col-md-8 .common-table .pre-table-first {
    max-width: 100%;
    width: 480px;
    overflow: scroll;
  }
}

/* .organisation .col-md-4.datepicker-div .datepicker-here .datepicker .datepicker--cell.datepicker--cell-day.-weekend-:nth-child(even) {
  color: #9A0A40 !important; } */

.deposits.rates-charges-main .pre-table-first {
  padding: 26px;
  padding-bottom: 0;
  background: white;
}

.deposits.rates-charges-main .pre-table-first .table-mobile .table-head th {
  padding: 15px 30px;
  font-weight: 500;
}

.table-mobile tr td {
  font-family: "Cabin", sans-serif;
  color: #585858;
  font-weight: 400;
}

.card-header {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card-header.active-accord {
  border-bottom-color: transparent !important;
  padding-bottom: 0;
}

.card {
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  background-color: #f8f8f8;
  border-radius: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.card:hover h3 {
  color: #9A0A40;
}

.card:nth-child(1) .card-header {
  padding-top: 0;
}

.card:nth-child(1) .card-header i:before {
  top: 32px;
}

.card:nth-child(1) .card-header i:after {
  top: 32px;
}

.card:nth-child(1) .card-header i {
  top: -3px;
}

@media (max-width: 1600px) {
  .card:nth-child(1) .card-header i {
    top: 0px;
  }
}

@media (max-width: 1450px) {
  .card:nth-child(1) .card-header i {
    top: -4px;
  }
}





@media (max-width: 480px) {
  .card:nth-child(1) .card-header i {
    top: -12px;
  }
}

.card:nth-child(1) .card-header a[aria-expanded="true"] i {
  top: 44px;
}

@media (max-width: 1600px) {
  .card:nth-child(1) .card-header a[aria-expanded="true"] i {
    top: 36px;
  }
}

@media (max-width: 1450px) {
  .card:nth-child(1) .card-header a[aria-expanded="true"] i {
    top: 34px;
  }
}


@media (max-width: 992px) {
    
  .card .card-header a[aria-expanded="true"] i {
       top: 25px;
    right: -8px;
  }
    .card:nth-child(1) .card-header a[aria-expanded="true"] i {
    top: 20px;
  }
}

@media (max-width: 480px) {
  .card .card-header a[aria-expanded="true"] i {
    top: 26px;
  }
}

@media (max-width: 1600px) {
  .card:nth-child(1) .card-header {
    padding-top: 0;
  }

  .card:nth-child(1) .card-header i:before {
    top: 27px;
  }

  .card:nth-child(1) .card-header i:after {
    top: 27px;
  }
}

.faq .card .card-header a {
  color: #3B1221;
}

.faq .card .card-header a h3 {
  font-weight: 600;
  color: #3B1221;
}

.card-header:first-child {
  border-radius: 0;
}

.card-header {
  background-color: #f7f7f9;
  margin-bottom: 0;
  padding: 32px 1.25rem;
  border-bottom: 1px solid #CECECE !important;
}

@media (max-width: 1600px) {
  .card-header {
    padding: 25px 1.25rem;
  }
}

@media (max-width: 1450px) {
  .card-header {
    padding: 20px 1.25rem;
  }
}

.card-header a[aria-expanded="true"] h3 {
  color: #9A0A40 !important;
}

.card-header a[aria-expanded="true"] i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 5px;
  top: 54px;
}

@media (max-width: 1600px) {
  .card-header a[aria-expanded="true"] i {
    top: 47px;
  }
}

@media (max-width: 1450px) {
  .card-header a[aria-expanded="true"] i {
    top: 44px;
  }
}

.card-header a i {
  color: #195C9D;
  position: absolute;
  right: 0px;
  top: 19px;
  margin: 0;
  padding: 0;
  width: 15px;
  height: 16px;
}

@media (max-width: 1600px) {
  .card-header a i {
    top: 12px;
  }
}



.card-header i:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 2px;
  background: #3B1221;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 8px;
  top: 24px;
}

.card-header i:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 2px;
  background: #3B1221;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 4px;
  top: 24px;
}


@media (max-width: 992px) {
  .card .card-header i:after {
   width:10px;
       right: 9px;
  }
  .card .card-header i:before {
    width: 10px;
        right: 3px;
  }
  .card-header a i{
      width:30px;
      height:30px;
  }
}

.card-header a {
  width: 97%;
  float: left;
  color: #565656;
}

.card-header p {
  margin: 0;
}

.card-header h3 {
  font-size: 2.0rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  padding-bottom: 0;
  letter-spacing: 0.01em;
  line-height: 1.55;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #272727;
}

.card-block {
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 20px;
  color: #232323;
  border-radius: 0;
  border-bottom: 1px solid #CECECE;
  /* padding-bottom: 0; */
}

@media (max-width: 1200px) {
  .card-block .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
}

@media (max-width: 480px) {
  .card-block .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 1200px) {
  .card-block .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
}

@media (max-width: 767px) {
  .card-block .col-md-9 {
    margin-top: 0px !important;
  }
}

@media (max-width: 480px) {
  .card-block .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.card-block ul {
  padding-left: 30px;
}

.card-block ul li {
  font-family: "Cabin", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.011em;
  line-height: 2.3125;
  position: relative;
}

.card-block ul li:after {
  content: "";
  width: 7px;
  height: 7px;
  background: #9a0a40;
  position: absolute;
  left: -35px;
  border-radius: 50%;
  top: 15px;
}

.card-block p {
  font-family: "Cabin", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.625;
  font-weight: 400;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .card-block p {
    margin-bottom: 0px;
  }
}

/* .collapse.show .card-block {
  border: none !important; } */

.common-table .pretable h4.table-title {
  float: left;
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding-bottom: 0;
  letter-spacing: 0.01em;
  line-height: 3.1875;
}

@media (max-width: 991px) {
  .common-table .pretable h4.table-title {
    line-height: 2;
  }
}

@media (max-width: 480px) {
  .common-table .pretable h4.table-title {
    line-height: 1.5;
    display: block;
    width: 100%;
    margin-bottom: 5px;
    font-size: 1.5rem;
  }
}

.common-table .pretable p {
  float: right;
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  padding-bottom: 0;
  letter-spacing: 0.01em;
  line-height: 3.1875;
}
@media (max-width: 991px) {
  .common-table .pretable p {
    line-height: 2;
  }
}

@media (max-width: 480px) {
  .common-table .pretable p {
    float: none;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}

.common-table .table-mobile {
  text-align: left;
  background: white;
  margin-bottom: 38px;
}

@media (max-width: 480px) {
  .special-rates.common-table .table-mobile {
    margin-bottom: 20px;
  }
}

.common-table .table-mobile .table-head {
  background: #9A0A40;
}

.common-table .table-mobile .table-head th {
  color: #fff;
  padding: 25px 30px;
  text-align: center;
}

@media (max-width: 991px) {
  .common-table .table-mobile .table-head th {
    padding: 15px 10px;
  }
}

.common-table .table-mobile .table-head th:nth-child(1) {
  text-align: left;
}

.common-table .table-mobile tr {
  padding: 25px;
  border-bottom: 1px solid #EAEAEA;
}

.common-table .table-mobile tr td {
  padding: 25px 25px;
  text-align: center;
}

@media (max-width: 991px) {
  .common-table .table-mobile tr td {
    padding: 15px 15px;
  }
}

.common-table .table-mobile tr td:nth-child(1) {
  text-align: left;
}

.common-table .table-mobile tr:nth-last-child(1) {
  border-bottom: none;
}

@media (max-width: 480px) {
  .common-table .pre-table-first {
    overflow: auto;
    overflow-x: scroll;
    margin-bottom: 20px;
  }

  .common-table .pre-table-first table.table-mobile {
    max-width: 100%;
    width: 480px !important;
    margin-bottom: 20px;
  }
}




body .contact.bracnhes.organisation .nearest-branches {
  padding-bottom: 60px;
}

@media (max-width: 991px) {
  body .contact.bracnhes.organisation .nearest-branches {
    padding-bottom: 40px;
  }
}

body .contact.bracnhes.organisation .nearest-branches .common p {
  text-align: center;
  color: #272727;
  font-size: 1.6rem;
  margin-bottom: 55px;
  line-height: 1.625;
  letter-spacing: 0.02em;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  padding: 0 250px;
}

body .contact.bracnhes.organisation .nearest-branches .common h2 {
  text-align: center;
  color: #272727;
  font-size: 4rem;
  margin-bottom: 15px;
  line-height: 1.275;
  letter-spacing: 0.011em;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

body .contact.bracnhes.organisation .image-div img {
  width: 75%;
  display: block;
  margin: 0 auto;
}

.contact.bracnhes section.nearest-branches {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 991px) {
  .contact.bracnhes section.nearest-branches {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .contact.bracnhes section.nearest-branches {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

.contact.bracnhes section.nearest-branches .row {
  margin-bottom: 0;
}

.contact section.main-with-sidebar {
  padding-bottom: 93px;
  background: #fff;
}

@media (max-width: 767px) {
  .contact section.main-with-sidebar {
    padding-bottom: 0px;
  }
}

.contact section.main-with-sidebar .col-md-12 .service-details span {
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #AFAFAF;
  line-height: 1.357;
}

.contact section.main-with-sidebar .col-md-12 .service-details h2 {
  font-weight: 600;
  font-size: 4rem;
  font-family: "Open Sans", sans-serif;
  color: #272727;
  letter-spacing: 0.01em;
  line-height: 1.275;
  margin-bottom: 50px;
  padding-bottom: 0;
}

@media (max-width: 991px) {
  .contact section.main-with-sidebar .col-md-12 .service-details h2 {
    margin-bottom: 20px;
    font-size: 3.5rem;
  }
}

@media (max-width: 991px) {
  .contact section.main-with-sidebar .col-md-12 .service-details h2 {
    font-size: 3rem;
  }
}

.contact section.main-with-sidebar .col-md-12 .service-details p {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Cabin", sans-serif;
  color: #3C3C3C;
  letter-spacing: 0.02em;
  line-height: 1.625;
  margin-bottom: 0;
}

.contact section.main-with-sidebar .col-md-12 .service-details p:nth-last-child(1) {
  margin-bottom: 44px;
}

@media (max-width: 1600px) {
  .contact section.main-with-sidebar .col-md-12 .service-details p:nth-last-child(1) {
    margin-bottom: 20px;
  }
}

.contact section.main-with-sidebar .col-md-12 .contactsection .col-md-8 {
  position: relative;
  padding-right: 80px;
}

@media (max-width: 1200px) {
  .contact section.main-with-sidebar .col-md-12 .contactsection .col-md-8 {
    padding-right: 40px;
  }
}

@media (max-width: 767px) {
  .contact section.main-with-sidebar .col-md-12 .contactsection .col-md-8 {
    padding-right: 15px;
    margin-bottom: 30px;
  }
}

.contact section.main-with-sidebar .col-md-12 .contactsection .col-md-8:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #E3E3E3;
  position: absolute;
  right: 5px;
  top: 0;
}

@media (max-width: 767px) {
  .contact section.main-with-sidebar .col-md-12 .contactsection .col-md-8:after {
    display: none;
  }
}

.contact section.main-with-sidebar .col-md-12 .contactsection .col-md-8 .form-group {
  width: calc(50% - 10px);
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 25px;
  vertical-align: text-top;
  height: 53px;
  min-height: 53px;
}

@media (max-width: 575px) {
  .contact section.main-with-sidebar .col-md-12 .contactsection .col-md-8 .form-group {
    width: 100%;
    display: inline-block;
    margin-right: 0;
    margin-bottom: 20px;
    vertical-align: text-top;
    height: 45px;
    min-height: 45px;
  }
}

@media (max-width: 575px) {
  .contact section.main-with-sidebar .col-md-12 .contactsection .col-md-8 .form-group {
    height: 40px;
    min-height: 40px;
  }
}

.contact section.main-with-sidebar .col-md-12 .contactsection .col-md-8 .form-group label {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.contact section.main-with-sidebar .col-md-12 .contactsection .col-md-8 .form-group .iti {
  width: 133px;
  display: inline-block;
  float: left;
}

.contact section.main-with-sidebar .col-md-12 .contactsection .col-md-8 .form-group .iti input.countrydropd {
  border-right: none !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  width: 132px;
  display: inline-block;
}

.contact section.main-with-sidebar .col-md-12 .contactsection .col-md-8 .form-group .iti .iti__selected-flag {
  padding: 0 84px 0 17px;
  position: relative;
}

.contact section.main-with-sidebar .col-md-12 .contactsection .col-md-8 .form-group .iti .iti__selected-flag .iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border: none !important;
  position: absolute;
  right: 25px;
  top: 12px;
}

.contact section.main-with-sidebar .col-md-12 .contactsection .col-md-8 .form-group .iti .iti__selected-flag .iti__arrow:before {
  content: url(../images/icons/downarrow-grey.svg);
}

.contact section.main-with-sidebar .col-md-12 .contactsection .col-md-8 .form-group .iti .iti__selected-flag:after {
  content: "";
  height: 39px;
  background: #e5e5e5;
  width: 1px;
  right: 0;
  position: absolute;
}

.contact section.main-with-sidebar .col-md-12 .contactsection .col-md-8 .form-group .inputtell {
  width: calc(100% - 134px);
  display: inline-block;
  float: left;
  padding-left: 0 !important;
  border-left: none !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.contact section.main-with-sidebar .col-md-12 .contactsection .col-md-8 .form-group:nth-child(odd) {
  margin-right: 0;
}

.contact section.main-with-sidebar .col-md-12 .contactsection .col-md-8 .form-group input {
  padding: 15px 17px;
}

.contact section.main-with-sidebar .col-md-12 .contactsection .col-md-8 .form-group textarea {
  width: 100%;
  padding: 11px 18px;
  max-width: 100%;
  height: 92px !important;
  max-height: 100px !important;
}

.contact section.main-with-sidebar .col-md-12 .contactsection .col-md-8 .form-group input,
.contact section.main-with-sidebar .col-md-12 .contactsection .col-md-8 .form-group .selectric,
.contact section.main-with-sidebar .col-md-12 .contactsection .col-md-8 .form-group textarea {
  font-size: 1.6rem !important;
  font-weight: 400;
  line-height: 1.75;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.02em;
  color: #272727 !important;
  border: 1px solid #E5E5E5 !important;
  height: 53px;
  max-height: 53px;
  border-radius: 5px !important;
  resize: none;
}

@media (max-width: 480px) {

  .contact section.main-with-sidebar .col-md-12 .contactsection .col-md-8 .form-group input,
  .contact section.main-with-sidebar .col-md-12 .contactsection .col-md-8 .form-group .selectric,
  .contact section.main-with-sidebar .col-md-12 .contactsection .col-md-8 .form-group textarea {
    height: 40px;
    max-height: 40px;
  }
}

.contact section.main-with-sidebar .col-md-12 .contactsection .col-md-8 .form-group input::-webkit-input-placeholder,
.contact section.main-with-sidebar .col-md-12 .contactsection .col-md-8 .form-group .selectric::-webkit-input-placeholder,
.contact section.main-with-sidebar .col-md-12 .contactsection .col-md-8 .form-group textarea::-webkit-input-placeholder {
  font-size: 1.6rem !important;
  font-weight: 400;
  line-height: 1.75;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.02em;
  color: #272727 !important;
}

.contact section.main-with-sidebar .col-md-12 .contactsection .col-md-8 .form-group input:-ms-input-placeholder,
.contact section.main-with-sidebar .col-md-12 .contactsection .col-md-8 .form-group .selectric:-ms-input-placeholder,
.contact section.main-with-sidebar .col-md-12 .contactsection .col-md-8 .form-group textarea:-ms-input-placeholder {
  font-size: 1.6rem !important;
  font-weight: 400;
  line-height: 1.75;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.02em;
  color: #272727 !important;
}

.contact section.main-with-sidebar .col-md-12 .contactsection .col-md-8 .form-group input::-ms-input-placeholder,
.contact section.main-with-sidebar .col-md-12 .contactsection .col-md-8 .form-group .selectric::-ms-input-placeholder,
.contact section.main-with-sidebar .col-md-12 .contactsection .col-md-8 .form-group textarea::-ms-input-placeholder {
  font-size: 1.6rem !important;
  font-weight: 400;
  line-height: 1.75;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.02em;
  color: #272727 !important;
}

.contact section.main-with-sidebar .col-md-12 .contactsection .col-md-8 .form-group input::placeholder,
.contact section.main-with-sidebar .col-md-12 .contactsection .col-md-8 .form-group .selectric::placeholder,
.contact section.main-with-sidebar .col-md-12 .contactsection .col-md-8 .form-group textarea::placeholder {
  font-size: 1.6rem !important;
  font-weight: 400;
  line-height: 1.75;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.02em;
  color: #272727 !important;
}

.contact section.main-with-sidebar .col-md-12 .contactsection .col-md-8 .form-group .selectric .button {
  height: 52px !important;
}

.contact section.main-with-sidebar .col-md-12 .contactsection .col-md-8 .form-group .selectric .button:before {
  content: url(../images/icons/downarrow-grey.svg);
  position: absolute;
  top: 12px;
}

.contact section.main-with-sidebar .col-md-12 .contactsection .col-md-8 .form-group span {
  font-size: 1.6rem !important;
  font-weight: 400;
  line-height: 2;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.02em;
  margin-left: 0;
  color: #272727 !important;
}

.contact section.main-with-sidebar .col-md-12 .contactsection .col-md-8 .form-group span.error {
  color: #9a0a40 !important;
  line-height: 1;
  font-size: 12px !important;
}

@media (max-width: 575px) {
  .contact section.main-with-sidebar .col-md-12 .contactsection .col-md-8 .form-group span {
    line-height: 3;
  }

  .contact section.main-with-sidebar .col-md-12 .contactsection .col-md-8 .form-group .selectric .button:before {
    top: 5px;
  }
}

.contact section.main-with-sidebar .col-md-12 .contactsection .col-md-8 .form-group.teldropdown input {
  padding-left: 50px;
}

.contact section.main-with-sidebar .col-md-12 .contactsection .col-md-8 .button-row {
  margin-top: 30px;
}

.contact section.main-with-sidebar .col-md-12 .contactsection .col-md-8 .button-row button.btn {
  width: 49%;
  text-align: center;
  display: inline-block;
  margin-right: 1.5%;
  height: 56px !important;
  padding: 13px !important;
  max-height: 56px;
}

@media (max-width: 1600px) {
  .contact section.main-with-sidebar .col-md-12 .contactsection .col-md-8 .button-row button.btn {
    margin-right: 1%;
  }
}

@media (max-width: 991px) {
  .contact section.main-with-sidebar .col-md-12 .contactsection .col-md-8 .button-row button.btn {
    height: 45px !important;
    line-height: 3.5px;
  }
}

@media (max-width: 575px) {
  .contact section.main-with-sidebar .col-md-12 .contactsection .col-md-8 .button-row button.btn {
    height: 45px !important;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
}

.contact section.main-with-sidebar .col-md-12 .contactsection .col-md-8 .button-row button.btn:nth-last-child(1) {
  margin-right: 0;
}

.contact section.main-with-sidebar .col-md-12 .contactsection .col-md-4 {
  padding-left: 67px;
}

@media (max-width: 1200px) {
  .contact section.main-with-sidebar .col-md-12 .contactsection .col-md-4 {
    padding-left: 30px;
  }
}

.contact section.main-with-sidebar .col-md-12 .contactsection .col-md-4 .office-address {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .contact section.main-with-sidebar .col-md-12 .contactsection .col-md-4 .office-address {
    margin-bottom: 30px;
  }
}

.contact section.main-with-sidebar .col-md-12 .contactsection .col-md-4 .office-address h4.title {
  font-size: 2.0rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #9A0A40;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: 36px;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .contact section.main-with-sidebar .col-md-12 .contactsection .col-md-4 .office-address h4.title {
    margin-bottom: 20px;
  }
}

.contact section.main-with-sidebar .col-md-12 .contactsection .col-md-4 .office-address .address-rows {
  padding-left: 31px;
  margin-bottom: 25px;
  position: relative;
}

.contact section.main-with-sidebar .col-md-12 .contactsection .col-md-4 .office-address .address-rows p {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #272727;
  letter-spacing: 0.02em;
  line-height: 1.75;
}

.contact section.main-with-sidebar .col-md-12 .contactsection .col-md-4 .office-address .address-rows p span {
  font-weight: 600;
}

.contact section.main-with-sidebar .col-md-12 .contactsection .col-md-4 .office-address .address-rows p a {
  display: block;
  color: #272727;
  cursor: pointer;
}

.contact section.main-with-sidebar .col-md-12 .contactsection .col-md-4 .office-address .address-rows p a:hover {
  color: #9A0A40;
}

.contact section.main-with-sidebar .col-md-12 .contactsection .col-md-4 .office-address .address-rows:before {
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 1;
}

.contact section.main-with-sidebar .col-md-12 .contactsection .col-md-4 .office-address .address-rows:nth-last-child(1) {
  margin-bottom: 0;
}

.contact section.main-with-sidebar .col-md-12 .contactsection .col-md-4 .office-address .address-rows.location:before {
  content: url(../images/icons/location-address.svg);
  top: 10px;
}

.contact section.main-with-sidebar .col-md-12 .contactsection .col-md-4 .office-address .address-rows.telephone:before {
  content: url(../images/icons/tel-address.svg);
}

.contact section.main-with-sidebar .col-md-12 .contactsection .col-md-4 .office-address .address-rows.fax:before {
  content: url(../images/icons/fax-address.svg);
}

.contact section.main-with-sidebar .col-md-12 .contactsection .col-md-4 .office-address .address-rows.mail:before {
  content: url(../images/icons/mail-address.svg);
}

.contact section.main-with-sidebar .col-md-12 .contactsection .col-md-4 .follow-us .social-share a {
  margin-right: 50px;
}

@media (max-width: 1600px) {
  .contact section.main-with-sidebar .col-md-12 .contactsection .col-md-4 .follow-us .social-share a {
    margin-right: 22px;
  }
}

.contact section.main-with-sidebar .col-md-12 .contactsection .col-md-4 .follow-us .social-share a:nth-last-child(1) {
  margin-right: 0px;
}

.contact section.main-with-sidebar .col-md-12 .contactsection .col-md-4 .follow-us .social-share a:hover svg {
  fill: #9A0A40;
}

.contact section.location {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: -95px;
}

@media (max-width: 767px) {
  .contact section.location {
    margin-bottom: -100px;
  }
}

.contact section.location .map #loc-map-contact {
  height: 386px;
  width: 100%;
}

.contact section.location .map .info_content p b {
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  line-height: 1.875;
  color: #3B1221;
}

.contact section.location .map .info_content p {
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 1.875;
  color: #5C5C5C;
}

.contact section.location .map .gm-style-iw.gm-style-iw-c {
  padding: 29px !important;
  max-height: 155px !important;
  left: 83px !important;
}

.contact section.location .map .gm-ui-hover-effect {
  right: 3px !important;
  top: 3px !important;
}

.contact section.nearest-branches {
  padding-top: 176px;
  padding-bottom: 90px;
  background: #F8F8F8;
}

@media (max-width: 1200px) {
  .contact section.nearest-branches {
    padding-top: 150px;
    padding-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .contact section.nearest-branches {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

.contact section.nearest-branches h2.section-title {
  margin-bottom: 35px;
  text-align: center;
}

@media (max-width: 767px) {
  .contact section.nearest-branches h2.section-title {
    margin-bottom: 30px;
  }
}

.contact section.nearest-branches .row {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .contact section.nearest-branches .row {
    margin: 0;
  }
}


.contact section.nearest-branches .row .col-md-4.branches.active {
  border: 2px solid #9A0A40;
}

.contact section.nearest-branches .row .col-md-4.branches {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 36px 43px;
  background: #fff;
  margin-right: 35px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33.33% - 24px);
  flex: 0 0 calc(33.33% - 24px);
  max-width: calc(33.33% - 24px);
  height: auto;
  margin-bottom: 35px;
  border: 2px solid #fff;
}

.contact section.nearest-branches .row .col-md-4.branches .local_branch {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}



.contact section.nearest-branches .row .col-md-4.branches>a {
  width: 100%;
}

.contact section.nearest-branches .row .col-md-4.branches:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 1600px) {
  .contact section.nearest-branches .row .col-md-4.branches {
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .contact section.nearest-branches .row .col-md-4.branches {
    padding: 20px 15px;
    margin-right: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.33% - 14px);
    flex: 0 0 calc(33.33% - 14px);
    max-width: calc(33.33% - 14px);
  }
}

@media (max-width: 767px) {
  .contact section.nearest-branches .row .col-md-4.branches {
    height: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin-right: 20px;
  }

  .contact section.nearest-branches .row .col-md-4.branches:nth-child(3n) {
    margin-right: 20px;
  }

  .contact section.nearest-branches .row .col-md-4.branches:nth-child(2n) {
    margin-right: 0px;
  }
}

@media (max-width: 575px) {
  .contact section.nearest-branches .row .col-md-4.branches {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}

.contact section.nearest-branches .row .col-md-4.branches h3.block-title {
  font-size: 2.4rem;
  color: #9A0A40;
  line-height: 1.166;
  letter-spacing: 0.01em;
  padding-bottom: 25px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border-bottom: 1px solid #E5E5E5;
}

.contact section.nearest-branches .row .col-md-4.branches h3.block-title img {
  margin-right: 17px;
  margin-bottom: 4px;
}

.contact section.nearest-branches .row .col-md-4.branches .title-post-cntnts {
  margin-top: 27px;
}

.contact section.nearest-branches .row .col-md-4.branches .office-address {
  margin-bottom: 0px;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .contact section.nearest-branches .row .col-md-4.branches .office-address {
    margin-top: 20px;
  }

  .contact section.nearest-branches .row .col-md-4.branches h3.block-title {
    font-size: 2rem;
    padding-bottom: 10px;
    min-height: 50px;
  }
}

@media (max-width: 767px) {
  .contact section.nearest-branches .row .col-md-4.branches h3.block-title {
    min-height: auto;
  }
}

.contact section.nearest-branches .row .col-md-4.branches .office-address h4.title {
  font-size: 2.0rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #9A0A40;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: 36px;
  padding-bottom: 0;
}

.contact section.nearest-branches .row .col-md-4.branches .office-address .address-rows {
  padding-left: 31px;
  margin-bottom: 25px;
  position: relative;
}

@media (max-width: 767px) {
  .contact section.nearest-branches .row .col-md-4.branches .office-address .address-rows {
    padding-left: 20px;
    margin-bottom: 15px;
  }
}

.contact section.nearest-branches .row .col-md-4.branches .office-address .address-rows p {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #272727;
  letter-spacing: 0.02em;
  line-height: 1.75;
}

.contact section.nearest-branches .row .col-md-4.branches .office-address .address-rows p span {
  font-weight: 600;
}

.contact section.nearest-branches .row .col-md-4.branches .office-address .address-rows p a {
  display: block;
  color: #272727;
  cursor: pointer;
}
.contact section.nearest-branches .row .col-md-4.branches .office-address .address-rows p a:hover{
  color: #9A0A40;
}

.contact section.nearest-branches .row .col-md-4.branches .office-address .address-rows:before {
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 1;
}

.contact section.nearest-branches .row .col-md-4.branches .office-address .address-rows:nth-last-child(1) {
  margin-bottom: 0;
}

.contact section.nearest-branches .row .col-md-4.branches .office-address .address-rows.location:before {
  content: url(../images/icons/location-address.svg);
}

.contact section.nearest-branches .row .col-md-4.branches .office-address .address-rows.telephone:before {
  content: url(../images/icons/tel-address.svg);
}

.contact section.nearest-branches .row .col-md-4.branches .office-address .address-rows.fax:before {
  content: url(../images/icons/fax-address.svg);
}

.contact section.nearest-branches .row .col-md-4.branches .office-address .address-rows.mail:before {
  content: url(../images/icons/mail-address.svg);
}

.contact section.nearest-branches .btn.view-branches {
  text-align: center;
  margin: 0 auto;
  display: block;
  font-weight: 600;
  width: 318px;
}

@media (max-width: 575px) {
  .contact section.nearest-branches .btn.view-branches {
    width: 100%;
  }
}

.contact section.main-with-sidebar .col-md-12 .contactsection .col-md-8 .form-group.textarea {
  width: 100%;
  margin: 0;
  height: 92px !important;
  max-height: unset !important;
}

.datepicker--cell.datepicker--cell-day.-weekend-.-selected- {
  color: #fff !important;
}

.events-inner section {
  background: #F8F8F8;
}

.events-inner section.prefooter {
  background: #fff;
}

.events-inner section.banner-inner {
  padding-top: 26px;
}

.events-inner section.banner-inner .event-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1199px) {
  .events-inner section.banner-inner .event-image img {
    height: 290px;
  }
}

.events-inner section.other-Events {
  padding-top: 0;
}

.events-inner section.contents {
  padding: 78px 0;
  padding-bottom: 40px;
}

@media (max-width: 1199px) {
  .events-inner section.contents {
    padding: 40px 0;
    padding-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .events-inner section.contents {
    padding: 25px 0;
    padding-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .events-inner section.contents {
    padding: 5px 0 25px 0;
    padding-bottom: 35px;
  }
}

@media (max-width: 480px) {
  .events-inner section.contents {
    padding-bottom: 50px;
  }
}

.events-inner section.contents .event-details {
  position: relative;
  padding-left: 218px;
}

@media (max-width: 1199px) {
  .events-inner section.contents .event-details {
    padding-left: 120px;
  }
}

@media (max-width: 991px) {
  .events-inner section.contents .event-details {
    padding-left: 0px;
  }
}

.events-inner section.contents .event-details .service-details span {
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #AFAFAF;
  line-height: 1.357;
  margin-bottom: 13px;
  display: block;
}

.events-inner section.contents .event-details .service-details h2 {
  font-size: 1.4rem;
  font-weight: 600;
  font-size: 4rem;
  font-family: "Open Sans", sans-serif;
  color: #373648;
  letter-spacing: 0.01em;
  line-height: 1.125;
  margin-bottom: 35px;
  padding-bottom: 0;
}

@media (max-width: 991px) {
  .events-inner section.contents .event-details .service-details h2 {
    margin-bottom: 20px;
    font-size: 3.5rem
  }
}

@media (max-width: 575px) {
  .events-inner section.contents .event-details .service-details h2 {
    margin-bottom: 20px;
    font-size: 3rem
  }
}

@media (max-width: 480px) {
  .events-inner section.contents .event-details .service-details h2 {
    margin-bottom: 20px;
    font-size: 2rem
  }
}

.events-inner section.contents .event-details .service-details p {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Cabin", sans-serif;
  color: #373648;
  letter-spacing: 0.02em;
  line-height: 1.625;
  margin-bottom: 0;
  margin-bottom: 30px;
}

.events-inner section.contents .event-details .service-details p:nth-last-child(1) {
  margin-bottom: 25px;
}

@media (max-width: 1600px) {
  .events-inner section.contents .event-details .service-details p:nth-last-child(1) {
    margin-bottom: 20px;
  }
}

.events-inner section.contents .event-details .sharebtn.sticky {
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  margin: 2px 0;
  margin-left: -141px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1199px) {
  .events-inner section.contents .event-details .sharebtn.sticky {
    margin-left: -80px;
  }
}

@media (max-width: 991px) {
  .events-inner section.contents .event-details .sharebtn.sticky {
    margin-left: 0px;
  }

  .events-inner section.contents .event-details .sharebtn.sticky {
    margin-left: 0px;
    bottom: -65px;
    top: auto;
    right: 0;
  }

  .events-inner section.contents .event-details .sharebtn.sticky .at-share-btn-elements {
    display: flex;
  }
}

.events-inner section.contents .event-details .sharebtn a.icon-fb svg {
  width: 9px;
}

.events-inner section.contents .event-details .sharebtn a.icon-twiter svg {
  width: 18px;
}

.events-inner section.contents .event-details .sharebtn a {
  display: block;
  height: 47px;
  width: 47px;
  line-height: 45px;
  border-radius: 50%;
  border: 1px solid #373648;
  color: #373648;
  font-size: 18px;
  text-align: center;
  margin-bottom: 22px;
}

@media (max-width: 991px) {
  .events-inner section.contents .event-details .sharebtn a {
    margin-bottom: 0px;
    height: 40px;
    width: 40px;
  }
}


.events-inner section.other-Events {
  padding-bottom: 68px;
}

@media (max-width: 1199px) {
  .events-inner section.other-Events {
    padding-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .events-inner section.other-Events {
    padding-bottom: 30px;
  }
}

.events-inner section.other-Events .col-md-4 a .img-div {
  height: 238px;
  margin-bottom: 40px;
  overflow: hidden;
}

@media (max-width: 1600px) {
  .events-inner section.other-Events .col-md-4 a .img-div {
    height: 198px;
    margin-bottom: 25px;
  }
}

@media (max-width: 1350px) {
  .events-inner section.other-Events .col-md-4 a .img-div {
    margin-bottom: 5px;
  }
}

.events-inner section.other-Events .col-md-4 a span.date {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.625;
  display: block;
  margin-bottom: 15px;
  color: #909090;
  font-family: "Cabin", sans-serif;
}

.events-inner section.other-Events .col-md-4 a p.event-details {
  font-size: 2.0rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.5;
  display: block;
  color: #000;
  font-family: "Cabin", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.events-inner section.other-Events .common {
  width: 97%;
  position: relative;
  margin: 0 auto;
}

.events-inner section.other-Events .common h3 {
  font-size: 3.0rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.833;
  display: block;
  text-align: center;
  margin-bottom: 47px;
  color: #373648;
  font-family: "Open Sans", sans-serif;
  width: 230px;
  margin: 0 auto 47px;
  background: #f8f8f8;
  z-index: 9;
  position: relative;
}

.events-inner section.other-Events .common:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #D3D3D3;
  position: absolute;
  top: 28px;
  left: 0;
}

.downloads section.main-with-sidebar .col-md-12 .service-details span {
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #AFAFAF;
  line-height: 1.357;
}

.downloads section.main-with-sidebar .col-md-12 .service-details h2 {
  font-weight: 600;
  font-size: 4rem;
  font-family: "Open Sans", sans-serif;
  color: #272727;
  letter-spacing: 0.01em;
  line-height: 1.275;
  margin-bottom: 50px;
  padding-bottom: 0;
}
  .downloads section.main-with-sidebar .col-md-12.custom-template-img {
  margin-bottom: 40px !important;
}

.downloads section.main-with-sidebar .col-md-12 .service-details-custom h2 {
  font-weight: 600 !important;
  font-size: 4rem !important;
  font-family: "Open Sans", sans-serif !important;
  color: #272727 !important;
  letter-spacing: 0.01em !important;
  line-height: 1.275 !important;
  margin-bottom: 28px !important;
  padding-bottom: 0 !important;
}

@media (max-width: 991px) {
  .downloads section.main-with-sidebar .col-md-12 .service-details h2 {
    margin-bottom: 20px;
    font-size: 3.5rem;
  }
}

@media (max-width: 767px) {
  .downloads section.main-with-sidebar .col-md-12 .service-details h2 {
    margin-bottom: 20px;
    font-size: 3.2rem;
  }
}

@media (max-width: 576px) {
  .downloads section.main-with-sidebar .col-md-12.custom-template-img {
    margin-bottom: 25px !important;
  }
}

@media (max-width: 480px) {
  .downloads section.main-with-sidebar .col-md-12 .service-details h2 {
    font-size: 3rem;
  }
}

.downloads section.main-with-sidebar .col-md-12 .service-details p {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Cabin", sans-serif;
  color: #3C3C3C;
  letter-spacing: 0.02em;
  line-height: 1.625;
  margin-bottom: 0;
}

.downloads section.main-with-sidebar .col-md-12 .service-details-custom p.section-content{
  font-size: 1.6rem !important;
  font-weight: 400 !important;
  font-family: "Cabin", sans-serif !important;
  color: #3C3C3C !important;
  letter-spacing: 0.02em !important;
  line-height: 1.625 !important;
  margin-bottom: 0px !important;
}
h6.dicgc_statement{
    margin-top:20px !important;
    padding-bottom:30px !important;
    font-size:22px !important;
}
.downloads section.main-with-sidebar .col-md-12 .service-details p:nth-last-child(1) {
  margin-bottom: 44px;
}

@media (max-width: 1600px) {
  .downloads section.main-with-sidebar .col-md-12 .service-details p:nth-last-child(1) {
    margin-bottom: 20px;
  }
}

@media (max-width: 1600px) {
  .downloads section.main-with-sidebar .col-md-12 .service-details-custom p:nth-last-child(1) {
    margin-bottom: 20px !important;
  }
}

.downloads section.main-with-sidebar .col-md-12 .downloadables .col-md-3 {
  margin-bottom: 27px;
  border-radius: 8px;
  margin-right: 0px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  overflow: hidden;
  max-width: 25%;
}

@media (max-width: 1600px) {
  .downloads section.main-with-sidebar .col-md-12 .downloadables .col-md-3 {
    margin-bottom: 20px;
  }
}

.downloads section.main-with-sidebar .col-md-12 .downloadables .col-md-3:nth-child(4n) {
  margin-right: 0;
}

@media (max-width: 991px) {
  .downloads section.main-with-sidebar .col-md-12 .downloadables .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

@media (max-width: 767px) {
  .downloads section.main-with-sidebar .col-md-12 .downloadables .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 480px) {
  .downloads section.main-with-sidebar .col-md-12 .downloadables .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.downloads section.main-with-sidebar .col-md-12 .downloadables .col-md-3 a {
  background: #fff;
  padding: 35px 9px 35px 80px;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #272727;
  letter-spacing: 0.01em;
  line-height: 1.625;
  margin-bottom: 0;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

@media (max-width: 1600px) {
  .downloads section.main-with-sidebar .col-md-12 .downloadables .col-md-3 a {
    padding: 25px 9px 25px 60px;
  }
}

@media (max-width: 991px) {
  .downloads section.main-with-sidebar .col-md-12 .downloadables .col-md-3 a {
    padding: 13px 9px 25px 60px;
  }
}

.downloads section.main-with-sidebar .col-md-12 .downloadables .col-md-3 a:after {
  content: "";
  background-image: url(../../assets/images/pdf1-icon.svg);
  position: absolute;
  left: 46px;
  height: 43px;
  width: 30px;
  top: 50%;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1600px) {
  .downloads section.main-with-sidebar .col-md-12 .downloadables .col-md-3 a:after {
    background-size: 20px;
    vertical-align: middle;
    text-align: center;
    left: 39px;
    width: 30px;
    background-position: center;
  }
}

.downloads section.main-with-sidebar .col-md-12 .downloadables .col-md-3 a:hover {
  color: #9A0A40;
}

.privacy-policy-main section.privacy-policy {
  background: #F8F8F8;
  padding: 60px 0;
}

.privacy-policy-main section.privacy-policy .banner-contents h1 {
  font-size: 5.2rem;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  color: #272727;
  letter-spacing: 0.01em;
  line-height: 1.192;
  margin-bottom: 38px;
  padding-bottom: 0;
}

@media (max-width: 1450px) {
  .privacy-policy-main section.privacy-policy .banner-contents h1 {
    font-size: 5rem;
  }
}

@media (max-width: 991px) {
  .privacy-policy-main section.privacy-policy .banner-contents h1 {
    font-size: 4.5rem;
    margin-bottom: 20px;
  }
  .privacy-policy-main section.privacy-policy {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .privacy-policy-main section.privacy-policy .banner-contents h1 {
    font-size: 4rem;
  }

}

@media (max-width: 575px) {
  .privacy-policy-main section.privacy-policy .banner-contents h1 {
    font-size: 3.5rem;
  }
}

.privacy-policy-main section.privacy-policy p {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Cabin", sans-serif;
  color: #3C3C3C;
  letter-spacing: 0.02em;
  line-height: 1.75;
  margin-bottom: 0px;
  padding-bottom: 22px;
  padding-top: 0;
}

.links section.main-with-sidebar .col-md-9 .row {
  margin-bottom: 20px;
}

.links section.main-with-sidebar .col-md-9 .row a.col-md-3 {
  background: #fff;
  padding: 27px 21px;
  text-align: center;
  cursor: pointer;
  margin-right: 23px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(25% - 18px);
  flex: 0 0 calc(25% - 18px);
  overflow: hidden;
  max-width: calc(25% - 18px);
}

.links section.main-with-sidebar .col-md-9 .row a.col-md-3:nth-last-child(1) {
  margin-right: 0;
}

@media (max-width: 1600px) {
  .links section.main-with-sidebar .col-md-9 .row a.col-md-3 {
    padding: 20px;
    margin-right: 22px;
  }
}

@media (max-width: 1450px) {
  .links section.main-with-sidebar .col-md-9 .row a.col-md-3 {
    margin-right: 1%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 17px);
    flex: 0 0 calc(25% - 17px);
    max-width: calc(25% - 17px);
    padding: 20px;
  }
}

@media (max-width: 1199px) {
  .links section.main-with-sidebar .col-md-9 .row a.col-md-3 {
    margin-right: 1%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 6px);
    flex: 0 0 calc(25% - 6px);
    max-width: calc(25% - 6px);
  }
}

@media (max-width: 991px) {
  .links section.main-with-sidebar .col-md-9 .row a.col-md-3 {
    margin-right: 1%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.33% - 6px);
    flex: 0 0 calc(33.33% - 6px);
    max-width: calc(33.33% - 6px);
    height:auto;
  }

  .links section.main-with-sidebar .col-md-9 .row a.col-md-3:nth-child(3n) {
    margin-right: 0;
  }

  .links section.main-with-sidebar .col-md-9 .row a.col-md-3:nth-child(4n) {
    margin-right: 1% !important;
  }
}

@media (max-width: 575px) {
  .links section.main-with-sidebar .col-md-9 .row a.col-md-3 {
    margin-right: unset;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 18px);
    flex: 0 0 calc(50% - 18px);
    max-width: calc(50% - 18px);
    margin: 2%;
  }

  .links section.main-with-sidebar .col-md-9 .row a.col-md-3:nth-child(odd) {
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  .links section.main-with-sidebar .col-md-9 .row a.col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
  }

  .links section.main-with-sidebar .col-md-9 .row a.col-md-3:nth-child(odd) {
    margin-right: unset;
  }
}

.links section.main-with-sidebar .col-md-9 .row a.col-md-3 .blockcntnts {
  position: relative;
  z-index: 99;
}

.links section.main-with-sidebar .col-md-9 .row a.col-md-3 .blockcntnts figure {
  height: 112px;
  max-height: 112px;
  position: relative;
  margin-bottom: 9px;
}

@media (max-width: 1600px) {
  .links section.main-with-sidebar .col-md-9 .row a.col-md-3 .blockcntnts figure {
    height: 100px;
  }
}

@media (max-width: 1450px) {
  .links section.main-with-sidebar .col-md-9 .row a.col-md-3 .blockcntnts figure {
    height: 100px;
  }
}

.links section.main-with-sidebar .col-md-9 .row a.col-md-3 .blockcntnts figure img {
  max-width: 125px;
  max-height: 91px;
}

@media (max-width: 1600px) {
  .links section.main-with-sidebar .col-md-9 .row a.col-md-3 .blockcntnts figure img {
    max-height: 75px;
    margin-bottom: 30px;
  }
}

@media (max-width: 1450px) {
  .links section.main-with-sidebar .col-md-9 .row a.col-md-3 .blockcntnts figure img {
    max-height: 70px;
    margin-bottom: 35px;
  }
}

.links section.main-with-sidebar .col-md-9 .row a.col-md-3 .blockcntnts figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.links section.main-with-sidebar .col-md-9 .row a.col-md-3 .blockcntnts figure img.dark {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.links section.main-with-sidebar .col-md-9 .row a.col-md-3 .blockcntnts figure img.light {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.links section.main-with-sidebar .col-md-9 .row a.col-md-3 .blockcntnts .pre-block-title {
  height: 68px;
  display: table;
  width: 100%;
  max-height: 69px;
  overflow: hidden;
}

.links section.main-with-sidebar .col-md-9 .row a.col-md-3 .blockcntnts h3.blocktitle {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.011em;
  color: #3B1221;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: table-cell;
  vertical-align: middle;
}

.links section.main-with-sidebar .col-md-9 .row a.col-md-3 .blockcntnts h3.blocktitle span {
  font-weight: 400;
  display: block;
}

.links section.main-with-sidebar .col-md-9 .row a.col-md-3 div.bg-dir-aware {
  position: absolute;
  background: #9A0A40;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -100%;
  z-index: 1;
  opacity: 0;
}

.links section.main-with-sidebar .col-md-9 .row a.col-md-3:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0px 10px 22px -12px rgba(154, 10, 64, 0.71);
  -moz-box-shadow: 0px 10px 22px -12px rgba(154, 10, 64, 0.71);
  box-shadow: 0px 10px 22px -12px rgba(154, 10, 64, 0.71);
}

.links section.main-with-sidebar .col-md-9 .row a.col-md-3:hover img.light,
.links section.main-with-sidebar .col-md-9 .row a.col-md-3:hover svg.light {
  opacity: 1 !important;
}

.links section.main-with-sidebar .col-md-9 .row a.col-md-3:hover img.dark,
.links section.main-with-sidebar .col-md-9 .row a.col-md-3:hover svg.dark {
  opacity: 0 !important;
}

.links section.main-with-sidebar .col-md-9 .row a.col-md-3:hover h3 {
  color: #9A0A40 !important;
}

@media (max-width: 1450px) {
  .links section.main-with-sidebar .col-md-9 .row a.col-md-3:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.links section.main-with-sidebar .col-md-9 .row a.col-md-3 {
  margin-bottom: 23px;
}

.links section.main-with-sidebar .col-md-9 .row a.col-md-3:nth-child(4n) {
  margin-right: 0;
}

@media (max-width: 1450px) {
  .links section.main-with-sidebar .col-md-9 .row a.col-md-3 {
    margin-bottom: 11px;
  }
}

section.latest-News {
  padding-bottom: 60px;
  padding-top: 60px;
  background-color: #9A0A40;
  text-align: center;
  /*height: 260px;*/
}

section.latest-News h2 {
  color: #fff;
  font-weight: 500;
  line-height: 1.166;
  letter-spacing: 0.011em;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 27px;
  font-size: 2.4rem;
  padding-bottom: 0;
  margin-top: 5px;
}

section.latest-News .news-slider {
  width: 77%;
  margin: 0 auto;
}

section.latest-News .news-slider .news p {
  color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6875;
  color: #fff;
  letter-spacing: 0.011em;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 33px;
  padding-bottom: 0;
  padding: 0 28%;
}

@media (max-width: 991px) {
  section.latest-News .news-slider .news p {
    padding: 0 15%;
  }
}

@media (max-width: 575px) {
  section.latest-News .news-slider .news p {
    padding: 0 0%;
  }
}

section.latest-News .news-slider .news a {
  color: #fff;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.9285;
  color: #fff;
  letter-spacing: 0.011em;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 33px;
  padding-bottom: 0;
  display: none;
}

section.latest-News .news-slider .news a svg,
section.latest-News .news-slider .news a img {
  margin-left: 10px;
}

section.latest-News .news-slider .slick-prev,
section.latest-News .news-slider .slick-next {
  /*top: -40px;*/
  top:0px;
  -webkit-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  transform: translate(0, 0%);
}

@media (max-width: 767px) {

  section.latest-News .news-slider .slick-prev,
  section.latest-News .news-slider .slick-next {
    right: 0;
  }
}

@media (max-width: 575px) {

  section.latest-News .news-slider .slick-prev,
  section.latest-News .news-slider .slick-next {
    right: -45px;
  }
}

@media (max-width: 767px) {
  section.latest-News .news-slider .slick-prev {
    left: 0;
  }
}

@media (max-width: 575px) {
  section.latest-News {
    padding-bottom: 30px;
    padding-top: 30px;
    background-color: #9A0A40;
    text-align: center;
    /*height: 185px;*/
  }
  /*section.latest-News {*/
  /*  padding-bottom: 30px;*/
  /*  padding-top: 30px;*/
  /*  background-color: #9A0A40;*/
  /*  text-align: center;*/
  /*  height: 185px;*/
  /*}*/

  section.latest-News .news-slider .slick-prev {
    left: -50px;
  }
}

section.bank-feeds .subscribe-form label,
section.emi-calculator .container .row.main .col-md-8.right-contents .calculator .loan-amount label {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}

section.prefooter {
  padding: 25px;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 1200px) {
  section.prefooter {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

section.prefooter .container .prefootcols {
  position: relative;
}

section.prefooter .container .prefootcols .row {
  padding: 0 25px;
}

@media (max-width: 767px) {
  section.prefooter .container .prefootcols .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media (max-width: 575px) {
  section.prefooter .container .prefootcols .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

section.prefooter .container .prefootcols .row .col-md-4 {
  max-height: 64px;
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  section.prefooter .container .prefootcols .row .col-md-4 {
    max-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 767px) {
  section.prefooter .container .prefootcols .row .col-md-4 {
    max-height: 110px;
  }
}

@media (max-width: 575px) {
  section.prefooter .container .prefootcols .row .col-md-4 {
    margin-bottom: 10px;
  }
}

section.prefooter .container .prefootcols .row .col-md-4 .imagesec {
  margin-right: 20px;
  height: auto;
}

@media (max-width: 991px) {
  section.prefooter .container .prefootcols .row .col-md-4 .imagesec {
    float: left;
    margin-right: 0;
    height: 50px;
  }
}

section.prefooter .container .prefootcols .row .col-md-4 .imagesec img {
  vertical-align: middle;
}

section.prefooter .container .prefootcols .row .col-md-4 .rightCntnts {
  float: left;
  padding: 8px 0;
}

@media (max-width: 991px) {
  section.prefooter .container .prefootcols .row .col-md-4 .rightCntnts {
    text-align: center;
  }
}

section.prefooter .container .prefootcols .row .col-md-4 .rightCntnts h4 {
  font-size: 2.0rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.011em;
  line-height: 1.05;
  padding-bottom: 5px;
  color: #272727;
}

section.prefooter .container .prefootcols .row .col-md-4 .rightCntnts p {
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.011em;
  line-height: 1.2;
  color: #6A6A6A;
}

@media (max-width: 767px) {
  section.prefooter .container .prefootcols .row .col-md-4 .rightCntnts p {
    display: none;
  }
}

section.prefooter .container .prefootcols .row .col-md-4:nth-child(2) {
  padding-left: 70px;
}

@media (max-width: 1599px) {
  section.prefooter .container .prefootcols .row .col-md-4:nth-child(2) {
    padding-left: 40px;
  }
}

@media (max-width: 1200px) {
  section.prefooter .container .prefootcols .row .col-md-4:nth-child(2) {
    padding-left: 20px;
  }
}

section.prefooter .container .prefootcols .row .col-md-4:nth-child(3) {
  padding-left: 135px;
}

@media (max-width: 1599px) {
  section.prefooter .container .prefootcols .row .col-md-4:nth-child(3) {
    padding-left: 40px;
  }
}

@media (max-width: 1200px) {
  section.prefooter .container .prefootcols .row .col-md-4:nth-child(3) {
    padding-left: 20px;
  }
}

section.prefooter .container .prefootcols:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #E0E0E0;
  bottom: -58px;
  left: 0;
  position: absolute;
}

@media (max-width: 1200px) {
  section.prefooter .container .prefootcols:before {
    bottom: -25px;
  }
}

@media (max-width: 767px) {
  section.prefooter .container .prefootcols:before {
    bottom: -15px;
  }
}

.gallery-main section.section-gallery {
  padding: 70px 0;
}

@media (max-width: 1600px) {
  .gallery-main section.section-gallery {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .gallery-main section.section-gallery {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  
  section.emi-calculator .container .row.main .col-md-8.right-contents .calculator .loan-amount h4 {
    font-size: 1.85rem;
  }
}

.gallery-main .banner-contents h1 {
  font-size: 5.2rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #272727;
  letter-spacing: 0.01em;
  line-height: 1.192;
  margin-bottom: 13px;
  padding-bottom: 0;
}

@media (max-width: 1450px) {
  .gallery-main .banner-contents h1 {
    font-size: 5rem;
  }
}

@media (max-width: 991px) {
  .gallery-main .banner-contents h1 {
    font-size: 4.5rem;
  }
}

@media (max-width: 767px) {
  .gallery-main .banner-contents h1 {
    font-size: 4rem;
  }
}

@media (max-width: 575px) {
  .gallery-main .banner-contents h1 {
    font-size: 3.5rem;
  }
}

@media (max-width: 493px){
    section.emi-calculator .container .row.main .col-md-8.right-contents .calculator .loan-amount h4 span input {
        width: 123px !important;
    }
}
.gallery-main .banner-contents p {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Cabin", sans-serif;
  color: #272727;
  letter-spacing: 0.01em;
  line-height: 1.192;
  margin-bottom: 62px;
  padding-bottom: 0;
}

@media (max-width: 1600px) {
  .gallery-main .banner-contents p {
    margin-bottom: 35px;
  }
}

.gallery-main .gallery-sec .gallery-row {
  margin-bottom: 60px;
}

@media (max-width: 1600px) {
  .gallery-main .gallery-sec .gallery-row {
    margin-bottom: 35px;
  }
}

.gallery-main .gallery-sec .gallery-row h3 {
  font-size: 2.4rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #3B1221;
  letter-spacing: 0.01em;
  line-height: 2.125;
  margin-bottom: 30px;
  padding-bottom: 0;
  padding-left: 40px;
  position: relative;
}

@media (max-width: 1600px) {
  .gallery-main .gallery-sec .gallery-row h3 {
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .gallery-main .gallery-sec .gallery-row h3 {
    line-height: 1.5;
  }
}

.gallery-main .gallery-sec .gallery-row h3:after {
  content: "";
  background-image: url(../images/icons/logo-merooon.svg);
  position: absolute;
  left: 4px;
  top: 13px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.gallery-main .gallery-sec .gallery-row .row {
  margin-right: -5px;
  margin-left: -5px;
}

.gallery-main .gallery-sec .gallery-row .row .col-md-3 {
  padding: 0 5px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .gallery-main .gallery-sec .gallery-row .row .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

@media (max-width: 767px) {
  .gallery-main .gallery-sec .gallery-row .row .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 480px) {
  .gallery-main .gallery-sec .gallery-row .row .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    padding-bottom: 10px;
  }
}

.gallery-main .gallery-sec .gallery-row .row .col-md-3 a {
  position: relative;
}

.gallery-main .gallery-sec .gallery-row .row .col-md-3 a:after {
  content: "";
  width: 69px;
  height: 56px;
  position: absolute;
  z-index: 10;
  background: url(../images/icons/lens-zoom.png);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.gallery-main .gallery-sec .gallery-row .row .col-md-3 a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9;
  background: rgba(0, 0, 0, 0.37);
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.gallery-main .gallery-sec .gallery-row .row .col-md-3 a:hover:after {
  opacity: 1 !important;
}

.gallery-main .gallery-sec .gallery-row .row .col-md-3 a:hover:before {
  opacity: 1 !important;
}

.organisation-inner .col-md-9 .service-details a {
  margin-bottom: 32px;
  margin-top: 40px;
  float: right;
  font-weight: 600;
}

@media (max-width: 480px) {
  .organisation-inner .col-md-9 .service-details a {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

.organisation-inner .col-md-9 .service-details img.imgDiv {
  max-width: 100%;
  max-height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}

.viewbox-container .viewbox-footer,
.viewbox-container .viewbox-content,
.viewbox-container .viewbox-header {
  margin: 0;
}

.viewbox-body {
  position: absolute;
  background-color: transparent !important;
}

@media (max-height: 1600px) {
  .viewbox-body {
    top: 54%;
  }
}

.viewbox-content {
  max-width: 1100px !important;
  max-height: 640px !important;
  margin: 0 auto !important;
  height: auto;
  width: auto;
  display: block;
}

.viewbox-content img {
  object-fit: contain !important;
}

@media (max-width: 1600px) {
  .viewbox-content {
    max-width: 100% !important;
    max-height: 531px !important;
    height: auto;
    width: auto;
  }
}

@media (max-width: 991px) {
  .viewbox-content {
    max-width: 100% !important;
    max-height: 475px !important;
  }
}

@media (max-width: 767px) {
  .viewbox-content {
    max-width: 100% !important;
    max-height: 345px !important;
  }
}

@media (max-width: 575px) {
  .viewbox-content {
    max-width: 100% !important;
    max-height: 282px !important;
  }
}

.viewbox-content img {
  -o-object-fit: contain;
  object-fit: contain;
}

.viewbox-body {
  margin: 0 !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  border-radius: 0 !important;
}

.viewbox-button-next,
.viewbox-button-prev {
  position: absolute;
  top: 55%;
  height: 74px;
  width: 74px;
  border: 1px solid #999;
  border-radius: 54%;
}

@media (max-width: 1600px) {

  .viewbox-button-next,
  .viewbox-button-prev {
    height: 53px;
    width: 53px;
    top: 56%;
  }
}

@media (max-width: 991px) {

  .viewbox-button-next,
  .viewbox-button-prev {
    margin: -35px 0 0;
  }
}

@media (max-width: 480px) {

  .viewbox-button-next,
  .viewbox-button-prev {
    border: none;
  }
}

.viewbox-button-default>svg {
  width: 64%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  left: 13px;
  position: absolute;
}

@media (max-width: 1600px) {
  .viewbox-button-default>svg {
    left: 10px;
  }
}

.viewbox-button-prev {
  left: 30px;
}

.viewbox-button-next {
  right: 30px;
}

.viewbox-container {
  background: rgba(0, 0, 0, 0.84);
}

.no_page {
  border-bottom: 1px solid #E0E0E0;
}

.no_page .container .no_page_wrpr {
  padding-top: 160px;
  padding-bottom: 160px;
  text-align: center;
}

@media (max-width: 1450px) {
  .no_page .container .no_page_wrpr {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 1200px) {
  .no_page .container .no_page_wrpr {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 991px) {
  .no_page .container .no_page_wrpr {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.no_page .container .no_page_wrpr img {
  margin-bottom: 45px;
}

.no_page .container .no_page_wrpr p {
  font-size: 2.4rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin-bottom: 68px;
  padding: 0 350px;
}

@media (max-width: 1450px) {
  .no_page .container .no_page_wrpr p {
    padding: 0 250px;
  }
}

@media (max-width: 1200px) {
  .no_page .container .no_page_wrpr p {
    padding: 0 150px;
  }
}

@media (max-width: 991px) {
  .no_page .container .no_page_wrpr p {
    padding: 0 40px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .no_page .container .no_page_wrpr p {
    padding: 0px;
  }
}




.ktb-header .preheader ul.main-links li:nth-last-child(1) {
  position: relative;
}

.ktb-header .preheader ul.main-links li:nth-last-child(1):hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
}

.ktb-header .preheader ul.main-links li:nth-last-child(1) ul.sub-menu {
  position: absolute;
  top: 34px;
  left: -25px;
  background: #770a33;
  z-index: 9;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  opacity: 0;
  visibility: hidden;
}

.ktb-header .preheader ul.main-links li:nth-last-child(1) ul.sub-menu li {
  padding: 0 25px;
  margin: 0;
  width: 100%;
  text-align: left;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.ktb-header .preheader ul.main-links li:nth-last-child(1) ul.sub-menu li:hover {
  background: #9a0a40;
}

.mc4wp-response .mc4wp-success p {
  margin-top: 10px;
  color: #08b308;
  line-height: 18px;
  font-size: 14px;
}

.mc4wp-response .mc4wp-error p {
  margin-top: 10px;
  color: red;
  line-height: 18px;
  font-size: 14px;
}

@media (max-width: 480px) {

  .mc4wp-response .mc4wp-success p {
    margin-top: 10px;
    color: #08b308;
    line-height: 15px;
    font-size: 12px;
  }

  .mc4wp-response .mc4wp-error p {
    margin-top: 10px;
    color: red;
    line-height: 15px;
    font-size: 12px;
  }


}


/*animation*/


section.about-us .col-md-5.left .image-left.animat .yellow-box {
  left: 88%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 1600px) {
  section.about-us .col-md-5.left .image-left.animat .yellow-box {
    bottom: 10px;
    left: 84%;
  }
}

@media (max-width: 1599px) {
  section.about-us .col-md-5.left .image-left.animat .yellow-box {
    left: 100%;
    bottom: 36px;
  }
}

@media (max-width: 1200px) {
  section.about-us .col-md-5.left .image-left.animat .yellow-box {
    left: 100%;
    bottom: -15px;
  }
}

@media (max-width: 1199px) {
  section.about-us .col-md-5.left .image-left.animat .yellow-box {
    left: 86.5%;
    bottom: 22.5%;
  }
}

@media (max-width: 991px) {
  section.about-us .col-md-5.left .image-left.animat .yellow-box {
    left: 91.5%;
    bottom: 122px;
  }
}

@media (max-width: 767px) {
  section.about-us .col-md-5.left .image-left.animat .yellow-box {
    left: 76.5%;
    bottom: 20px;
  }
}

section.about-us .col-md-5.left .image-left.animat .meroon-box {
  bottom: 30%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 1599px) {

  section.about-us .col-md-5.left .image-left.animat .meroon-box {
    bottom: 30%;
  }
}

@media (max-width: 1199px) {

  section.about-us .col-md-5.left .image-left.animat .meroon-box {
    bottom: 57%;
  }
}




section.about-us .col-md-5.left .image-left.animat .grey-box {
  top: 57%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 1350px) {
  section.about-us .col-md-5.left .image-left.animat .grey-box {
    top: 60%;
  }
}

@media (max-width: 1199px) {
  section.about-us .col-md-5.left .image-left.animat .grey-box {
    top: 52%;
  }
}

@media (max-width: 991px) {
  section.about-us .col-md-5.left .image-left.animat .grey-box {
    top: 35%;
  }
}

@media (max-width: 767px) {
  section.about-us .col-md-5.left .image-left.animat .grey-box {
    top: 54%;
  }
}


.feed-slider.slick-slider .slick-prev {
  left: auto;
  top: -50px;
  right: 30px;
}

.feed-slider.slick-slider .slick-prev:hover,
.feed-slider.slick-slider .slick-next:hover {
  box-shadow: none;
}

@media (max-width: 991px) {
  .feed-slider.slick-slider .slick-prev {
    top: -35px;
  }
}

@media (max-width: 480px) {
  .feed-slider.slick-slider .slick-prev {
    top: -30px;
    right: 10px;
  }
}


.feed-slider.slick-slider .slick-prev:before {
  background: #9a0a40;
  height: 2px;
}

.feed-slider.slick-slider .slick-prev:after {
  background: #9a0a40;
  height: 2px;
}


.feed-slider.slick-slider .slick-next {
  right: -15px;
  top: -50px;
}

@media (max-width: 991px) {
  .feed-slider.slick-slider .slick-next {
    top: -35px;
  }
}

@media (max-width: 480px) {
  .feed-slider.slick-slider .slick-next {
    top: -30px;
  }

}

.feed-slider.slick-slider .slick-next:before {
  background: #9a0a40;
  height: 2px;
}

.feed-slider.slick-slider .slick-next:after {
  background: #9a0a40;
  height: 2px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

section.main-with-sidebar .container .row {
  position: relative;
}

section.main-with-sidebar .container .row .col-md-3.sidebar ul.sidebar {
  position: sticky;
  top: 130px;
}

@media (max-width: 991px) {
  section.main-with-sidebar .container .row .col-md-3.sidebar ul.sidebar {
    /* position: sticky; */
    top: 0px;
  }
}

.deposits-savings .deposits section.banner-inner {
  position: relative;
}


@media (max-width: 991px) {
  section.banner-inner {
    background-position: bottom!important;
  }

}



.deposits-savings .deposits section.banner-inner::after {
  position: absolute;
  content: '';
  background-color: rgba(0, 0, 0, 0.40);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.datepicker--cell.datepicker--cell-day:nth-child(7),
.datepicker--cell.datepicker--cell-day:nth-child(21),
.datepicker--cell.datepicker--cell-day:nth-child(35) {
  color: #4a4a4a !important;
}

#ktcb-contact-form .alert-success {
  color: #04e204;
  font-size: 14px;
  padding-top: 10px;
}

#chat-bot-launcher-container.chat-bot-avatar-launcher,
#chat-bot-launcher-container.chat-bot-launcher-notext {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

#chat-bot-launcher-container.chat-bot-avatar-launcher.hieght,
#chat-bot-launcher-container.chat-bot-launcher-notext.hieght {
  bottom: 60px !important;
}

@media (max-width: 768px) {
  #chat-bot-launcher-container.chat-bot-avatar-launcher.hieght,
  #chat-bot-launcher-container.chat-bot-launcher-notext.hieght {
    bottom: 80px !important;
  }
}


footer .btmFootr p.designedby svg {
  width: 15px;
  height: 10px;
  fill: red;
}

.ktb-header .preheader ul.main-links>li>a {
  position: relative;
}

.ktb-header .preheader ul.main-links>li>a::after {
  position: absolute;
  content: '';
  width: 0;
  height: 2px;
  background: #fff;
  left: 0;
  bottom: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.ktb-header .preheader ul.main-links>li>a:hover::after {
  width: 100%;
}

.breadcrumbs ul li a:hover {
  color: #d4d2d2;
}

@media (max-width: 480px) {
  body #chat-bot-launcher-container #chat-bot-avatar-text {
    font-size: 10px !important;
    line-height: 16px !important;
  }
}

/* code only for mozilla */

@-moz-document url-prefix() {
  .contact section.main-with-sidebar .col-md-12 .contactsection .col-md-8 .form-group span {
    color: #979696 !important
  }
}






/*new*/

#chat-bot-launcher-container #chat-bot-launcher-close{
    display:block!important;
    background-color: transparent!important;
    box-shadow: none!important;
}
#chat-bot-launcher-container.chat-bot-launcher-left #chat-bot-launcher-close {
    right: 5px!important;
    left: initial;
}


body.page-id-1849.page-child.parent-pageid-138 .common-table.interest-rates {
    display: none;
}

body.page-id-1849.page-child.parent-pageid-138 .col-md-6 .common-table.special-rates{
     display: none;
}

footer li.active_1 >a{
    color: #9a0a40!important;
    font-weight: 600!important;
}

footer h4.active_1 >a{
    color: #9a0a40!important;
    font-weight: 600!important;
}
.cell-phone{
  position: relative;
  background-color: #F8F8F8;
  overflow: hidden;
}
.cell-phone .cell-bglines{
  position: absolute;
  bottom: 0;
  right: 0;
}
.cell-contnt-wrpr{
  max-width: 50%;
  flex: 0 0 50%;
  align-items: center;
  justify-content: center;
  text-align: left;
  padding-left: 135px;
  padding-top: 100px;
  z-index: 1;
  position: relative;
}
.cell-contnt-wrpr h2{
  font-family: sans-serif;
  font-size:40px;
  color:#3B1221;
  font-weight: 500;
  padding: 0;
}
.cell-contnt-wrpr p{
  font-size: 18px;
  font-family: "Cabin", sans-serif;
  color:#777777;

}
.cell-contnt-wrpr ul li{
  font-size:16px;
  font-family: "Cabin", sans-serif;
  color:#3B1221;
  position: relative;
  padding-left: 25px;
  padding-bottom: 25px;
  font-weight: 400;
}
.cell-contnt-wrpr ul li:after{
  content: '';
  width:8px;
  height: 8px;
  background-color: #9A0A40;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
}
.cell-contnt-wrpr a{
    background: #000;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #000;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.cell-contnt-wrpr a:hover {
  background-color:#9A0A40;
  border: 1px solid #9A0A40;
}


.cell-phn-img-wrpr{
  max-width: 50%;
  flex: 0 0 50%;
  align-items: center;
  justify-content: center;
  text-align: left;
  z-index: 1;
  position: relative;
  padding-bottom: 75px;
}
.cell-phn-img-wrpr .cell-phn{
  width:100%;
  text-align: center;
  position: relative;
}
.cell-phn-img-wrpr .cell-phn figure{
  position: relative;
}

.cell-phn-img-wrpr .cell-phn figure img.cell-phn-lock{
  position: absolute;
    bottom: -80px;
    right: 150px;
    z-index: 3;
}

.cell-phn-img-wrpr .cell-phn img.mobile-phn{
    position: absolute;
    bottom: -83px;
    right: calc(50% - 135px);
    opacity: 0;
}

.animat_cellphn.cell-phn-img-wrpr .cell-phn img.mobile-phn {
  -webkit-animation-name: animate_cell;
  -webkit-animation-duration: 1.5s;
  animation-name: animate_cell;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  opacity: 1;
}

@-webkit-keyframes animate_cell {
  0% {
    opacity: 0;
    bottom: 300px;
  }

  50% {
    opacity: 1;
     bottom: -150px;
  }

  100% {
    opacity: 1;
    bottom: -83px;
  }
}

@keyframes animate_cell {
  0% {
    opacity: 0;
     bottom: 300px;
  }

  50% {
    opacity: 1;
     bottom: -150px;
  }

  100% {
    opacity: 1;
    bottom: -83px;
  }
}

.net-banking_wrpr{
  background-color: #F8F8F8;
}
.net-banking_wrpr .sqrty_main{
  padding: 0;
}
.net-banking_wrpr .sqrty_main .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 70px 0 55px 0;
  border-bottom: 1px solid #D6D6D6;
}
.net-banking_wrpr .sqrty_main .container .sequrity_wrpr{
  width:85%;
}

.banking-schema{
  padding: 65px 0 45px 0;
}

.banking-schema .container{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.net-banking_wrpr .banking-schema p{
  color:#BF1756;
  font-weight: 600;
  font-family: sans-serif;
}

.net-banking_wrpr .banking-schema ul li{
  font-size:16px;
  font-family: "Cabin", sans-serif;
  color:#3B1221;
  position: relative;
  padding-left: 25px;
  padding-bottom: 25px;
  font-weight: 400;
}
.net-banking_wrpr .banking-schema ul li:after{
  content: '';
  width:8px;
  height: 8px;
  background-color: #9A0A40;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
}

.imp_main_wrpr{
  padding: 0;
}

.imp_main_wrpr .container .imp_wrpr{
  padding: 40px 50px;
  background-color: #fff;
}

.imp_main_wrpr .container .imp_wrpr h3{
  color:#BF1756;
  font-weight: 500;
  font-family: sans-serif;
  font-size: 22px;
}

.imp_main_wrpr .container .imp_wrpr h3 img{
  padding-right: 15px;
}

.imp_main_wrpr .container  p.iw{
  color:#BF1756;
  font-weight: 500;
  font-family: sans-serif;
  padding: 40px 0;
}

input#interest-rate-text, input#tenure-text {
    height: 56px !important;
    position: absolute;
    z-index: 99999;
    left: 18px;
    top: 3px;
    width: 80%;
}


@media (max-width: 1599px) {
  .cell-contnt-wrpr{
    padding-left: 80px;
    padding-top: 80px;
  }
  .cell-phn-img-wrpr .cell-phn figure img.cell-phn-lock{
      right: 85px;
  }
}

@media (max-width: 1359px) {
  .cell-contnt-wrpr{
    padding-left: 40px;
    padding-top: 40px;
  }
}

@media (max-width: 1199px) {
  .cell-phn-img-wrpr .cell-phn img.mobile-phn{
    right: calc(50% - 140px);
  }
  .cell-phn-img-wrpr .cell-phn figure img.cell-phn-lock{
    right: 30px;
  }
  .cell-contnt-wrpr{
    padding-left: 0px;
  }
  .net-banking_wrpr .sqrty_main .container .sequrity_wrpr {
    width: 75%;
  }
}


@media (max-width: 991px) {
    input#interest-rate-text, input#tenure-text {
    height: 43px !important;
    width: 75%;
  }
  .cell-contnt-wrpr h2 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .cell-contnt-wrpr ul li {
    padding-bottom: 15px;
  }
  .cell-phn-img-wrpr .cell-phn img.mobile-phn {
    right: calc(50% - 95px);
    opacity: 1;
  }
  .cell-phn-img-wrpr .cell-phn figure img.cell-phn-lock {
    right: 60px;
    width: 18%;
  }
}

@media (max-width: 767px) {
  .cell-contnt-wrpr {
    max-width: 100%;
    flex: 0 0 100%;    
    padding: 0;
    margin-bottom: 50px;
  }
  .cell-phn-img-wrpr{
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 50px;
  }
  .cell-contnt-wrpr ul{
    margin-bottom: 25px;
  }
  .cell-phone .container .row{
    flex-direction: column-reverse;
  }
  .cell-phn-img-wrpr .cell-phn img.mobile-phn {
    right: calc(50% - 150px);
    bottom: -100px;
  }
  .cell-phone{
    padding-left: 25px;
    padding-right: 25px;
  }
  .net-banking_wrpr .sqrty_main .container .sequrity_wrpr {
    width: 65%;
  }
  .net-banking_wrpr .sqrty_main .container {
    padding: 40px 15px;
  }
  .banking-schema {
    padding: 40px 0 40px 0;
  }
  .imp_main_wrpr .container .imp_wrpr {
    padding: 25px 25px;
  }
  .imp_main_wrpr .container p.iw {
    padding: 25px 0;
  }
}

@media (max-width: 575px) {
  .cell-phn-img-wrpr {
    margin-bottom: 50px;
    width: 430px;
  }
  .cell-phn-img-wrpr .cell-phn img.mobile-phn {
    right: calc(50% - 105px);
    bottom: -90px;
  }
  .cell-phn-img-wrpr .cell-phn figure img.cell-phn-lock {
    right: 45px;
    width: 20%;
    bottom: -75px;
  }
  .schema-include,.schema-beware{
    width:100%;
  }
  .banking-schema .container {
    flex-direction: column;
  }
  .net-banking_wrpr .banking-schema ul li {
    padding-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .cell-phn-img-wrpr {
    width: 380px;
  }
  .cell-phn-img-wrpr .cell-phn img.mobile-phn {
    right: calc(50% - 100px);
    bottom: -83px;
  }
  .cell-phn-img-wrpr .cell-phn figure img.cell-phn-lock {
    right: 50px;
  }
  .net-banking_wrpr .sqrty_main .container{
    flex-direction: column;
    align-items:baseline;
  }
  .net-banking_wrpr .sqrty_main .container .sequrity_wrpr{
    width:100%;
    margin-bottom: 25px;
  }
}

@media (max-width: 380px) {
  .cell-phn-img-wrpr {
    width: 275px;
  }
  .cell-phn-img-wrpr .cell-phn img.mobile-phn {
    right: calc(50% - 65px);
    bottom: -80px;
  }
  .cell-phn-img-wrpr .cell-phn figure img.cell-phn-lock {
    right: 50px;
  }
}

/*custom radio btn*/

/* The container */
.custm-radio {
    display: inline-block;
    padding-left: 35px;
    margin-right: 20px;
    margin-bottom: 0;
    margin-top: 18px;
    cursor: pointer;
    font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 1!important;
  pointer-events: all!important;
  position: relative!important;
  
}

@media (max-width: 767px) {
    .custm-radio {
            margin-top: 0px;
    }
}

/* Hide the browser's default radio button */
.custm-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.custm-radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.custm-radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.custm-radio input:checked ~ .checkmark {
      background-color: #9a0a40;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.custm-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.custm-radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.custm-radio .checkmark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
	border-radius: 50%;
	background: white;
}


.deposit_gallery{
  display: flex;
  margin-bottom: 40px;
}
.deposit-custom-template-img{
  margin-right: 40px;
}
.deposit-custom-template-img img{
  width: 135px;
  height: 130px;
 
  /* margin-bottom: 40px; */
}
@media (max-width: 576px){
  .deposit-custom-template-img img{
    width: 100px;
    height: 90px;
 
  /* margin-bottom: 25px; */
  }
  .deposit-custom-template-img {
    margin-right: 20px;
}
  .deposit_gallery{
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) and (max-width: 992px){
  .deposit-custom-template-img img{
    width: 110px;
    height: 100px;
  /* margin-bottom: 30px; */
  }
  .deposit_gallery{
    margin-bottom: 30px;
  }
}





