/***
TABLE CONTENT
 Import Bunny Fonts
 Include Third Party CSS Library
 GENERAL
 HEADER
 Offcanvas Sidebar
 Search form
 Main header
 Mega menu
 Header layouts
 Page layouts
 Pagination
 Breadcrumb
 CATEGORY PAGES
 SINGLE POST
 Author box
 comment
 Post share social
 WP STYPE
 Custom amine
***/

/*RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

thead {
  font-weight: 600;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }

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

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

*:focus,
select:focus,
.custom-select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

a {
  color: #337ab7;
}

  a:hover {
    color: #FDC040;
  }

li.hr span {
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
  margin: 20px 0;
  display: block;
}

/*--- Common Classes---------------------*/
::-moz-selection {
  background: #0aa4ab;
  /* WebKit/Blink Browsers */
  color: #fff;
}

::selection {
  background: #0aa4ab;
  /* WebKit/Blink Browsers */
  color: #fff;
}

::-moz-selection {
  background: #0aa4ab;
  /* Gecko Browsers */
  color: #fff;
}

::-webkit-input-placeholder {
  color: #838383;
}

:-ms-input-placeholder {
  color: #838383;
}

::-ms-input-placeholder {
  color: #838383;
}

::placeholder {
  color: #838383;
}
em{font-style: italic;}
.fix {
  overflow: hidden;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.section {
  float: left;
  width: 100%;
}

.f-right {
  float: right;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.bg-img {
  background-position: center center;
  background-size: cover;
}

.position-relative {
  position: relative;
}

.height-100vh {
  height: 100vh !important;
}

*:focus,
select:focus,
.custom-select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bg-grey-9 {
  background-color: #f4f5f9;
}

.border-radius {
  border-radius: 4px;
}

.border-radius-5 {
  border-radius: 5px;
}

.border-radius-10 {
  border-radius: 10px;
}

.border-radius-15 {
  border-radius: 15px;
}

.border-radius-20 {
  border-radius: 20px;
}

.img-hover-scale img {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  transition: transform .5s,-webkit-transform .5s;
}

.img-hover-scale:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  transition: transform .5s,-webkit-transform .5s;
}

.hover-up {
  -webkit-transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

  .hover-up:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
  }

.text-brand {
  color: #0aa4ab !important;
}

.text-brand-2 {
  color: #FDC040 !important;
}

.text-primary {
  color: #5a97fa !important;
}

.text-warning {
  color: #ff9900 !important;
}

.text-danger {
  color: #FD6E6E !important;
}

.text-success {
  color: #81B13D !important;
}

.text-info {
  color: #2cc1d8 !important;
}

.text-grey-4 {
  color: #adadad !important;
}

.text-muted {
  color: #B6B6B6 !important;
}

.text-7 {
  color: #d77f7a !important;
}

.text-8 {
  color: #63a2c1 !important;
}

.text-white {
  color: #fff !important;
}

.text-grey-5, .text-grey-5 a, .text-hover-grey-5:hover {
  color: #a2a2a2 !important;
}

.bg-brand {
  background-color: #0aa4ab !important;
}

.bg-primary {
  background-color: #5a97fa !important;
}

.bg-warning {
  background-color: #ff9900 !important;
}

.bg-danger {
  background-color: #FD6E6E !important;
}

.bg-success {
  background-color: #81B13D !important;
}

.bg-info {
  background-color: #2cc1d8 !important;
}

.bg-grey-4 {
  background-color: #adadad !important;
}

.bg-1 {
  background-color: #fddde4 !important;
}

.bg-2 {
  background-color: #cdebbc !important;
}

.bg-3 {
  background-color: #d1e8f2 !important;
}

.bg-4 {
  background-color: #cdd4f8 !important;
}

.bg-5 {
  background-color: #f6dbf6 !important;
}

.bg-6 {
  background-color: #fff2e5 !important;
}

.bg-7 {
  background-color: #d77f7a !important;
}

.bg-8 {
  background-color: #63a2c1 !important;
}

.bg-9 {
  background-color: #F2FCE4 !important;
}

.bg-10 {
  background-color: #FFFCEB !important;
}

.bg-11 {
  background-color: #ECFFEC !important;
}

.bg-12 {
  background-color: #FEEFEA !important;
}

.bg-13 {
  background-color: #FFF3EB !important;
}

.bg-14 {
  background-color: #FFF3FF !important;
}

.bg-15 {
  background-color: #F2FCE4 !important;
}

.bg-grey-9 {
  background-color: #f4f5f9 !important;
}

.font-xs {
  font-size: 13px;
}

.div-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.bg-grey-1 {
  background: #fafbfc;
}

.box-shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flex-horizontal-center {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.w-36px {
  max-width: 36px;
}

.border {
  border: 1px solid #ececec !important;
}

.box-shadow-outer-6 {
  -webkit-box-shadow: 20px 20px 54px rgba(0, 0, 0, 0.03);
  box-shadow: 20px 20px 54px rgba(0, 0, 0, 0.03);
}

  .box-shadow-outer-6:hover {
    -webkit-box-shadow: 20px 20px 54px rgba(0, 0, 0, 0.05);
    box-shadow: 20px 20px 54px rgba(0, 0, 0, 0.05);
  }

.box-shadow-outer-7 {
  -webkit-box-shadow: 0 0 11px 0 rgba(78, 42, 222, 0.03), 0 8px 16px 0 rgba(78, 42, 222, 0.08);
  box-shadow: 0 0 11px 0 rgba(78, 42, 222, 0.03), 0 8px 16px 0 rgba(78, 42, 222, 0.08);
}

  .box-shadow-outer-7:hover {
    -webkit-box-shadow: 0 0 14px 0 rgba(78, 42, 222, 0.03), 0 8px 18px 0 rgba(78, 42, 222, 0.09);
    box-shadow: 0 0 14px 0 rgba(78, 42, 222, 0.03), 0 8px 18px 0 rgba(78, 42, 222, 0.09);
  }

.box-shadow-outer-3, .box-hover-shadow-outer-3:hover {
  -webkit-box-shadow: 0 5px 16px 0 rgba(118, 126, 173, 0.09);
  box-shadow: 0 5px 16px 0 rgba(118, 126, 173, 0.09);
}

/*****************************
*********  BORDER  *****
******************************/
.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-dotted {
  border-style: dotted !important;
}

.border-solid {
  border-style: solid !important;
}

.border-double {
  border-style: double !important;
}

.border-dashed {
  border-style: dashed !important;
}

.border-brand {
  border-color: #0aa4ab !important;
}

.border-muted {
  border-color: #f7f8f9;
}

.section-border {
  border-top: 1px solid #e6e9ec;
  border-bottom: 1px solid #e6e9ec;
}

.border-color-1 {
  border-color: #e0dede;
}

.list-insider li {
  list-style: inside;
}

a,
button,
img,
input,
span,
h4 {
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

@-webkit-keyframes slideleft {
  10% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    right: 0;
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  90% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    right: 100%;
  }
}

@keyframes slideleft {
  10% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    right: 0;
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  90% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    right: 100%;
  }
}

[data-loader='spinner'] {
  width: 35px;
  height: 35px;
  display: inline-block;
  -webkit-animation: spinner 1.2s infinite ease-in-out;
  animation: spinner 1.2s infinite ease-in-out;
  background: url(../imgs/favicon.svg);
  -webkit-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }

  50% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(0);
    transform: perspective(120px) rotateX(-180deg) rotateY(0);
  }

  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }

  50% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(0);
    transform: perspective(120px) rotateX(-180deg) rotateY(0);
  }

  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
  }
}

@-webkit-keyframes shadow-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(239, 63, 72, 0.8);
    box-shadow: 0 0 0 0px rgba(239, 63, 72, 0.8);
  }

  100% {
    -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
  }
}

@keyframes shadow-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(239, 63, 72, 0.8);
    box-shadow: 0 0 0 0px rgba(239, 63, 72, 0.8);
  }

  100% {
    -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
  }
}

@-webkit-keyframes shadow-pulse-big {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(239, 63, 72, 0.1);
    box-shadow: 0 0 0 0px rgba(239, 63, 72, 0.1);
  }

  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

@keyframes shadow-pulse-big {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(239, 63, 72, 0.1);
    box-shadow: 0 0 0 0px rgba(239, 63, 72, 0.1);
  }

  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.jump {
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-animation: jump .5s linear alternate infinite;
  animation: jump .5s linear alternate infinite;
}

