@charset "UTF-8";
@import url('../css2');

:root {
  --font1: 'Poppins', sans-serif;
  --font2: 'Poppins', sans-serif;
  --font3: 'Poppins', sans-serif;
  --main-color: #0aa1cf;
  --main-color2: #fa4993;
  --main-color3: #ee6467;
  --main-color4: #175197;
  --whiteColor: #ffffff;
  --white-color: #ffffff;
  --black-color: #1d2837;
  --gray-color: #4a4a4a;
  --paragraph-color: #818090;
  --bg-color: #F3F6FD;
  --font-size: 16px;
  --transition: .4s all ease-in-out;
}

body {
  font-family: var(--font1);
  font-size: 15px;
  font-weight: 400;
  background-color: #fff;
  color: #201d1d;
  -webkit-font-smoothing: antialiased;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font2);
  margin: 0px 0px 10px 0px;
  padding: 0;
  color: var(--black-color);
}

.font2 {
  font-family: var(--font2);
}

.font3 {
  font-family: var(--font3);
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
  line-height: 30px;
}

h4 {
  font-size: 20px;
}

@media(max-width:575px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
    line-height: 30px;
  }

  h4 {
    font-size: 18px;
  }
}

img {
  max-inline-size: 100%;
  block-size: auto;
  image-rendering: -webkit-optimize-contrast;
}

ul li {
  list-style: none;
}

a {
  color: #2c2c2c;
  text-decoration: none;
  transition: all ease-in-out .3s;
}

a:focus,
a:hover {
  text-decoration: none;
  color: #2c6c5e;
}

a:focus,
button,
button:focus {
  box-shadow: none;
}

.underline a {
  text-decoration: underline;
}

button:hover,
button:focus,
button:active,
.accordion-button:focus,
.accordion-button:not(.collapsed) {
  box-shadow: none;
}

@media(min-width:1440px) {
  .container-fluid {
    max-width: 88%;
  }

  .container-fluid.full {
    max-width: 100%;
  }

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1240px;
  }
}

.dontbread {
  word-break: keep-all;
  white-space: nowrap;
}

/*shortcode 2.0 by Abhijit Sarkar*/
.bgfb {
  background-color: #0866ff
}

.bgig {
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.bgyt {
  background-color: #ff0000
}

.bgtw {
  background-color: #0a0a0a
}

.bgli {
  background-color: #087fb8
}

.height100 {
  height: 100%;
}

.pjustify p {
  text-align: justify
}

.prelative {
  position: relative
}

.pabsolute {
  position: absolute
}

.zindex0 {
  z-index: 0
}

.zindex1 {
  z-index: 1
}

.zindex2 {
  z-index: 2
}

.zindex3 {
  z-index: 3
}

.zindex4 {
  z-index: 4
}

.zindex5 {
  z-index: 5
}

.zindex6 {
  z-index: 6
}

.zindex7 {
  z-index: 7
}

.zindex8 {
  z-index: 8
}

.zindex9 {
  z-index: 9
}

.zindex10 {
  z-index: 10
}

.zindex99 {
  z-index: 99
}

.zindex999 {
  z-index: 999
}

.zindex9999 {
  z-index: 9999
}

.white,
a.white,
p.white,
span.white {
  color: #fff !important
}

.bg-white {
  background: #fff !important
}

.fw-normal {
  font-weight: 400 !important
}

.fw-400 {
  font-weight: 400
}

.fw-500 {
  font-weight: 500
}

.fw-600 {
  font-weight: 600
}

.fw-bold {
  font-weight: 700
}

.fontfam1 {
  font-family: ''
}

.fontfam2 {
  font-family: ''
}

.blur1 {
  filter: blur(1px)
}

.blur2 {
  filter: blur(2px)
}

.blur3 {
  filter: blur(3px)
}

.blur4 {
  filter: blur(4px)
}

.color333 {
  color: #333
}

.color666 {
  color: #666
}

.color111 {
  color: #111
}

.color-black,
.color000 {
  color: #000
}

.th-color {
  color: var(--main-color)
}

.bg-theme {
  background: var(--main-color)
}

.bg111 {
  background: #111
}

.bg222 {
  background: #222
}

.bg333 {
  background: #333
}

.bgfa {
  background: #fafafa
}

.bgf2 {
  background: #f2f2f2
}

.bgf5 {
  background: #f5f5f5
}

.bg-white1 {
  background: rgba(255, 255, 255, .1)
}

.bg-white2 {
  background: rgba(255, 255, 255, .2)
}

.bg-white3 {
  background: rgba(255, 255, 255, .3)
}

.bg-white4 {
  background: rgba(255, 255, 255, .4)
}

.bg-white5 {
  background: rgba(255, 255, 255, .5)
}

.bg-white6 {
  background: rgba(255, 255, 255, .6)
}

.bg-white7 {
  background: rgba(255, 255, 255, .7)
}

.bg-white8 {
  background: rgba(255, 255, 255, .8)
}

.bg-white9 {
  background: rgba(255, 255, 255, .9)
}

.bg-white10 {
  background: rgba(255, 255, 255, 1)
}

.bg-black1 {
  background: rgba(0, 0, 0, .1)
}

.bg-black2 {
  background: rgba(0, 0, 0, .2)
}

.bg-black3 {
  background: rgba(0, 0, 0, .3)
}

.bg-black4 {
  background: rgba(0, 0, 0, .4)
}

.bg-black5 {
  background: rgba(0, 0, 0, .5)
}

.bg-black6 {
  background: rgba(0, 0, 0, .6)
}

.bg-black7 {
  background: rgba(0, 0, 0, .7)
}

.bg-black8 {
  background: rgba(0, 0, 0, .8)
}

.bg-black9 {
  background: rgba(0, 0, 0, .9)
}

.bg-black10 {
  background: rgba(0, 0, 0, 1)
}

.max {
  max-width: 100%
}

.full {
  width: 100%
}

.nostyle li {
  list-style: none
}

.limb5 li {
  margin-bottom: 5px !important
}

.limb10 li {
  margin-bottom: 10px !important
}

.check li,
.angle li,
.times li {
  position: relative;
  padding-left: 20px !important
}

.check li::before {
  content: '\f26b';
  font-family: 'bootstrap-icons';
  position: absolute;
  left: 0;
  font-size: 14px;
  top: 1px;
}

.times li::before {
  content: '\f649';
  font-family: 'bootstrap-icons';
  position: absolute;
  left: 0;
  font-size: 13px;
  color: #ba0d12;
  top: 50%;
  transform: translateY(-50%)
}

.angle li::before {
  content: '\f285';
  font-family: 'bootstrap-icons';
  position: absolute;
  left: 0;
  font-size: 13px;
  top: 4px;
}

ul.half li {
  display: inline-block;
  min-width: 48%
}

ul.three li {
  display: inline-block;
  min-width: 100%
}

.box-shadow {
  box-shadow: 0 8px 6px -6px #ccc
}

.border1solid {
  border: 1px solid
}

.border2solid {
  border: 2px solid
}

.border1dashed {
  border: 1px dashed
}

.border2dashed {
  border: 2px dashed
}

.bordercolorccc {
  border-color: #ccc
}

.bordercolorddd {
  border-color: #ddd
}

.bordercolorf2 {
  border-color: #f2f2f2
}

.bordercolorf {
  border-color: #fff
}

.bordercolor333 {
  border-color: #333
}

.bordercolord9 {
  border-color: #d9d9d9
}

.tagger {
  text-align: right;
  display: inline-block
}

.tagger img {
  display: inline
}

.op1 {
  opacity: .1
}

.op2 {
  opacity: .2
}

.op3 {
  opacity: .3
}

.op4 {
  opacity: .4
}

.op5 {
  opacity: .5
}

.op6 {
  opacity: .6
}

.op7 {
  opacity: .7
}

.op8 {
  opacity: .8
}

.op9 {
  opacity: .9
}

.top1 {
  top: 1px
}

.top2 {
  top: 2px
}

.top3 {
  top: 3px
}

.top4 {
  top: 4px
}

.top5 {
  top: 5px
}

.top6 {
  top: 6px
}

.top7 {
  top: 7px
}

.top8 {
  top: 8px
}

.top9 {
  top: 9px
}

.top10 {
  top: 10px
}

.top-1 {
  top: -1px
}

.top-2 {
  top: -2px
}

.top-3 {
  top: -3px
}

.top-4 {
  top: -4px
}

.top-5 {
  top: -5px
}

.top-6 {
  top: -6px
}

.top-7 {
  top: -7px
}

.top-8 {
  top: -8px
}

.top-9 {
  top: -9px
}

.top-10 {
  top: -10px
}

.capp {
  position: relative
}

.capp input {
  padding-right: 65px !important
}

.capp span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%)
}

.colorwhatsapp {
  color: #14ad53
}

.noresize {
  resize: none
}

.ofhidden {
  overflow: hidden
}

.ofxhidden {
  overflow-x: hidden
}

.ofyhidden {
  overflow-y: hidden
}

.transition {
  transition: all ease-in-out .3s
}

.bg-cover {
  background-size: cover
}

.bg-fixed {
  background-attachment: fixed
}

.bg-repeat {
  background-repeat: repeat
}

.bg-no-repeat {
  background-repeat: no-repeat !important
}