/*TYPOGRAPHY*/
body {
  color: #7E7E7E;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading,
.display-1,
.display-2,
.heading-sm-1 {
  font-family: "Open Sans", sans-serif;
  color: #253D4E;
  font-weight: 700;
  line-height: 1.2;
}

h1 {
  font-size: 38px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 16px;
}

.display-1 {
  font-size: 96px;
  line-height: 1;
}

.display-2 {
  font-size: 72px;
  line-height: 1;
}

.heading-sm-1 {
  font-size: 14px;
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 1rem;
  color: #444;
}

.text-heading {
  color: #253D4E;
}

p:last-child {
  margin-bottom: 0;
}

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

a,
button {
  text-decoration: none;
  cursor: pointer;
}

b {
  font-weight: 500;
}

strong,
.fw-600 {
  font-weight: 600;
}

.fw-900 {
  font-weight: 900;
}

.fw-300 {
  font-weight: 300;
}

.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: end;
  margin-bottom: 44px;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

  .section-title .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .section-title h1, .section-title h3 {
    font-weight: 700;
    font-size: 32px;
    margin-right: 30px;
  }

  .section-title a.show-all {
    font-size: 16px;
    color: #7E7E7E;
  }

    .section-title a.show-all:hover {
      color: #0aa4ab;
    }

    .section-title a.show-all i {
      font-size: 12px;
      margin-left: 5px;
    }

  .section-title.style-1 {
    position: relative;
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px;
    font-size: 20px;
    text-align: left;
  }

    .section-title.style-1::after {
      content: "";
      width: 80px;
      height: 2px;
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: #0aa4ab;
    }

  .section-title span {
    color: #0aa4ab;
  }

h5.widget-title {
  font-size: 18px;
  font-weight: 600;
}

.title.style-3 {
  background-image: url(../imgs/theme/wave.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 25px;
}

.text-body {
  color: #7E7E7E !important;
}

.font-xxs {
  font-size: 12px;
}

.font-xs {
  font-size: 13px;
}

.font-sm {
  font-size: 14px;
}

.font-md {
  font-size: 16px;
}

.font-lg {
  font-size: 17px;
}

.font-xl {
  font-size: 19px;
}

.font-xxl {
  font-size: 58px;
}

.text-hot {
  color: #f74b81;
}

.text-new {
  color: #55bb90;
}

.text-sale {
  color: #67bcee;
}

.text-best {
  color: #f59758;
}

.text-style-1 {
  position: relative;
}

  .text-style-1::after {
    content: "";
    background-color: #ffdabf;
    height: 20%;
    width: 110%;
    display: block;
    position: absolute;
    bottom: 20%;
    left: -5%;
    z-index: -1;
    opacity: 0.8;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    transition: transform .5s,-webkit-transform .5s;
  }

  .text-style-1:hover::after {
    height: 30%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    transition: transform .5s,-webkit-transform .5s;
  }

.fw-700 {
  font-weight: 700;
}

/*COMPONENTS -> BUTTONS*/
.btn-default {
  color: #fff;
  background-color: #0aa4ab;
  border-radius: 50px;
  padding: 13px 28px;
  font-family: "Open Sans", sans-serif;
}

  .btn-default i {
    font-weight: 400;
    font-size: 12px;
    margin-left: 10px;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }

  .btn-default:hover i {
    margin-left: 15px;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }

.btn-lg {
  padding: 13px 28px;
  font-size: 16px;
}

.btn-sm {
  padding: 8px 18px !important;
  font-size: 12px;
}

.btn-md {
  padding: 10px 24px !important;
  font-size: 12px;
}

.btn-outline {
  background-color: transparent !important;
}

.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn {
  font-family: "Open Sans", sans-serif;
}

  .btn:hover {
    color: #fff;
  }

.btn-shadow-brand {
  -webkit-box-shadow: 0 2px 6px 0 rgba(88, 151, 251, 0.16);
  box-shadow: 0 2px 6px 0 rgba(88, 151, 251, 0.16);
  border: 1px solid #f7f8f9;
}

  .btn-shadow-brand:hover {
    border: 1px solid #0aa4ab;
  }

.btn-brand {
  background-color: #0aa4ab;
  border-color: #0aa4ab;
}

.btn-heading, button.btn-heading[type="submit"] {
  background-color: #253D4E;
  border-color: #253D4E;
  font-weight: 700;
  border: 0;
}

button.submit, button[type='submit'] {
  font-size: 16px;
  font-weight: 500;
  padding: 15px 40px;
  color: #ffffff;
  border: none;
  background-color: #0aa4ab;
  border: 1px solid #29A56C;
  border-radius: 10px;
}

  button.submit:hover, button[type='submit']:hover {
    background-color: #29A56C !important;
  }

.btn-brand:hover {
  background-color: #29A56C !important;
}

.btn-login {
  font-weight: 13px;
}

  .btn-login .btn {
    min-width: unset;
  }

  .btn-login li {
    margin: 0px 5px 0;
    display: inline-block;
  }

    .btn-login li a {
      border-radius: 5px;
      padding: 15px 25px;
      color: #fff;
      display: block;
      line-height: 1;
      text-transform: none;
      letter-spacing: 0;
      font-size: 14px;
    }

.btn, .button {
  display: inline-block;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
  color: #fff;
  border: 1px solid transparent;
  background-color: #0aa4ab;
  cursor: pointer;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  letter-spacing: 0.5px;
}

  .btn:hover, .button:hover {
    background-color: #FDC040;
  }

  .btn.btn-sm, .button.btn-sm {
    padding: 8px 18px;
    font-size: 12px;
    text-transform: none;
    line-height: 1.8;
  }

  .btn.btn-xs, .button.btn-xs {
    padding: 7px 8px 7px 12px;
    font-size: 12px;
    text-transform: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.3;
  }

    .btn.btn-xs i, .button.btn-xs i {
      font-size: 14px !important;
      line-height: 0;
    }

  .btn.btn-rounded, .button.btn-rounded {
    border-radius: 50px;
  }

  .btn.btn-secondary, .button.btn-secondary {
    background-color: #3e5379;
    border-color: #3e5379;
  }

  .btn.btn-facebook, .button.btn-facebook {
    background: #3b5998;
    border-color: #3b5998;
  }

  .btn.btn-google, .button.btn-google {
    background: #d85040;
    border-color: #d85040;
  }

  .btn.btn-brush, .button.btn-brush {
    background-color: transparent;
    color: #0aa4ab;
    border: 0;
    padding: 14px 80px 14px 65px;
    background-repeat: no-repeat;
    font-family: "Open Sans", sans-serif;
  }

    .btn.btn-brush i, .button.btn-brush i {
      margin: 3px 0 0 5px;
    }

    .btn.btn-brush.btn-brush-1, .button.btn-brush.btn-brush-1 {
      background-image: url(../imgs/theme/btn-brush-bg-1.png);
    }

    .btn.btn-brush.btn-brush-2, .button.btn-brush.btn-brush-2 {
      background-image: url(../imgs/theme/btn-brush-bg-2.png);
    }

    .btn.btn-brush.btn-brush-3, .button.btn-brush.btn-brush-3 {
      background-image: url(../imgs/theme/btn-brush-bg-3.png);
    }

.comments-area .btn-reply {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

  .comments-area .btn-reply i {
    margin-left: 5px;
    font-size: 12px;
  }

.tags .btn, .tags .button {
  border-radius: 4px;
  float: left;
}

/*COMPONENTS -> FORM*/
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

input {
  border: 1px solid #ececec;
  border-radius: 10px;
  height: 45px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 20px;
  font-size: 16px;
  width: 100%;
}

  input:focus {
    background: transparent;
    border: 1px solid #BCE3C9;
  }

  input.square {
    border-radius: 0;
  }

  input.coupon {
    height: 47px;
  }

select {
  width: 100%;
  background: transparent;
  border: 0px solid #ececec;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  color: #7E7E7E;
}

option {
  background: #fff;
  border: 0px solid #626262;
  padding-left: 10px;
  font-size: 16px;
}

textarea {
  border: 1px solid #ececec;
  border-radius: 10px;
  height: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 10px 10px 20px;
  font-size: 16px;
  width: 100%;
  min-height: 200px;
}

  textarea:focus {
    background: transparent;
    border: 1px solid #BCE3C9;
  }

/*contact form*/
.contact-from-area .contact-form-style button {
  font-size: 17px;
  font-weight: 500;
  padding: 20px 40px;
  color: #ffffff;
  border: none;
  background-color: #253D4E;
  border-radius: 10px;
  font-family: "Open Sans", sans-serif;
}

  .contact-from-area .contact-form-style button:hover {
    background-color: #0aa4ab !important;
  }

.form-group {
  margin-bottom: 1rem;
}

  .form-group input {
    background: #fff;
    border: 1px solid #ececec;
    height: 45px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 20px;
    font-size: 16px;
    width: 100%;
  }

    .form-group input:focus {
      background: transparent;
      border-color: #BCE3C9;
    }

label {
  margin-bottom: 5px;
}


.form-control {
  border: 1px solid #f0e9ff;
  border-radius: 10px;
  height: 48px;
  padding-left: 18px;
  font-size: 16px;
  background: transparent;
}

  .form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .form-control::-webkit-input-placeholder {
    font-weight: 300;
    color: #999999;
    color: #777777;
  }

  .form-control:-ms-input-placeholder {
    font-weight: 300;
    color: #999999;
    color: #777777;
  }

  .form-control::-ms-input-placeholder {
    font-weight: 300;
    color: #999999;
    color: #777777;
  }

  .form-control::placeholder {
    font-weight: 300;
    color: #999999;
    color: #777777;
  }


.dot-style-1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

  .dot-style-1 ul li {
    margin: 0 3px;
  }

    .dot-style-1 ul li button {
      width: 15px;
      height: 15px;
      border-radius: 30px;
      border: 1px solid;
      padding: 0;
      font-size: 0px;
      border-color: #253D4E;
      background: none;
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear;
    }

      .dot-style-1 ul li button:hover {
        background: #BCE3C9;
      }

    .dot-style-1 ul li.slick-active button {
      background: #0aa4ab;
      border-color: #0aa4ab;
    }

.dot-style-1.dot-style-1-position-1 ul {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 15px;
}

.dot-style-1.dot-style-1-position-2 ul {
  position: absolute;
  left: 6%;
  bottom: 15px;
}

.dot-style-1.dot-style-1-center ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dot-style-1.dot-style-1-mt1 ul {
  margin-top: 30px;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  width: 100%;
}

  .slider-arrow .slider-btn {
    cursor: pointer;
    background: #F2F3F4;
    width: 45px;
    height: 45px;
    position: absolute;
    display: block;
    z-index: 100;
    border-radius: 50%;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    color: #7E7E7E;
  }

    .slider-arrow .slider-btn.slider-prev {
      left: 20px;
    }

      .slider-arrow .slider-btn.slider-prev i {
        margin-right: 2px;
      }

    .slider-arrow .slider-btn.slider-next {
      right: 20px;
    }

      .slider-arrow .slider-btn.slider-next i {
        margin-left: 2px;
      }

    .slider-arrow .slider-btn:hover {
      background-color: #0aa4ab;
      color: #fff;
      border-color: #0aa4ab;
    }

  .slider-arrow.slider-arrow-2 .slider-btn {
    width: 40px;
    height: 40px;
    line-height: 44px;
    font-size: 24px;
  }

  .slider-arrow.slider-arrow-2.flex-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    max-width: 200px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    top: unset;
    -webkit-transform: unset;
    transform: unset;
  }

    .slider-arrow.slider-arrow-2.flex-right .slider-btn {
      position: relative;
      left: unset;
      right: unset;
    }

      .slider-arrow.slider-arrow-2.flex-right .slider-btn.slider-prev {
        margin-right: 10px;
      }

  .slider-arrow.slider-arrow-3 .slider-btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 12px;
    margin-top: -15px;
  }

  .slider-arrow.style-3 .slider-btn {
    width: 40px;
    height: 40px;
    border: 1px solid #dcdeed;
    line-height: 40px;
    font-size: 12px;
    margin-top: -20px;
  }

.home-slide-cover {
  position: relative;
}

  .home-slide-cover .slider-arrow {
    left: 0;
  }


/*Carausel*/

.bg-grey-10 {
  background-color: #d0f3ec;
}

.home-slider .slider-arrow {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.home-slider:hover .slider-arrow {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.home-slider.style-2 {
  background: url(../imgs/banner/banner-12.png) no-repeat center bottom;
  background-size: cover;
  width: 100%;
  padding: 50px 0;
}

/*COMPONENTS -> CARD*/

.card-2 {
  position: relative;
  background: #F4F6FA;
  text-align: center;
  border: 1px solid #F4F6FA;
  border-radius: 10px;
  margin-bottom: 20px;
  min-height: 180px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
}

  .card-2:hover {
    background: #fff;
    border: 1px solid #BCE3C9;
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  .card-2 figure {
    text-align: center;
    margin-bottom: 10px;
    height: 205px;
  }

    .card-2 figure img {
      display: inline-block;
      width: 100%;
      height: 100%;
    }

  .card-2 h6 {
    margin: 0;
    padding: 0 0 10px;
  }

    .card-2 h6 a {
      color: #253D4E;
      text-transform: uppercase;
    }

  .card-2:hover a {
    color: #0aa4ab;
  }


/*COMPONENTS -> TABS*/
.nav-tabs {
  border: 0;
  margin-bottom: 4px;
}

  .nav-tabs .nav-link {
    background-color: #eeeeee;
    font-size: 15px;
    margin: 0 10px;
    margin-left: 10px;
    color: #444;
    border-radius: 4px;
    padding: 15px 24px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border: 0;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    line-height: 1;
  }

    .nav-tabs .nav-link.active {
      color: #0aa4ab;
      background-color: #fde1bd;
    }

    .nav-tabs .nav-link:hover {
      color: #0aa4ab;
      background-color: #fde1bd;
      -webkit-transform: translateY(-3px);
      transform: translateY(-3px);
      -webkit-transition: 0.2s;
      transition: 0.2s;
    }

    .nav-tabs .nav-link:first-child {
      margin-left: 0 !important;
      padding-left: 0 !important;
    }

  .nav-tabs.links .nav-link {
    padding: 0 10px;
    background: none;
    font-size: 16px;
    color: #253D4E;
  }

    .nav-tabs.links .nav-link:hover, .nav-tabs.links .nav-link.active {
      color: #0aa4ab;
    }

  .nav-tabs.no-border {
    border: none;
  }

  .nav-tabs.right .nav-item:last-child .nav-link {
    margin-right: 0;
  }

.nav.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

/*page header*/
.page-header .page-title {
  font-weight: 900;
  font-size: 4rem;
}

.page-header.breadcrumb-wrap {
  padding: 20px;
  background-color: #fff;
  border-bottom: 1px solid #ececec;
  font-family: "Open Sans", sans-serif;
}

.breadcrumb {
  padding: 0;
  text-transform: capitalize;
  color: #7E7E7E;
  font-size: 14px;
  font-weight: 600;
  background: none;
  margin: 0;
  border-radius: 0;
}

/*table*/
table {
  width: 100%;
  margin-bottom: 1.5rem;
  border-collapse: collapse;
  vertical-align: middle;
}

  table td, table th {
    padding: 10px 20px;
    border: 1px solid #ececec;
    vertical-align: middle;
  }

  table thead > tr > th {
    vertical-align: middle;
    border-bottom: 0;
  }

  table p {
    margin-bottom: 0;
  }

  table.clean td, table.clean th {
    border: 0;
    border-top: 1px solid #ececec;
  }

  table .product-thumbnail img {
    max-width: 80px;
  }


.bg-square {
  position: absolute;
  left: auto;
  top: 150px;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 100%;
  max-height: 70%;
  max-width: 45%;
  min-width: 300px;
  background-color: #f3fbf5;
  z-index: -1;
  max-height: 1200px;
}

.mobile-promotion {
  display: none;
}

.bg-green {
  background-color: #cee8e0;
}



.single-content > ol {
  list-style-type: decimal;
  margin-bottom: 30px;
  padding-left: 1em;
}

  .single-content > ol li:not(:last-child) {
    margin-bottom: 16px;
  }

  .single-content > ol ol {
    list-style-type: lower-alpha;
    margin: 20px 0 30px;
    padding-left: 25px;
  }

    .single-content > ol ol ol {
      list-style-type: lower-roman;
    }

/*page 404*/
.page-404 {
  background-color: #fff;
}

  .page-404 img {
    max-width: 300px;
  }

    .page-404 img.logo {
      max-width: 150px;
    }

  .page-404 .search-form {
    max-width: 400px;
    margin: 0 auto;
  }


.btn.btn-small {
  line-height: 1;
  padding: 10px 15px;
  min-width: unset;
  display: table;
  border-radius: 3px;
}

/*Product list*/

.product-list-small article:not(:last-child) {
  margin-bottom: 20px;
}

.product-list-small h6 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: normal;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
}

  .product-list-small h6 a {
    color: #253D4E;
    min-height: 35px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

    .product-list-small h6 a:hover {
      color: #0aa4ab;
    }

.product-list-small p {
  font-size: 13px;
}

.product-list-small figure a {
  height: 80px;
  display: block;
  overflow: hidden;
}


/*PRODUCT DETAILS*/
.detail-gallery {
  position: relative;
}

  .detail-gallery .zoom-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    font-size: 22px;
    opacity: 0.6;
  }

.slider-nav-thumbnails .slick-list {
  margin: 0 -10px;
}

.slider-nav-thumbnails .slick-slide {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

  .slider-nav-thumbnails .slick-slide img {
    border-radius: 17px;
  }

  .slider-nav-thumbnails .slick-slide.slick-current::before {
    border-bottom: 5px solid #333;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    top: -6px;
    width: 0;
  }

  .slider-nav-thumbnails .slick-slide.slick-current img {
    border: 2px solid #a2d2c9;
  }

.slider-nav-thumbnails div.slick-slide {
  margin: 0 10px;
}

.slider-nav-thumbnails button {
  opacity: 0;
}

  .slider-nav-thumbnails button.slick-arrow {
    margin: 0;
    border: 0;
    background: #F2F3F4;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 24px;
    z-index: 9;
    color: #7E7E7E;
  }

    .slider-nav-thumbnails button.slick-arrow:hover {
      color: #fff;
      background-color: #0aa4ab;
    }

    .slider-nav-thumbnails button.slick-arrow.slick-prev {
      left: -20px;
    }

    .slider-nav-thumbnails button.slick-arrow.slick-next {
      right: -20px;
    }

.slider-nav-thumbnails:hover button {
  opacity: 1;
}

.slider-nav-thumbnails .slick-prev,
.slider-nav-thumbnails .slick-next {
  font-size: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product-info {
  border: 1px solid #ececec;
  border-radius: 15px;
  padding: 40px 50px;
}

.tab-style3 .nav-tabs .nav-item a.active, .tab-style3 .nav-tabs .nav-item a:hover {
  color: #0aa4ab;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

.tab-style3 .nav-tabs li.nav-item a {
  display: block;
  padding: 13px 24px !important;
  text-align: center;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  font-size: 17px;
  border-radius: 30px;
  border: 1px solid #ececec;
  background: #fff;
  color: #7E7E7E;
}

.tab-content.shop_info_tab {
  margin-top: 40px;
}

.tab-pane .comments-area {
  padding-top: 0;
  border: 0;
}


.detail-gallery .product-image-slider {
  background-color: #fff;
  margin-bottom: 30px;
  border-radius: 15px;
  border: 1px solid #ececec;
  overflow: hidden;
}

  .detail-gallery .product-image-slider img {
    opacity: 1;
    border-radius: 16px;
  }

  .detail-gallery .product-image-slider.slider-nav-thumbnails {
    background: none;
    border-radius: 0;
  }

  .detail-gallery .product-image-slider button.slick-arrow {
    background: none;
    border: 0;
    padding: 0;
    font-size: 14px;
  }

    .detail-gallery .product-image-slider button.slick-arrow i {
      color: #adadad;
    }

.product-detail .section-title.style-1 {
  font-size: 20px;
}



/*BLOG*/

.single-content {
  text-rendering: optimizeLegibility;
  color: #253D4E;
  font-size: 17px;
}

  .single-content h1 {
    font-size: 56px;
    line-height: 72px;
    margin-bottom: 32px;
  }

  .single-content h2 {
    font-size: 48px;
    line-height: 64px;
    margin-bottom: 30px;
  }

  .single-content h3 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 28px;
  }

  .single-content h4 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 26px;
  }

  .single-content h5 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px;
  }

  .single-content h6 {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 22px;
  }

  .single-content p {
    margin-bottom: 1.2em;
    font-weight: 400;
  }

  .single-content ul {
    list-style: circle;
    padding-left: 1rem;
    font-size: 1rem;
  }

    .single-content ul li {
      position: relative;
      margin-bottom: 7px;
    }

  .single-content ol li {
    font-size: 1rem;
  }

  .single-content .single-excerpt {
    font-size: 24px;
    line-height: 32px;
  }

  .single-content p {
    color: #253D4E;
    font-size: 17px;
  }

  .single-content blockquote {
    background-color: #F4F6FA;
    padding: 40px 60px;
    border-radius: 15px;
    margin: 30px auto;
    font-size: 24px;
    max-width: 80%;
  }

    .single-content blockquote p {
      font-size: 24px;
      line-height: 32px;
      color: #7E7E7E;
      margin-bottom: 0;
    }

.single-header {
  margin-bottom: 30px;
}

  .single-header .entry-meta.meta-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .single-header .single-header-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

    .single-header .single-header-meta .social-icons ul {
      margin-top: 15px;
    }

.single-thumbnail {
  margin-bottom: 30px;
}

  .single-thumbnail img {
    border-radius: 15px;
    overflow: hidden;
  }

.entry-bottom {
  border-top: 1px solid #ececec;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

  .entry-bottom .social-icons ul {
    margin-top: 15px;
  }

    .entry-bottom .social-icons ul img {
      width: 20px;
      opacity: .6;
    }

.author-bio {
  border-radius: 15px;
  border: 1px solid #ececec;
}

  .author-bio .author-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

    .author-bio .author-image img {
      margin-right: 10px;
    }

    .author-bio .author-image p {
      font-size: 14px;
    }

/*Entry meta*/
.entry-meta {
  line-height: 1;
}

  .entry-meta.meta-2 .author-img img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }

  .entry-meta.meta-2 .author-name {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    margin-top: 5px;
  }

  .entry-meta.meta-2 a.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .entry-meta .author-add {
    font-size: 12px;
  }

  .entry-meta.meta-1 span {
    margin-right: 10px;
  }

  .entry-meta.meta-1 a.text-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

    .entry-meta.meta-1 a.text-brand i {
      margin-left: 5px;
    }

  .entry-meta.meta-0 span {
    padding: 4px 10px 4px 19px;
    font-size: 11px;
    letter-spacing: 0.8px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 30px;
    position: relative;
    margin-left: -5px;
  }

    .entry-meta.meta-0 span::before {
      content: "";
      width: 6px;
      height: 6px;
      background: none;
      margin-right: 3px;
      border-radius: 5px;
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 8px;
      margin-top: -3px;
      border: 1px solid #0aa4ab;
    }

  .entry-meta .author-avatar img {
    max-width: 30px;
    margin-right: 5px;
  }

span.has-dot {
  position: relative;
  padding-left: 10px;
}

  span.has-dot::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #d2d2d2;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    display: block;
    left: -2px;
  }

h6.post-title {
  font-size: 14px;
}

.post-title a {
  color: #253D4E;
}

  .post-title a:hover {
    color: #0aa4ab;
  }

.post-thumb {
  overflow: hidden;
  position: relative;
}

  .post-thumb.border-radius-5 img {
    border-radius: 5px;
  }

  .post-thumb a {
    line-height: 1;
  }

  .post-thumb .entry-meta {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
  }

    .post-thumb .entry-meta a {
      display: inline-block;
      color: #fff !important;
      background-color: #FDC040;
      border-radius: 4px;
      width: 32px;
      height: 32px;
      text-align: center;
      line-height: 35px;
    }

/*Loop Grid*/
.loop-grid {
  position: relative;
}

  .loop-grid article {
    position: relative;
    background: #fff;
    overflow: hidden;
  }

  .loop-grid .entry-content {
    padding: 30px;
  }

  .loop-grid .entry-content-2 {
    padding: 20px 20px;
    width: 100%;
  }

    .loop-grid .entry-content-2 .post-title {
      font-size: 24px;
    }

  .loop-grid.loop-list {
    position: relative;
  }

    .loop-grid.loop-list article {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border: 1px solid #ececec;
      align-items: center;
    }

      .loop-grid.loop-list article:not(:last-child) {
        margin-bottom: 30px;
      }

      .loop-grid.loop-list article .post-thumb {
        min-width: 200px;
        overflow: hidden;
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
      }

        .loop-grid.loop-list article .post-thumb a {
          width: 100%;
          height: 100%;
          display: block;
        }



.img-hover-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 280px;
  overflow: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.top-right-icon {
  position: absolute;
  bottom: 15px;
  right: 15px;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  z-index: 3;
  color: #fff;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -ms-transition: all 0.4s ease;
}

.top-left-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
  display: inline-block;
  color: #fff !important;
  background-color: #FDC040;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 35px;
}

.entry-meta.meta-1, .entry-meta.meta-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

  .entry-meta.meta-1.meta-3, .entry-meta.meta-2.meta-3 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }

.entry-meta a.read-more {
  font-size: 12px;
  border-radius: 30px;
  border: 1px solid #abd7ab;
  padding: 10px 15px;
  color: #98ca98;
  font-weight: 600;
  display: inline-block;
}

/*LAYOUT -> HEADER STYLE*/
/*Header default*/
.header-top-ptb-1 {
  padding: 7px 0;
  border-bottom: 1px solid #ececec;
  font-size: 13px;
  line-height: 1;
}

.header-info-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-info > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

  .header-info > ul > li {
    margin-right: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

    .header-info > ul > li:before {
      content: '';
      position: absolute;
      right: -10px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 1px;
      height: 10px;
      background: #dedfe2;
    }

    .header-info > ul > li:last-child {
      margin-right: 0;
    }

      .header-info > ul > li:last-child:before {
        display: none;
      }

    .header-info > ul > li a {
      color: #fff;
      font-weight: 500;
    }

      .header-info > ul > li a i {
        font-size: 12px;
        margin-right: 5px;
      }

    .header-info > ul > li:hover > a {
      color: #333;
    }


.header-info i {
  font-size: 12px;
  margin-right: 5px;
  line-height: 6px;
}

.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

  .header-wrap .header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-wrap.header-space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  }

  .header-wrap .header-right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

.logo a {
  display: block;
  float: left;
  height: 50px;
}

.logo.logo-width-1 {
  margin-right: 70px;
}


.header-action .header-action-icon.header-action-mrg-none2 {
  margin-right: 0px;
}

.header-action .header-action-icon:last-child {
  margin-right: 0;
}

.header-action .header-action-icon > a span.pro-count {
  position: absolute;
  right: -5px;
  bottom: -4px;
  color: #ffffff;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}

.header-action-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

  .header-action-2 .header-action-icon-2 span.lable {
    font-size: 16px;
    margin: 5px 0 0 10px;
  }

  .header-action-2 .header-action-icon-2:last-child {
    padding: 0 0px 0 8px;
  }

  .header-action-2 .header-action-icon-2 > a {
    font-size: 30px;
    color: #333;
    line-height: 1;
    display: inline-block;
    position: relative;
  }

    .header-action-2 .header-action-icon-2 > a img {
      width: 100%;
      max-width: 25px;
    }

    .header-action-2 .header-action-icon-2 > a span {
      font-size: 14px;
      color: #7E7E7E;
    }

      .header-action-2 .header-action-icon-2 > a span.pro-count {
        position: absolute;
        right: -11px;
        top: -5px;
        color: #ffffff;
        height: 20px;
        width: 20px;
        border-radius: 100%;
        font-weight: 500;
        font-size: 12px;
        text-align: center;
        line-height: 20px;
      }

.cart-dropdown-wrap ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 20px;
}

  .cart-dropdown-wrap ul li .shopping-cart-img a {
    display: block;
  }

.header-height-2 {
  border-bottom: 1px solid #ececec;
}

.header-height-3 {
  min-height: 132px;
}

.header-height-4 {
  min-height: 120px;
}


.mobile-header-wrapper-style.sidebar-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a {
  display: block;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav {
  height: 100%;
}


.header-action-right {
  display: none;
}


.header-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

  .header-action .header-action-icon {
    margin-right: 28px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

    .header-action .header-action-icon.header-action-mrg-none {
      margin-right: 13px;
    }

    .header-action .header-action-icon > a {
      font-size: 24px;
      color: #333;
      line-height: 1;
      display: inline-block;
      position: relative;
    }

      .header-action .header-action-icon > a span.pro-count.blue {
        background-color: #0aa4ab;
      }

    .header-action .header-action-icon:hover > a {
      color: #0aa4ab;
    }

    .header-action .header-action-icon:hover .cart-dropdown-wrap {
      opacity: 1;
      visibility: visible;
      top: calc(100% + 10px);
    }

  .header-action.header-action-hm3 .header-action-icon.header-action-mrg-none2 {
    margin-right: 0px;
  }

  .header-action.header-action-hm3 .header-action-icon:last-child {
    margin-right: 0;
  }

.header-action-2 .header-action-icon-2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
}

  .header-action-2 .header-action-icon-2 > a svg {
    width: 1em;
    height: 1em;
  }

  .header-action-2 .header-action-icon-2 > a span.pro-count.blue {
    background-color: #0aa4ab;
  }

  .header-action-2 .header-action-icon-2:hover > a {
    color: #0aa4ab;
    fill: #0aa4ab;
  }

.sticky-bar.stick {
  -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  left: 0;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  border-bottom: 2px solid #FDC040;
  background: #fff;
}

  .sticky-bar.stick.sticky-white-bg {
    background-color: #fff;
  }

  .sticky-bar.stick.sticky-blue-bg {
    background-color: #3286e0;
  }

.header-height-1 {
  min-height: 133px;
}


.header-bottom-shadow {
  -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.05);
}

.header-bottom .header-action-right a span.pro-count {
  background-color: #0aa4ab;
  color: #fff;
}


.close-style-wrap {
  position: absolute;
  right: 55px;
  top: 40px;
}

  .close-style-wrap.close-style-position-inherit {
    position: inherit;
  }

  .close-style-wrap .close-style {
    position: relative;
    background-color: transparent;
    padding: 0;
    border: none;
    width: 26px;
    height: 26px;
    background-color: #DEF9EC;
    border-radius: 30px;
  }

    .close-style-wrap .close-style > i {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 10px;
      height: 1px;
      margin: 0 !important;
      -webkit-transform-origin: center;
      transform-origin: center;
      display: block;
      overflow: hidden;
    }

      .close-style-wrap .close-style > i.icon-top {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
      }

        .close-style-wrap .close-style > i.icon-top::before {
          transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
          -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
          -webkit-transform-origin: right;
          transform-origin: right;
        }

        .close-style-wrap .close-style > i.icon-top::after {
          transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
          -webkit-transform: scaleX(0) translateZ(0);
          transform: scaleX(0) translateZ(0);
          -webkit-transform-origin: left;
          transform-origin: left;
        }

      .close-style-wrap .close-style > i.icon-bottom {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
      }

        .close-style-wrap .close-style > i.icon-bottom::before {
          transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
          -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
          -webkit-transform-origin: right;
          transform-origin: right;
        }

        .close-style-wrap .close-style > i.icon-bottom::after {
          transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
          -webkit-transform: scaleX(0) translateZ(0);
          transform: scaleX(0) translateZ(0);
          -webkit-transform-origin: left;
          transform-origin: left;
        }

    .close-style-wrap .close-style:hover {
      -webkit-transform: rotateZ(360deg);
      transform: rotateZ(360deg);
    }

    .close-style-wrap .close-style > i::before,
    .close-style-wrap .close-style > i::after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      background-color: #111;
    }

.burger-icon {
  position: relative;
  width: 24px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

  .burger-icon > span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
  }

    .burger-icon > span.burger-icon-top {
      top: 2px;
    }

    .burger-icon > span.burger-icon-bottom {
      bottom: 2px;
    }

    .burger-icon > span.burger-icon-mid {
      top: 9px;
    }

    .burger-icon > span::before,
    .burger-icon > span::after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      background-color: #333;
    }

  .burger-icon.burger-icon-white > span::before,
  .burger-icon.burger-icon-white > span::after {
    background-color: #253D4E;
  }

.body-overlay-1 {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  visibility: hidden;
  width: 100%;
  cursor: crosshair;
  z-index: 9999;
}

.mobile-menu-active .body-overlay-1 {
  opacity: 1;
  visibility: visible;
}

.main-wrapper {
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mobile-header-wrapper-style {
  position: fixed;
  top: 0;
  width: 360px;
  min-height: 100vh;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translate(-200px, 0);
  transform: translate(-200px, 0);
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
  z-index: 99999;
}

  .mobile-header-wrapper-style .mobile-header-wrapper-inner {
    padding: 0px 0px 30px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }

    .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 20px 30px;
      background-color: #ffffff;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }

      .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a img {
        width: 100px;
      }

    .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area {
      padding: 30px 30px 30px;
    }

      .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li {
        display: block;
        position: relative;
        padding: 13px 0;
        border-bottom: 1px solid #ececec;
      }

        .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:last-child {
          border-bottom: none;
        }

        .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.menu-item-has-children .menu-expand {
          right: 0;
          position: absolute;
          cursor: pointer;
          z-index: 9;
          text-align: center;
          font-size: 12px;
          display: block;
          width: 30px;
          height: 30px;
          line-height: 38px;
          top: 5px;
          color: #253D4E;
        }

          .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.menu-item-has-children .menu-expand i {
            font-size: 14px;
            font-weight: 300;
          }

        .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.menu-item-has-children.active > .menu-expand {
          background: rgba(255, 255, 255, 0.2);
        }

          .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.menu-item-has-children.active > .menu-expand i::before {
            content: "\f106";
          }

        .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a {
          font-size: 14px;
          line-height: 1;
          text-transform: capitalize;
          font-weight: 700;
          position: relative;
          display: inline-block;
          color: #253D4E;
        }

          .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a i {
            margin-right: 5px;
          }

        .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul {
          padding: 10px 0 0 10px;
        }

          .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li {
            padding: 10px 0;
            border-bottom: none;
          }

            .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li.menu-item-has-children .menu-expand {
              top: 0px;
            }

            .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li a {
              font-size: 14px;
              display: block;
              font-weight: 500;
            }

            .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li ul {
              margin-top: 0;
            }

            .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li.menu-item-has-children.active {
              padding-bottom: 0;
            }

        .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:hover > a {
          color: #0aa4ab;
        }


      .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap {
        padding: 10px;
        border-radius: 5px;
        border: 1px solid #ececec;
        margin: 17px 0 30px 0;
      }

        .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info {
          position: relative;
          margin-bottom: 13px;
        }

          .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info:last-child {
            margin-bottom: 0;
          }

          .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a {
            font-size: 14px;
            display: block;
            font-weight: 500;
            color: #253D4E;
          }

            .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a:hover {
              color: #0aa4ab;
            }

            .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a i {
              font-size: 14px;
              color: #0aa4ab;
              margin-right: 8px;
            }

          .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown {
            margin-top: 5px;
            display: none;
            background-color: transparent;
            -webkit-box-shadow: none;
            box-shadow: none;
            padding: 10px 0 0 0;
            width: 100%;
            z-index: 11;
          }

            .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li {
              padding-bottom: 10px;
            }

              .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li:last-child {
                padding-bottom: 0px;
              }

              .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li a {
                font-size: 16px;
                color: rgba(255, 255, 255, 0.7);
                font-weight: 400;
              }

                .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li a:hover {
                  color: #0aa4ab;
                }

          .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info:hover > a {
            color: #253D4E;
          }

      .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-border {
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
      }

      .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .site-copyright {
        font-size: 13px;
        color: #B6B6B6;
      }

.mobile-social-icon a {
  text-align: center;
  font-size: 14px;
  margin-right: 5px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  height: 30px;
  width: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #0aa4ab;
  border-radius: 30px;
  line-height: 1;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  color: #fff;
}

  .mobile-social-icon a i {
    margin: 0;
    font-size: 14px;
  }

  .mobile-social-icon a:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    margin-top: -2px;
  }

  .mobile-social-icon a:last-child {
    margin-right: 0;
  }

.header-info .mobile-social-icon a {
  border: 1px solid #fff;
}

.hotline img {
  min-width: 35px;
  margin-right: 12px;
}

.hotline p {
  color: #0aa4ab;
  font-size: 26px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  display: block;
  line-height: 1;
}

  .hotline p span {
    font-weight: 500;
    font-size: 12px;
    font-family: "Lato", sans-serif;
    color: #7E7E7E;
    display: block;
    letter-spacing: 0.9px;
  }

/* Header style 1 */
.header-style-1 {
  position: relative;
  overflow-x: clip;
  z-index: 999;
}

  .header-style-1.header-height-2 {
    border-bottom: 0;
  }

  .header-style-1 .header-top-ptb-1 {
    background: #0aa4ab;
    padding: 10px 0;
  }

    .header-style-1 .header-top-ptb-1 .language-dropdown a {
      color: #253D4E;
    }


  .header-style-1 .select2-container {
    max-width: unset;
    min-width: 150px;
  }

  .header-style-1 .header-bottom-bg-color {
    background-color: #fff;
    border-bottom: 1px solid #ececec;
  }


  .header-style-1 .main-menu.main-menu-light-white > nav > ul > li > a {
    color: #494949;
  }

  .header-style-1 .stick .main-menu.main-menu-light-white > nav > ul > li > a {
    color: #ffffff !important;
  }


  .header-style-1 .hotline p {
    color: #0aa4ab !important;
  }


  .header-style-1.header-style-5 .header-bottom-bg-color {
    background-color: #0aa4ab !important;
  }

  .header-style-1.header-style-5 .main-menu > nav > ul > li > a {
    color: #fff;
  }

  .header-style-1.header-style-5 .hotline p {
    color: #fff !important;
  }

    .header-style-1.header-style-5 .hotline p span {
      color: #fff !important;
    }

span.fi-rs-apps {
  font-size: 16px;
}

.hotline i {
  opacity: 0.7;
}

/*LAYOUT -> NAVIGATION STYLE*/
.main-menu.main-menu-mrg-1 {
  margin: 0 0 0 27px;
}

.main-menu > nav > ul > li.hot-deals {
  padding-right: 30px !important;
}

  .main-menu > nav > ul > li.hot-deals img {
    position: relative;
    margin-bottom: -4px;
    margin-right: 8px;
  }

.main-menu > nav > ul > li.position-static {
  position: static;
}

.main-menu > nav > ul > li > a {
  font-size: 15px;
  font-weight: 500;
  color: #253D4E;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 3px;
}

  .main-menu > nav > ul > li > a > i {
    font-size: 13px;
  }

  .main-menu > nav > ul > li > a.drop-down:after {
    content: "\f107";
    font-family: var(--fa-style-family,"Font Awesome 6 Pro");
    font-size: 13px;
  }

  .main-menu > nav > ul > li > a.active {
    color: #0aa4ab;
  }

.main-menu > nav > ul > li ul.sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #ffffff;
  min-width: 250px;
  padding: 15px;
  -webkit-transition: all .25s ease 0s;
  transition: all .25s ease 0s;
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
  border-radius: 10px;
  z-index: 999;
  border: 1px solid #ececec;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

  .main-menu > nav > ul > li ul.sub-menu li {
    line-height: 1;
    display: block;
    position: relative;
    border-bottom: 1px dotted;
  }

    .main-menu > nav > ul > li ul.sub-menu li:last-child {
      margin-bottom: 0;
      border-bottom: none;
    }

    .main-menu > nav > ul > li ul.sub-menu li ul.level-menu {
      position: absolute;
      left: 100%;
      top: -110px;
      background-color: #ffffff;
      width: 240px;
      padding: 33px 0 35px;
      -webkit-transition: all .25s ease 0s;
      transition: all .25s ease 0s;
      opacity: 0;
      visibility: hidden;
      border-radius: 10px;
      margin-top: 20px;
      border: 1px solid #ececec;
      -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
      box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    }

      .main-menu > nav > ul > li ul.sub-menu li ul.level-menu.level-menu-modify {
        top: -25px;
      }

    .main-menu > nav > ul > li ul.sub-menu li a i {
      font-size: 9px;
      float: right;
      position: relative;
      top: 4px;
    }

    .main-menu > nav > ul > li ul.sub-menu li:hover > a {
      color: #000;
    }

    .main-menu > nav > ul > li ul.sub-menu li:hover ul.level-menu {
      opacity: 1;
      visibility: visible;
      margin-top: 0px;
    }