.text-img-bg {
  color: #fff;
  background: url() repeat fixed;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.ellipsis {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.no-ellipsis {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: hidden
}

.grd-text {
  background: -webkit-gradient(linear, left top, right top, from(#ff8a00), to(#da1b60));
  background: linear-gradient(to right, #ff8a00, #da1b60);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone
}

.lh-20 {
  line-height: 20px !important
}

.lh-22 {
  line-height: 22px !important
}

.lh-24 {
  line-height: 24px !important
}

.lh-25 {
  line-height: 25px !important
}

.lh-26 {
  line-height: 26px !important
}

.lh-28 {
  line-height: 28px !important
}

.lh-30 {
  line-height: 30px !important
}

.lh-32 {
  line-height: 32px !important
}

.lh-34 {
  line-height: 34px !important
}

.lh-35 {
  line-height: 35px !important
}

.lh-36 {
  line-height: 36px !important
}

.lh-38 {
  line-height: 38px !important
}

.lh-40 {
  line-height: 40px !important
}

.lh-42 {
  line-height: 42px !important
}

.lh-44 {
  line-height: 44px !important
}

.lh-45 {
  line-height: 45px !important
}

.lh-46 {
  line-height: 46px !important
}

.lh-48 {
  line-height: 48px !important
}

.lh-50 {
  line-height: 50px !important
}

.font10 {
  font-size: 10px !important
}

.font11 {
  font-size: 11px !important
}

.font12 {
  font-size: 12px !important
}

.font13 {
  font-size: 13px !important
}

.font14 {
  font-size: 14px !important
}

.font15 {
  font-size: 15px !important
}

.font16 {
  font-size: 16px !important
}

.font17 {
  font-size: 17px !important
}

.font18 {
  font-size: 18px !important
}

.font19 {
  font-size: 19px !important
}

.font20 {
  font-size: 20px !important
}

.font21 {
  font-size: 21px !important
}

.font22 {
  font-size: 22px !important
}

.font23 {
  font-size: 23px !important
}

.font24 {
  font-size: 24px !important
}

.font25 {
  font-size: 25px !important
}

.font26 {
  font-size: 26px !important
}

.font27 {
  font-size: 27px !important
}

.font28 {
  font-size: 28px !important
}

.font29 {
  font-size: 29px !important
}

.font30 {
  font-size: 30px !important
}

.font31 {
  font-size: 31px !important
}

.font32 {
  font-size: 32px !important
}

.font33 {
  font-size: 33px !important
}

.font34 {
  font-size: 34px !important
}

.font35 {
  font-size: 35px !important
}

.font36 {
  font-size: 36px !important
}

.font37 {
  font-size: 37px !important
}

.font38 {
  font-size: 38px !important
}

.font39 {
  font-size: 39px !important
}

.font40 {
  font-size: 40px !important
}

.font41 {
  font-size: 41px !important
}

.font42 {
  font-size: 42px !important
}

.font43 {
  font-size: 43px !important
}

.font44 {
  font-size: 44px !important
}

.font45 {
  font-size: 45px !important
}

.font46 {
  font-size: 46px !important
}

.font47 {
  font-size: 47px !important
}

.font48 {
  font-size: 48px !important
}

.font49 {
  font-size: 49px !important
}

.font50 {
  font-size: 50px !important
}

ul.half li {
  display: inline-block;
  min-width: 48%
}

ul.three li {
  display: inline-block;
  /* min-width: 40% */
}

.text-justify {
  text-align: justify !important
}

@media(min-width:1200px) {
  .lh-20-lg {
    line-height: 20px !important
  }

  .lh-22-lg {
    line-height: 22px !important
  }

  .lh-24-lg {
    line-height: 24px !important
  }

  .lh-25-lg {
    line-height: 25px !important
  }

  .lh-26-lg {
    line-height: 26px !important
  }

  .lh-28-lg {
    line-height: 28px !important
  }

  .lh-30-lg {
    line-height: 30px !important
  }

  .lh-32-lg {
    line-height: 32px !important
  }

  .lh-34-lg {
    line-height: 34px !important
  }

  .lh-35-lg {
    line-height: 35px !important
  }

  .lh-36-lg {
    line-height: 36px !important
  }

  .lh-38-lg {
    line-height: 38px !important
  }

  .lh-40-lg {
    line-height: 40px !important
  }

  .lh-42-lg {
    line-height: 42px !important
  }

  .lh-44-lg {
    line-height: 44px !important
  }

  .lh-45-lg {
    line-height: 45px !important
  }

  .lh-46-lg {
    line-height: 46px !important
  }

  .lh-48-lg {
    line-height: 48px !important
  }

  .lh-50-lg {
    line-height: 50px !important
  }

  .font10-lg {
    font-size: 10px !important
  }

  .font11-lg {
    font-size: 11px !important
  }

  .font12-lg {
    font-size: 12px !important
  }

  .font13-lg {
    font-size: 13px !important
  }

  .font14-lg {
    font-size: 14px !important
  }

  .font15-lg {
    font-size: 15px !important
  }

  .font16-lg {
    font-size: 16px !important
  }

  .font17-lg {
    font-size: 17px !important
  }

  .font18-lg {
    font-size: 18px !important
  }

  .font19-lg {
    font-size: 19px !important
  }

  .font20-lg {
    font-size: 20px !important
  }

  .font21-lg {
    font-size: 21px !important
  }

  .font22-lg {
    font-size: 22px !important
  }

  .font23-lg {
    font-size: 23px !important
  }

  .font24-lg {
    font-size: 24px !important
  }

  .font25-lg {
    font-size: 25px !important
  }

  .font26-lg {
    font-size: 26px !important
  }

  .font27-lg {
    font-size: 27px !important
  }

  .font28-lg {
    font-size: 28px !important
  }

  .font29-lg {
    font-size: 29px !important
  }

  .font30-lg {
    font-size: 30px !important
  }

  .font31-lg {
    font-size: 31px !important
  }

  .font32-lg {
    font-size: 32px !important
  }

  .font33-lg {
    font-size: 33px !important
  }

  .font34-lg {
    font-size: 34px !important
  }

  .font35-lg {
    font-size: 35px !important
  }

  .font36-lg {
    font-size: 36px !important
  }

  .font37-lg {
    font-size: 37px !important
  }

  .font38-lg {
    font-size: 38px !important
  }

  .font39-lg {
    font-size: 39px !important
  }

  .font40-lg {
    font-size: 40px !important
  }

  .font41-lg {
    font-size: 41px !important
  }

  .font42-lg {
    font-size: 42px !important
  }

  .font43-lg {
    font-size: 43px !important
  }

  .font44-lg {
    font-size: 44px !important
  }

  .font45-lg {
    font-size: 45px !important
  }

  .font46-lg {
    font-size: 46px !important
  }

  .font47-lg {
    font-size: 47px !important
  }

  .font48-lg {
    font-size: 48px !important
  }

  .font49-lg {
    font-size: 49px !important
  }

  .font50-lg {
    font-size: 50px !important
  }

  ul.half-lg li {
    display: inline-block;
    min-width: 48%
  }

  ul.three-lg li {
    display: inline-block;
    min-width: 31%
  }

  .text-center-lg {
    text-align: center !important
  }

  .text-justify-lg {
    text-align: justify !important
  }

  .text-left-lg {
    text-align: left !important
  }

  .text-right-lg {
    text-align: right !important
  }
}

@media(max-width:1199px) {
  .lh-20-md {
    line-height: 20px !important
  }

  .lh-22-md {
    line-height: 22px !important
  }

  .lh-24-md {
    line-height: 24px !important
  }

  .lh-25-md {
    line-height: 25px !important
  }

  .lh-26-md {
    line-height: 26px !important
  }

  .lh-28-md {
    line-height: 28px !important
  }

  .lh-30-md {
    line-height: 30px !important
  }

  .lh-32-md {
    line-height: 32px !important
  }

  .lh-34-md {
    line-height: 34px !important
  }

  .lh-35-md {
    line-height: 35px !important
  }

  .lh-36-md {
    line-height: 36px !important
  }

  .lh-38-md {
    line-height: 38px !important
  }

  .lh-40-md {
    line-height: 40px !important
  }

  .lh-42-md {
    line-height: 42px !important
  }

  .lh-44-md {
    line-height: 44px !important
  }

  .lh-45-md {
    line-height: 45px !important
  }

  .lh-46-md {
    line-height: 46px !important
  }

  .lh-48-md {
    line-height: 48px !important
  }

  .lh-50-md {
    line-height: 50px !important
  }

  .font10-md {
    font-size: 10px !important
  }

  .font11-md {
    font-size: 11px !important
  }

  .font12-md {
    font-size: 12px !important
  }

  .font13-md {
    font-size: 13px !important
  }

  .font14-md {
    font-size: 14px !important
  }

  .font15-md {
    font-size: 15px !important
  }

  .font16-md {
    font-size: 16px !important
  }

  .font17-md {
    font-size: 17px !important
  }

  .font18-md {
    font-size: 18px !important
  }

  .font19-md {
    font-size: 19px !important
  }

  .font20-md {
    font-size: 20px !important
  }

  .font21-md {
    font-size: 21px !important
  }

  .font22-md {
    font-size: 22px !important
  }

  .font23-md {
    font-size: 23px !important
  }

  .font24-md {
    font-size: 24px !important
  }

  .font25-md {
    font-size: 25px !important
  }

  .font26-md {
    font-size: 26px !important
  }

  .font27-md {
    font-size: 27px !important
  }

  .font28-md {
    font-size: 28px !important
  }

  .font29-md {
    font-size: 29px !important
  }

  .font30-md {
    font-size: 30px !important
  }

  .font31-md {
    font-size: 31px !important
  }

  .font32-md {
    font-size: 32px !important
  }

  .font33-md {
    font-size: 33px !important
  }

  .font34-md {
    font-size: 34px !important
  }

  .font35-md {
    font-size: 35px !important
  }

  .font36-md {
    font-size: 36px !important
  }

  .font37-md {
    font-size: 37px !important
  }

  .font38-md {
    font-size: 38px !important
  }

  .font39-md {
    font-size: 39px !important
  }

  .font40-md {
    font-size: 40px !important
  }

  .font41-md {
    font-size: 41px !important
  }

  .font42-md {
    font-size: 42px !important
  }

  .font43-md {
    font-size: 43px !important
  }

  .font44-md {
    font-size: 44px !important
  }

  .font45-md {
    font-size: 45px !important
  }

  .font46-md {
    font-size: 46px !important
  }

  .font47-md {
    font-size: 47px !important
  }

  .font48-md {
    font-size: 48px !important
  }

  .font49-md {
    font-size: 49px !important
  }

  .font50-md {
    font-size: 50px !important
  }

  ul.half-md li {
    display: inline-block;
    min-width: 46%
  }

  ul.three-md li {
    display: inline-block;
    min-width: 31%
  }

  .text-center-md {
    text-align: center !important
  }

  .text-justify-md {
    text-align: justify !important
  }

  .text-left-md {
    text-align: left !important
  }

  .text-right-md {
    text-align: right !important
  }
}

@media(max-width:991px) {
  .lh-20-sm {
    line-height: 20px !important
  }

  .lh-22-sm {
    line-height: 22px !important
  }

  .lh-24-sm {
    line-height: 24px !important
  }

  .lh-25-sm {
    line-height: 25px !important
  }

  .lh-26-sm {
    line-height: 26px !important
  }

  .lh-28-sm {
    line-height: 28px !important
  }

  .lh-30-sm {
    line-height: 30px !important
  }

  .lh-32-sm {
    line-height: 32px !important
  }

  .lh-34-sm {
    line-height: 34px !important
  }

  .lh-35-sm {
    line-height: 35px !important
  }

  .lh-36-sm {
    line-height: 36px !important
  }

  .lh-38-sm {
    line-height: 38px !important
  }

  .lh-40-sm {
    line-height: 40px !important
  }

  .lh-42-sm {
    line-height: 42px !important
  }

  .lh-44-sm {
    line-height: 44px !important
  }

  .lh-45-sm {
    line-height: 45px !important
  }

  .lh-46-sm {
    line-height: 46px !important
  }

  .lh-48-sm {
    line-height: 48px !important
  }

  .lh-50-sm {
    line-height: 50px !important
  }

  .font10-sm {
    font-size: 10px !important
  }

  .font11-sm {
    font-size: 11px !important
  }

  .font12-sm {
    font-size: 12px !important
  }

  .font13-sm {
    font-size: 13px !important
  }

  .font14-sm {
    font-size: 14px !important
  }

  .font15-sm {
    font-size: 15px !important
  }

  .font16-sm {
    font-size: 16px !important
  }

  .font17-sm {
    font-size: 17px !important
  }

  .font18-sm {
    font-size: 18px !important
  }

  .font19-sm {
    font-size: 19px !important
  }

  .font20-sm {
    font-size: 20px !important
  }

  .font21-sm {
    font-size: 21px !important
  }

  .font22-sm {
    font-size: 22px !important
  }

  .font23-sm {
    font-size: 23px !important
  }

  .font24-sm {
    font-size: 24px !important
  }

  .font25-sm {
    font-size: 25px !important
  }

  .font26-sm {
    font-size: 26px !important
  }

  .font27-sm {
    font-size: 27px !important
  }

  .font28-sm {
    font-size: 28px !important
  }

  .font29-sm {
    font-size: 29px !important
  }

  .font30-sm {
    font-size: 30px !important
  }

  .font31-sm {
    font-size: 31px !important
  }

  .font32-sm {
    font-size: 32px !important
  }

  .font33-sm {
    font-size: 33px !important
  }

  .font34-sm {
    font-size: 34px !important
  }

  .font35-sm {
    font-size: 35px !important
  }

  .font36-sm {
    font-size: 36px !important
  }

  .font37-sm {
    font-size: 37px !important
  }

  .font38-sm {
    font-size: 38px !important
  }

  .font39-sm {
    font-size: 39px !important
  }

  .font40-sm {
    font-size: 40px !important
  }

  .font41-sm {
    font-size: 41px !important
  }

  .font42-sm {
    font-size: 42px !important
  }

  .font43-sm {
    font-size: 43px !important
  }

  .font44-sm {
    font-size: 44px !important
  }

  .font45-sm {
    font-size: 45px !important
  }

  .font46-sm {
    font-size: 46px !important
  }

  .font47-sm {
    font-size: 47px !important
  }

  .font48-sm {
    font-size: 48px !important
  }

  .font49-sm {
    font-size: 49px !important
  }

  .font50-sm {
    font-size: 50px !important
  }

  ul.half-sm li {
    display: inline-block;
    min-width: 48%
  }

  ul.three-sm li {
    display: inline-block;
    min-width: 30%
  }

  .text-center-sm {
    text-align: center !important
  }

  .text-justify-sm {
    text-align: justify !important
  }

  .text-left-sm {
    text-align: left !important
  }

  .text-right-sm {
    text-align: right !important
  }
}

@media(max-width:767px) {
  .lh-20-xs {
    line-height: 20px !important
  }

  .lh-22-xs {
    line-height: 22px !important
  }

  .lh-24-xs {
    line-height: 24px !important
  }

  .lh-25-xs {
    line-height: 25px !important
  }

  .lh-26-xs {
    line-height: 26px !important
  }

  .lh-28-xs {
    line-height: 28px !important
  }

  .lh-30-xs {
    line-height: 30px !important
  }

  .lh-32-xs {
    line-height: 32px !important
  }

  .lh-34-xs {
    line-height: 34px !important
  }

  .lh-35-xs {
    line-height: 35px !important
  }

  .lh-36-xs {
    line-height: 36px !important
  }

  .lh-38-xs {
    line-height: 38px !important
  }

  .lh-40-xs {
    line-height: 40px !important
  }

  .lh-42-xs {
    line-height: 42px !important
  }

  .lh-44-xs {
    line-height: 44px !important
  }

  .lh-45-xs {
    line-height: 45px !important
  }

  .lh-46-xs {
    line-height: 46px !important
  }

  .lh-48-xs {
    line-height: 48px !important
  }

  .lh-50-xs {
    line-height: 50px !important
  }

  .font10-xs {
    font-size: 10px !important
  }

  .font11-xs {
    font-size: 11px !important
  }

  .font12-xs {
    font-size: 12px !important
  }

  .font13-xs {
    font-size: 13px !important
  }

  .font14-xs {
    font-size: 14px !important
  }

  .font15-xs {
    font-size: 15px !important
  }

  .font16-xs {
    font-size: 16px !important
  }

  .font17-xs {
    font-size: 17px !important
  }

  .font18-xs {
    font-size: 18px !important
  }

  .font19-xs {
    font-size: 19px !important
  }

  .font20-xs {
    font-size: 20px !important
  }

  .font21-xs {
    font-size: 21px !important
  }

  .font22-xs {
    font-size: 22px !important
  }

  .font23-xs {
    font-size: 23px !important
  }

  .font24-xs {
    font-size: 24px !important
  }

  .font25-xs {
    font-size: 25px !important
  }

  .font26-xs {
    font-size: 26px !important
  }

  .font27-xs {
    font-size: 27px !important
  }

  .font28-xs {
    font-size: 28px !important
  }

  .font29-xs {
    font-size: 29px !important
  }

  .font30-xs {
    font-size: 30px !important
  }

  .font31-xs {
    font-size: 31px !important
  }

  .font32-xs {
    font-size: 32px !important
  }

  .font33-xs {
    font-size: 33px !important
  }

  .font34-xs {
    font-size: 34px !important
  }

  .font35-xs {
    font-size: 35px !important
  }

  .font36-xs {
    font-size: 36px !important
  }

  .font37-xs {
    font-size: 37px !important
  }

  .font38-xs {
    font-size: 38px !important
  }

  .font39-xs {
    font-size: 39px !important
  }

  .font40-xs {
    font-size: 40px !important
  }

  .font41-xs {
    font-size: 41px !important
  }

  .font42-xs {
    font-size: 42px !important
  }

  .font43-xs {
    font-size: 43px !important
  }

  .font44-xs {
    font-size: 44px !important
  }

  .font45-xs {
    font-size: 45px !important
  }

  .font46-xs {
    font-size: 46px !important
  }

  .font47-xs {
    font-size: 47px !important
  }

  .font48-xs {
    font-size: 48px !important
  }

  .font49-xs {
    font-size: 49px !important
  }

  .font50-xs {
    font-size: 50px !important
  }

  .clearfix-xs {
    clear: both;
    display: block
  }

  ul.full-xs li {
    display: inline-block;
    min-width: 100%
  }

  ul.half-xs li {
    display: inline-block;
    min-width: 45%
  }

  ul.three-xs li {
    display: inline-block;
    min-width: 31%
  }

  .text-center-xs {
    text-align: center !important
  }

  .text-justify-xs {
    text-align: justify !important
  }

  .text-left-xs {
    text-align: left !important
  }

  .text-right-xs {
    text-align: right !important
  }

  .float-none-xs {
    float: none !important
  }

  .float-left-xs {
    float: left !important
  }

  .float-right-xs {
    float: right !important
  }

  .full-xs {
    width: 100% !important
  }

  .tagger {
    text-align: center !important
  }
}

.visible-xss {
  display: none
}

@media(max-width:640px) {
  .visible-xss {
    display: block !important
  }

  .hidden-xss {
    display: none !important
  }

  .lh-20-xss {
    line-height: 20px !important
  }

  .lh-22-xss {
    line-height: 22px !important
  }

  .lh-24-xss {
    line-height: 24px !important
  }

  .lh-25-xss {
    line-height: 25px !important
  }

  .lh-26-xss {
    line-height: 26px !important
  }

  .lh-28-xss {
    line-height: 28px !important
  }

  .lh-30-xss {
    line-height: 30px !important
  }

  .lh-32-xss {
    line-height: 32px !important
  }

  .lh-34-xss {
    line-height: 34px !important
  }

  .lh-35-xss {
    line-height: 35px !important
  }

  .lh-36-xss {
    line-height: 36px !important
  }

  .lh-38-xss {
    line-height: 38px !important
  }

  .lh-40-xss {
    line-height: 40px !important
  }

  .lh-42-xss {
    line-height: 42px !important
  }

  .lh-44-xss {
    line-height: 44px !important
  }

  .lh-45-xss {
    line-height: 45px !important
  }

  .lh-46-xss {
    line-height: 46px !important
  }

  .lh-48-xss {
    line-height: 48px !important
  }

  .lh-50-xss {
    line-height: 50px !important
  }

  .font10-xss {
    font-size: 10px !important
  }

  .font11-xss {
    font-size: 11px !important
  }

  .font12-xss {
    font-size: 12px !important
  }

  .font13-xss {
    font-size: 13px !important
  }

  .font14-xss {
    font-size: 14px !important
  }

  .font15-xss {
    font-size: 15px !important
  }

  .font16-xss {
    font-size: 16px !important
  }

  .font17-xss {
    font-size: 17px !important
  }

  .font18-xss {
    font-size: 18px !important
  }

  .font19-xss {
    font-size: 19px !important
  }

  .font20-xss {
    font-size: 20px !important
  }

  .font21-xss {
    font-size: 21px !important
  }

  .font22-xss {
    font-size: 22px !important
  }

  .font23-xss {
    font-size: 23px !important
  }

  .font24-xss {
    font-size: 24px !important
  }

  .font25-xss {
    font-size: 25px !important
  }

  .font26-xss {
    font-size: 26px !important
  }

  .font27-xss {
    font-size: 27px !important
  }

  .font28-xss {
    font-size: 28px !important
  }

  .font29-xss {
    font-size: 29px !important
  }

  .font30-xss {
    font-size: 30px !important
  }

  .font31-xss {
    font-size: 31px !important
  }

  .font32-xss {
    font-size: 32px !important
  }

  .font33-xss {
    font-size: 33px !important
  }

  .font34-xss {
    font-size: 34px !important
  }

  .font35-xss {
    font-size: 35px !important
  }

  .font36-xss {
    font-size: 36px !important
  }

  .font37-xss {
    font-size: 37px !important
  }

  .font38-xss {
    font-size: 38px !important
  }

  .font39-xss {
    font-size: 39px !important
  }

  .font40-xss {
    font-size: 40px !important
  }

  .font41-xss {
    font-size: 41px !important
  }

  .font42-xss {
    font-size: 42px !important
  }

  .font43-xss {
    font-size: 43px !important
  }

  .font44-xss {
    font-size: 44px !important
  }

  .font45-xss {
    font-size: 45px !important
  }

  .font46-xss {
    font-size: 46px !important
  }

  .font47-xss {
    font-size: 47px !important
  }

  .font48-xss {
    font-size: 48px !important
  }

  .font49-xss {
    font-size: 49px !important
  }

  .font50-xss {
    font-size: 50px !important
  }

  .clearfix-xss {
    clear: both;
    display: block
  }

  ul.half-xss li {
    display: inline-block;
    min-width: 48%
  }

  ul.three-xss li {
    display: inline-block;
    min-width: 31%
  }

  .text-center-xs {
    text-align: center !important
  }

  .text-justify-xss {
    text-align: justify !important
  }

  .text-left-xss {
    text-align: left !important
  }

  .text-right-xss {
    text-align: right !important
  }

  ul.full-xss li {
    display: inline-block;
    min-width: 100%
  }
}

.ls1 {
  letter-spacing: 1px;
}

.ls2 {
  letter-spacing: 2px;
}

.ls3 {
  letter-spacing: 3px;
}

.ls4 {
  letter-spacing: 4px;
}

.ls5 {
  letter-spacing: 5px;
}

.bglight {
  background-color: #ffe2ee;
    box-shadow: 0px 2px 9px #ff79b1;
}

.bglight2 {
  background-color: #fff6ed;
}

.bglight3 {
  background-color: #c1ded7;
}

.bg2,
.bg-2 {
  background-color: var(--main-color2);
}

.color2,
.color-2 {
  color: var(--main-color2);
}

.bg3,
.bg-3 {
  background-color: var(--main-color3);
}

.color3,
.color-3 {
  color: var(--main-color3);
}

.bg4,
.bg-4 {
  background-color: var(--main-color4);
}

.color4,
.color-4,
a.color4,
a.color4:hover {
  color: var(--main-color4);
}

.bg12,
.bg-12 {
  background-color: #2b7ed2;
}

.color12,
.color-12 {
  color: #2b7ed2
}

.coolbg {
  background-color: transparent;
  background-image: linear-gradient(180deg, #fff3e8 0, #fff 100%);
}

.coolbg2 {
  background-color: transparent;
  background-image: linear-gradient(0deg, #fff3e8 0, #fff 100%);
}

.grad1 {
  background-color: transparent;
  background-image: radial-gradient(at top center, var(--main-color3) 35%, var(--main-color4) 100%);
}

.grad1::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: url(../images/banner/banner-pat.png.html) no-repeat center top;
  opacity: .15;
  pointer-events: none;
}

.grad1ulta {
  background-color: transparent;
  background-image: radial-gradient(at bottom center, var(--main-color3) 35%, var(--main-color4) 100%);
}

.meesha {
  border-right: 4px solid var(--main-color3);
  border-left: 2px solid var(--main-color3);
  border-radius: 0 10px 10px 0;
  background: #ebfdf5;
}

.meesha2 {
  border-right: 4px solid var(--main-color2);
  border-left: 2px solid var(--main-color2);
  border-radius: 0 10px 10px 0;
}

.border1 {
  border: 1px solid #e9ebee;
}

.border2 {
  border: 1px solid #e8e8e8;
}

.border3 {
  border: 1px solid #f1d7c4
}

.hrr {
  background-color: #c8a48a
}

.bt0 {
  border-top: 0;
}

.linee {
  display: inline-block;
  width: 80px;
  height: 2px;
  ;
  position: relative;
}

.linee::before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  background-color: var(--main-color3);
}

.angle-icon li {
  position: relative;
  padding-left: 35px !important;
}

.angle-icon li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(../images/icon-sm.png.html) no-repeat center;
  background-size: 20px;
}

.border11 {
  border: 1px solid #1a5f9a;
}

.border111 {
  border: 1px solid #ffffff2d;
}

.border21 {
  border: 1px solid var(--main-color2);
}

.border21:hover {
  border: 1px solid var(--main-color);
}

.bb1 {
  border-bottom: 1px solid #ebebeb;
}

.bb2 {
  border-bottom: 4px solid #1a5f9a;
}

.bb22 {
  border-bottom: 4px solid var(--main-color4);
}

.bb1r {
  border-bottom: 2px solid var(--main-color2);
}

.bt2 {
  border-top: 4px solid #1a5f9a;
}

.br2 {
  border-right: 4px solid #1a5f9a;
}

.bl2 {
  border-left: 4px solid var(--main-color3);
}

.blw2 {
  border-left: 4px solid var(--whiteColor);
}

.blr-0 {
  border-left: 0;
  border-right: 0
}

.bbw1 {
  border-bottom: 1px solid var(--whiteColor)
}

.colorfb,
.colorfb:hover {
  color: #3b5998 !important;
}

.colortw,
.colortw:hover {
  color: #1da1f2 !important;
}

.coloryt,
.coloryt:hover {
  color: red !important;
}

.accordion-button,
.accordion-button:not(.collapsed) {
  border: 0;
  color: var(--black-color);
  background: #fff;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgNDI2LjY2NyA0MjYuNjY3IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cGF0aCBkPSJNNDA1LjMzMiAxOTJIMjM0LjY2OFYyMS4zMzJDMjM0LjY2OCA5LjU1OSAyMjUuMTA5IDAgMjEzLjMzMiAwIDIwMS41NTkgMCAxOTIgOS41NTkgMTkyIDIxLjMzMlYxOTJIMjEuMzMyQzkuNTU5IDE5MiAwIDIwMS41NTkgMCAyMTMuMzMyYzAgMTEuNzc3IDkuNTU5IDIxLjMzNiAyMS4zMzIgMjEuMzM2SDE5MnYxNzAuNjY0YzAgMTEuNzc3IDkuNTU5IDIxLjMzNiAyMS4zMzIgMjEuMzM2IDExLjc3NyAwIDIxLjMzNi05LjU1OSAyMS4zMzYtMjEuMzM2VjIzNC42NjhoMTcwLjY2NGMxMS43NzcgMCAyMS4zMzYtOS41NTkgMjEuMzM2LTIxLjMzNiAwLTExLjc3My05LjU1OS0yMS4zMzItMjEuMzM2LTIxLjMzMnptMCAwIiBmaWxsPSIjZmZmZmZmIiBvcGFjaXR5PSIxIiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIj48L3BhdGg+PC9nPjwvc3ZnPg==");
  transform: scale(.7) !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgMTIxLjgwNSAxMjEuODA0IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIiBjbGFzcz0iIj48Zz48cGF0aCBkPSJNNy4zMDggNjguMjExaDEwNy4xODhhNy4zMDkgNy4zMDkgMCAwIDAgNy4zMDktNy4zMSA3LjMwOCA3LjMwOCAwIDAgMC03LjMwOS03LjMwOUg3LjMwOGE3LjMxIDcuMzEgMCAwIDAgMCAxNC42MTl6IiBmaWxsPSIjZmZmZmZmIiBvcGFjaXR5PSIxIiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIj48L3BhdGg+PC9nPjwvc3ZnPg==");
}

p {
  margin-bottom: 20px;
}

strong {
  color: #252628;
  font-weight: 600;
}

::selection {
  background: #ffecb3;
  color: #252628;
}

blockquote {
  font-size: 17.5px;
  border-left: transparent;
  border-top: 3px solid #3b74c7;
  border-bottom: 3px solid #3b74c7;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: var(--main-color);
  background-color: #fff;
  border-color: var(--main-color)
}

.dark input.parsley-success,
.dark select.parsley-success,
.dark textarea.parsley-success {
  color: #209e25;
  background-color: transparent;
  border-color: #209e25;
}

.dark input.parsley-success:focus,
.dark select.parsley-success:focus,
.dark textarea.parsley-success:focus {
  color: var(--main-color);
  background-color: #fff;
  border-color: #209e25
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #fff;
  border-color: #B94A48
}

.dark input.parsley-error,
.dark select.parsley-error,
.dark textarea.parsley-error {
  color: #B94A48;
  background-color: rgba(255, 255, 255, .1);
  border-color: #B94A48
}

.parsley-errors-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: .9em;
  line-height: .9em;
  opacity: 0;
  color: #B94A48;
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  position: absolute;
  bottom: 2px;
  left: 12px;
}

.parsley-errors-list.filled {
  opacity: 1
}

.dark .parsley-errors-list {
  color: #fff;
}

.objectfit {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

.behalf::before {
  content: '';
  background: #f5f5f5;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
}

.form-control {
  font-size: 16px;
  height: 50px;
  color: #454545;
  font-weight: 500;
}

textarea.form-control {
  min-height: 120px !important
}

.form-control:focus {
  box-shadow: none;
  border-color: #eee
}

select.form-control {
  height: 54px !important
}

iframe {
  width: 100%;
  border: none;
  pointer-events: auto
}

.form-control::-webkit-input-placeholder {
  color: #ddd
}

.form-control::-moz-placeholder {
  color: #ddd
}

.form-control:-ms-input-placeholder {
  color: #ddd
}

.form-control:-moz-placeholder {
  color: #ddd
}

.form-floating>label {
  font-size: 15px;
  padding: 13px 10px;
}

select,
.aselect {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  background: url(../images/angle-down.svg) no-repeat right 10px center #fff !important;
  background-size: 15px !important;
  padding-right: 25px !important
}

select:focus,
.aelect:focus {
  background: url(../images/angle-down.svg) no-repeat right 10px center #fff !important
}

.datepicker,
.daterange,
.daterangebooking,
.daterange-small,
.daterangebooking-small {
  cursor: pointer;
  background: url(../images/calendar.svg) #fff no-repeat right 10px center !important;
  padding-right: 20px !important
}

.datepicker:focus,
.daterange:focus {
  background: url(../images/calendar.svg) no-repeat right 10px center #fff !important;
}

.form-control {
  display: block;
  width: 100%;
  border-radius: 6px;
  height: 52px !important;
  padding: 4px 12px;
  line-height: 1.4;
  color: #333;
  background-color: #fff;
  border: 1px solid #c6c6c6;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  font-weight: 400;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 400;
  color: #888888;
}

.input-group-addon {
  background-color: #f3f4f9;
  color: #91959c;
  border: 1px solid transparent;
}

.form-control:focus {
  background-color: var(--whiteColor);
  color: #333;
  border: 1px solid #7e90ac
}

.form-floating input:focus+label,
.form-floating select:focus+label,
.form-floating textarea:focus+label {
  color: #333;
}

.form-floating input.parsley-error+label {
  color: #444 !important;
}

.banner-btn {
  padding: 13px 22px;
  text-align: center;
  font-size: var(--font-size);
  font-weight: 500;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  border-radius: 100px;
  z-index: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  font-family: var(--font1);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  background: var(--main-color2);
  color: #fff;
  box-shadow: 0 10px 40px -10px #86777c;
}

.banner-btn:hover {
  background: var(--main-color);
  color: #fff;
}

.banner-btn:focus {
  color: #fff;
}

.banner-btn2 {
  padding: 13px 22px;
  text-align: center;
  font-size: var(--font-size);
  font-weight: 500;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  border-radius: 100px;
  z-index: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  font-family: var(--font1);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  background: var(--white-color);
  color: var(--main-color);
}

.btn {
  padding: 8px 16px;
  text-align: center;
  font-size: var(--font-size);
  font-weight: 500;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  border-radius: 6px;
  z-index: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  font-family: var(--font1);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.btn {
  line-height: 1.9rem;
}

.btn:hover,
.btn1:hover {
  color: var(--whiteColor)
}

.btn.outline {
  color: var(--main-color);
  border: 1px solid var(--main-color2) !important;
  background: var(--white-color)
}

.btn.outline:hover,
.btn.outline:focus {
  color: var(--main-color);
  border: 1px solid var(--main-color) !important;
  background: var(--white-color)
}

.btn1 {
  color: var(--whiteColor) !important;
  background-color: var(--main-color);
}

.btn1:hover,
.btn1:focus {
  background-color: var(--main-color2);
  color: var(--whiteColor);
}

.btn:before {
  background-color: var(--main-color3);
}

.btn1.outline {
  color: var(--main-color);
  border: 1px solid var(--main-color) !important;
  background: var(--white-color)
}

.btn1.outline:hover,
.btn1.outline:focus {
  color: var(--main-color2);
  border: 1px solid var(--main-color2) !important;
  background: var(--white-color)
}

.btn2 {
  color: var(--whiteColor);
  background-color: var(--main-color2);
}

.btn2:hover,
.btn2:focus {
  color: var(--whiteColor);
  ;
  background-color: var(--main-color);
}

.btn2:before {
  background-color: var(--main-color3);
}

.btn3 {
  color: var(--whiteColor);
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
}

.btn3:hover,
.btn3:focus {
  color: var(--whiteColor);
  background-color: var(--main-color4);
  border-color: var(--main-color4)
}

.btn3:before {
  background-color: var(--main-color3);
}

.btn3.btn.outline {
  color: var(--main-color4);
  border: 1px solid var(--main-color4) !important;
  background: var(--white-color)
}

.btn3.btn.outline:hover,
.btn3.btn.outline:focus {
  color: var(--whiteColor);
  border: 1px solid var(--main-color3) !important;
  background: var(--main-color3)
}

.btn.btn-sm {
  padding: 6px 15px;
}

.btn.btn-md {
  padding: 9px 15px;
}

.rounded-4 {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.rounded-5 {
  border-radius: 10px;
}

.rounded-10 {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.header-wrapper {
  position: relative;
  z-index: 3;
}

.sticky-header {
  position: relative;
  z-index: 8;
}

.sticky-header.sticked {
  position: fixed;
  top: 0;
  left: 0;
  animation: sticky 2s alternate;
  width: 100%;
  background: var(--white-color);
  border-bottom: 0;
}

.sticky-header.sticked .topbar {
  display: none;
}

.sticky-header .navbar {
  padding: 7px 0px;
}

.sticky-header.sticked .navbar .navbar-brand {
  padding: 0;
  font-size: 0;
}

.sticky-header.sticked .header-position {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
  border-radius: 0 0 22px 22px;
  -webkit-border-radius: 0 0 22px 22px;
  -moz-border-radius: 0 0 22px 22px;
  -ms-border-radius: 0 0 22px 22px;
  -o-border-radius: 0 0 22px 22px;
}

.sticky-header.sticked .navbar .navbar-brand img {
  width: 150px;
}


.sticky-header .header-position .navbar-area {
  border-radius: 0 0 22px 22px;
  border-top: 0;
  -webkit-border-radius: 0 0 22px 22px;
  -moz-border-radius: 0 0 22px 22px;
  -ms-border-radius: 0 0 22px 22px;
  -o-border-radius: 0 0 22px 22px;
}

.topbar {
  background: var(--main-color);
  position: relative;
}

/* .topbar .navbar-brand::before{content:'';position: absolute;height:120px;width:650px;top:-30px;right:-30%;background:var(--whiteColor);z-index:0;pointer-events: none;} */
/* .topbar::before{content:'';position: absolute;height:80px;width:28%;top:0;right:0%;background:var(--main-color);z-index:0;pointer-events: none;} */

.header-email {
  left: -56px;
  position: relative;
}

@media(max-width:1860px) {
  .header-email {
    left: 50px;
    position: relative;
  }
}

@media(max-width:1600px) {
  .header-email {
    left: 70px;
    position: relative;
  }

  .sticky-header .navbar .navbar-brand img {
    width: 150px;
  }
}

@media(max-width:1500px) {
  .header-email {
    left: 80px;
    position: relative;
  }

}

@media(max-width:1400px) {
  .header-email {
    left: 0px;
    position: relative;
  }

  .mainnav .navbar-nav>.nav-item>a {
    padding: 10px 11px !important;
  }
}

@media(max-width:991px) {
  .topbar .navbar-brand::before {
    right: -30%;
  }

  .sticky-header .navbar .navbar-brand {
    margin-top: 0px;
  }

  .sticky-header .navbar .navbar-brand img {
    width: 156px;
  }

  .sticky-header .navbar {
    padding: 4px 0px;
  }

  .sticky-header .navbar .navbar-brand .logo-shape1 {
    display: none;
  }

  .sticky-header .navbar .navbar-brand .logo-shape2 {
    display: none;
  }

  .sticky-header .navbar .navbar-brand .logo-shape3 {
    display: none;
  }

  .sticky-header .navbar .navbar-brand img {
    top: 0px;
  }

  .sticky-header.sticked .navbar .navbar-brand {
    margin-top: 0px;
  }
}

@media(max-width:575px) {
  .topbar .navbar-brand::before {
    right: -50%;
  }

  .topbar .navbar-brand img {
    width: 180px;
  }

  .sticky-header.sticked .navbar .navbar-brand img {
    width: 180px !important;
  }
}

@media(min-width:992px) {
  .mainnav .navbar-nav {
    margin-left: -16px;
  }
}

/*haha menu*/
.mainnav .navbar-nav .dropdown-menu .kadush li {
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07) !important;
  padding: 4px 8px !important;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .025);
}

.mainnav .navbar-nav .nav-item {
  padding: 0;
  font-family: var(--font1);
  font-weight: 500;
}

.mainnav .navbar-nav>.nav-item>a {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  padding: 10px 15px;
  position: relative;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: var(--main-color2);
}

.mainnav .navbar-nav>.nav-item.active>a::before {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -1px;
  width: 5px;
  height: 5px;
  z-index: 1;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  background: var(--main-color);
  border-radius: 50%;
}

/* .mainnav .navbar-nav > .nav-item.active > a::after{content:'';position:absolute;bottom:3px;left:50%;transform:translateX(-50%);width:20px;height:2px;;border-bottom:2px solid var(--main-color2);margin-right:-15px;} */
.mainnav .navbar-nav>.nav-item:hover>a {
  color: var(--black-color);
}

.mainnav .navbar-nav .nav-item .dropdown-menu {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border: none;
  position: absolute;
  padding: 5px;
  border-bottom: 2px solid var(--white-color)
}

.mainnav .navbar-nav .nav-item>.dropdown-menu li {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.mainnav .navbar-nav .nav-item .dropdown-menu li:last-child {
  border-bottom: 0;
}

.mainnav .navbar-nav .nav-item .dropdown-menu li a {
  color: #333;
  padding: 7px 10px 7px;
  margin: 0;
  font-size: 15px;
  position: relative;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-weight: 600;
}

.mainnav .navbar-nav>.nav-item.active a,
.mainnav .navbar-nav>.nav-item:hover a,
.mainnav .navbar-nav .nav-item .dropdown-menu li a:hover,
.mainnav .navbar-nav .nav-item .dropdown-menu li a:focus,
.mainnav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: var(--main-color);
}

.dropdown-menu.show {
  -webkit-animation: fadeIn .1s alternate;
  animation: fadeIn .1s alternate
}

.dropdown-menu.mega .mega-content ul li {
  display: block;
}

.dropdown-menu.mega .mega-content ul li+li {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.dropdown-menu.mega .mega-content ul li a {
  position: relative;
  color: var(--black-color);
  font-size: 15px;
  font-weight: 500;
  padding-left: 0 !important;
}

.dropdown-menu.mega .mega-content ul li:hover a {
  color: var(--black-color);
}

.nav-item.dropdown.dropdown-mega {
  position: static;
}

.nav-item.dropdown.dropdown-mega.inher {
  position: inherit;
}

@media(max-width:1199px) {
  .sticky-header .container {
    max-width: 100%;
  }

  .mainnav .navbar-nav>.nav-item>a {
    padding: 8px 11px !important;
  }

  .sticky-header .navbar .navbar-brand img {
    width: 150px;
  }

  .sticky-header.sticked .navbar .navbar-brand img {
    width: 200px;
  }
}

@media(min-width:992px) {
  .navbar-nav {
    position: relative;
  }

  /* .navbar-nav.inherit{position:inherit;} */
  .mainnav .navbar-nav .nav-item a span {
    display: inline-block;
  }

  .mainnav .navbar-nav .nav-item .dropdown-menu {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    visibility: hidden;
    -webkit-transform-origin: top;
    transform-origin: top;
    border-radius: 4px;
    display: block;
    width: 250px;
    z-index: 99;
    opacity: 0;
    top: 40px;
    left: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    padding: 5px;
    border-top: 2px solid var(--main-color);
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .055);
  }

  .mainnav .navbar-nav .nav-item:hover>.dropdown-menu {
    top: 108%;
    opacity: 1;
    margin-top: 0;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  .mainnav .navbar-nav .nav-item:hover>.dropdown-menu.mega {
    margin-top: 6px;
  }
}

@media(max-width:991px) {
  .navbar-collapse {
    background-color: var(--white-color);
    border-top: 0;
    position: absolute;
    left: 9px;
    top: 100%;
    width: 98%;
    overflow-Y: auto;
    max-height: 400px;
    border-radius: 0 0px 5px 5px;
    border-top: 1px solid #c9e6df;
    -webkit-border-radius: 0 0px 5px 5px;
    -moz-border-radius: 0 0px 5px 5px;
    -ms-border-radius: 0 0px 5px 5px;
    -o-border-radius: 0 0px 5px 5px;
  }

  .navbar-collapse .navbar-nav {
    background: var(--white-color);
    border-radius: 0;
    border: 0
  }

  .dropdown-toggle::after {
    float: right;
    position: relative;
    top: 11px;
  }

  .navbar-collapse .default-btn {
    box-shadow: none;
    background: var(--titleColor);
    color: var(--whiteColor)
  }

  .dropdown-menu .container {
    max-width: 100%;
  }

  .mainnav .navbar-nav .nav-item .dropdown-menu,
  .mainnav .navbar-nav .nav-item .dropdown-menu.show {
    transform: none;
    -webkit-transform: none;
  }

  .mainnav .navbar-nav .nav-item .dropdown-menu.show {
    position: relative;
    opacity: 1;
    margin-top: 0;
    visibility: visible;
    top: 0;
    width: 100%;
    display: inline-block;
    padding: 5px 5px;
  }

  .mainnav .navbar-nav>.nav-item>a {
    padding: 10px 0 !important;
    transition: all ease-in-out .3s;
    border-bottom: 1px solid #d8e8fb;
    color: #333;
  }

  .mainnav .navbar-nav>.nav-item.active>a::before {
    height: 0px;
  }
}

@media(min-width:1200px) {
  .nav-item.dropdown.dropdown-mega .dropdown-menu {
    width: 100%;
    top: auto;
    left: 0;
    max-width: 740px;
  }

  .nav-item.dropdown.dropdown-mega.inher>.dropdown-menu {
    width: 100%;
    top: auto;
    left: 0;
    max-width: 100%;
    min-height: 70vh;
  }
}

@media(min-width:991px) {

  .nav-item.dropdown-mega>a,
  .nav-item.dropdown-mega>a {
    border-radius: 10px 10px 0 0;
  }

  .nav-item.dropdown-mega:hover>a,
  .nav-item.dropdown-mega:focus>a {
    color: #2b7ed2;
  }
}

@media(min-width:992px) AND (max-width:1199px) {
  .nav-item.dropdown.dropdown-mega.inher>.dropdown-menu {
    width: 100%;
    top: auto;
    left: 0;
    max-width: 100%;
    min-height: 80vh;
  }

  .nav-item.dropdown.dropdown-mega .dropdown-menu {
    width: 100%;
    top: auto;
  }
}

.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
  background: var(--main-color);
}

.navbar-toggler:focus {
  box-shadow: none
}

.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  z-index: 11;
  float: right
}

.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none
}

.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 1px;
  position: absolute;
  background: #fff;
  z-index: 1;
  transition: transform .2s cubic-bezier(0.77, 0.2, 0.05, 1), background .2s cubic-bezier(0.77, 0.2, 0.05, 1), all .2s ease-in-out;
  left: 0
}

.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important
}

.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%)
}