.main-menu > nav > ul > li ul.mega-menu {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #ffffff;
  width: 100%;
  padding: 25px;
  -webkit-transition: all .25s ease 0s;
  transition: all .25s ease 0s;
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
  border-radius: 0 0 10px 10px;
  z-index: 999;
  border: 1px solid #ececec;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

  .main-menu > nav > ul > li ul.mega-menu li {
    line-height: 1;
    display: block;
    position: relative;
    float: left;
    padding-right: 10px;
  }

    .main-menu > nav > ul > li ul.mega-menu li:last-child {
      margin-bottom: 0;
    }

    .main-menu > nav > ul > li ul.mega-menu li.sub-mega-menu-width-22 {
      width: 25%;
    }

  .main-menu > nav > ul > li ul.mega-menu > li > a {
    background: #4f4f4f;
    font-size: 15px;
    font-weight: 700;
    padding: 8px 10px;
    color: #fff;
    display: block;
    margin-bottom: 15px;
    line-height: normal;
  }

  .main-menu > nav > ul > li ul.mega-menu li ul li {
    line-height: 1;
    display: block;
    float: none;
    border-bottom: 1px dotted;
  }

    .main-menu > nav > ul > li ul.mega-menu li ul li:last-child {
      margin-bottom: 0;
    }

    .main-menu > nav > ul > li ul.mega-menu li ul li:hover {
      background: #0aa4ab;
    }

    .main-menu > nav > ul > li ul.mega-menu li ul li a {
      font-size: 14px;
      color: #253d4e;
      display: block;
      padding: 5px 0;
      line-height: 28px;
      font-weight: 400;
    }

      .main-menu > nav > ul > li ul.mega-menu li ul li a:before {
        content: "\f005";
        font-family: var(--fa-style-family,"Font Awesome 6 Pro");
        margin-right: 5px;
        font-weight: bold;
      }

      .main-menu > nav > ul > li ul.mega-menu li ul li a:hover {
        color: #fff;
        transform: translate(1em,0);
        transition: all .5s ease 0s;
      }

.main-menu > nav > ul > li:hover > a {
  color: #0aa4ab;
}

.main-menu > nav > ul > li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.main-menu > nav > ul > li:hover ul.mega-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.main-menu.hover-boder > nav > ul > li > a {
  position: relative;
}

  .main-menu.hover-boder > nav > ul > li > a::after {
    content: none;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 34px;
    height: 1px;
    width: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: #0aa4ab;
  }

.main-menu.hover-boder > nav > ul > li:hover > a::after {
  width: 100%;
  left: 0;
  right: auto;
}

.main-menu.hover-boder.hover-boder-white > nav > ul > li > a::after {
  bottom: 18px;
  background: #ffffff;
}

.main-menu.hover-boder.hover-boder-modify > nav > ul > li > a::after {
  bottom: 28px;
}

.main-menu.main-menu-light-white > nav > ul > li > a {
  color: white;
}

.main-menu.main-menu-padding-1 > nav > ul > li {
  padding: 0 15px;
}

  .main-menu.main-menu-padding-1 > nav > ul > li:first-child {
    padding-left: 0 !important;
  }

.main-menu.main-menu-lh-2 > nav > ul > li {
  line-height: 70px;
}

.main-menu.main-menu-lh-3 > nav > ul > li {
  line-height: 80px;
}

.main-menu.main-menu-grow {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.main-menu > nav > ul > li {
  display: inline-block;
  position: relative;
}

  .main-menu > nav > ul > li ul.sub-menu li:hover {
    background: #0aa4ab;
  }

  .main-menu > nav > ul > li ul.sub-menu li a:before {
    content: "\f005";
    font-family: var(--fa-style-family,"Font Awesome 6 Pro");
    margin-right: 5px;
    font-weight: bold;
  }

  .main-menu > nav > ul > li ul.sub-menu li a {
    font-size: 14px;
    color: #253d4e;
    display: block;
    padding: 5px 0;
    line-height: 28px;
    font-weight: 400;
  }

    .main-menu > nav > ul > li ul.sub-menu li a:hover {
      color: #fff;
      transform: translate(1em,0);
      transition: all .5s ease 0s;
    }

  .main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
  }

  .main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-price {
    margin: 0 0 28px;
  }

    .main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-price span.new-price {
      font-size: 24px;
      font-weight: 700;
      color: #FD6E6E;
    }

  .main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-discount {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 100%;
    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;
    background-color: #ffd55a;
    position: absolute;
    top: 13%;
    right: 7%;
  }

    .main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-discount h3 {
      color: #333;
      margin: 0;
      text-align: center;
      font-size: 19px;
      font-weight: 600;
      line-height: 1;
    }

.main-menu.main-menu-lh-1 > nav > ul > li {
  line-height: 70px;
}


/*Pagination*/
.pagination-area .page-item {
  margin: 0 5px;
}

  .pagination-area .page-item:first-child {
    margin-left: 0;
  }

    .pagination-area .page-item:first-child .page-link {
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
    }

  .pagination-area .page-item:last-child .page-link {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
  }

  .pagination-area .page-item.active .page-link, .pagination-area .page-item:hover .page-link {
    color: #fff;
    background: #0aa4ab;
  }

  .pagination-area .page-item:last-child .page-link {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    line-height: 43px;
  }

  .pagination-area .page-item:first-child .page-link {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    line-height: 43px;
  }

.pagination-area .page-link {
  border: 0;
  padding: 0 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 40px;
  color: #7E7E7E;
  line-height: 40px;
  text-align: center;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  background-color: #F2F3F4;
}

  .pagination-area .page-link.dot {
    background-color: transparent;
    color: #7E7E7E;
    letter-spacing: 2px;
  }

/*LAYOUT -> SIDEBAR*/
.widget-category ul > li {
  padding: 6px 0;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
}

  .widget-category ul > li:hover {
    padding-left: 5px;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
  }

  .widget-category ul > li a {
    color: #242424;
  }

    .widget-category ul > li a:hover {
      color: #0aa4ab;
    }


.primary-sidebar .sidebar-widget {
  position: relative;
  padding: 15px;
  border: 1px solid #ececec;
  border-radius: 15px;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

.widget-category-2 ul.list-service {
  position: relative;
  opacity: 1;
  visibility: visible;
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: none;
}

  .widget-category-2 ul.list-service > li {
    width: 100%;
    float: none;
    padding: 0;
  }

    .widget-category-2 ul.list-service > li > a {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

      .widget-category-2 ul.list-service > li > a:after {
        content: "\f054";
        font-family: var(--fa-style-family,"Font Awesome 6 Pro");
      }

    .widget-category-2 ul.list-service > li.open > a:after {
      content: "\f078";
    }

    .widget-category-2 ul.list-service > li > ul {
      display: none;
    }

      .widget-category-2 ul.list-service > li > ul li a {
        padding: 10px 0 10px 10px;
      }

        .widget-category-2 ul.list-service > li > ul li a:before {
          content: "\f324";
          font-size: 10px;
          margin-right: 5px;
        }

.widget-category-2 ul li {
  line-height: normal;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  border-bottom: 1px solid #F2F3F4;
}

  .widget-category-2 ul li:last-child {
    border: none;
  }

  .widget-category-2 ul li:hover {
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
  }

    .widget-category-2 ul li:hover > a {
      color: #0aa4ab;
    }

  .widget-category-2 ul li a {
    padding: 10px 0;
    color: #253d4e;
    font-size: 14px;
    background: transparent;
    margin: 0;
    display: flex
  }

    .widget-category-2 ul li a:hover {
      color: #0aa4ab;
      background-color: transparent;
    }

.sidebar-support.s-list {
  padding: 0;
  margin: 0;
}

  .sidebar-support.s-list .s-item {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
    border-bottom: 1px solid #f2f3f4;
    padding: 0 0 10px;
  }

    .sidebar-support.s-list .s-item:last-child {
      margin: 0;
      border-bottom: none;
      padding: 0;
    }

    .sidebar-support.s-list .s-item .s-img {
      width: 30%;
      float: left;
      margin-right: 10px;
      overflow: hidden;
      padding: 0;
    }

    .sidebar-support.s-list .s-item .s-info {
      width: 70%;
      text-align: left;
    }
/*Social network widget*/

.sidebar-widget .widget-header {
  border-bottom: 1px solid #ececec;
}

  .sidebar-widget .widget-header h5 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 14px;
  }

.sidebar-widget .banner-img {
  float: none;
}

.widget_categories li.cat-item,
.widget_archive li,
.widget_pages li,
.widget_recent_comments li,
.widget_nav_menu li {
  text-align: right;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
  display: table;
  width: 100%;
  font-size: 14px;
  padding: 7px 0;
}

  .widget_categories li.cat-item:last-child {
    border: none;
  }

  .widget_categories li.cat-item a,
  .widget_archive li a,
  .widget_pages li a {
    text-align: left;
    float: left;
    padding: 0;
  }

.widget-tags li {
  margin: 0 20px 20px 0;
}

.social-network li {
  display: inline-block;
  margin: 0 5px 0 0;
}

.vendor-logo img {
  max-width: 150px;
}

/*newsletter*/
footer .mobile-social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
}

  footer .mobile-social-icon h6 {
    display: inline-block;
    margin-right: 15px;
  }



.widget-about {
  min-width: 300px;
  font-size: 15px;
}


.contact-infor {
  font-size: 15px;
  color: #fff;
}

  .contact-infor li:not(:last-child) {
    margin-bottom: 10px;
  }

  .contact-infor li a {
    color: #fff;
  }

.footer-link-widget p {
  font-size: 15px;
  color: #253D4E;
}

.footer-list {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  min-width: 170px;
}

  .footer-list li {
    display: block;
    margin: 0 0 5px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }

    .footer-list li:last-child {
      margin: 0;
    }

    .footer-list li:hover {
      padding-left: 5px;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
    }

    .footer-list li a {
      font-size: 13px;
      color: #fff;
      display: block;
      opacity: .5;
    }

      .footer-list li a:hover {
        opacity: 1;
      }


#scrollUp {
  width: 32px;
  height: 32px;
  color: #253D4E;
  right: 30px;
  bottom: 30px;
  border-radius: 30px;
  text-align: center;
  overflow: hidden;
  z-index: 999 !important;
  border: 2px solid #253D4E;
  background-color: #fff;
}

  #scrollUp i {
    display: block;
    line-height: 32px !important;
    font-size: 25px;
  }

  #scrollUp:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

.footer-mid {
  background: url(../images/footer-bg1.webp) center top no-repeat #fff;
  background-size: cover;
  border-top: 3px solid #ce2951;
}

  .footer-mid .widget-title {
    margin: 15px 0 20px 0;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
  }

/*LAYOUT -> SPACING**/
.section-padding-30 {
  padding: 30px 0;
}

.section-padding-50 {
  padding: 50px 0;
}

.section-padding-60 {
  padding: 60px 0;
}

.section-padding {
  padding: 25px 0;
}

.ptb-0 {
  padding: 0;
}

.ptb-10 {
  padding: 10px 0;
}

.ptb-20 {
  padding: 20px 0;
}

.ptb-30 {
  padding: 30px 0;
}

.ptb-35 {
  padding: 35px 0;
}

.ptb-32 {
  padding: 32px 0;
}

.ptb-40 {
  padding: 40px 0;
}

.ptb-50 {
  padding: 50px 0;
}

.ptb-60 {
  padding: 60px 0;
}

.ptb-70 {
  padding: 70px 0;
}

.ptb-80 {
  padding: 80px 0;
}

.ptb-90 {
  padding: 90px 0;
}

.ptb-100 {
  padding: 100px 0;
}

.ptb-110 {
  padding: 110px 0;
}

.ptb-120 {
  padding: 120px 0;
}

.ptb-130 {
  padding: 130px 0;
}

.ptb-140 {
  padding: 140px 0;
}

.ptb-150 {
  padding: 150px 0;
}

.ptb-160 {
  padding: 160px 0;
}

.ptb-170 {
  padding: 170px 0;
}

.ptb-177 {
  padding: 177px 0;
}

.ptb-180 {
  padding: 180px 0;
}

.ptb-190 {
  padding: 190px 0;
}

.ptb-200 {
  padding: 200px 0;
}

.ptb-210 {
  padding: 210px 0;
}

.ptb-220 {
  padding: 220px 0;
}

.ptb-290 {
  padding: 290px 0;
}