.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%
}

.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0
}

.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg)
}

.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0
}

.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.navbar-nav .nav-pills .nav-link {
  background: #fff;
  color: var(--main-color);
  border-radius: 0;
  font-size: 16px;
  text-align: left;
  position: relative;
  padding-right: 20px;
  font-weight: 400;
  border-bottom: 2px solid transparent;
}

.navbar-nav .nav-pills .nav-link::before {
  content: '\f138';
  font-family: 'bootstrap-icons';
  position: absolute;
  right: 15px;
  top: 8px;
  opacity: 0;
  transition: var(--transition);
  color: var(--main-color2);
  font-size: 17px;
  font-weight: 600;
}

.navbar-nav .nav-pills .nav-link.active {
  background: var(--white-color);
  color: var(--main-color);
  border-bottom-color: var(--main-color2);
}

.navbar-nav .nav-pills .nav-link.active::before {
  opacity: 1;
  right: 8px;
  color: var(--main-color2);
}

.navbar-nav .dropdown-mega .tab-content ul li {
  display: block !important;
  width: 100%;
}

.navbar-nav .dropdown-mega .tab-content ul li>ul li {
  display: block !important;
  width: 100%;
}

.navbar-nav .dropdown-mega .tab-content .haslcopa>.nav-link.red-me {
  color: var(--main-color2) !important;
  font-weight: 400;
}

.navbar-nav .dropdown-mega .tab-content ul.grandchild {
  display: block;
}

.navbar-nav .dropdown-mega .tab-content ul.grandchild li {
  display: block;
  float: none;
  width: 100%;
}

/*haha menu*/
@media(max-width:1600px) {

  /* .navbar-area .navbar{padding:10px 0 0;} */
  .mainnav .navbar-nav>.nav-item>a {
    font-size: 15px;
        font-weight: 600;
  }
}

@media(max-width:640px) {}

@media(max-width:575px) {
  .fullmeonce a br {
    display: block;
  }

  .sticky-header .navbar .navbar-brand img {
    width: 190px;
  }

  .mainnav .navbar-nav .nav-item .dropdown-menu.show {
    padding: 5px 2px;
  }

  .navbar-collapse {
    left: 5px;
  }
}

@media(min-width:992px) {
  .colsi.collapse:not(.show) {
    display: block;
  }
}

.iplus {
  position: absolute;
  right: 0;
  top: 0;
  background: var(--main-color2);
  color: var(--white-color);
  width: 26px;
  height: 100%;
  z-index: 2;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
}

.phone {
  height: 38px;
  line-height: 38px;
}

.phone .phone-icon {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  background: var(--main-color) !important;
}

.phone svg {
  width: 42px;
  height: 42px;
  float: left;
  margin-right: 5px;
  padding: 6px;
}