.ptb-310 {
  padding: 310px 0;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-65 {
  padding: 65px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

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

.pt-40 {
  padding-top: 40px !important;
}

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

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-105 {
  padding-top: 105px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-115 {
  padding-top: 115px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-125 {
  padding-top: 125px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-135 {
  padding-top: 135px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-145 {
  padding-top: 145px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-155 {
  padding-top: 155px !important;
}

.pt-160 {
  padding-top: 160px !important;
}

.pt-165 {
  padding-top: 165px !important;
}

.pt-170 {
  padding-top: 170px !important;
}

.pt-175 {
  padding-top: 175px !important;
}

.pt-180 {
  padding-top: 180px !important;
}

.pt-185 {
  padding-top: 185px !important;
}

.pt-190 {
  padding-top: 190px !important;
}

.pt-195 {
  padding-top: 195px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pt-260 {
  padding-top: 260px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pl-105 {
  padding-left: 105px !important;
}

.pl-110 {
  padding-left: 110px !important;
}

.pl-115 {
  padding-left: 115px !important;
}

.pl-120 {
  padding-left: 120px !important;
}

.pl-125 {
  padding-left: 125px !important;
}

.pl-130 {
  padding-left: 130px !important;
}

.pl-135 {
  padding-left: 135px !important;
}

.pl-140 {
  padding-left: 140px !important;
}

.pl-145 {
  padding-left: 145px !important;
}

.pl-150 {
  padding-left: 150px !important;
}

.pl-155 {
  padding-left: 155px !important;
}

.pl-160 {
  padding-left: 160px !important;
}

.pl-165 {
  padding-left: 165px !important;
}

.pl-170 {
  padding-left: 170px !important;
}

.pl-175 {
  padding-left: 175px !important;
}

.pl-180 {
  padding-left: 180px !important;
}

.pl-185 {
  padding-left: 185px !important;
}

.pl-190 {
  padding-left: 190px !important;
}

.pl-195 {
  padding-left: 195px !important;
}

.pl-200 {
  padding-left: 200px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pr-105 {
  padding-right: 105px !important;
}

.pr-110 {
  padding-right: 110px !important;
}

.pr-115 {
  padding-right: 115px !important;
}

.pr-120 {
  padding-right: 120px !important;
}

.pr-125 {
  padding-right: 125px !important;
}

.pr-130 {
  padding-right: 130px !important;
}

.pr-135 {
  padding-right: 135px !important;
}

.pr-140 {
  padding-right: 140px !important;
}

.pr-145 {
  padding-right: 145px !important;
}

.pr-150 {
  padding-right: 150px !important;
}

.pr-155 {
  padding-right: 155px !important;
}

.pr-160 {
  padding-right: 160px !important;
}

.pr-165 {
  padding-right: 165px !important;
}

.pr-170 {
  padding-right: 170px !important;
}

.pr-175 {
  padding-right: 175px !important;
}

.pr-180 {
  padding-right: 180px !important;
}

.pr-185 {
  padding-right: 185px !important;
}

.pr-190 {
  padding-right: 190px !important;
}

.pr-195 {
  padding-right: 195px !important;
}

.pr-200 {
  padding-right: 200px !important;
}

.plr-5-percent {
  padding: 0 5%;
}

/***************************
    Page section margin 
****************************/
.mtb-0 {
  margin: 0;
}

.mtb-10 {
  margin: 10px 0;
}

.mtb-15 {
  margin: 15px 0;
}

.mtb-20 {
  margin: 20px 0;
}

.mtb-30 {
  margin: 30px 0;
}

.mtb-40 {
  margin: 40px 0;
}

.mtb-50 {
  margin: 50px 0;
}

.mtb-60 {
  margin: 60px 0;
}

.mtb-70 {
  margin: 70px 0;
}

.mtb-80 {
  margin: 80px 0;
}

.mtb-90 {
  margin: 90px 0;
}

.mtb-100 {
  margin: 100px 0;
}

.mtb-110 {
  margin: 110px 0;
}

.mtb-120 {
  margin: 120px 0;
}

.mtb-130 {
  margin: 130px 0;
}

.mtb-140 {
  margin: 140px 0;
}

.mtb-150 {
  margin: 150px 0;
}

.mtb-290 {
  margin: 290px 0;
}

.mb-24 {
  margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-0 {
  margin-left: 0px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.ml-105 {
  margin-left: 105px !important;
}

.ml-110 {
  margin-left: 110px !important;
}

.ml-115 {
  margin-left: 115px !important;
}

.ml-120 {
  margin-left: 120px !important;
}

.ml-125 {
  margin-left: 125px !important;
}

.ml-130 {
  margin-left: 130px !important;
}

.ml-135 {
  margin-left: 135px !important;
}

.ml-140 {
  margin-left: 140px !important;
}

.ml-145 {
  margin-left: 145px !important;
}

.ml-150 {
  margin-left: 150px !important;
}

.ml-155 {
  margin-left: 155px !important;
}

.ml-160 {
  margin-left: 160px !important;
}

.ml-165 {
  margin-left: 165px !important;
}

.ml-170 {
  margin-left: 170px !important;
}

.ml-175 {
  margin-left: 175px !important;
}

.ml-180 {
  margin-left: 180px !important;
}

.ml-185 {
  margin-left: 185px !important;
}

.ml-190 {
  margin-left: 190px !important;
}

.ml-195 {
  margin-left: 195px !important;
}

.ml-200 {
  margin-left: 200px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mr-105 {
  margin-right: 105px !important;
}

.mr-110 {
  margin-right: 110px !important;
}

.mr-115 {
  margin-right: 115px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

.mr-125 {
  margin-right: 125px !important;
}

.mr-130 {
  margin-right: 130px !important;
}

.mr-135 {
  margin-right: 135px !important;
}

.mr-140 {
  margin-right: 140px !important;
}

.mr-145 {
  margin-right: 145px !important;
}

.mr-150 {
  margin-right: 150px !important;
}

.mr-155 {
  margin-right: 155px !important;
}

.mr-160 {
  margin-right: 160px !important;
}

.mr-165 {
  margin-right: 165px !important;
}

.mr-170 {
  margin-right: 170px !important;
}

.mr-175 {
  margin-right: 175px !important;
}

.mr-180 {
  margin-right: 180px !important;
}

.mr-185 {
  margin-right: 185px !important;
}

.mr-190 {
  margin-right: 190px !important;
}

.mr-195 {
  margin-right: 195px !important;
}

.mr-200 {
  margin-right: 200px !important;
}

.benefits-grid {
  position: relative;
  padding: 20px 0;
  background-color: rgba(228,228,228,.38);
}

.benefits-item {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

  .benefits-item > a {
    background-color: rgba(102,102,102,.1);
    background-image: none;
    color: #0aa4ab;
    display: inline-block;
    height: 70px;
    line-height: 70px;
    width: 70px;
    transition: all 1s ease-in-out;
    border-radius: 100%;
  }

    .benefits-item > a > i {
      font-size: 38px;
      line-height: 70px;
    }

    .benefits-item > a:hover {
      background-color: #0aa4ab;
      color: #fff;
      transform: rotateZ(360deg);
      transition: all 1s ease-in-out;
    }

  .benefits-item h6 {
    color: #333;
    text-transform: none;
    margin: 10px 0 0;
  }

.list-service {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  width: 100%;
  padding: 25px;
  -webkit-transition: all .25s ease 0s;
  transition: all .25s ease 0s;
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
  border-radius: 10px;
  z-index: 99;
  border: 1px solid #ececec;
  -webkit-box-shadow: 5px 5px 15px rgba(0,0,0,.05);
  box-shadow: 5px 5px 15px rgba(0,0,0,.05);
  text-align: left;
}

.benefits-item:hover .list-service {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.list-service > li {
  line-height: 1;
  display: block;
  position: relative;
  float: left;
  padding-right: 10px;
  width: 25%;
}

  .list-service > li:last-child {
    padding-right: 0;
  }

  .list-service > li > a {
    background: #4f4f4f;
    font-size: 15px;
    font-weight: 700;
    padding: 8px 10px;
    color: #fff;
    display: block;
    margin-bottom: 10px;
  }

  .list-service > li > ul li:hover {
    background: #0aa4ab;
  }

  .list-service > li > ul li a {
    color: #4f4f4f;
    display: flex;
    font-size: 14px;
    line-height: normal;
    list-style: none;
    padding: 7px 0;
    transition: all .5s ease 0s;
    align-items: center;
  }

    .list-service > li > ul li a:before {
      content: "\f005";
      font-family: var(--fa-style-family,"Font Awesome 6 Pro");
      margin-right: 5px;
      font-weight: bold;
    }

  .list-service > li > ul li i {
    text-align: center;
    width: 25px;
    padding-right: 5px;
    font-size: 12px;
  }

  .list-service > li > ul li a:hover {
    color: #fff;
    transform: translate(1em,0);
    transition: all .5s ease 0s;
  }

.home-about-us {
  line-height: 83px;
  padding: 40px 0 10px;
  width: 100%;
  text-align: center;
}

  .home-about-us h1 {
    color: #0aa4ab;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 500;
  }

  .home-about-us p {
    color: #555;
    font-size: 16px;
    line-height: 27px;
    padding: 0 114px;
  }

  .home-about-us .btn {
    background: #0aa4ab;
    border: 2px solid #0aa4ab;
    border-radius: 7px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    padding: 5px 30px;
  }

    .home-about-us .btn:hover {
      background: #ce2851;
      border: 2px solid #ce2851;
    }

  .home-about-us .img-dash a {
    display: block;
    line-height: 1;
  }

    .home-about-us .img-dash a > img {
      width: 100%;
    }

.page-title-slider-1 {
  color: #2e2c2d;
  font-size: 13px;
  font-weight: 700;
  margin: 20px auto 20px;
  overflow: hidden;
  text-transform: uppercase;
  width: 70%;
  position: relative;
  z-index: 1;
  text-align: center;
}

  .page-title-slider-1::after, .page-title-slider-1::before {
    border-bottom: 1px dashed #999;
    content: "";
    display: block;
    width: 100%;
  }

.heading-center-1::before {
  bottom: 13px;
  position: absolute;
  z-index: 1;
}

.heading-center-1::after {
  bottom: 19px;
  position: absolute;
  z-index: 1;
}

.page-title-slider-1 h1, .page-title-slider-1 h2, .page-title-slider-1 h3, .page-title-slider-1 h4, .page-title-slider-1 h5 {
  color: #0aa4ab;
  font-size: 24px;
  margin: 0;
  text-transform: uppercase;
}

.heading-center-1 h1, .heading-center-1 h2, .heading-center-1 h3, .heading-center-1 h4, .heading-center-1 h5 {
  background: #fff;
  display: inline-block;
  min-width: 100px;
  padding: 5px 30px;
  position: relative;
  z-index: 10;
}

.e-column {
  transition: width .5s ease 0s;
  overflow: hidden;
  height: 325px;
}

  .e-column .e-placeholder {
    border: 1px solid #e6eaed;
    border-radius: 5px;
    cursor: pointer;
    height: 100%;
    text-align: center;
  }

    .e-column .e-placeholder .header {
      background: #f2f6f8;
      border-radius: 5px 5px 0 0;
      height: 100%;
      padding: 12px;
    }

      .e-column .e-placeholder .header h4 {
        font-size: 1em;
        font-weight: 700;
        margin: 20px 0 20px;
        text-align: center;
      }

      .e-column .e-placeholder .header img {
        margin-bottom: -70px;
      }

    .e-column .e-placeholder .content {
      color: #666;
      display: none;
      font-weight: 300;
      padding: 70px 20px 10px;
      text-align: justify;
    }

  .e-column.col-lg-4 .header {
    background: #0aa4ab;
    height: auto;
  }

  .e-column.col-lg-4 .content {
    display: block;
  }

.home-service {
  background-color: #333;
  position: relative;
  padding: 42px 0 0;
}

  .home-service .slogan .slogan-small {
    color: #fff;
    font-size: 1em;
    margin-bottom: 10px;
  }

  .home-service .slogan .slogan-large {
    color: #72bf44;
    font-size: 1.5em;
    margin: 0;
  }

  .home-service .list-service {
    position: relative;
    left: auto;
    top: auto;
    visibility: visible;
    opacity: 1;
    overflow: auto;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    display: flex;
  }

    .home-service .list-service > li {
      padding: 20px 20px 8px;
    }

      .home-service .list-service > li:first-child {
        background-color: #00968b;
      }

      .home-service .list-service > li:last-child {
        background-color: #f15a24;
      }

      .home-service .list-service > li:nth-child(2) {
        background-color: #0071bc;
      }

      .home-service .list-service > li:nth-child(3) {
        background-color: #80114d;
      }

      .home-service .list-service > li > a {
        color: #fff;
        display: block;
        font-size: 15px;
        border-bottom: 1px solid rgba(255,255,255,.5);
        font-weight: 600;
        text-transform: uppercase;
        background: none;
        padding: 0 0 5px;
      }

      .home-service .list-service > li > ul > li:hover {
        background: rgba(0,0,0,.1);
      }

      .home-service .list-service > li > ul > li a {
        color: #fff;
      }

        .home-service .list-service > li > ul > li a::before {
          content: "\e4be";
          font-weight: 300;
        }

.home-custommers {
  padding: 0 0 40px;
}

.supports {
  background: url(../images/support-bg.webp) top center no-repeat;
  background-size: cover;
  padding: 20px 0;
  position: relative;
}

  .supports .s-title {
    position: relative;
    color: #0aa4ab;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px;
    text-align: center;
  }

.s-list {
  background: #fff;
  margin: 0 0 10px;
  padding: 20px 15px;
}

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

  .s-item .s-img {
    padding: 0 80px;
  }

  .s-item .s-info .s-name {
    display: inline-block;
    color: #0aa4ab;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    margin: 0;
    padding: 5px 0;
  }

  .s-item .s-info .s-phone {
    display: inline-block;
    color: #444;
    font-size: 14px;
    width: 100%;
    margin: 0;
    font-weight: 600;
  }

    .s-item .s-info .s-phone i {
      display: inline-block;
      color: #ce2851;
      padding-right: 10px;
    }

  .s-item .s-info .s-email {
    display: inline-block;
    color: #444;
    width: 100%;
    margin: 0;
  }

    .s-item .s-info .s-email i {
      display: inline-block;
      color: #ce2851;
      padding-right: 10px;
    }

.question {
  padding: 20px 0;
  position: relative;
  background: #fff;
}

.module-news-event-home a:hover img {
  border: 0;
  transition: all .4s ease 0s;
  opacity: .3;
}

.help-motal .help-title {
  color: #0aa4ab;
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 51px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}

.help-motal .faq_q {
  color: #999;
  float: left;
  background: #fff;
  font-size: 24px;
  width: 42px;
  font-weight: 700;
  text-align: center;
}

.help-motal .card .card-header {
  background: #fff;
  display: flex;
  align-items: center;
}

.help-motal .card-title {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

  .help-motal .card-title i {
    color: #ce2851;
    font-size: 12px;
    font-weight: normal;
  }

.dttv > p {
  color: #4c4944;
  font-size: 24px;
  font-weight: 700;
  margin-top: 20px;
  font-style: italic;
  font-family: 'Times New Roman';
}

.pro-support .phone {
  background: #ed1c24;
  border-radius: 50px;
  font-size: 16px;
  box-shadow: 1px 3px #a6aaa9;
}

.box-sale-off .sales-off {
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
}

  .box-sale-off .sales-off:last-child {
    margin-bottom: 0;
  }

  .box-sale-off .sales-off a {
    width: 100%;
    padding: 5px 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    display: inline-block;
    transition: all .5s ease 0s;
  }

    .box-sale-off .sales-off a:hover {
      box-shadow: 0 3px 3px #cdcdcd;
      transition: all .5s ease 0s;
      transform: scale(1.1);
    }

    .box-sale-off .sales-off a i {
      color: #fff;
      font-size: 30px;
      width: 50px;
    }

  .box-sale-off .sales-off span {
    font-size: 20px;
  }

  .box-sale-off .sales-off a.a1 {
    background: #cd0027;
  }

  .box-sale-off .sales-off a.a2 {
    background: #e93052;
  }

  .box-sale-off .sales-off a.a3 {
    background: #b02575;
  }

  .box-sale-off .sales-off a.a4 {
    background: #268bb9;
  }

  .box-sale-off .sales-off a.a5 {
    background: #17b4bb;
  }

.relate-post li > a {
  color: #444;
  display: flex;
  font-size: 14px;
  line-height: normal;
  list-style: none;
  padding: 7px 0;
  transition: all .5s ease 0s;
  align-items: center;
}

  .relate-post li > a:before {
    font-family: var(--fa-style-family,"Font Awesome 6 Pro");
    margin-right: 5px;
    content: "\e4be";
    font-weight: 300;
  }

  .relate-post li > a:hover {
    transform: translate(1em,0);
    transition: all .5s ease 0s;
    color: #0aa4ab;
  }

.contact-map {
  width: 100%;
  height: 350px;
}

  .contact-map iframe {
    display: block;
    width: 100%;
    height: 100%;
  }

.wpb_wrapper .fa-location-dot {
  color: #0AA4AB;
}

.wpb_wrapper .fa-phone-volume {
  color: #f35b5b;
}

.wpb_wrapper .fa-envelope {
  color: #0AA4AB;
}

.image_boxes {
}

  .image_boxes .video_box {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100px;
    height: 100px;
  }

.video_box::before, .video_box::after {
  width: 0px;
  height: 0px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  animation: ripple 3s infinite;
  transition: all 0.4s ease;
  z-index: 0;
}

.video_box::after {
  animation-delay: 0.4s;
}

.video_box a {
  position: relative;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  z-index: 10;
  background: #00000060;
  color: #fff;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 35px;
}

.list-sharing {
  position: fixed;
  bottom: 125px;
  z-index: 999;
  right: 50px;
  opacity: 1;
  visibility: visible;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
}

  .list-sharing.is-show {
    right: 50px;
    opacity: 1;
    visibility: visible;
  }

  .list-sharing .listing {
    list-style: none;
    margin: 0;
    padding: 0;
  }

    .list-sharing .listing .item {
      margin-bottom: 5px;
    }

      .list-sharing .listing .item .item--icon {
        position: relative;
        display: inline-block;
        text-align: center;
        width: 50px;
        height: 50px;
        line-height: 45px;
        color: #fff;
        border-radius: 50%;
        cursor: pointer;
        background-size: auto;
        background-repeat: no-repeat;
        background-position: center;
        border: 2px solid #ebebeb;
      }

        .list-sharing .listing .item .item--icon:hover {
          text-decoration: none;
          opacity: .9;
          box-shadow: 0 5px 10px rgba(0,0,0,.15), 0 4px 15px rgba(0,0,0,.13);
        }

        .list-sharing .listing .item .item--icon img {
          border-radius: 100%;
          overflow: hidden;
        }

        .list-sharing .listing .item .item--icon .tooltip-text {
          position: absolute;
          top: 4px;
          right: 55px;
          z-index: 9;
          height: 32px;
          line-height: 26px;
          padding: 3px 10px;
          width: auto;
          border-radius: 5px;
          font-size: 11px;
          color: #fff;
          text-align: center;
          white-space: nowrap;
          cursor: pointer;
          background-color: rgba(0, 0, 0, 1);
          visibility: hidden;
          opacity: 0;
          -webkit-transition: all 200ms linear;
          transition: all 200ms linear;
        }

          .list-sharing .listing .item .item--icon .tooltip-text::after {
            content: "";
            width: 0;
            height: 0;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent transparent rgba(0, 0, 0, 1);
            position: absolute;
            left: 100%;
            top: 0;
            bottom: 0;
            margin: auto;
            -webkit-transition: all 200ms linear;
            transition: all 200ms linear;
          }

        .list-sharing .listing .item .item--icon:hover .tooltip-text {
          visibility: visible;
          opacity: 1;
        }

@media only screen and (max-width: 768px) {
  .menu-item-has-children.position-static {
    position: relative !important;
  }

  .home-about-us p {
    padding: 0;
  }

  .home-service .list-service {
    margin-top: 10px;
  }

    .home-service .list-service > li {
      width: 80%;
      flex-shrink: 0;
    }

  .totall-product h2 {
    font-size: 28px;
  }

  .loop-grid.loop-list article .post-thumb {
    min-width: auto;
    text-align:center;
  }

  .loop-grid.loop-list article h3.post-title {
    font-size: 22px;
  }



  .loop-grid.loop-list article .entry-content-2.pl-50 {
    padding-left: 30px !important;
  }

  .loop-big h2.post-title {
    font-size: 32px;
  }

  .header-style-1 .header-bottom-bg-color {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
  }

  .header-action-2 .header-action-icon-2:last-child {
    padding: 0;
  }

  .logo.logo-width-1 {
    margin-right: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

    .logo.logo-width-1 a img {
      width: 150px;
      min-width: 150px;
    }

  .header-wrap.header-space-between {
    justify-content: space-between;
  }

  .header-bottom {
    padding: 20px 0;
  }

  .header-action .header-action-icon {
    margin-right: 15px;
  }

    .header-action .header-action-icon.header-action-mrg-none {
      margin-right: 15px;
    }

    .header-action .header-action-icon.header-action-mrg-none2 {
      margin-right: 15px;
    }

    .header-action .header-action-icon > a {
      font-size: 20px;
    }

  .header-action-2 .header-action-icon-2 {
    padding: 0 6px;
  }

    .header-action-2 .header-action-icon-2:last-child {
      padding: 0 0 0 6px;
    }

    .header-action-2 .header-action-icon-2 > a {
      color: #fff;
      fill: #fff;
      font-size: 22px;
      margin-right: 10px;
    }

  .cart-dropdown-wrap {
    width: 290px;
    right: -39px;
  }

    .cart-dropdown-wrap ul li .shopping-cart-img {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
      flex: 0 0 60px;
      margin-right: 10px;
    }

    .cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a {
      padding: 12px 22px 13px;
    }


  .mobile-header-wrapper-style {
    width: 380px;
  }

    .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
      padding: 15px 30px 13px 30px;
      border-bottom: 1px solid #ececec;
    }

      .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a img {
        width: 140px;
      }

    .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area {
      padding: 30px;
    }

  .header-height-1 {
    min-height: 65px;
  }

  .header-height-2 {
    min-height: 65px;
  }

  .home-slider.pt-50 {
    padding-top: 0 !important;
  }


  .banner-big h4 {
    font-size: 12px;
  }

  .banner-big h2 {
    font-size: 16px;
  }

  .banner-big .btn {
    background-color: #0aa4ab;
    color: #fff;
    border-radius: 3px;
    font-size: 13px;
    padding: 10px 22px;
    border: 0;
  }

  .home-slider .slider-arrow {
    display: none;
  }


  .banner-img {
    float: left;
  }

    .banner-img.f-none {
      float: none;
    }

  .header-style-3 .header-bottom-bg-color {
    border-bottom: 2px solid #0aa4ab;
  }

  .header-style-3 .main-nav {
    border: none !important;
  }

  .header-style-3 .sticky-bar.stick.sticky-blue-bg {
    background-color: #0aa4ab;
  }

  .header-style-4 .main-nav {
    border: none !important;
  }

  .header-style-4 .sticky-bar.stick.sticky-blue-bg {
    background-color: #0aa4ab;
  }

  .card-2 figure {
    height: 135px;
  }

  .card-2 h6 {
    font-size: 14px;
    font-weight: 600;
  }

  .font-xxl {
    font-size: 38px;
  }

  .single-page.pl-30, .single-page.pr-30 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .download-app {
    margin-bottom: 0 !important;
  }

  .footer-mid .widget-about {
    min-width: 205px;
  }

    .footer-mid .widget-about strong {
      display: none;
    }

  .product-list .product-cart-wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

    .product-list .product-cart-wrap .product-img-action-wrap {
      max-width: 45%;
    }

    .product-list .product-cart-wrap h2 {
      font-size: 24px;
    }

    .product-list .product-cart-wrap p.mt-15 {
      display: none;
    }

    .product-list .product-cart-wrap .product-rate-cover {
      margin-bottom: 20px;
    }

  .detail-info {
    padding: 0 !important;
  }

    .detail-info h2 {
      font-size: 30px;
    }

    .detail-info .detail-extralink .detail-qty {
      padding: 11px 20px 11px 10px;
      max-width: 60px;
    }

    .detail-info .product-extra-link2 .button.button-add-to-cart {
      padding: 0px 15px;
    }

      .detail-info .product-extra-link2 .button.button-add-to-cart i {
        display: none;
      }

  .shopping-summery table tbody tr img {
    max-width: 80px;
    margin-right: 15px;
  }

  .shopping-summery .form-check-label {
    display: none;
  }

  .shopping-summery h6 {
    font-size: 14px;
  }

  .shopping-summery td.pl-30 {
    padding-left: 0 !important;
  }

  .shopping-summery button.btn {
    width: 120px;
    margin-left: 15px;
  }

  .product-cart-wrap .product-img-action-wrap .product-action-1 {
    min-width: 111px;
  }

  .custom-modal .modal-dialog {
    max-width: 720px !important;
  }

  .page-title-slider-1 {
    width: 100%;
  }

    .page-title-slider-1 h1, .page-title-slider-1 h2, .page-title-slider-1 h3, .page-title-slider-1 h4, .page-title-slider-1 h5 {
      font-size: 18px;
    }

  .tab-content.shop_info_tab {
    margin-top: 0;
  }

  .list-sharing {
    right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .mobile-promotion {
    display: block;
    padding: 7px 0;
    text-align: center;
    background: #0aa4ab;
    color: #fff;
  }
}

/*Mobile landscape*/
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-action .header-action-icon {
    margin-right: 20px;
  }

    .header-action .header-action-icon.header-action-mrg-none {
      margin-right: 20px;
    }

    .header-action .header-action-icon.header-action-mrg-none2 {
      margin-right: 20px;
    }

    .header-action .header-action-icon > a {
      font-size: 22px;
    }

  .header-action-2 .header-action-icon-2 {
    padding: 0 10px;
  }

    .header-action-2 .header-action-icon-2:last-child {
      padding: 0 0 0 10px;
    }

    .header-action-2 .header-action-icon-2 > a {
      font-size: 22px;
    }

  .cart-dropdown-wrap {
    width: 310px;
  }


  .comment-form .name {
    padding-right: 0px;
    margin-bottom: 1rem;
  }
}

/*Tablet*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-action .header-action-icon {
    margin-right: 33px;
  }

    .header-action .header-action-icon.header-action-mrg-none {
      margin-right: 33px;
    }

    .header-action .header-action-icon.header-action-mrg-none2 {
      margin-right: 33px;
    }

  .header-action-2 .header-action-icon-2 > a {
    color: #fff;
    fill: #fff;
  }


  .header-height-1 {
    min-height: 50px;
  }

  .header-height-2 {
    min-height: 50px;
    border-bottom: 2px solid #0aa4ab;
  }

  .header-height-3 {
    min-height: 50px;
  }

  .header-height-4 {
    min-height: 50px;
  }

  .header-style-5 .header-bottom {
    padding: 5px 0;
    border-bottom: 1px solid #f7f8f9;
  }

  .comment-form .email {
    padding-left: 0px;
  }

  .loop-grid.pr-30 {
    padding-right: 0 !important;
  }
}

/*Desktop*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .totall-product h2 {
    font-size: 28px;
  }

  .loop-grid.loop-list article .post-thumb {
    min-height: 220px;
    min-width: 300px;
  }

  .loop-grid.loop-list article h3.post-title {
    font-size: 22px;
  }


  .loop-grid.loop-list article .entry-content-2.pl-50 {
    padding-left: 30px !important;
  }

  .logo.logo-hm3 a img {
    width: 120px;
  }


  .main-menu.main-menu-mrg-1 {
    margin: 0 0 0 15px;
  }

  .main-menu > nav > ul > li ul.sub-menu li ul.level-menu.level-menu-modify {
    width: 165px;
  }

  .main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content {
    left: 20px;
    top: 22px;
  }

    .main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content h3 {
      font-size: 20px;
      line-height: 1.3;
      margin: 5px 0 7px;
    }

    .main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-price {
      margin: 0 0 10px;
    }

    .main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-btn a {
      padding: 10px 16px 13px;
    }

  .main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-discount {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }

  .main-menu.main-menu-padding-1 > nav > ul > li {
    padding: 0 8px;
  }

  .main-menu.main-menu-padding-1.hm3-menu-padding > nav > ul > li {
    padding: 0 6px;
  }

  .header-action.header-action-hm3 .header-action-icon {
    margin-right: 15px;
  }

    .header-action.header-action-hm3 .header-action-icon.header-action-mrg-none2 {
      margin-right: 0;
    }

    .header-action.header-action-hm3 .header-action-icon:last-child {
      margin-right: 0;
    }


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


  .header-height-1 {
    min-height: 157px;
  }

  .header-height-3 {
    min-height: 133px;
  }

  .header-height-4 {
    min-height: 144px;
  }
}

@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
  }

  .col-md-2-5 {
    width: 40%;
  }

  .col-md-3-5 {
    width: 60%;
  }

  .col-md-4-5 {
    width: 80%;
  }

  .col-md-5-5 {
    width: 100%;
  }
}

/*Wide screen*/


@media only screen and (min-width: 1200px) {


  .header-action-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .main-menu.main-menu-padding-1 > nav > ul > li {
    padding: 0 14px;
  }
}

@media only screen and (max-width: 1400px) {
  .product-cart-wrap.style-2 .product-content-wrap {
    max-width: 94%;
  }

  .display-2 {
    font-size: 64px;
  }

  .banner-img.style-2 {
    height: 483px;
  }

  .slider-nav-thumbnails button.slick-arrow.slick-prev {
    left: 10px;
  }

  .slider-nav-thumbnails button.slick-arrow.slick-next {
    right: 10px;
  }

  .zoomContainer {
    display: none;
  }

  .detail-info h2 {
    font-size: 30px;
  }

  .tab-style3 .nav-item {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 1024px) {


  .product-cart-wrap .product-action-1 a.action-btn {
    width: 34px;
    height: 34px;
    line-height: 40px;
    font-size: 13px;
  }

  .banner-big h1 {
    font-size: 22px;
  }

  .banner-big .btn {
    border-radius: 3px;
    font-size: 12px;
    padding: 6px 12px;
    border: 0;
  }

  .banner-img .banner-text h4 {
    margin-top: 0px !important;
  }

  .header-wrap .header-right {
    overflow: hidden;
  }

  .footer-link-cover {
    display: block;
  }

    .footer-link-cover .footer-link-widget {
      margin-right: 30px;
      float: left;
      margin-bottom: 30px;
    }

      .footer-link-cover .footer-link-widget:not(:last-child) {
        margin-right: 30px;
      }

  .et, .hotline, li.hot-deals, .header-action-2 .header-action-icon-2 span.lable {
    display: none !important;
  }

  .main-menu.main-menu-padding-1 > nav > ul > li {
    padding: 0 10px;
  }


  .banner-img .banner-text h4 {
    min-height: 50px;
    font-size: 18px;
  }


  .header-action-2 .header-action-icon-2:last-child {
    padding: 0 0 0 8px;
  }

  .nav-tabs.links .nav-link {
    padding: 0 7px;
    font-size: 14px;
  }

  .deals-countdown .countdown-section {
    padding: 20px 2px 30px 2px;
    margin-left: 2px;
    margin-right: 2px;
  }

  .section-title.style-1 {
    padding-bottom: 15px;
    font-size: 20px;
  }

  .product-list-small h6 {
    font-size: 14px;
  }

  .product-list-small .product-rate-cover {
    display: none;
  }

  .section-title.style-2 {
    display: block;
  }

    .section-title.style-2 h3 {
      margin-bottom: 25px;
      font-size: 28px;
    }

  .modal-open .modal {
    padding-right: 0 !important;
  }

  .vendor-wrap.style-2 {
    display: block;
  }

  .mt-md-30 {
    margin-top: 30px !important;
  }

  .banner-img.style-4 .banner-text h4 {
    font-size: 20px;
  }

  .header-style-1.header-style-5 .header-bottom-bg-color {
    background-color: #fff !important;
  }
}

/*small phone*/
@media only screen and (max-width: 480px) {
  .archive-header {
    padding: 30px;
  }

  .mobile-promotion {
    display: block;
    padding: 7px 0;
    text-align: center;
    background: #0aa4ab;
    color: #fff;
  }

  .loop-big h2.post-title {
    font-size: 22px;
  }

  .entry-meta.meta-1 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }

  .single-header-meta .single-share {
    display: none;
  }

  .single-content blockquote {
    padding: 20px 30px;
    border-radius: 15px;
    margin: 20px auto;
    font-size: 16px;
    max-width: 100%;
  }

    .single-content blockquote p {
      font-size: 16px;
      line-height: 22px;
    }


  .security-code {
    padding: 0 20px;
  }

  .post-list .post-thumb {
    max-width: unset;
    margin-right: 0 !important;
  }

  .entry-meta.meta-2 a.btn {
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .entry-meta.meta-2 .font-xs {
    max-width: 150px;
    line-height: 1.3;
  }

  .banner-bg h2 {
    font-size: 20px;
  }

  .single-header .single-header-meta, .entry-bottom {
    display: block;
  }

  .header-height-2 {
    min-height: 40px;
  }

  .banner-left-icon, .banner-img {
    margin-bottom: 15px;
  }

  .header-action-2 .header-action-icon-2:last-child {
    padding: 0;
  }

  .popular-categories .slider-btn.slider-prev {
    right: 50px !important;
    left: unset !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-4 {
    margin-bottom: 1rem;
  }

  .mb-sm-5 {
    margin-bottom: 2rem;
  }

  .heading-tab {
    display: block !important;
  }

    .heading-tab h3.section-title {
      margin-bottom: 15px !important;
    }

  .nav.right {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }


  ul.footer-list {
    margin-bottom: 30px;
  }

  .section-padding-60 {
    padding: 30px 0;
  }

  .pt-60, .pt-40 {
    padding-top: 30px !important;
  }

  .pb-60 {
    padding-bottom: 30px !important;
  }

  .mb-60 {
    margin-bottom: 30px !important;
  }


  .header-style-5 .header-action-2 .header-action-icon-2 > a {
    font-size: 18px;
  }

  .header-style-5 .sticky-bar.stick.sticky-white-bg {
    background-color: #fff;
    padding: 15px 0;
  }

  .font-xxl {
    font-size: 28px;
  }

  .w-50 {
    width: 100% !important;
  }

  .product-list .product-cart-wrap {
    display: block;
  }

    .product-list .product-cart-wrap .product-img-action-wrap {
      max-width: 100%;
    }

  .shop-product-fillter {
    display: block;
  }

    .shop-product-fillter .totall-product {
      margin-bottom: 15px;
    }

  .table td {
    display: block;
    width: 100%;
    text-align: center;
  }

    .table td::before {
      content: attr(data-title) " ";
      float: left;
      text-transform: capitalize;
      margin-right: 15px;
      font-weight: bold;
    }

  .table thead {
    display: none;
  }

  .loop-grid.pr-30 {
    padding-right: 0 !important;
  }

  .loop-grid.loop-list article {
    display: block;
  }

  .d-sm-none {
    display: none;
  }

  .banner-features {
    margin-bottom: 15px;
  }

  .product-cart-wrap:not(:last-child), .mb-xs-30 {
    margin-bottom: 30px !important;
  }

  .slick-track .product-cart-wrap {
    margin-bottom: 0 !important;
  }

  .first-post .meta-1 .font-sm {
    display: none;
  }

  .first-post .btn.btn-sm {
    display: none;
  }

  .loop-grid .entry-content {
    padding: 20px 20px 0 20px;
  }

  .img-hover-slide {
    min-height: 232px;
  }

  .comments-area .thumb {
    min-width: 100px;
  }

  .featured .col-lg-2 {
    width: 50%;
  }

  .nav-tabs .nav-link {
    font-size: 13px;
    padding: 10px 12px;
  }

  .deal {
    background-position: left bottom;
  }

  .deals-countdown .countdown-section {
    padding: 20px 2px 30px 2px;
    margin-left: 2px;
    margin-right: 2px;
  }

  .banner-bg {
    padding: 30px;
  }

  .product-list-small figure {
    margin-bottom: 20px !important;
  }

  .product-list-small .title-small {
    font-size: 16px;
    font-weight: 600;
  }


  footer .col-lg-2.col-md-3 {
    width: 50%;
  }

  footer .download-app a img {
    width: 150px;
  }

  .single-content .banner-text, .banner-img.banner-big .banner-text {
    display: none;
  }

  .comments-area {
    padding: 25px 0;
    margin-top: 0;
  }

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

  section.pt-150.pb-150 {
    padding: 50px 0 !important;
  }

  .product-detail .single-share {
    margin-bottom: 20px;
  }

  .product-detail .tab-style3 .nav-tabs li.nav-item a {
    padding: 0.5rem;
    text-transform: none;
  }

  .related-products .product-cart-wrap {
    margin-bottom: 30px;
  }

  .mb-sm-15 {
    margin-bottom: 15px;
  }

  .section-title {
    display: block;
    margin-bottom: 15px;
  }

    .section-title .title {
      display: block;
    }

    .section-title h3 {
      margin-bottom: 20px;
      font-size: 28px;
    }

    .section-title .show-all {
      display: none;
    }

  .nav-tabs.links .nav-link {
    margin-bottom: 10px;
  }

  .slider-arrow.slider-arrow-2.flex-right {
    display: none;
  }

  .product-grid-4 .product-cart-wrap {
    margin-bottom: 30px;
  }

  .product-list-small figure.col-md-4 {
    max-width: 30%;
    float: left;
    margin: 0 !important;
  }

  .product-list-small .col-md-8 {
    float: left;
    max-width: 70%;
  }


  footer p.font-md {
    font-size: 13px;
  }


  .product-info {
    border: 0;
    padding: 0;
  }

    .product-info .tab-style3 .nav-tabs li.nav-item a {
      padding: 11px 12px !important;
      font-size: 13px;
    }

  .shopping-summery table tbody tr img {
    max-width: 180px;
    margin-right: 0;
  }

  .toggle_info .font-lg, .toggle_info input, .apply-coupon .font-lg, .apply-coupon input {
    font-size: 14px !important;
  }

  .cart-totals.ml-30 {
    margin-left: 0 !important;
    text-align: center;
  }

  .order_table table .w-160 {
    margin: 0 auto;
  }

  .modal-open .modal {
    padding-right: 0 !important;
  }

  .archive-header-3 {
    padding: 30px;
  }

    .archive-header-3 .archive-header-3-inner {
      display: block;
    }
}

/*phone landscape*/
@media only screen and (min-width: 480px) and (max-width: 667px) {
  .header-height-2 {
    min-height: 40px;
  }

  .col-lg-4 .banner-img {
    margin-bottom: 30px;
  }

  .banner-features {
    margin-bottom: 30px;
  }

  .modal-open .modal {
    padding-right: 0 !important;
  }
}

/*small phone*/
@media only screen and (max-width: 375px) {
  .entry-meta .hit-count, .entry-meta.meta-2 .font-xs {
    display: none;
  }

  .deal {
    padding: 30px;
  }

  .custom-modal .modal-dialog .modal-content {
    padding: 0;
  }

  .deal .product-title {
    max-width: unset;
    font-size: 25px;
  }

  .modal-open .modal {
    padding-right: 0 !important;
  }
}

@media only screen and (min-width: 375px) and (max-width: 667px) {
  .deal .product-title {
    max-width: 100%;
    font-size: 35px;
  }
}

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