.phone svg path {
  fill: var(--white-color)
}

.phone svg path:nth-child(2) {
  -webkit-animation: header-phone 1s infinite cubic-bezier(.1, .57, .5, 1);
  animation: header-phone 1s infinite cubic-bezier(.1, .57, .5, 1)
}

.phone svg path:nth-child(3) {
  -webkit-animation: header-phone2 1s infinite cubic-bezier(.1, .57, .5, 1);
  animation: header-phone2 1s infinite cubic-bezier(.1, .57, .5, 1)
}

@-webkit-keyframes header-phone {

  0%,
  30% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 20px, 0);
    transform: translate3d(-20px, 20px, 0)
  }

  80% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  100% {
    opacity: 0
  }
}

@keyframes header-phone {

  0%,
  30% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 20px, 0);
    transform: translate3d(-20px, 20px, 0)
  }

  80% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
  }

  100% {
    opacity: 0
  }
}

@-webkit-keyframes header-phone2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 20px, 0);
    transform: translate3d(-20px, 20px, 0)
  }

  70%,
  90% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  100% {
    opacity: 0
  }
}

@keyframes header-phone2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 20px, 0);
    transform: translate3d(-20px, 20px, 0)
  }

  70%,
  90% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  100% {
    opacity: 0
  }
}

.phone2 {
  height: 32px;
  line-height: 32px;
}

.phone2 svg {
  width: 32px;
  height: 32px;
}

.phone2 svg path {
  fill: var(--white-color) !important;
}


.cpointer {
  cursor: pointer
}

.bg-center {
  background-position: center;
}

.facto .svji {
  width: 36px;
  height: 36px;
}

.kiatro::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: url(../images/urology-kidney.svg.html) no-repeat right 10% bottom 10%;
  background-size: 100px;
}

.blocka::before {
  content: '';
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 80px;
  background-color: var(--white-color);
  display: block;
  z-index: 1;
  filter: contrast(1);
}

.conto::before {
  content: '';
  position: absolute;
  width: 70%;
  height: 200px;
  background: #377ab3;
  opacity: .07;
  left: 0;
  top: 0;
  border-radius: 0 0 100% 30%;
  z-index: 0;
}

.text-shdaow {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
}

.insider {
  height: 330px;
}

.insider::before {
  content: '';
  width: 100%;
  height: 100%;
  background: radial-gradient(at top left, #000000 30%, #db005c 100%);
  position: absolute;
  top: 0;
  left: 0;
  opacity: .65;
}

.height2 {
  height: 2px;
}

.norepeat {
  background-repeat: no-repeat;
}

.norepeat1 {
  background-repeat: no-repeat;
  background-position: bottom left;
}

.haakar {
  background: url(../images/04.png.html) no-repeat left bottom;
  background-size: 15%;
}

.breadcrumb {
  margin: 0;
  font-size: 14px;
}

.breadcrumb a,
.breadcrumb-item+.breadcrumb-item::before {
  color: var(--white-color);
}

.page-breadcrumb .breadcrumb {
  margin: 0;
  font-size: 14px;
}

.page-breadcrumb .breadcrumb a,
.page-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  color: #333;
}

.breadcrumb.light a {
  color: var(--whiteColor);
}

.breadcrumb.color4 a {
  color: var(--main-color4);
}

.breadcrumb.color4 .breadcrumb-item+.breadcrumb-item::before {
  color: var(--main-color4);
}

@media(max-width:767px) {
  .duocontainer {
    max-width: 100%;
  }
}

.headsocial a {
  list-style: none;
  display: flex;
  width: 28px;
  height: 28px;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  color: var(--white-color);
  border-radius: 50%;
  transition: all ease-in-out .3s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.footsocial a {
  list-style: none;
  display: flex;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  color: var(--whiteColor);
  border-radius: 50%;
  transition: all ease-in-out .3s;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.daag {
  width: 14%;
  display: inline-block;
  min-width: 80px;
  height: 2px;
  background: var(--main-color)
}

.makers {
  position: fixed;
  left: 2%;
  bottom: 10px;
  width: 96%;
  z-index: 3;
  box-shadow: 0px -2px 35px #00000040;
  border-radius: 8px;
  border: 1px solid var(--main-color4);
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.makers.active {
  opacity: 1;
  visibility: visible;
}

.makers a {
  color: var(--main-color);
  line-height: 1.2;
}

.makers a.color333 {
  color: #222;
}

.makers a i {
  font-size: 120%
}

.kibanuduniyada {
  width: 44px;
  height: 44px;
  line-height: 32px;
  background: var(--white-color);
  box-shadow: 0px -2px 0px var(--main-color4);
  margin: -26px auto 0;
  border: 5px solid #fff;
  border-radius: 50%;
}

.blurr {
  filter: blur(6px);
}

.rounded10 {
  border-radius: 10px;
}

address span {
  position: relative;
  padding-left: 28px;
  margin: 7px 0px;
}

address span i {
  position: absolute;
  left: 0;
  top: 2px;
}

.listas {
  padding-top: 5px;
}

.listas li {
  list-style: none;
  display: inline-block;
  margin: 3px 0;
  min-width: 40%;
}

.listas li a {
  color: #fff;
}

.listas li a:hover {
  color: #ffffffbe;
}

.listas li::before {
  font-size: 10px;
}

.owl-carousel.testimonial .owl-stage {
  display: flex;
  flex-wrap: wrap;
}

.owl-carousel.testimonial .owl-stage .testimonial-block {
  height: 100%;
}

.owl-carousel.vidowl .owl-stage {
  display: flex;
  flex-wrap: wrap;
}

.owl-carousel.vidowl .owl-vidowl .item {
  height: 100%;
}

.owl-carousel.doctorsteam .owl-stage {
  display: flex;
  flex-wrap: wrap;
}

.owl-carousel.doctorsteam .owl-stage .item {
  height: 100%;
}

.testimonial .owl-dots {
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -40px;
}

.testimonial .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 5px;
}

.testimonial .owl-dots .owl-dot span {
  background: var(--white-color);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: block;
  opacity: .9;
}

.testimonial .owl-dots .owl-dot.active span {
  opacity: 1;
}

.testimonial-block::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/icon.png) no-repeat center center;
  opacity: .05;
  pointer-events: none;
  background-size: 16%
}

.navcenter .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.navcenter.bottoms .owl-nav {
  position: absolute;
  top: auto;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 100%;
  -webkit-transform: translateY(-50%) !important;
  -moz-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  -o-transform: translateY(-50%) !important;
}

.navcenter .owl-nav .owl-next,
.navcenter .owl-nav .owl-prev {
  width: 44px;
  height: 44px;
  line-height: 50px;
  background: #f3f8ff !important;
  text-align: center;
  font-size: 26px !important;
  border-radius: 50%;
  color: var(--main-color) !important;
}

.navcenter .owl-nav .owl-next.disabled,
.navcenter .owl-nav .owl-prev.disabled {
  opacity: .4
}

.navcenter .owl-nav .owl-prev {
  left: 0;
  float: left
}

.navcenter .owl-nav .owl-next {
  right: 0;
  float: right;
}

@media(max-width:1600px) {
  .header-position {
    margin: 0 68px !important;
  }
}

@media(max-width:1500px) {
  .header-position {
    margin: 0 48px !important;
  }
}

@media(max-width:1199px) {

  .navcenter .owl-nav .owl-next,
  .navcenter .owl-nav .owl-prev {
    width: 44px;
    height: 44px;
    line-height: 44px;
  }

  .testi-detail {
    left: 22px !important;
  }

  .inner-bread {
    min-width: 52vw !important;
  }

  .header-position {
    margin: 0 38px !important;
  }
}

@media(max-width:991px) {
  .inner-bread {
    min-width: 64vw !important;
  }
}

@media(max-width:767px) {

  .navcenter .owl-nav .owl-next,
  .navcenter .owl-nav .owl-prev {
    width: 36px;
    height: 36px;
    line-height: 36px !important;
  }

  .inner-bread {
    min-width: 84vw !important;
  }
}

.docblock {
  padding-bottom: 50px;
}

.docblock .sanko {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.min70 {
  min-height: 70vh;
}

.min50 {
  min-height: 50vh;
}

.zoomer {
  position: relative;
  display: block;
}

.zoomer::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/zoom.svg) no-repeat center center rgb(20 76 161 / 55%);
  background-size: 30px;
  transform: scale(.5);
  opacity: 0;
  transition: all ease .3s;
}

.zoomer:hover::before {
  transform: scale(1);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.zoomer-video {
  position: relative;
  display: block;
}

.zoomer-video::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/zoom-vid.svg) no-repeat center center rgb(20 76 161 / 52%);
  background-size: 40px;
  transform: scale(.5);
  opacity: 0;
  transition: all ease .3s;
}

.zoomer-video:hover::before {
  transform: scale(1);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

@media (max-width:575px) {
  .dc-topbar .container {
    padding: 0;
  }

  .full-xss {
    width: 100%;
  }

  .inner-bread {
    min-width: 90vw !important;
  }

  .header-position {
    margin: 0 0px !important;
  }
}

.wa-btn,
.consulto {
  z-index: -1;
  left: -200px;
  transition: all ease-in-out .3s
}

.wa-btn.showme,
.consulto.showme {
  z-index: 2;
  left: 20px;
}

.wa-btn {
  position: fixed;
  bottom: 35px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  cursor: pointer;
  text-align: center;
  z-index: 100;
  color: #fff;
  background: #11a850;
  border-radius: 15px;
  text-align: center;
  transition: var(--transition);
}

.consulto {
  position: fixed;
  bottom: 100px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  cursor: pointer;
  text-align: center;
  z-index: 100;
  color: #fff;
  background: var(--main-color4);
  border-radius: 15px;
  text-align: center;
  transition: var(--transition);
}

.wa-btn:hover,
.consulto:hover {
  border-radius: 50%;
}

.back-to-top {
  position: fixed;
  right: 0;
  border-radius: 15px;
  bottom: 60px;
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 44px;
  background-color: var(--main-color2);
  z-index: 99;
  color: #fff;
  font-size: 24px;
  opacity: 0;
  visibility: hidden
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
  right: 25px
}

.back-to-top a {
  color: #fff !important;
}

.back-to-top:hover {
  background-color: var(--main-color);
  color: #fff;
  border-radius: 50%;
}

@media(max-width:575px) {

  .wa-btn,
  .consulto {
    width: 45px;
    height: 45px;
    line-height: 45px;
    bottom: 70px;
    transition: all ease-in-out .3s;
  }

  .consulto {
    bottom: 35px;
    left: 80px;
    display: none;
  }

  .back-to-top {
    bottom: 70px;
  }
}

.accordion-button.dusra,
.accordion-button.dusra:not(.collapsed) {
  padding: 0 0 5px;
  background: none;
  font-size: 20px !important;
  color: var(--white-color);
  font-weight: 600;
}

/* @media(min-width:768px) {

  .sandni .accordion-button::after,
  .footer .accordion-button::after {
    display: none;
  }

  .sandni .accordion-collapse.collapse,
  .footer .accordion-collapse.collapse {
    display: block;
  }
} */

.modal-xl {
  max-width: 900px;
}

.modal-header {
  border-bottom: 0;
}

.modal .btn-close {
  background-color: var(--white-color);
  opacity: 1;
}

.listaul ul li {
  line-height: 28px;
  position: relative;
  padding-left: 30px;
  margin: 5px 0;
  display: inline-block;
  min-width: 47%;
  margin: 5px 0;
}

.listaul ul li::before {
  content: '\f134';
  font-family: 'bootstrap-icons';
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 1px;
  font-weight: 500;
}

@media (min-width: 1200px) {
  .col-xl-2_5 {
    flex: 0 0 auto;
    width: 20%;
  }
}

.testi-detail {
  position: absolute;
  bottom: 26px;
  left: 42px;
  width: 82%;
}

.testimonial .testimonial-block {
  padding-bottom: 112px !important;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.testimonial.owl-carousel .owl-stage {
  margin-bottom: 40px;
}

.testi-icono {
  width: 100%;
  height: 1px;
  background: #2e296224;
}

.testi-icono .icon {
  width: 48px;
  height: 48px;
  background: var(--main-color);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  padding: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 30px;
}



.itemo-num .item h3 {
  position: relative;
}

.itemo-num .item h3::before {
  position: absolute;
  bottom: 4px;
  left: 50%;
  content: '';
  width: 80px;
  height: 3px;
  background: var(--main-color);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.itemo-num .item h3.secondd::before {
  background: var(--main-color2);
}

.foot-cta {
  margin-bottom: -50px;
}

.inner-shape {
  border-radius: 500px 0px 0px 0px;
  -webkit-border-radius: 500px 0px 0px 0px;
  -moz-border-radius: 500px 0px 0px 0px;
  -ms-border-radius: 500px 0px 0px 0px;
  -o-border-radius: 500px 0px 0px 0px;
  overflow: hidden;
  background: var(--white-color);
}

.inner-shape img {
  margin-left: 14px;
  border-radius: 500px 0 0 0;
  -webkit-border-radius: 500px 0 0 0;
  -moz-border-radius: 500px 0 0 0;
  -ms-border-radius: 500px 0 0 0;
  -o-border-radius: 500px 0 0 0;
  border-left: 1px solid #e6e6e6;
}

.treatments .item:hover .img-wrapper .icone img {
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
}

/* .doc-grad{background:radial-gradient(at top left, var(--main-color) 35%, #2ca2b3 100%);} */

.doc-grad {
  background: url('../images/doc-bg.png') no-repeat center / cover, linear-gradient(to right, #6a669f, #3f3a6f, #7c78ac);
}

.read-blog {
  position: absolute;
  bottom: 14px;
  left: 14px;
  width: 91%;
}

.zzindex-1 {
  z-index: -1;
}

/* treatment */
.treatments .item {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.treatments .item .img-wrapper img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  height: 240px;
  object-fit: cover;
}

.treatments .item .iconer .icone {
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px;
  background: ;
  border-left: 1px solid #2e296230;
  border-bottom: 1px solid #2e296230;
  border-radius: 0px 0 0 10px;
}

.treatments .item .treat-title {
  height: 68px;
}

.border-bottom-dashed {
  border-bottom: 2px dashed #7bbeff;
}

.inner-bread {
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  background: var(--white-color);
  border-radius: 80px 0;
  min-width: 32vw;
  border-bottom: 3px solid var(--main-color2);
}

.inner-bread .breadcrumb a,
.breadcrumb-item+.breadcrumb-item::before {
  color: #333;
}

.treat-right {
  transform: rotate(90deg);
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.rounded-top-4 {
  border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
}

.grad00 {
  background: linear-gradient(to right, #fff1f9 0%, rgba(255, 255, 255, 0) 100%);
}

.foot-top {
  border-radius: 0px 0 10px 10px;
  -webkit-border-radius: 0px 0 10px 10px;
  -moz-border-radius: 0px 0 10px 10px;
  -ms-border-radius: 0px 0 10px 10px;
  -o-border-radius: 0px 0 10px 10px;
  padding: 18px;
}

.foot-top .foot-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #ffffff56;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
}

.text-no-wrap {
  text-wrap: nowrap;
}

.blog-date {
  position: absolute;
  width: 100%;
  left: 12px;
  top: -4px;
}

.blog-date p {
  border-radius: 0px 0px 6px 6px;
  -webkit-border-radius: 0px 0px 6px 6px;
  -moz-border-radius: 0px 0px 6px 6px;
  -ms-border-radius: 0px 0px 6px 6px;
  -o-border-radius: 0px 0px 6px 6px;
}

.mtt-3 {
  margin-top: -3px;
}

.footer-main {
  background: #101010;
}

.border-bottom1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.read-blog {
  position: absolute;
  bottom: 12px;
  left: 16px;
}

.book-treat {
  position: relative;
}

.book-treat::before {
  position: absolute;
  width: 80px;
  height: 2px;
  background: #fff;
  content: '';
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

  .link-footer{
    padding-left: 85px !important;
  }
  /* .footer-title{
    padding-left: 112px !important;
  } */


  .footer-title{
    color: #fff;
  }
@media (max-width: 768px) {
  .link-footer{
    padding-left: 11px !important;
  }
  /* .footer-title{
    padding-left: 0px !important;
  } */
}

/* Footer background & text */
.footer {
    background: linear-gradient(325deg, #00070a, #001218);
    font-size: 15px;
    padding-top: 72px;

}

/* Footer Headings */
.footer-title {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 8px;
}

/* Heading underline */
.footer-title::after {
    content: "";
    width: 45px;
    height: 2px;
    background: #ff5e7e;
    position: absolute;
    left: 0;
    bottom: 0;
}

/* Paragraph text */
.footer p {
    font-size: 15px;
    line-height: 1.7;
    color: #dcdcdc;
}

/* Footer links common styles */
.footer ul li {
    margin-bottom: 8px;
}

.footer ul li a {
    color: #dcdcdc;
    font-size: 15px;
    position: relative;
    padding-left: 18px;
    transition: all 0.3s ease;
}

/* Arrow before links - ONLY Quick Links and Treatments */
.footer .quick-links ul li a::before,
.footer .row > div:not(.contact-info):not(.quick-links) ul li a::before {
    content: "➜";
    position: absolute;
    left: 0;
    color: #ff5e7e;
    transition: 0.3s;
}

/* Remove arrow from Contact Info links */
.footer .contact-info ul li a::before {
    content: none;
}

/* Hover effect on links */
.footer ul li a:hover {
    color: #ff5e7e;
    padding-left: 22px;
}

/* Contact icons color */
.footer i {
    color: #ff5e7e;
    margin-right: 8px;
}

/* Divider color */
.footer hr {
    border-color: rgba(255,255,255,0.15);
}

/* Treatments ul padding */
.footer .row ul {
    padding-left: 0;
}

/* Bottom copyright */
.footer .text-center {
    color: #bdbdbd;
    font-size: 14px;
}

/* Map iframe rounded corners */
.footer iframe {
    border-radius: 6px;
}

/* Responsive tweaks */
@media (max-width: 767px) {
    .footer-title {
        font-size: 18px;
    }

    .footer ul li a {
        font-size: 14px;
    }
}
