/*-------------------------------------------------------------------------------------------------------------------------------*/
/*This is main CSS file that contains custom style rules used in this template*/
/*-------------------------------------------------------------------------------------------------------------------------------*/

/* Template Name: Weebfy */
/* Version: 1.0 Initial Release */
/* Build Date: 28-09-2018 */
/* Author: theme_bubble */

/*-------------------------------------------------------------------------------------------------------------------------------*/

/*========== Local Family ==========*/
@font-face {
  font-family: 'iconsmind';
  src: url('../fonts/iconsmind.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

.stack-right-dir {
  font-family: 'iconsmind';
}

@font-face {
  font-family: 'Circular';
  src: url('../fonts/circular-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/*========== Typography ==========*/

body {
  color: #666666;
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h3,
h5,
h6 {
  font-weight: 400;
  color: #222;
  padding: 0;
  margin: 0 0 15px 0;
  line-height: 1.2em;
  font-family: 'Circular', sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h3 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 2.857em;
}

h2 {
  font-size: 2.429em;
}

h3 {
  font-size: 1.857em;
}

h4 {
  font-size: 1.571em;
}

h5 {
  font-size: 1.286em;
}

h6 {
  font-size: 1.071em;
}

p {
  margin-bottom: 15px;
}

ul {
  margin: 0 0 15px 0;
  padding-left: 15px;
  list-style: square outside none;
}

ol {
  padding-left: 15px;
  margin-bottom: 15px;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 15px;
}

address {
  margin: 0 0 15px;
}

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

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover,
a:focus,
a:active {
  color: #222;
  text-decoration: none;
}


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

/*========== Font Weight ==========*/

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

.tb-fw-regular {
  font-weight: 400;
}

.tb-fw-medium {
  font-weight: 500;
}

.tb-fw-semibold {
  font-weight: 600;
}

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

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

/*========== Letter Spacing ==========*/

.tb-spacing1 {
  letter-spacing: 1px;
}

.tb-spacing2 {
  letter-spacing: 2px;
}

.tb-spacing3 {
  letter-spacing: 3px;
}

.tb-spacing4 {
  letter-spacing: 4px;
}

.tb-spacing5 {
  letter-spacing: 5px;
}

/*========== Color and BG Color ==========*/

.tb-black222-c {
  color: #222;
}

.tb-black111-c {
  color: #111;
}

.tb-grayb5b5b5-c {
  color: #b5b5b5;
}

.tb-488bf8-c {
  color: #488bf8;
}

.tb-666-c {
  color: #666;
}

.tb-white-c {
  color: #fff;
}

.tb-white-c1 {
  color: rgba(255, 255, 255, 0.1);
}

.tb-white-c2 {
  color: rgba(255, 255, 255, 0.2);
}

.tb-white-c3 {
  color: rgba(255, 255, 255, 0.3);
}

.tb-white-c4 {
  color: rgba(255, 255, 255, 0.4);
}

.tb-white-c5 {
  color: rgba(255, 255, 255, 0.5);
}

.tb-white-c6 {
  color: rgba(255, 255, 255, 0.6);
}

.tb-white-c7 {
  color: rgba(255, 255, 255, 0.7);
}

.tb-white-c8 {
  color: rgba(255, 255, 255, 0.8);
}

.tb-white-c9 {
  color: rgba(255, 255, 255, 0.9);
}

.tb-white-bg {
  background-color: #fff;
}

.tb-111-bg {
  background-color: #111;
}

.tb-323f4a-bg {
  background-color: #323f4a;
}

.tb-262626-bg {
  background-color: #262626
}

.tb-fbfbfb-bg {
  background-color: #fbfbfb;
}

.tb-fafafa-bg {
  background-color: #fafafa;
}

.tb-f2f2f2-bg {
  background-color: #f2f2f2;
}

.tb-f9f9f9-bg {
  background-color: #f9f9f9;
}

.tb-171717-bg {
  background-color: #171717;
}

.tb-12233f-bg {
  background-color: #12233f;
}

.tb-282828-bg {
  background-color: #282828;
}

.tb-7a77d0-bg {
  background-color: #7a77d0;
}

.tb-ping-gray-bg {
  background-color: #fff4f0;
}

/*========== Box Shadow ==========*/
.tb-box-shadow1 {
  -webkit-box-shadow: 0px 2px 43px 0px rgba(2, 2, 2, 0.07);
  box-shadow: 0px 2px 43px 0px rgba(2, 2, 2, 0.07);
  border-radius: 4px;
}

.tb-box-shadow2 {
  border-radius: 4px;
  -webkit-box-shadow: 0px 5px 68px 0px rgba(2, 2, 2, 0.07);
  box-shadow: 0px 5px 68px 0px rgba(2, 2, 2, 0.07);
}

.tb-border {
  border: 1px solid #eaeaea;
}

/*========== Border Radius ==========*/
.tb-radious-2 {
  border-radius: 2px;
  overflow: hidden;
}

.tb-radious-3 {
  border-radius: 3px;
  overflow: hidden;
}

.tb-radious-4 {
  border-radius: 4px;
  overflow: hidden;
}

.tb-radious-5 {
  border-radius: 5px;
  overflow: hidden;
}

.tb-radious-10 {
  border-radius: 10px;
  overflow: hidden;
}

.tb-radious-20 {
  border-radius: 20px;
  overflow: hidden;
}

.tb-radious-50 {
  border-radius: 50% !important;
  overflow: hidden;
}

/*========== Spacing ==========*/

.marg-lg-b0 {
  height: 0px
}

.marg-lg-b4 {
  height: 4px
}

.marg-lg-b5 {
  height: 5px
}

.marg-lg-b10 {
  height: 10px
}

.marg-lg-b15 {
  height: 15px
}

.marg-lg-b20 {
  height: 20px
}

.marg-lg-b25 {
  height: 25px
}

.marg-lg-b30 {
  height: 30px
}

.marg-lg-b35 {
  height: 35px
}

.marg-lg-b40 {
  height: 40px
}

.marg-lg-b45 {
  height: 45px
}

.marg-lg-b50 {
  height: 50px
}

.marg-lg-b55 {
  height: 55px
}

.marg-lg-b60 {
  height: 60px
}

.marg-lg-b65 {
  height: 65px
}

.marg-lg-b70 {
  height: 70px
}

.marg-lg-b75 {
  height: 75px
}

.marg-lg-b80 {
  height: 80px
}

.marg-lg-b85 {
  height: 85px
}

.marg-lg-b90 {
  height: 90px
}

.marg-lg-b95 {
  height: 95px
}

.marg-lg-b100 {
  height: 100px
}

.marg-lg-b105 {
  height: 105px
}

.marg-lg-b110 {
  height: 110px
}

.marg-lg-b115 {
  height: 115px
}

.marg-lg-b120 {
  height: 120px
}

.marg-lg-b125 {
  height: 125px
}

.marg-lg-b130 {
  height: 130px
}

.marg-lg-b135 {
  height: 135px
}

.marg-lg-b140 {
  height: 140px
}

.marg-lg-b145 {
  height: 145px
}

.marg-lg-b150 {
  height: 150px
}

.marg-lg-b155 {
  height: 155px
}

.marg-lg-b160 {
  height: 160px
}

.marg-lg-b165 {
  height: 165px
}

.marg-lg-b170 {
  height: 170px
}

.marg-lg-b175 {
  height: 175px
}

.marg-lg-b180 {
  height: 180px
}

.marg-lg-b185 {
  height: 185px
}

.marg-lg-b190 {
  height: 190px
}

.marg-lg-b195 {
  height: 195px
}

.marg-lg-b200 {
  height: 200px
}

.marg-lg-b205 {
  height: 205px
}

.marg-lg-b210 {
  height: 210px
}

/*========== Font Size ==========*/
.tb-f5-lg {
  font-size: 5px;
}

.tb-f6-lg {
  font-size: 6px;
}

.tb-f7-lg {
  font-size: 7px;
}

.tb-f8-lg {
  font-size: 8px;
}

.tb-f9-lg {
  font-size: 9px;
}

.tb-f10-lg {
  font-size: 10px;
}

.tb-f11-lg {
  font-size: 11px;
}

.tb-f12-lg {
  font-size: 12px;
}

.tb-f13-lg {
  font-size: 13px;
}

.tb-f14-lg {
  font-size: 14px;
}

.tb-f15-lg {
  font-size: 15px;
}

.tb-f16-lg {
  font-size: 16px;
}

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

.tb-f18-lg {
  font-size: 18px;
}

.tb-f19-lg {
  font-size: 19px;
}

.tb-f20-lg {
  font-size: 20px;
}

.tb-f21-lg {
  font-size: 21px;
}

.tb-f22-lg {
  font-size: 22px;
}

.tb-f23-lg {
  font-size: 23px;
}

.tb-f24-lg {
  font-size: 24px;
}

.tb-f25-lg {
  font-size: 25px;
}

.tb-f26-lg {
  font-size: 26px;
}

.tb-f27-lg {
  font-size: 27px;
}

.tb-f28-lg {
  font-size: 28px;
}

.tb-f29-lg {
  font-size: 29px;
}

.tb-f30-lg {
  font-size: 30px;
}

.tb-f31-lg {
  font-size: 31px;
}

.tb-f32-lg {
  font-size: 32px;
}

.tb-f33-lg {
  font-size: 33px;
}

.tb-f34-lg {
  font-size: 34px;
}

.tb-f35-lg {
  font-size: 35px;
}

.tb-f36-lg {
  font-size: 36px;
}

.tb-f37-lg {
  font-size: 37px;
}

.tb-f38-lg {
  font-size: 38px;
}

.tb-f39-lg {
  font-size: 39px;
}

.tb-f40-lg {
  font-size: 40px;
}

.tb-f41-lg {
  font-size: 41px;
}

.tb-f42-lg {
  font-size: 42px;
}

.tb-f43-lg {
  font-size: 43px;
}

.tb-f44-lg {
  font-size: 44px;
}

.tb-f45-lg {
  font-size: 45px;
}

.tb-f46-lg {
  font-size: 46px;
}

.tb-f47-lg {
  font-size: 47px;
}

.tb-f48-lg {
  font-size: 48px;
}

.tb-f49-lg {
  font-size: 49px;
}

.tb-f50-lg {
  font-size: 50px;
}

.tb-f51-lg {
  font-size: 51px;
}

.tb-f52-lg {
  font-size: 52px;
}

.tb-f53-lg {
  font-size: 53px;
}

.tb-f54-lg {
  font-size: 54px;
}

.tb-f55-lg {
  font-size: 55px;
}

.tb-f56-lg {
  font-size: 56px;
}

.tb-f57-lg {
  font-size: 57px;
}

.tb-f58-lg {
  font-size: 58px;
}

.tb-f59-lg {
  font-size: 59px;
}

.tb-f60-lg {
  font-size: 60px;
}

.tb-f61-lg {
  font-size: 61px;
}

.tb-f62-lg {
  font-size: 62px;
}

.tb-f63-lg {
  font-size: 63px;
}

.tb-f64-lg {
  font-size: 64px;
}

.tb-f65-lg {
  font-size: 65px;
}

.tb-f66-lg {
  font-size: 66px;
}

.tb-f67-lg {
  font-size: 67px;
}

.tb-f68-lg {
  font-size: 68px;
}

.tb-f69-lg {
  font-size: 69px;
}

.tb-f70-lg {
  font-size: 70px;
}

.tb-f71-lg {
  font-size: 71px;
}

.tb-f72-lg {
  font-size: 72px;
}

.tb-f73-lg {
  font-size: 73px;
}

.tb-f74-lg {
  font-size: 74px;
}

.tb-f75-lg {
  font-size: 75px;
}

.tb-f76-lg {
  font-size: 76px;
}

.tb-f77-lg {
  font-size: 77px;
}

.tb-f78-lg {
  font-size: 78px;
}

.tb-f79-lg {
  font-size: 79px;
}

.tb-f80-lg {
  font-size: 80px;
}

.tb-f81-lg {
  font-size: 81px;
}

.tb-f82-lg {
  font-size: 82px;
}

.tb-f83-lg {
  font-size: 83px;
}

.tb-f84-lg {
  font-size: 84px;
}

.tb-f85-lg {
  font-size: 85px;
}

.tb-f86-lg {
  font-size: 86px;
}

.tb-f87-lg {
  font-size: 87px;
}

.tb-f88-lg {
  font-size: 88px;
}

.tb-f89-lg {
  font-size: 89px;
}

.tb-f90-lg {
  font-size: 90px;
}

.tb-f91-lg {
  font-size: 91px;
}

.tb-f92-lg {
  font-size: 92px;
}

.tb-f93-lg {
  font-size: 93px;
}

.tb-f94-lg {
  font-size: 94px;
}

.tb-f95-lg {
  font-size: 95px;
}

.tb-f96-lg {
  font-size: 96px;
}

.tb-f97-lg {
  font-size: 97px;
}

.tb-f98-lg {
  font-size: 98px;
}

.tb-f99-lg {
  font-size: 99px;
}

.tb-f100-lg {
  font-size: 100px;
}

/*========== Line Height ==========*/
.tb-line0-7 {
  line-height: 0.7em;
}

.tb-line0-72 {
  line-height: 0.72em;
}

.tb-line0-75 {
  line-height: 0.75em;
}

.tb-line0-8 {
  line-height: 0.8em;
}

.tb-line0-9 {
  line-height: 0.9em;
}

.tb-line1 {
  line-height: 1em;
}

.tb-line1-1 {
  line-height: 1.1em;
}

.tb-line1-13 {
  line-height: 1.13em;
}

.tb-line1-14 {
  line-height: 1.14em;
}

.tb-line1-2 {
  line-height: 1.2em;
}

.tb-line1-23 {
  line-height: 1.23em;
}

.tb-line1-25 {
  line-height: 1.25em;
}

.tb-line1-27 {
  line-height: 1.27em;
}

.tb-line1-3 {
  line-height: 1.3em;
}

.tb-line1-39 {
  line-height: 1.39em;
}

.tb-line1-43 {
  line-height: 1.43em;
}

.tb-line1-5 {
  line-height: 1.5em;
}

.tb-line1-54 {
  line-height: 1.54em;
}

.tb-line1-56 {
  line-height: 1.56em;
}

.tb-line1-6 {
  line-height: 1.6em;
}

.tb-line1-62 {
  line-height: 1.62em;
}

.tb-line1-64 {
  line-height: 1.64em;
}

.tb-line1-67 {
  line-height: 1.67em;
}

.tb-line1-7 {
  line-height: 1.7em;
}

.tb-line1-8 {
  line-height: 1.8em;
}

.tb-line1-75 {
  line-height: 1.75em;
}

.tb-line1-78 {
  line-height: 1.78em;
}

.tb-line1-69 {
  line-height: 1.69em;
}

.tb-line2 {
  line-height: 2em;
}

.tb-line2-5 {
  line-height: 2.5em;
}


@media (max-width: 1199px) {

  /*========== Spacing ==========*/
  .marg-md-b0 {
    height: 0px
  }

  .marg-md-b5 {
    height: 5px
  }

  .marg-md-b10 {
    height: 10px
  }

  .marg-md-b15 {
    height: 15px
  }

  .marg-md-b20 {
    height: 20px
  }

  .marg-md-b25 {
    height: 25px
  }

  .marg-md-b30 {
    height: 30px
  }

  .marg-md-b35 {
    height: 35px
  }

  .marg-md-b40 {
    height: 40px
  }

  .marg-md-b45 {
    height: 45px
  }

  .marg-md-b50 {
    height: 50px
  }

  .marg-md-b55 {
    height: 55px
  }

  .marg-md-b60 {
    height: 60px
  }

  .marg-md-b65 {
    height: 65px
  }

  .marg-md-b70 {
    height: 70px
  }

  .marg-md-b75 {
    height: 75px
  }

  .marg-md-b80 {
    height: 80px
  }

  .marg-md-b85 {
    height: 85px
  }

  .marg-md-b90 {
    height: 90px
  }

  .marg-md-b95 {
    height: 95px
  }

  .marg-md-b100 {
    height: 100px
  }

  .marg-md-b105 {
    height: 105px
  }

  .marg-md-b110 {
    height: 110px
  }

  .marg-md-b115 {
    height: 115px
  }

  .marg-md-b120 {
    height: 120px
  }

  .marg-md-b125 {
    height: 125px
  }

  .marg-md-b130 {
    height: 130px
  }

  .marg-md-b135 {
    height: 135px
  }

  .marg-md-b140 {
    height: 140px
  }

  .marg-md-b145 {
    height: 145px
  }

  .marg-md-b150 {
    height: 150px
  }

  .marg-md-b155 {
    height: 155px
  }

  .marg-md-b160 {
    height: 160px
  }

  .marg-md-b165 {
    height: 165px
  }

  .marg-md-b170 {
    height: 170px
  }

  .marg-md-b175 {
    height: 175px
  }

  .marg-md-b180 {
    height: 180px
  }

  .marg-md-b185 {
    height: 185px
  }

  .marg-md-b190 {
    height: 190px
  }

  .marg-md-b195 {
    height: 195px
  }

  .marg-md-b200 {
    height: 200px
  }

  .marg-md-b205 {
    height: 205px
  }

  .marg-md-b210 {
    height: 210px
  }
}

@media (max-width: 991px) {

  .marg-sm-b0 {
    height: 0px
  }

  .marg-sm-b5 {
    height: 5px
  }

  .marg-sm-b10 {
    height: 10px
  }

  .marg-sm-b15 {
    height: 15px
  }

  .marg-sm-b20 {
    height: 20px
  }

  .marg-sm-b25 {
    height: 25px
  }

  .marg-sm-b30 {
    height: 30px
  }

  .marg-sm-b35 {
    height: 35px
  }

  .marg-sm-b40 {
    height: 40px
  }

  .marg-sm-b45 {
    height: 45px
  }

  .marg-sm-b50 {
    height: 50px
  }

  .marg-sm-b55 {
    height: 55px
  }

  .marg-sm-b60 {
    height: 60px
  }

  .marg-sm-b65 {
    height: 65px
  }

  .marg-sm-b70 {
    height: 70px
  }

  .marg-sm-b75 {
    height: 75px
  }

  .marg-sm-b80 {
    height: 80px
  }

  .marg-sm-b85 {
    height: 85px
  }

  .marg-sm-b90 {
    height: 90px
  }

  .marg-sm-b95 {
    height: 95px
  }

  .marg-sm-b100 {
    height: 100px
  }

  .marg-sm-b105 {
    height: 105px
  }

  .marg-sm-b110 {
    height: 110px
  }

  .marg-sm-b115 {
    height: 115px
  }

  .marg-sm-b120 {
    height: 120px
  }

  .marg-sm-b125 {
    height: 125px
  }

  .marg-sm-b130 {
    height: 130px
  }

  .marg-sm-b135 {
    height: 135px
  }

  .marg-sm-b140 {
    height: 140px
  }

  .marg-sm-b145 {
    height: 145px
  }

  .marg-sm-b150 {
    height: 150px
  }

  .marg-sm-b155 {
    height: 155px
  }

  .marg-sm-b160 {
    height: 160px
  }

  .marg-sm-b165 {
    height: 165px
  }

  .marg-sm-b170 {
    height: 170px
  }

  .marg-sm-b175 {
    height: 175px
  }

  .marg-sm-b180 {
    height: 180px
  }

  .marg-sm-b185 {
    height: 185px
  }

  .marg-sm-b190 {
    height: 190px
  }

  .marg-sm-b195 {
    height: 195px
  }

  .marg-sm-b200 {
    height: 200px
  }

  .marg-sm-b205 {
    height: 205px
  }

  .marg-sm-b210 {
    height: 210px
  }

  /*========== Font Size ==========*/
  .tb-f5-sm {
    font-size: 5px;
  }

  .tb-f6-sm {
    font-size: 6px;
  }

  .tb-f7-sm {
    font-size: 7px;
  }

  .tb-f8-sm {
    font-size: 8px;
  }

  .tb-f9-sm {
    font-size: 9px;
  }

  .tb-f10-sm {
    font-size: 10px;
  }

  .tb-f11-sm {
    font-size: 11px;
  }

  .tb-f12-sm {
    font-size: 12px;
  }

  .tb-f13-sm {
    font-size: 13px;
  }

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

  .tb-f15-sm {
    font-size: 15px;
  }

  .tb-f16-sm {
    font-size: 16px;
  }

  .tb-f17-sm {
    font-size: 17px;
  }

  .tb-f18-sm {
    font-size: 18px;
  }

  .tb-f19-sm {
    font-size: 19px;
  }

  .tb-f20-sm {
    font-size: 20px;
  }

  .tb-f21-sm {
    font-size: 21px;
  }

  .tb-f22-sm {
    font-size: 22px;
  }

  .tb-f23-sm {
    font-size: 23px;
  }

  .tb-f24-sm {
    font-size: 24px;
  }

  .tb-f25-sm {
    font-size: 25px;
  }

  .tb-f26-sm {
    font-size: 26px;
  }

  .tb-f27-sm {
    font-size: 27px;
  }

  .tb-f28-sm {
    font-size: 28px;
  }

  .tb-f29-sm {
    font-size: 29px;
  }

  .tb-f30-sm {
    font-size: 30px;
  }

  .tb-f31-sm {
    font-size: 31px;
  }

  .tb-f32-sm {
    font-size: 32px;
  }

  .tb-f33-sm {
    font-size: 33px;
  }

  .tb-f34-sm {
    font-size: 34px;
  }

  .tb-f35-sm {
    font-size: 35px;
  }

  .tb-f36-sm {
    font-size: 36px;
  }

  .tb-f37-sm {
    font-size: 37px;
  }

  .tb-f38-sm {
    font-size: 38px;
  }

  .tb-f39-sm {
    font-size: 39px;
  }

  .tb-f40-sm {
    font-size: 40px;
  }

  .tb-f41-sm {
    font-size: 41px;
  }

  .tb-f42-sm {
    font-size: 42px;
  }

  .tb-f43-sm {
    font-size: 43px;
  }

  .tb-f44-sm {
    font-size: 44px;
  }

  .tb-f45-sm {
    font-size: 45px;
  }

  .tb-f46-sm {
    font-size: 46px;
  }

  .tb-f47-sm {
    font-size: 47px;
  }

  .tb-f48-sm {
    font-size: 48px;
  }

  .tb-f49-sm {
    font-size: 49px;
  }

  .tb-f50-sm {
    font-size: 50px;
  }

  .tb-f51-sm {
    font-size: 51px;
  }

  .tb-f52-sm {
    font-size: 52px;
  }

  .tb-f53-sm {
    font-size: 53px;
  }

  .tb-f54-sm {
    font-size: 54px;
  }

  .tb-f55-sm {
    font-size: 55px;
  }

  .tb-f56-sm {
    font-size: 56px;
  }

  .tb-f57-sm {
    font-size: 57px;
  }

  .tb-f58-sm {
    font-size: 58px;
  }

  .tb-f59-sm {
    font-size: 59px;
  }

  .tb-f60-sm {
    font-size: 60px;
  }

  .tb-f61-sm {
    font-size: 61px;
  }

  .tb-f62-sm {
    font-size: 62px;
  }

  .tb-f63-sm {
    font-size: 63px;
  }

  .tb-f64-sm {
    font-size: 64px;
  }

  .tb-f65-sm {
    font-size: 65px;
  }

  .tb-f66-sm {
    font-size: 66px;
  }

  .tb-f67-sm {
    font-size: 67px;
  }

  .tb-f68-sm {
    font-size: 68px;
  }

  .tb-f69-sm {
    font-size: 69px;
  }

  .tb-f70-sm {
    font-size: 70px;
  }

  .tb-f71-sm {
    font-size: 71px;
  }

  .tb-f72-sm {
    font-size: 72px;
  }

  .tb-f73-sm {
    font-size: 73px;
  }

  .tb-f74-sm {
    font-size: 74px;
  }

  .tb-f75-sm {
    font-size: 75px;
  }

  .tb-f76-sm {
    font-size: 76px;
  }

  .tb-f77-sm {
    font-size: 77px;
  }

  .tb-f78-sm {
    font-size: 78px;
  }

  .tb-f79-sm {
    font-size: 79px;
  }

  .tb-f80-sm {
    font-size: 80px;
  }

  .tb-f81-sm {
    font-size: 81px;
  }

  .tb-f82-sm {
    font-size: 82px;
  }

  .tb-f83-sm {
    font-size: 83px;
  }

  .tb-f84-sm {
    font-size: 84px;
  }

  .tb-f85-sm {
    font-size: 85px;
  }

  .tb-f86-sm {
    font-size: 86px;
  }

  .tb-f87-sm {
    font-size: 87px;
  }

  .tb-f88-sm {
    font-size: 88px;
  }

  .tb-f89-sm {
    font-size: 89px;
  }

  .tb-f90-sm {
    font-size: 90px;
  }

  .tb-f91-sm {
    font-size: 91px;
  }

  .tb-f92-sm {
    font-size: 92px;
  }

  .tb-f93-sm {
    font-size: 93px;
  }

  .tb-f94-sm {
    font-size: 94px;
  }

  .tb-f95-sm {
    font-size: 95px;
  }

  .tb-f96-sm {
    font-size: 96px;
  }

  .tb-f97-sm {
    font-size: 97px;
  }

  .tb-f98-sm {
    font-size: 98px;
  }

  .tb-f99-sm {
    font-size: 99px;
  }

  .tb-f100-sm {
    font-size: 100px;
  }
}

@media (max-width: 767px) {

  .marg-xs-b0 {
    height: 0px
  }

  .marg-xs-b5 {
    height: 5px
  }

  .marg-xs-b10 {
    height: 10px
  }

  .marg-xs-b15 {
    height: 15px
  }

  .marg-xs-b20 {
    height: 20px
  }

  .marg-xs-b25 {
    height: 25px
  }

  .marg-xs-b30 {
    height: 30px
  }

  .marg-xs-b35 {
    height: 35px
  }

  .marg-xs-b40 {
    height: 40px
  }

  .marg-xs-b45 {
    height: 45px
  }

  .marg-xs-b50 {
    height: 50px
  }

  .marg-xs-b55 {
    height: 55px
  }

  .marg-xs-b60 {
    height: 60px
  }

  .marg-xs-b65 {
    height: 65px
  }

  .marg-xs-b70 {
    height: 70px
  }

  .marg-xs-b75 {
    height: 75px
  }

  .marg-xs-b80 {
    height: 80px
  }

  .marg-xs-b85 {
    height: 85px
  }

  .marg-xs-b90 {
    height: 90px
  }

  .marg-xs-b95 {
    height: 95px
  }

  .marg-xs-b100 {
    height: 100px
  }

  .marg-xs-b105 {
    height: 105px
  }

  .marg-xs-b110 {
    height: 110px
  }

  .marg-xs-b115 {
    height: 115px
  }

  .marg-xs-b120 {
    height: 120px
  }

  .marg-xs-b125 {
    height: 125px
  }

  .marg-xs-b130 {
    height: 130px
  }

  .marg-xs-b135 {
    height: 135px
  }

  .marg-xs-b140 {
    height: 140px
  }

  .marg-xs-b145 {
    height: 145px
  }

  .marg-xs-b150 {
    height: 150px
  }

  .marg-xs-b155 {
    height: 155px
  }

  .marg-xs-b160 {
    height: 160px
  }

  .marg-xs-b165 {
    height: 165px
  }

  .marg-xs-b170 {
    height: 170px
  }

  .marg-xs-b175 {
    height: 175px
  }

  .marg-xs-b180 {
    height: 180px
  }

  .marg-xs-b185 {
    height: 185px
  }

  .marg-xs-b190 {
    height: 190px
  }

  .marg-xs-b195 {
    height: 195px
  }

  .marg-xs-b200 {
    height: 200px
  }

  .marg-xs-b205 {
    height: 205px
  }

  .marg-xs-b210 {
    height: 210px
  }
}

/*========== Flex Box ==========*/

.tb-flex {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tb-flex-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tb-flex-between {
  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;
}

.tb-flex-between-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tb-flex-between-center {
  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;
}

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

/*========== Margin Padding ==========*/

.tb-mp0 {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tb-m0 {
  margin: 0;
}

.tb-pt1 {
  padding-top: 1px;
}

.tb-p0 {
  padding: 0;
}

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

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

.tb-m-auto {
  margin: auto;
}

/*Minus Margin*/
.tb-mt-1 {
  margin-top: -1px;
}

.tb-mt-2 {
  margin-top: -2px;
}

.tb-mt-3 {
  margin-top: -3px;
}

.tb-mt-4 {
  margin-top: -4px;
}

.tb-mt-5 {
  margin-top: -5px;
}

.tb-mt-6 {
  margin-top: -6px;
}

.tb-mt-7 {
  margin-top: -7px;
}

.tb-mt-8 {
  margin-top: -8px;
}

.tb-mt-9 {
  margin-top: -9px;
}

.tb-mt-10 {
  margin-top: -10px;
}

.tb-mt-11 {
  margin-top: -11px;
}

.tb-mt-12 {
  margin-top: -12px;
}

.tb-mt-13 {
  margin-top: -13px;
}

.tb-mt-14 {
  margin-top: -14px;
}

.tb-mt-15 {
  margin-top: -15px;
}

.tb-mt-30 {
  margin-top: -30px;
}

.tb-mb-1 {
  margin-bottom: -1px;
}

.tb-mb-2 {
  margin-bottom: -2px;
}

.tb-mb-3 {
  margin-bottom: -3px;
}

.tb-mb-4 {
  margin-bottom: -4px;
}

.tb-mb-5 {
  margin-bottom: -5px;
}

.tb-mb-6 {
  margin-bottom: -6px;
}

.tb-mb-7 {
  margin-bottom: -7px;
}

.tb-mb-8 {
  margin-bottom: -8px;
}

.tb-mb-9 {
  margin-bottom: -9px;
}

.tb-mb-10 {
  margin-bottom: -10px;
}

.tb-mb-11 {
  margin-bottom: -11px;
}

.tb-mb-12 {
  margin-bottom: -12px;
}

.tb-mb-13 {
  margin-bottom: -13px;
}

.tb-mb-14 {
  margin-bottom: -14px;
}

.tb-mb-15 {
  margin-bottom: -15px;
}

/*Plus Margin*/
.tb-mt1 {
  margin-top: 1px;
}

.tb-mt2 {
  margin-top: 2px;
}

.tb-mt3 {
  margin-top: 3px;
}

.tb-mt4 {
  margin-top: 4px;
}

.tb-mt5 {
  margin-top: 5px;
}

.tb-mt6 {
  margin-top: 6px;
}

.tb-mt7 {
  margin-top: 7px;
}

.tb-mt8 {
  margin-top: 8px;
}

.tb-mt9 {
  margin-top: 9px;
}

.tb-mt10 {
  margin-top: 10px;
}

.tb-mb1 {
  margin-bottom: 1px;
}

.tb-mb2 {
  margin-bottom: 2px;
}

.tb-mb3 {
  margin-bottom: 3px;
}

.tb-mb4 {
  margin-bottom: 4px;
}

.tb-mb5 {
  margin-bottom: 5px;
}

.tb-mb6 {
  margin-bottom: 6px;
}

.tb-mb7 {
  margin-bottom: 7px;
}

.tb-mb8 {
  margin-bottom: 8px;
}

.tb-mb9 {
  margin-bottom: 9px;
}

.tb-mb10 {
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {

  /*Minus Margin*/
  .tb-mt-1-sm {
    margin-top: -1px;
  }

  .tb-mt-2-sm {
    margin-top: -2px;
  }

  .tb-mt-3-sm {
    margin-top: -3px;
  }

  .tb-mt-4-sm {
    margin-top: -4px;
  }

  .tb-mt-5-sm {
    margin-top: -5px;
  }

  .tb-mt-6-sm {
    margin-top: -6px;
  }

  .tb-mt-7-sm {
    margin-top: -7px;
  }

  .tb-mt-8-sm {
    margin-top: -8px;
  }

  .tb-mt-9-sm {
    margin-top: -9px;
  }

  .tb-mt-10-sm {
    margin-top: -10px;
  }

  .tb-mt-11-sm {
    margin-top: -11px;
  }

  .tb-mt-12-sm {
    margin-top: -12px;
  }

  .tb-mt-13-sm {
    margin-top: -13px;
  }

  .tb-mt-14-sm {
    margin-top: -14px;
  }

  .tb-mt-15-sm {
    margin-top: -15px;
  }

  .tb-mb-1-sm {
    margin-bottom: -1px;
  }

  .tb-mb-2-sm {
    margin-bottom: -2px;
  }

  .tb-mb-3-sm {
    margin-bottom: -3px;
  }

  .tb-mb-4-sm {
    margin-bottom: -4px;
  }

  .tb-mb-5-sm {
    margin-bottom: -5px;
  }

  .tb-mb-6-sm {
    margin-bottom: -6px;
  }

  .tb-mb-7-sm {
    margin-bottom: -7px;
  }

  .tb-mb-8-sm {
    margin-bottom: -8px;
  }

  .tb-mb-9-sm {
    margin-bottom: -9px;
  }

  .tb-mb-10-sm {
    margin-bottom: -10px;
  }

  .tb-mb-11-sm {
    margin-bottom: -11px;
  }

  .tb-mb-12-sm {
    margin-bottom: -12px;
  }

  .tb-mb-13-sm {
    margin-bottom: -13px;
  }

  .tb-mb-14-sm {
    margin-bottom: -14px;
  }

  .tb-mb-15-sm {
    margin-bottom: -15px;
  }

  /*Plus Margin*/
  .tb-mt1-sm {
    margin-top: 1px;
  }

  .tb-mt2-sm {
    margin-top: 2px;
  }

  .tb-mt3-sm {
    margin-top: 3px;
  }

  .tb-mt4-sm {
    margin-top: 4px;
  }

  .tb-mt5-sm {
    margin-top: 5px;
  }

  .tb-mt6-sm {
    margin-top: 6px;
  }

  .tb-mt7-sm {
    margin-top: 7px;
  }

  .tb-mt8-sm {
    margin-top: 8px;
  }

  .tb-mt9-sm {
    margin-top: 9px;
  }

  .tb-mt10-sm {
    margin-top: 10px;
  }

  .tb-mb1-sm {
    margin-bottom: 1px;
  }

  .tb-mb2-sm {
    margin-bottom: 2px;
  }

  .tb-mb3-sm {
    margin-bottom: 3px;
  }

  .tb-mb4-sm {
    margin-bottom: 4px;
  }

  .tb-mb5-sm {
    margin-bottom: 5px;
  }

  .tb-mb6-sm {
    margin-bottom: 6px;
  }

  .tb-mb7-sm {
    margin-bottom: 7px;
  }

  .tb-mb8-sm {
    margin-bottom: 8px;
  }

  .tb-mb9-sm {
    margin-bottom: 9px;
  }

  .tb-mb10-sm {
    margin-bottom: 10px;
  }
}

/*========== General Style ==========*/
.tb-zoom-in1 {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tb-zoom:hover .tb-zoom-in1 {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

.tb-relative {
  position: relative;
}

.tb-absolute {
  position: absolute;
}

.tb-hidden {
  display: none;
}

.tb-parallax {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed !important;
}

.tb-sticky-footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.tb-content {
  background-color: #fff;
  z-index: 10;
}

.tb-link-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  opacity: 0;
}

.tb-sample-text p:last-child {
  margin-bottom: 0;
}

.tb-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.tb-overflow-hidden {
  overflow: hidden;
  display: block;
}

hr {
  margin: 0;
  border-color: #eaeaea;
}

.tb-absolute-link {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.tb-sidebar-padd {
  padding: 0 30px;
}

.row {
  margin-top: -30px;
}

.row>div {
  margin-top: 30px;
}

.tb-vertical-middle {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tb-vertical-middle .tb-vertical-middle-in {
  width: 100%;
}

/*Start Preloader*/
.tb-preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 5000;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tb-preloader .tb-preloader-in {
  height: 100px;
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin: -50px 0 0 -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 25px;
}

.tb-preloader .tb-preloader-in:before {
  content: '';
  display: inline-block;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  border-top: 2px solid transparent;
  border-right: 2px solid #222;
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  border-radius: 50%;
  -webkit-animation: rotate360 1s linear both infinite;
  animation: rotate360 1s linear both infinite;
}

@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0)
  }

  100% {
    -webkit-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg)
  }
}

@keyframes rotate360 {
  0% {
    -webkit-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0)
  }

  100% {
    -webkit-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg)
  }
}

/*End Preloader*/
@media screen and (min-width: 991px) {
  .tb-token-pr35 {
    height: 100%;
  }

  .tb-token-pl35 {
    padding-left: 35px;
    height: 100%;
  }

  .tb-right-padd-20,
  .tb-yoga-middle-text {
    padding-right: 20px;
  }

  .tb-left-padd-20 {
    padding-left: 20px;
  }
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-size: inherit;
  margin-left: 0 !important;
}

/*=== Video Popup ===*/
.tb-pd-video .tb-video-open,
.tb-sample-img .tb-video-open {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 68px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 48px;
}

.tb-pd-video .tb-video-open:hover,
.tb-sample-img .tb-video-open:hover {
  color: rgba(255, 255, 255, 0.7);
}

.tb-video-popup {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100%;
  left: -100%;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.tb-video-popup.active {
  left: 0;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  left: 0;
}

.tb-video-popup-overlay {
  position: absolute;
  left: 0;
  right: 0;
  background: #000;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0;
}

.tb-video-popup.active .tb-video-popup-overlay {
  opacity: 0.8;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.tb-video-popup-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 0;
  text-align: center;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  padding: 15px;
}

.tb-video-popup.active .tb-video-popup-content {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.tb-video-popup-content:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.tb-video-popup-container {
  display: inline-block;
  position: relative;
  text-align: left;
  background: #fff;
  max-width: 1100px;
  width: 100%;
  vertical-align: middle;
}

.tb-video-popup-container .embed-responsive {
  width: 100%;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
}

.tb-video-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #d90d0d;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.tb-video-popup iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

.tb-video-popup-close:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  margin-left: -10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.tb-video-popup-close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  margin-left: -10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.tb-video-popup-close:hover:before,
.tb-video-popup-close:hover:after {
  background: #000;
}

.tb-video-popup-layer {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}

.tb-video-popup-align {
  overflow: hidden;
}

/*=== End Video Popup ===*/

/*=== Light Box ===*/
.lg-outer .lg-thumb {
  margin-left: auto;
  margin-right: auto;
}

.lg-outer .lg-thumb-outer,
.lg-outer .lg-toogle-thumb {
  background-color: #222;
}

.lg-outer .lg-toogle-thumb {
  color: #b5b5b5;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  border: 2px solid rgba(255, 255, 255, 0) !important;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #fff !important;
}

/*=== EndLight Box ===*/

/*=== Date Picker ===*/
.tb-cs-date-field i {
  position: absolute;
  right: 15px;
  top: 7px;
  color: #b7b7b7;
  pointer-events: none;
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
  border: 1px solid #eaeaea;
  background: #fafafa;
  font-weight: 400;
  color: #666;
  font-size: 13px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}

.ui-widget.ui-widget-content {
  border: 1px solid #eaeaea;
}

.ui-datepicker th {
  font-weight: 500;
  color: #222;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}

.ui-widget-header {
  border: 1px solid #eaeaea;
  background: #f2f2f2;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #13ce66;
  background: transparent;
  color: #222;
}

.ui-datepicker-prev.ui-corner-all:before,
.ui-datepicker-next.ui-corner-all:before {
  content: "\f104";
  font-family: 'FontAwesome';
  position: absolute;
  font-size: 16px;
  color: #666;
  left: 9px;
  top: 0px;
}

.ui-datepicker-next.ui-corner-all:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 2px;
  left: 11px;
}

.ui-datepicker-prev.ui-corner-all,
.ui-datepicker-next.ui-corner-all {
  border: none !important;
  cursor: pointer;
  top: 2.5px;
}

.ui-datepicker-prev.ui-corner-all {
  left: 5px;
}

.ui-datepicker-next.ui-corner-all {
  right: 5px;
}

#ui-datepicker-div {
  padding: 5px 5px 0 5px;
  width: 310px;
}

.ui-state-default.ui-state-active {
  border: 1px solid #13ce66;
  background-color: rgba(19, 206, 102, 0.1);
}

.tb-cs-date-field i {
  position: absolute;
  right: 15px;
  top: 12px;
  color: #b7b7b7;
  pointer-events: none;
}

@media screen and (max-width: 575px) {
  #ui-datepicker-div {
    width: 250px;
  }
}

/*=== End Date Picker ===*/

/*========== Site Footer ==========*/
/*=== Style1 ===*/
.tb-dark-footer,
.tb-dark-footer .tb-footer-widget-title,
.tb-dark-footer .tb-cta-title,
.tb-dark-footer .tb-copyright,
.tb-dark-footer a,
.tb-dark-footer a:hover,
.tb-dark-footer .tb-footer-address-widget li,
.tb-dark-footer .tb-section-heading h2,
.tb-dark-footer .tb-post-label.tb-style1 span,
.tb-dark-footer .tb-post.tb-style1 .tb-post-title a,
.tb-dark-footer .tb-post.tb-style1 .tb-post-title a:hover,
.tb-dark-footer .tb-post-label.tb-style1,
.tb-dark-footer .tb-section-heading.tb-style6 h2,
.tb-dark-footer .tb-post.tb-style3.tb-size1 .tb-post-title,
.tb-dark-footer .tb-newsletter-title,
.tb-dark-footer .tb-newsletter-subtitle,
.tb-dark-footer .tb-footer-item .tagcloud a,
.tb-dark-footer .widget_rss.widget ul li .rsswidget {
  color: #fff;
}

.tb-site-footer a {
  font-weight: 500;
}

.tb-dark-footer hr,
.tb-dark-footer .tb-border,
.tb-dark-footer .tb-post-list.tb-style1 li {
  border-color: rgba(255, 255, 255, 0.1);
}

.tb-light-footer,
.tb-light-footer .tb-footer-widget-title,
.tb-light-footer .tb-cta-title,
.tb-light-footer .tb-copyright,
.tb-light-footer a,
.tb-light-footer a:hover,
.tb-light-footer .tb-footer-address-widget li,
.tb-light-footer .tb-section-heading h2,
.tb-light-footer .tb-post-label.tb-style1 span,
.tb-light-footer .tb-post.tb-style1 .tb-post-title a,
.tb-light-footer .tb-post.tb-style1 .tb-post-title a:hover,
.tb-light-footer .tb-post-label.tb-style1,
.tb-light-footer .tb-section-heading.tb-style6 h2,
.tb-light-footer .tb-post.tb-style3.tb-size1 .tb-post-title,
.tb-light-footer .tb-newsletter-title,
.tb-light-footer .tb-newsletter-subtitle,
.tb-light-footer .tb-footer-item .tagcloud a,
.tb-light-footer .widget_rss.widget ul li .rsswidget {
  color: #000;
}

.tb-light-footer a.tb-btn:hover {
  color: #fff;
}

.tb-light-footer hr,
.tb-light-footer .tb-border,
.tb-light-footer .tb-post-list.tb-style1 li {
  border-color: rgba(0, 0, 0, 0.1);
}

.tb-light-footer .tb-section-heading.tb-style6 h2:before {
  background-color: rgba(0, 0, 0, 0.1);
}

.tb-footer-widget-title,
.tb-site-footer .tb-cta-title,
.tb-site-footer .tb-section-heading h2,
.tb-site-footer .tb-newsletter-subtitle,
.tb-site-footer .tb-post-label.tb-style1 span {
  opacity: 0.4;
}

.tb-footer-text-widget-text,
.tb-footer-widget a,
.tb-copyright,
.tb-footer-address-widget li,
.tb-site-footer .tb-newsletter-title {
  opacity: 0.6;
}

.tb-footer-widget a:hover {
  opacity: 0.9
}

.tb-footer-widget-title {
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: -3px;
}

.tb-dark-footer .tb-form-field input {
  background-color: #fff;
  color: #666;
}

.tb-footer-text-widget img {
  display: inline-block;
  margin-bottom: 20px;
}

.tb-footer-social-btn.tb-style1 a:not(:last-child) {
  margin-right: 20px;
}

.tb-footer-social-btn.tb-style1.tb-color1 a {
  color: #b5b5b5;
}

.tb-footer-social-btn.tb-style1.tb-color1 a:hover {
  color: #666;
}

.tb-footer-social-btn.tb-style1.tb-color2 a {
  color: #fff;
}

.tb-footer-social-btn.tb-style1.tb-color2 a:hover {
  color: #fff;
  opacity: 0.8;
}

.tb-footer-link-widget ul li:not(:last-child),
.tb-footer-address-widget li:not(:last-child) {
  margin-bottom: 14px;
}

.tb-site-footer.tb-style1 .tb-sp-payment-widget ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tb-site-footer.tb-style1 .tb-sp-payment-widget ul li {
  margin-top: 10px;
  margin-right: 13px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tb-site-footer.tb-gradient-color1 {
  background-image: -webkit-linear-gradient(180deg, rgb(1, 0, 45) 0%, rgb(134, 131, 208) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(1, 0, 45) 0%, rgb(134, 131, 208) 100%);
}

.tb-footer-address-widget li {
  position: relative;
  padding-left: 20px;
}

.tb-footer-address-widget li i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 16px;
}

.tb-site-footer .tb-section-heading.tb-style6 h2:before {
  display: none;
}

/*=== Style2 ===*/
.tb-site-footer.tb-style2 {
  background-color: #fff;
}

.tb-site-footer.tb-style2 .tb-site-footer-in {
  padding: 5px 50px;
}

.tb-footer-social-btn a:not(:last-child) {
  margin-right: 20px;
}

.tb-copyright.tb-style1 {
  color: #666;
  opacity: 1;
}

.tb-footer-address-widget.tb-style2 li:not(:last-child) {
  margin-bottom: 2px;
}

.tb-footer-address-widget.tb-style2 li {
  padding-left: 20px;
  position: relative;
}

.tb-footer-address-widget.tb-style2 li i {
  position: absolute;
  color: rgba(153, 153, 153, 0.5);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tb-footer-instagram-widget.tb-style1 .tb-footer-instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -5px;
}

.tb-footer-instagram-widget.tb-style1 .tb-footer-instagram a {
  width: 50px;
  height: 50px;
  margin-right: 5px;
  margin-top: 5px;
}

.tb-footer-instagram-widget.tb-style1 .tb-footer-instagram a:hover {
  opacity: 0.8;
}

.tb-site-footer .tb-widget-newsletter .tb-border {
  border: none;
}

.tb-site-footer .tb-newsletter.tb-style6 {
  padding: 0;
}

.tb-site-footer .tb-border.tb-radious.tb-sidebar-padd {
  padding: 0;
  border: none;
}

.tb-footer-social-btn.tb-style1 a {
  display: flex;
}

/*=== Footer CopyRight ===*/
.tb-copyright.tb-style1 {
  font-size: 13px;
  padding: 20px 0;
  line-height: 1.6em;
}

.tb-horizontal-scroll-item .tb-bg {
  height: 100%;
  width: 100%;
}

.tb-site-footer.tb-style3 {
  padding-bottom: 30px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.tb-copyright.tb-style2 {
  padding: 20px 0;
  opacity: 1;
}

@media screen and (max-width: 575px) {
  .tb-site-footer.tb-style2 .tb-site-footer-in {
    padding: 10px 30px;
  }

  .tb-site-footer.tb-style2 .tb-copyright.tb-style1 {
    padding: 7px 0;
  }

  .tb-site-footer-in.tb-flex-between {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .tb-sticky-footer {
    position: initial;
    z-index: 1;
  }

  .tb-content {
    margin-bottom: 0 !important;
  }

  .tb-parallax {
    background-position: center center !important;
  }

  .tb-about.tb-style1 br {
    display: none;
  }

  .tb-site-footer.tb-style3 {
    padding: 0 15px;
  }
}

/*=== End Site Footer ===*/

/*=== Zoom Effect ===*/
.tb-zoom-effect .tb-zoom-effect-in {
  position: relative;
}

.tb-zoom-effect .tb-bg {
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tb-zoom-effect:hover .tb-bg {
  -webkit-transform: scale(1.035);
  -ms-transform: scale(1.035);
  transform: scale(1.035);
}


.tb-zoom-initial {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.tb-zoom,
.tb-product-zoom {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.tb-zoom img,
.tb-product-zoom img {
  display: block;
}

/*=== End Zoom Effect ===*/

/*=== Breadcrumb ===*/
.tb-breadcrumb.tb-style1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tb-breadcrumb.tb-style1 li:not(:last-child):after {
  content: '/';
  margin-left: 6px;
  margin-right: 6px;
}

.tb-breadcrumb.tb-style1 a:hover {
  color: #222;
}

/*=== End Breadcrumb ===*/

/*=== Custom Select ===*/
.custom-select-wrapper {
  position: relative;
  width: 100%;
}

.tb-custom-select-wrapper {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tb-custom-select-wrapper select {
  display: none;
}

.tb-custom-select {
  cursor: pointer;
  max-width: 100%;
  padding: 0;
  line-height: 1.5;
  vertical-align: middle;
  background: transparent;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  position: relative;
  border-radius: 2px;
}

.custom-select-trigger {
  width: 100%;
  color: #666666;
  padding: 8px 24px 8px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  position: relative;
  z-index: 1;
  border: 1px solid #dddddd;
  background-color: #f5f5f5;
  border-radius: 4px;
  height: 40px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.custom-select-trigger:hover {
  color: #666;
}

.custom-select-trigger:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 9px;
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #b5b5b5;
  border-radius: 4px;
}

.tb-custom-select.opened .custom-select-trigger:after,
.tb-toggle-areea.tb-active .tb-toggle-btn i.fa-sort-desc {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0px;
  right: 0;
  min-width: 100%;
  margin-top: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f3fbfd;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
  z-index: 10;
  border: 1px solid #eaeaea;
  border-radius: 0 0 4px 4px;
  border-bottom: 2px solid #eaeaea;
  max-height: 282px;
  overflow: auto;
}

.tb-custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.custom-option {
  position: relative;
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #eaeaea;
  color: #666;
  cursor: pointer;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background: #fff;
  font-size: 13px;
}

.custom-option:last-child {
  border: none;
}

.custom-option:hover {
  background: #f5f5f5;
}

/*Style Two*/
.tb-form-field.tb-style1 .custom-select-trigger {
  border: 1px solid #eaeaea;
  background-color: #fff;
}

.tb-form-field.tb-style1 .tb-custom-select.opened .custom-select-trigger {
  border-color: #13ce66;
}

/*=== End Custom Select ===*/

/*=== Start Custom Quantity ===*/
.tb-custom-quantity {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  border: 1px solid #dddddd;
  background-color: #f5f5f5;
  border-radius: 4px;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.tb-quantity-minus,
.tb-quantity-plus {
  height: 100%;
  width: 40px;
  position: relative;
  text-indent: 45px;
  cursor: pointer;
  overflow: hidden;
}

.tb-quantity-minus {
  border-right: 1px solid #dddddd;
}

.tb-quantity-plus {
  border-left: 1px solid #dddddd;
}

.tb-custom-quantity input {
  height: 100%;
  background: #fff;
  border: none;
  width: 37px;
  text-align: center;
  color: #666;
  padding-top: 2px;
}

.tb-custom-quantity input:focus {
  outline: none;
}

.tb-quantity-minus:before,
.tb-quantity-plus:before,
.tb-quantity-plus:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 10px;
  background-color: #b5b5b5;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tb-quantity-plus:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

/*=== End Custom Quantity ===*/

/*=== Start Form Field ===*/
.tb-appointment-form form>p,
.tb-contact-form-wrapper p {
  margin: 0;
}

.tb-appointment-form form>p span {
  display: block;
  margin-bottom: 15px;
}

.wpcf7-response-output {
  margin: 0;
  margin-bottom: 15px;
  padding: 0.6em 1em;
  border: 1px solid rgba(222, 54, 24, 0.3);
  color: #DE3618;
  background: rgba(222, 54, 24, 0.1);
  border-radius: 4px;
}

.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
  border: 1px solid #DE3618;
}

.tb-appointment-form form>p .ajax-loader {
  display: none;
}

.tb-contact-form-wrapper label {
  font-size: 0;
  width: 100%;
  display: block;
  margin: 0;
  line-height: 0;
}

.tb-contact-form-wrapper label span {
  font-size: 14px;
  display: block;
  line-height: 1.6em;
  margin-bottom: 15px;
  color: #DE3618;
}

/*=== Start Comment Section ===*/
.tb-form-field input,
.tb-form-field textarea,
.tb-appointment-form form>p input,
.tb-appointment-form form>p select,
.tb-contact-form-wrapper label input,
.tb-contact-form-wrapper label textarea,
#commentform #author,
#commentform #email,
#commentform #url,
#commentform textarea,
.elementor-widget-webify-newsletter-widget .style2 input[type="email"],
.tb-widget-newsletter .style1 .tb-mc4wp-form input,
.tb-appointment-form .wpcf7-textarea {
  width: 100%;
  border: 1px solid #eaeaea;
  height: 43px;
  padding: 8px 15px;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #666;
  display: block;
  font-weight: 300;
}

.tb-appointment-form p .tb-btn {
  height: 46px;
  font-weight: 500;
  border: none;
}

#commentform #author:focus,
#commentform #email:focus,
#commentform #url:focus,
#commentform textarea:focus {
  outline: none;
  border-color: #666;
}

.tb-contact-form-wrapper label textarea,
#commentform textarea {
  height: 140px;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
  max-width: 400px;
}

.tb-contact-form-wrapper label input:focus,
.tb-contact-form-wrapper label textarea:focus {
  border-color: #5c6ac4;
}

.tb-contact-form-wrapper label input:focus,
.tb-contact-form-wrapper label textarea:focus {
  outline: none;
  border-color: #5c6ac4;
}

#commentform label {
  margin-bottom: 3px;
  display: block;
  margin-top: -5px;
  font-size: 14px;
  line-height: 1.6em;
  display: none;
}

#commentform input#wp-comment-cookies-consent+label {
  margin-top: -1px;
}

#commentform>p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.6em;
}

#commentform>p:last-child {
  margin-bottom: 0;
}

#commentform .comment-form-cookies-consent label {
  display: block;
}

#commentform input#submit {
  max-width: 150px;
}

.comments-title,
.comment-reply-title {
  font-size: 20px;
  margin-bottom: 20px;
}

.comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-bottom: 28px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 60px;
}

.comment-list .bypostauthor {
  border: 1px solid transparent;
}

.comments-title,
.comment-reply-title {
  margin-top: -4px;
}

.comment-list .comment-body {
  margin-bottom: 25px !important;
  padding-left: 50px;
  padding-top: 5px;
  position: relative;
}

.comment-list .avatar {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}

.comment-list .comment-author .says {
  display: none;
}

.comment-list .fn {
  font-style: initial;
  font-weight: 500;
  color: #222;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0px;
  line-height: 1.6em;
}

.comment-list .comment-meta {
  color: #b5b5b5;
  display: block;
  margin-top: -3px;
  font-size: 13px;
  margin-bottom: 5px;
  line-height: 1.6em;
}

.comment-list .comment-meta+p,
.comment-list .comment-meta+p+p {
  font-size: 14px;
  line-height: 1.6em;
  margin-bottom: 5px;
}

.comment-list .reply {
  line-height: 1.6em;
  font-size: 14px;
}

.comment-list .reply a {
  font-weight: 500;
  color: #666;
  display: inline-block;
}


/*=== Custom Check Box ===*/
.tb-appointment-form .wpcf7-list-item label,
.comment-form-cookies-consent {
  position: relative;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px !important;
}

.comment-form-cookies-consent.comment-form-cookies-consent-inline {
  display: inline-block;
}

.comment-form-cookies-consent label {
  cursor: pointer;
  margin: 0;
}

.tb-appointment-form .wpcf7-list-item label span:before,
.tb-appointment-form .wpcf7-list-item label span:after,
.comment-form-cookies-consent label:before,
.comment-form-cookies-consent label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
}

.tb-appointment-form .wpcf7-list-item label span:before {
  top: 4px;
}

.tb-appointment-form .wpcf7-list-item label span:before,
.comment-form-cookies-consent label:before {
  width: 13px;
  height: 13px;
  background: #fff;
  border: 1px solid #eaeaea;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border-radius: 2px;
}

.tb-appointment-form .wpcf7-list-item label input[type="checkbox"],
.comment-form-cookies-consent input[type="checkbox"] {
  outline: 0;
  margin-right: 8px;
  visibility: hidden;
  width: 12px;
  height: 12px;
  margin-top: 0;
  top: 0;
}

.tb-appointment-form .wpcf7-list-item label input[type="checkbox"]:checked+span:after,
.comment-form-cookies-consent input[type="checkbox"]:checked+label:after {
  content: '';
  font-size: 8px;
  height: 8px;
  width: 5px;
  line-height: 12px;
  text-align: center;
  font-weight: bold;
  border: 2px solid rgba(17, 17, 17, 0.4);
  border-left: 0;
  border-top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 4px;
  top: 3px;
  border-radius: 0px 0px 1px 0px;
}

.tb-appointment-form .wpcf7-list-item label input[type="checkbox"]:checked+span:after {
  top: 5px;
}

.tb-appointment-form .wpcf7-list-item label input[type="checkbox"]:disabled+span:before,
.comment-form-cookies-consent input[type="checkbox"]:disabled+label:before {
  border-color: rgba(0, 0, 0, 0.26);
}

.tb-appointment-form .wpcf7-list-item label input[type="checkbox"]:disabled:checked+span:before,
.comment-form-cookies-consent input[type="checkbox"]:disabled:checked+label:before {
  background: rgba(0, 0, 0, 0.26);
}

#commentform input#wp-comment-cookies-consent {
  height: 13px;
  width: 13px;
}

.tb-appointment-form .wpcf7-list-item {
  margin-left: 0;
}

/*=== End Custom Check ===*/

/*=== Start Form Field ===*/
.tb-form-field input::-webkit-input-placeholder {
  font-weight: 300;
}

.tb-form-field input::-moz-placeholder {
  font-weight: 300;
}

.tb-form-field input:-ms-input-placeholder {
  font-weight: 300;
}

.tb-form-field input:-moz-placeholder {
  font-weight: 300;
}

.tb-form-field input:focus,
.tb-form-field textarea:focus {
  outline: none;
  border-color: #666;
}

.tb-form-field textarea {
  height: 140px;
}

.tb-form-field.tb-style1 input:focus,
.tb-appointment-form form>p input:focus,
.tb-appointment-form form>p select:focus,
.tb-appointment-form .wpcf7-textarea:focus {
  border-color: #13ce66;
  outline: none;
}

.tb-appointment-form .wpcf7-textarea {
  height: 80px;
}

/*=== End Form Field ===*/

/*=== Experts Review ===*/
.tb-experts-review {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tb-experts-review:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.tb-experts-review .tb-experts-review-in {
  position: relative;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

.tb-experts-review .tb-expert-comment {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 24px 30px 20px;
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.tb-experts-review:hover .tb-expert-comment {
  top: 0;
}

.tb-experts-review .tb-review-wrap {
  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;
  padding: 11px 20px;
}

.tb-review.tb-style1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #5752d0;
}

.tb-review.tb-style1 i {
  margin-right: 8px;
}

/*=== Token ===*/
.tb-token-text ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 13px;
}

.tb-token-text ul li:last-child {
  margin-bottom: 0px;
}

.tb-token-text ul li i {
  position: absolute;
  left: 0;
  top: 6px;
  color: #5752d0;
}

.tb-token-text-wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*=== MKT List ===*/
.tb-mkt-list li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 27px;
}

.tb-mkt-list li:last-child {
  margin-bottom: 0;
}

.tb-mkt-list li i {
  position: absolute;
  left: 0;
  top: 5px;
}

.tb-mkt-list.tb-mkt-green li i {
  color: #4ed55f;
}

.tb-mkt-list.tb-mkt-blue li i {
  color: #5ac4f6;
}

#tb-ball-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.tb-ball {
  position: absolute;
  border-radius: 100%;
  opacity: 0.7;
}

.tb-awards.tb-style1 .tb-award {
  margin: 0 18px;
}

/*=== Contact Info ===*/
.tb-contact-info.tb-style1 {
  margin-bottom: 20px;
  padding: 30px;
  padding-left: 60px;
}

.tb-contact-info.tb-style1 .tb-location-icon {
  position: absolute;
  left: 30px;
  top: 30px;
  color: #13ce66;
  margin-top: -3px;
}

.tb-contact-info.tb-style1:last-child {
  margin-bottom: 0;
}

/*=== End ===*/

.tb-about-img.tb-style1 {
  height: 515px;
  width: 100%;
  padding-left: 30px;
  padding-bottom: 30px;
  max-width: 535px;
  margin-left: auto;
  position: relative;
}

.tb-about-img.tb-style1:before {
  content: '';
  height: calc(100% - 30px);
  width: calc(100% - 30px);
  position: absolute;
  background-color: rgba(92, 106, 196, 0.1);
  border-radius: 4px;
  left: 0;
  top: 30px;
}

.tb-about-img.tb-style1 .tb-bg {
  height: 100%;
  width: 100%;
  position: relative;
}

.tb-about-img.tb-style2 img {
  -webkit-animation: 1.7s infinite alternate tbImageUpAnimation;
  animation: 1.7s infinite alternate tbImageUpAnimation;
}

@-webkit-keyframes tbImageUpAnimation {
  from {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  to {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

@keyframes tbImageUpAnimation {
  from {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  to {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

@media screen and (max-width: 991px) {
  .tb-about-img.tb-style1 {
    margin-right: auto;
  }
}

/*============ Blog Details Css ============*/
.tb-blog-head {
  position: relative;
  width: 100%;
  padding: 200px 0;
}

.tb-blog-head-inner {
  width: inherit;
}

.tb-blog-head:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.tb-category-btn.tb-style1 {
  border: 1px solid #fff;
  padding: 3px 5px;
  display: inline-block;
}

.tb-category-btn.tb-style1:hover {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(255, 255, 255, 0.8);
}

.tb-user-img {
  margin-right: 10px;
}

.tb-user-content a:hover {
  color: inherit;
  opacity: 0.85;
}

.tb-share.tb-style1 .tb-share-list a {
  height: 36px;
  width: 36px;
  border-width: 2px;
  border-style: solid;
}

.tb-facebook {
  background: #3b5998;
  border-color: #3b5998;
}

.tb-twitter {
  background: #00aced;
  border-color: #00aced;
}

.tb-pinterest {
  background: #cc2026;
  border-color: #cc2026;
}

.tb-google {
  background: #dc4a38;
  border-color: #dc4a38;
}

.tb-reddit {
  background: #b6d4e5;
  border-color: #b6d4e5;
}

.tb-mail {
  background: #333;
  border-color: #333;
}

.tb-facebook:hover {
  color: #3b5998;
}

.tb-twitter:hover {
  color: #00aced;
}

.tb-pinterest:hover {
  color: #cc2026;
}

.tb-google:hover {
  color: #dc4a38;
}

.tb-reddit:hover {
  color: #b6d4e5;
}

.tb-mail:hover {
  color: #333;
}

.tb-share.tb-style1 .tb-share-list a:hover {
  background-color: #fff;
}

.tb-share.tb-style1 {
  position: fixed;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  background: #fff;
}

.tb-blogit-quote {
  margin: 0;
  padding: 50px 60px;
}

.tb-blogit-quote footer:before {
  content: '-';
  position: relative;
  top: -1px;
  margin-right: 2px;
}

.tb-blogit-quote cite {
  font-style: normal;
}

.sound-cloud-embed iframe {
  width: 100%;
  border: none;
  display: block;
}

.tb-tag-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  clear: both;
}

.tb-tags {
  margin-bottom: -10px;
}

.tb-tags li {
  margin-bottom: 10px;
}

.tb-tag-wrap .tb-tag-title {
  font-weight: 500;
  margin-right: 10px;
}

.tb-tags a {
  font-size: 13px !important;
  color: #666;
  border: 1px solid #eaeaea;
  opacity: 1;
  padding: 3px 9px;
  border-radius: 3px;
  display: inline-block;
}

.tb-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tb-tags li:not(:last-child) {
  margin-right: 10px;
}

.comment-edit-link {
  color: #666;
}

.tb-tags a:hover,
.comment-edit-link:hover {
  border-color: #6673c7;
}

.tb-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 30px 60px 30px 30px;
}

.tb-author-img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 15px;
}

.tb-author-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tb-author-social li:not(:last-child) {
  margin-right: 15px;
}

.tb-author-social a:hover {
  color: #666;
}

.tb-sample-text.tb-style1 {
  font-size: 24px;
  line-height: 1.7em;
  margin-top: -12px;
}

/*=== Cookies ===*/
.tb-comment-form-cookies-consent {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1px;
}

.tb-comment-form-cookies-consent label {
  margin-bottom: 0;
}

.tb-comment-form-cookies-consent label:before,
.tb-comment-form-cookies-consent label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
}

.tb-comment-form-cookies-consent label:before {
  width: 13px;
  height: 13px;
  background: #fff;
  border: 1px solid #eaeaea;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border-radius: 2px;
}

.tb-comment-form-cookies-consent input[type="checkbox"] {
  outline: 0;
  margin-right: 8px;
  visibility: hidden;
  width: 12px;
  height: 12px;
  margin-top: 0;
  top: 0;
}

.tb-comment-form-cookies-consent input[type="checkbox"]:checked+label:after {
  content: '';
  font-size: 8px;
  height: 8px;
  width: 5px;
  line-height: 12px;
  text-align: center;
  font-weight: bold;
  border: 2px solid rgba(17, 17, 17, 0.4);
  border-left: 0;
  border-top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 4px;
  top: 5px;
  border-radius: 0px 0px 1px 0px;
}

.tb-comment-form-cookies-consent input[type="checkbox"]:disabled+label:before {
  border-color: rgba(0, 0, 0, 0.26);
}

.tb-comment-form-cookies-consent input[type="checkbox"]:disabled:checked+label:before {
  background: rgba(0, 0, 0, 0.26);
}

/*=== End ===*/

/*=== Blog Details Navigaiton ===*/
.tb-blog-nav.tb-left,
.tb-blog-nav.tb-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.tb-blog-nav.tb-right {
  text-align: right;
}

.tb-blog-nav.tb-left:not(.no-thumb) {
  padding-right: 15px;
}

.tb-blog-nav>a {
  line-height: 1.3em;
  color: #222;
  font-weight: 500;
}

.tb-blog-nav>a,
.tb-blog-nav .tb-blog-nav-label {
  position: relative;
  z-index: 1;
}

.tb-blog-nav-wrap.tb-style2 .tb-blog-nav>a {
  border-radius: 4px;
}

.tb-prev-post-img,
.tb-next-post-img {
  height: 72px;
  width: 72px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.tb-prev-post-img {
  margin-right: 10px;
}

.tb-prev-post-img img,
.tb-next-post-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.tb-next-post-img {
  margin-left: 10px;
}

.tb-blog-nav.tb-right:not(.no-thumb) {
  text-align: right;
  padding-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.tb-blog-nav>a:hover {
  color: #6673c7;
}

.tb-author-title:hover {
  color: #666;
}

.comment-reply-title small {
  display: none;
}

.tb-blog-nav-wrap.tb-style1,
.tb-blog-nav-wrap.tb-style2 {
  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;
}

.tb-blog-nav a.tb-blog-nav-title {
  font-size: 16px;
  margin-top: 3px;
}

.tb-blog-nav-wrap.tb-style2 .tb-prev-post-img img,
.tb-blog-nav-wrap.tb-style2 .tb-next-post-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.tb-blog-nav a:hover {
  opacity: 0.8;
}

.tb-blog-share-label {
  margin-bottom: 9px;
}

@media screen and (max-width: 575px) {

  .tb-prev-post-img,
  .tb-next-post-img {
    display: none;
  }

  .tb-blog-nav.tb-left:not(.no-thumb) {
    padding-left: 0;
  }

  .tb-blog-nav.tb-right:not(.no-thumb) {
    padding-right: 0px;
  }
}

/*=== End ===*/

/*=== Vote Section ===*/
.tb-votes.tb-style1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.tb-votes.tb-style1 .tb-vote-btn {
  height: 50px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tb-votes.tb-style1 .tb-vote-btn.tb-up-vote-btn:hover,
.tb-votes.tb-style1 .tb-vote-btn.tb-up-vote-btn.active {
  background-color: rgba(97, 189, 80, 0.1);
  color: #61bd50;
  border-color: rgba(97, 189, 80, 0.2);
}

.tb-votes.tb-style1 .tb-vote-btn.tb-up-vote-btn {
  padding-bottom: 4px;
}

.tb-votes.tb-style1 .tb-vote-btn.tb-down-vote-btn:hover,
.tb-votes.tb-style1 .tb-vote-btn.tb-down-vote-btn.active {
  color: #de3618;
  background-color: rgba(222, 54, 24, 0.1);
  border-color: rgba(222, 54, 24, 0.2);
}

.tb-votes.tb-style1 .tb-count-vote {
  margin: 0 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/*=== End ===*/
/*=== Reaction Section ===*/
.tb-reactions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -15px;
}

.tb-reaction-col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 10px;
  margin-bottom: 15px;
}

.tb-reaction {
  position: relative;
  text-align: center;
}

.tb-reaction a {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 3;
  left: 0;
  top: 0;
}

.tb-vertical-progressbar {
  height: 90px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  background-color: #fafafa;
}

.tb-vertical-progress {
  height: 0%;
  background-color: #ffdd75;
  position: relative;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.3s;
}

.tb-reaction-icon {
  height: 75px;
  width: 75px;
  margin: auto;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tb-reaction:hover .tb-reaction-icon {
  -webkit-transform: scale(1.07) translateY(3px);
  -ms-transform: scale(1.07) translateY(3px);
  transform: scale(1.07) translateY(3px);
}

.tb-reaction:hover .tb-reaction-text {
  bottom: -33px;
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/*=== End ===*/

/*=== Banner Seciton ===*/
.tb-banner.tb-style1 .tb-banner-img {
  position: absolute;
  top: 0;
  left: 52px;
  -webkit-box-shadow: 4px 4px 5px 0px rgba(186, 184, 184, 0.75);
  box-shadow: 4px 4px 5px 0px rgba(186, 184, 184, 0.75);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.tb-banner.tb-style1 .tb-banner-info {
  padding: 30px;
  padding-left: 215px;
}

.tb-banner.tb-style1 .tb-form-field input {
  height: 30px;
  width: 240px;
  margin-right: 10px;
}

/*=== End ===*/

.elementor-widget:not(:last-child) {
  margin-bottom: 0 !important;
}


.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated,
.elementor-column-gap-extended>.elementor-row>.elementor-column>.elementor-element-populated,
.elementor-column-gap-wide>.elementor-row>.elementor-column>.elementor-element-populated,
.elementor-column-gap-wider>.elementor-row>.elementor-column>.elementor-element-populated {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.elementor-section.elementor-section-boxed>.elementor-container {
  padding-left: 15px;
  padding-right: 15px;
}

.elementor-section.elementor-section-boxed.elementor-section-height-full>.elementor-container,
.elementor-section.elementor-section-boxed.elementor-section-height-min-height>.elementor-container {
  display: flex;
}

.elementor-section.elementor-section-boxed>.elementor-container .elementor-container {
  padding-left: 0;
  padding-right: 0;
}

.elementor-container,
.container {
  padding-top: 1px;
  margin-top: -1px;
}

.elementor-row {
  width: auto !important;
  min-width: 100%;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -30px;
}

.elementor-row>.elementor-column {
  margin-top: 30px;
}

.elementor-column {
  padding-left: 15px;
  padding-right: 15px;
}


.elementor-column-gap-extended>.elementor-row>.elementor-column>.elementor-element-populated {
  padding: 0 !important;
}

.elementor-section-stretched>.elementor-container {
  padding-left: 15px;
  padding-right: 15px;
}

.elementor-section-stretched.elementor-section-full_width>.elementor-container {
  padding-left: 0;
  padding-right: 0;
}

.elementor-section-stretched.elementor-section-full_width>.elementor-container>.elementor-row,
.elementor-section-boxed.elementor-inner-section>.elementor-container.elementor-column-gap-no>.elementor-row {
  margin-left: 0;
  margin-right: 0;
}

.elementor-section-stretched.elementor-section-full_width>.elementor-container>.elementor-row>.elementor-column,
.elementor-column-gap-no .elementor-column {
  padding-left: 0;
  padding-right: 0;
}

/*=== Start Page Heading ===*/
.tb-page-heading {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 0px;
}

.tb-page-heading-wrap.no-overlay:before {
  background: transparent;
}

.tb-page-heading-wrap {
  position: relative;
  padding: 45px 0;
}

.tb-transparent-header+.tb-page-heading-wrap {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tb-page-heading-wrap:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
}

.tb-heading-title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  color: rgba(255, 255, 255, .9);
  margin-right: 30px;
  margin-bottom: 0;
}

.tb-breadcrumb .tb-breadcrumb-item:not(:last-child):after {
  content: '/';
  padding-right: 7px;
  margin-left: 7px;
}

.tb-breadcamp {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.tb-breadcamp li {
  color: rgba(255, 255, 255, .7);
  list-style: none;
}

.tb-breadcamp li a:hover {
  color: #fff;
}

.tb-breadcamp li:not(:last-child):after {
  content: '/';
  padding-right: 6px;
  margin-left: 6px;
}

/*=== End Page Heading ===*/
.tb-sidebar {
  margin-bottom: -30px;
}

.tb-sidebar .sidebar-item {
  margin-bottom: 30px;
}

.elementor-page .content>.container,
.elementor-editor-post .content>.container {
  max-width: 100%;
  padding: 0;
}

.tb-full-widh-slider-padding {
  width: calc(100% - 100px);
  margin: auto;
}

.tb-full-widh-slider-padding.tb-no-padding {
  width: 100%;
}

/*Page Numbers*/
.page-numbers {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.page-numbers li,
.page-links a,
.page-links .current {
  height: 30px;
  width: 30px;
  background: #eaeaea;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin: 0 5px;
  color: #666;
  font-weight: 500;
  font-size: 12px;
}

.page-numbers li .page-numbers.current,
.page-numbers li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 2px;
}

.page-numbers li .page-numbers.current,
.page-numbers li a:hover,
.page-links .current {

  background: #6673c7;
  color: #fff;
}

.page-numbers .next.page-numbers:before,
.page-numbers .prev.page-numbers:before {
  content: '';
  height: 6px;
  width: 6px;
  position: absolute;
  left: 10px;
  top: 12px;
  border: 1px solid #666;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-left: 0;
  border-bottom: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-numbers .prev.page-numbers:before {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  left: 14px;
}

.page-numbers li a:hover:hover:before {
  border-color: #fff !important;
}

.page-numbers .next.page-numbers,
.page-numbers .prev.page-numbers {
  font-size: 0;
}

.page-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  clear: both;
  padding-top: 20px;
}

.page-links .page-link-title {
  margin-right: 10px;
}

/*End Page Numbers*/

.tb-bg-not-colver {
  background-size: initial;
}

/*=== Contact Info ===*/
.tb-contact-card.tb-style1 {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tb-contact-card.tb-style1:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.tb-contact-card-body {
  padding: 35px 30px;
}

.tb-contact-card-title {
  margin-bottom: 11px;
}

.tb-contact-card-footer {
  border-top: 1px solid #eaeaea;
  height: 55px;
  background-color: #fafafa;
}

/*=== Start Sticky Content ===*/
.tb-sticky-content {
  position: relative;
}

.tb-active-sticky .tb-sticky-content-in {
  position: fixed;
  bottom: 0px;
}

.tb-active-sticky-sm .tb-sticky-content-in {
  position: fixed;
  top: 0px;
}

.tb-active-sticky.tb-active-absoulut .tb-sticky-content-in {
  position: absolute;
  top: initial;
  left: 0 !important;
}

.tb-active-sticky-sm.tb-active-absoulut-bal .tb-sticky-content-in {
  position: absolute;
  bottom: 0;
  top: initial;
  left: 0 !important;
}

@media screen and (max-width: 991px) {
  .tb-sticky-content-in {
    width: 100% !important;
    left: 0 !important;
    position: initial !important;
  }

  .tb-sticky-content-middle,
  .tb-sticky-content {
    height: initial !important;
  }

}

/*=== End Sticky Content ===*/

/*==== Start Blog Side Bar ====*/
table,
th,
td {
  border: 1px solid #eaeaea;
}

#wp-calendar {
  width: 100%;
  border: 1px solid #eaeaea;
  margin-bottom: 0;
}

#wp-calendar caption {
  border: 1px solid #eaeaea;
  border-bottom: none;
  padding: 10px;
  caption-side: top;
  color: #666;
}

#wp-calendar thead {
  border-bottom: 1px solid #eaeaea;
}

#wp-calendar td,
#wp-calendar th {
  padding: 10px;
  text-align: center;
  color: #666;
}

#wp-calendar tfoot {
  border-top: 1px solid #eaeaea;
}

#wp-calendar tfoot #prev {
  text-align: left;
}

#wp-calendar tfoot #prev a,
#wp-calendar tfoot #next a,
#wp-calendar tbody tr #today a {
  color: #6673c7;
}

.widget ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: -4px;
}

.widget ul li {
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.2em;
  margin-top: 0;
}

.sidebar-item.widget ul li {
  color: #b5b5b5;
}

.widget ul li a {
  display: inline-block;
  margin-bottom: 12px;
  font-weight: 500;
}

.sidebar-item.widget ul li a,
.sidebar-item.widget ul li span {
  color: #666;
}

.widget_rss.widget ul li .rsswidget {
  color: #222
}

.widget_rss.widget ul li:last-child .rsswidget {
  margin-bottom: 3px;
}

.sidebar-item.widget ul li a:hover {
  color: #6673c7;
}

.widget>ul>li:last-child a {
  margin-bottom: 0;
}

.widget select {
  width: 100%;
  padding: 8px;
}

.sidebar-item.widget select {
  background: #fff;
  border-color: #eaeaea;
}

.widget select:focus {
  outline: none;
}

.widget_archive label,
.widget_categories label {
  display: none;
}

.widget ul .children,
.widget ul .sub-menu {
  padding-left: 15px;
}

.widget-title {
  font-size: 16px;
  margin-bottom: 16px;
}

.widget_archive select,
.widget_categories select,
.widget_calendar table#wp-calendar {
  margin-top: 5px;
  margin-bottom: 0px;
}

.widget_rss .rsswidget {
  font-size: 16px;
  display: block;
  margin-bottom: 3px;
  display: inline-block;
  line-height: 1.2em;
}

.widget_rss .rss-date {
  font-size: 12px;
  margin-bottom: 5px;
  display: block;
}

.sidebar-item.widget_rss .rss-date {
  color: #b5b5b5;
  font-size: 13px;
}

.widget_rss .rssSummary {
  font-size: 14px;
  line-height: 1.6;
}

.sidebar-item.widget_rss .rssSummary {
  color: #666;
}

.widget_rss cite {
  position: relative;
  display: block;
  font-style: italic;
  margin-top: 5px;
  font-size: 12px;
}

.sidebar-item.widget_rss cite {
  color: #666;
}

.widget_rss cite:before {
  content: '-';
  left: 0;
  top: 0;
  margin-right: 5px;
}

.sidebar-item.widget_rss ul li:not(:last-child) {
  margin-bottom: 20px;
}

.sidebar-item.widget:not(:last-child) {
  margin-bottom: 30px;
}

#searchform,
.woocommerce-product-search {
  position: relative;
}

#searchform:before,
.woocommerce-product-search:before {
  content: "\f002";
  font-family: 'FontAwesome';
  position: absolute;
  left: 15px;
  top: 6px;
  color: #b5b5b5;
}

.woocommerce-product-search:before {
  top: initial;
  bottom: 7px;
}

#searchform input,
.woocommerce-product-search input {
  width: 100%;
  height: 35px;
  border: 1px solid #fafafa;
  border-radius: 4px;
  padding: 5px 15px 5px 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 38px;
  background-color: #fafafa;
}

#searchform input:focus,
.woocommerce-product-search input:focus {
  border-color: #5c6ac4;
  outline: none;
}

#searchform label {
  display: none;
}

#searchform input#searchsubmit,
.woocommerce-product-search button {
  position: absolute;
  top: 0px;
  padding: 0;
  left: 0;
  width: 35px;
  font-weight: 500;
  color: #fff;
  font-size: 14px;
  border-radius: 0 4px 4px 0;
  border: none;
  cursor: pointer;
  z-index: 1;
  opacity: 0;
  height: 100%;
}

.sidebar-item.widget {
  border: 1px solid #eaeaea;
  padding: 30px;
  overflow: hidden;
  border-radius: 4px;
  font-family: 'Circular', sans-serif;
}

.widget.tb-widget-popular-posts,
.widget.tb-widget-newsletter,
.widget.tb-widget-about {
  border: none;
  padding: 0;
}

.wp-caption {
  max-width: 100%;
}

.logged-in-as a,
.logged-in-as span {
  font-weight: 500;
  color: #6673c7;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.logged-in-as a:hover span {
  color: #222;
}

.logged-in-as a:first-child {
  color: #666;
  font-weight: 300;
}

.logged-in-as a:hover {
  color: #222;
}

.widget .menu-testing-menu-container>ul {
  margin-bottom: -7px;
}

.widget .menu-testing-menu-container>ul>li:last-child a {
  margin-bottom: 0;
}

.tagcloud {
  margin-bottom: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tagcloud a {
  font-size: 13px !important;
  color: #666;
  border: 1px solid #eaeaea;
  opacity: 1;
  padding: 3px 9px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 3px;
  display: inline-block;
}

.tagcloud a:hover {
  border-color: #6673c7;
}

.widget #recentcomments li a {
  margin-bottom: 0px;
  display: inline;
}

.widget #recentcomments li:not(:last-child) {
  margin-bottom: 12px;
}

.tb-about.tb-style2 .tb-about-img,
.tb-about.tb-style2 .tb-about-img-hover {
  height: 180px;
  width: 180px;
  overflow: hidden;
  border-radius: 50%;
  margin: auto;
  display: block;
}

.tb-categorie-list li .tb-single-categorie {
  display: block;
  margin-bottom: 0;
  position: relative;
}

.tb-categorie-list li .tb-single-categorie:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  background: #000;
  opacity: 0.3;
  z-index: 1;
}

.tb-categorie-list li .tb-single-categorie .tb-categorie-img {
  height: 60px;
}

.tb-categorie-list li .tb-single-categorie .tb-categorie-text {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.tb-categorie-list li:not(:last-child) {
  margin-bottom: 15px;
}

.widget .tb-categorie-list {
  margin-bottom: 0;
}

/*==== End Blog Side Bar ====*/

/*==== Footer Widget ====*/
.tb-dark-footer table,
.tb-dark-footer th,
.tb-dark-footer td,
.tb-dark-footer #wp-calendar caption,
.tb-dark-footer .tb-footer_widget select {
  border-color: rgba(255, 255, 255, 0.1);
}

.tb-dark-footer .tb-footer_widget select option {
  background: #222;
}

.tb-dark-footer.tb-site-footer a,
.tb-dark-footer p,
.tb-dark-footer .widget_rss .rssSummary {
  opacity: 0.6;
}

.tb-dark-footer .widget_rss .rss-date,
.tb-dark-footer .widget_rss cite {
  opacity: 0.4;
}

.tb-dark-footer.tb-site-footer a:hover {
  opacity: 1;
}

.tb-dark-footer .tb-footer_widget select {
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
}

.tb-footer_widget:not(:last-child) {
  margin-bottom: 35px;
}

.tb-dark-footer #wp-calendar tfoot #prev a,
.tb-dark-footer #wp-calendar tfoot #next a,
.tb-dark-footer #wp-calendar tbody tr #today a {
  color: #fff;
}

.tb-dark-footer.tb-site-footer .tb-footer-widget-title a.rsswidget {
  opacity: 1;
}

.tb-dark-footer .widget_rss.widget ul li:not(:last-child) {
  margin-bottom: 20px;
}

.tb-dark-footer.tb-site-footer a.tb-btn {
  opacity: 1;
}

.tb-footer-item .menu li a {
  margin-bottom: 0;
}

.tb-footer-item .sub-menu {
  margin-top: 14px;
}

.tb-footer-item .menu li {
  line-height: 1.6em;
  margin-bottom: 14px;
}

.tb-footer-item .menu li:last-child {
  margin-bottom: 0;
}

.tb-footer-item .menu {
  margin-top: 0;
}

.widget.tb-footer-address-widget ul {
  margin-top: 0;
}

.widget.tb-footer-address-widget ul li {
  line-height: 1.6em;
}

.tb-site-footer .tb-widget-popular-posts .marg-lg-b30 {
  height: 0px;
}

.tb-footer-item .tagcloud a {
  border: none;
  position: relative;
}

.tb-footer-item .tagcloud a:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  left: 0px;
  top: 0px;
  border-radius: 3px;
  opacity: 0.2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tb-footer-item .tagcloud a:hover:before {
  border-color: #6673c7;
  opacity: 1;
}

/*==== End Footer Widget ====*/

/*==== End Unity Test Style ====*/
.elementor-row.removeNegativeMargin {
  margin-top: 0;
}

.elementor-row.removeNegativeMargin>.elementor-column {
  margin-top: 0;
}

.row>[class*=col-] .elementor-container {
  padding-left: 0;
  padding-right: 0;
}


/* fix for elementor pro popup */
.lg-outer+.dialog-type-lightbox {
  display: none !important;
}

/*Start Shap Animation*/
.tb-shpa-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}

.tb-shpa-wrap .tb-shap {
  border-radius: 50%;
  position: absolute;
}

.tb-shap1 {
  height: 120px;
  width: 120px;
  left: -30px;
  top: 5%;
  background: #fd6f49;
  -webkit-animation: shapAnimation 15s alternate infinite linear;
  animation: shapAnimation 15s alternate infinite linear;
}

.tb-shap2 {
  height: 150px;
  width: 150px;
  left: 75%;
  top: -58px;
  background: #50b3f9;
  -webkit-animation: shapAnimation 20s alternate infinite linear;
  animation: shapAnimation 20s alternate infinite linear;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.tb-shap3 {
  height: 65px;
  width: 65px;
  left: 10%;
  top: 70%;
  background: #5cda76;
  -webkit-animation: shapAnimation 35s alternate infinite linear;
  animation: shapAnimation 35s alternate infinite linear;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.tb-shap4 {
  height: 40px;
  width: 40px;
  left: 48%;
  top: 16%;
  background-color: #f5ce65;
  -webkit-animation: shapAnimation 25s alternate infinite linear;
  animation: shapAnimation 25s alternate infinite linear;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.tb-shap5 {
  height: 55px;
  width: 55px;
  left: 55%;
  top: 80%;
  background: #a7f3e9;
  -webkit-animation: shapAnimation 30s alternate infinite linear;
  animation: shapAnimation 30s alternate infinite linear;
}

.tb-shap6 {
  height: 100px;
  width: 100px;
  left: 90%;
  top: 54%;
  background: #f7b5c1;
  -webkit-animation: shapAnimation 17s alternate infinite linear;
  animation: shapAnimation 17s alternate infinite linear;
}

.tb-img-shpa {
  position: absolute;
}



@-webkit-keyframes shapAnimation {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
    transform: translate(141px, 72px) rotate(72deg);
  }

  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
    transform: translate(83px, 122px) rotate(108deg);
  }

  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}



@keyframes shapAnimation {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
    transform: translate(141px, 72px) rotate(72deg);
  }

  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
    transform: translate(83px, 122px) rotate(108deg);
  }

  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

/*End Shap Animation*/
.tb-blog-category .tb-category-btn {
  margin: 0 2px;
}

/*Section Heading */
.tb-section-heading.tb-style1 {
  position: relative;
  overflow: hidden;
  margin-top: -4px;
  margin-bottom: -7px;
}

.tb-section-heading.tb-style1 h2 {
  display: inline-block;
  position: relative;
  padding: 0 17px;
}

.tb-section-heading.tb-style1 h2:before,
.tb-section-heading.tb-style1 h2:after {
  content: '';
  position: absolute;
  top: 11px;
  height: 1px;
  width: 2000px;
  background-color: #eaeaea;
}

.tb-section-heading.tb-style1 h2:before {
  left: 100%;
}

.tb-section-heading.tb-style1 h2:after {
  right: 100%;
}

.tb-section-heading.tb-style6 h2,
.widget .widget-title span {
  position: relative;
  display: inline-block;
  padding-right: 15px;
}

.tb-section-heading.tb-style6 h2:before,
.widget .widget-title span:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 2000px;
  background-color: #eaeaea;
  top: 50%;
  margin-top: -1px;
  left: 100%;
}

.tb-section-heading.tb-style6.tb-color1 h2 {
  color: #fff;
  opacity: 0.9;
}

.tb-section-heading.tb-style6.tb-color1 h2:before {
  background-color: #fff;
  opacity: 0.1;
}

.widget .widget-title {
  position: relative;
  overflow: hidden;
  margin-top: -3px;
}

.widget>ul {
  margin-bottom: -5px;
}

.tb-site-footer .tb-newsletter.tb-style6 .tb-btn input {
  background: #5D5A9E;
}

/*End*/
.tb-about-text p {
  margin-bottom: 20px;
}

.tb-about-text p:last-child {
  margin-bottom: 0;
}

.tb-section-overlay {
  position: relative;
}

.tb-section-overlay:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.5;
}

.tb-blog-single-post-style1 .tb-simple-text>p:first-of-type:first-letter {
  font-size: 96px;
  color: #222;
  float: left;
  font-weight: 500;
  line-height: 0.68;
  margin: .1em .12em .05em 0;
  text-transform: uppercase;
  font-style: normal;
}

/*Start 404 Page*/
.tb-error-page {
  height: 100vh;
  width: 100vw;
  padding: 0px 15px;
  background-color: #1b1b1b;
}

.tb-error-section {
  width: 100%;
  max-width: 685px;
  background: #fff;
  padding: 80px;
  border-radius: 4px;
}

@media screen and (max-width: 991px) {
  .tb-error-page {
    margin-top: 0 !important;
  }
}

/*End 404 Page*/
/*No Result Found*/
.tb-s-search {
  position: relative;
}

.tb-search-no-results .tb-s-search input {
  font-size: 36px;
  padding: 0;
  border: none;
  height: initial;
  padding-bottom: 11px;
  margin-top: -7px;
  color: #666;
  width: 100%;
}

.tb-search-no-results .tb-s-search input:focus {
  outline: none;
}

.tb-search-no-results .tb-s-search .tb-s-search-submit {
  display: none;
}

.tb-s-popup-devider {
  position: relative;
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
  overflow: hidden;
  z-index: 5;
  -webkit-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
  -o-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
  transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
}

.tb-search-no-results .tb-s-search .tb-s-popup-devider {
  background: #eaeaea;
}

.tb-s-popup-devider:after {
  content: '';
  position: absolute;
  top: 0px;
  left: -100%;
  width: 100%;
  height: 2px;
  background: #6673c7;
  z-index: 5;
  -webkit-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
  -o-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
  transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
}

.tb-couldnot-found {
  font-size: 16px;
  line-height: 1.6em;
  margin-top: 10px;
  margin-bottom: -6px;
}

.tb-search-no-results .tb-s-search input:focus+.tb-s-search-submit+.tb-s-popup-devider:after {
  left: 0;
}

/*End No Result Found*/

/*Start AdminBar CSS*/
.admin-bar .tb-site-header.tb-sticky-header {
  position: fixed;
  top: 32px;
}

/*End AdminBar CSS*/
.tb-transparent-header+.tb-page-heading-wrap {
  padding-top: 115px;
}

.widget .instagram-pics li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tb-instagram.style1 p {
  display: none;
}

.widget .instagram-pics li a {
  margin-bottom: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.tb-transparent-header+.tb-content .tb-blog-head {
  position: relative;
  width: 100%;
  padding: 270px 0 200px;
}

.tb-portfolio-off-grid-btn {
  height: 48px;
}

.tb-footer-style4.tb-site-footer.tb-style2 .tb-site-footer-in {
  padding: 25px 0px;
}

.tb-footer-style4.tb-site-footer.tb-style2 {
  padding-left: 50px;
  padding-right: 50px;
}

.home .tb-site-footer.tb-style2.tb-footer-style4 {
  position: fixed;
  background: transparent;
  z-index: 5;
}

.home .tb-header-style13.tb-site-header.tb-sticky-header {
  padding: 20px 0px;
  background: transparent;
}

.home .tb-header-style13.tb-site-header.tb-sticky-header.tb-remove-header-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.home .tb-footer-style4.tb-site-footer.tb-style2 .tb-site-footer-in {
  border-top: none;
}

.tb-transparent-header.tb-header-style13+.tb-content .tb-hero {
  padding-top: 0;
}

.tb-site-header.tb-sticky-header.tb-header-style13 {
  background: #fff;
}

.tb-transparent-header.tb-header-style13 .tb-ping-gray-bg {
  color: #666;
  border-bottom: 1px solid #eaeaea;
}

.home .tb-site-header.tb-sticky-header.tb-header-style13 {
  border-bottom: none;
}

.home .tb-transparent-header.tb-header-style13 .tb-ping-gray-bg {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.tb-transparent-header.tb-header-style13 .tb-promotion-bar.tb-style1 .tb-promotion-cross:hover {
  color: #222;
}

.elementor-section-stretched.elementor-section-boxed>.elementor-container {
  padding-left: 15px;
  padding-right: 15px;
}

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
  padding: 0px !important;
}

.select-doctor,
.select-department {
  position: relative;
}

.select-doctor:before,
.select-department:before {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 9px;
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #b5b5b5;
  border-radius: 4px;
  pointer-events: none;
}

.select-doctor:after,
.select-department:after {
  content: '';
  pointer-events: none;
  position: absolute;
  height: 10px;
  width: 10px;
  background: #fff;
  top: 16px;
  right: 4px;
}

.row.tb-recent-news-wrapper-style3 {
  margin-top: -20px;
}

.row.tb-recent-news-wrapper-style3>div {
  margin-top: 20px;
}

.tb-user-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tb-user-content span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tb-user-content span:not(:last-child):after {
  content: '•';
  margin: 0 6px;
  font-size: 16px;
  color: #b5b5b5;
}

.tb-hover-layer {
  position: relative;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: perspective(600px) translate3d(0, 0, 0);
  transform: perspective(600px) translate3d(0, 0, 0);
}

.tb-hover-layer1.tb-style1 {
  z-index: 3;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -45px;
  margin-top: -45px;
}

.tb-remove-sticky-footer .tb-content {
  margin-bottom: 0 !important;
}

.tb-remove-sticky-footer .tb-site-footer {
  position: initial;
  z-index: initial;
}

.tb-search-modal {
  position: fixed;
  top: 0;
  z-index: 105;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tb-search-modal.tb-active {
  visibility: visible;
  opacity: 1;
}

.tb-search-modal-in {
  position: absolute;
  z-index: 1;
  height: 300px;
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: -300px;
  padding: 15px;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.tb-search-modal.tb-active .tb-search-modal-in {
  top: 0;
}

.tb-search-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.3;
}

.tb-product-search-form {
  max-width: 1440px;
  width: 100%;
  position: relative;
}

.tb-product-search-title {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.tb-product-search-input,
.woocommerce .tb-product-search-input,
.woocommerce-page .tb-product-search-input {
  font-size: 42px;
  color: #666;
  font-family: 'Circular', sans-serif;
  display: block;
  width: 100%;
  padding: 10px 55px 15px;
  border: none;
  border-bottom: 2px solid #eaeaea;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0;
}

.tb-product-search-input:focus {
  border-color: #666;
}

.tb-product-searc-btn {
  font-size: 45px;
  color: #b5b5b5;
  padding: 0;
  border: none;
  bottom: 23px;
  position: absolute;
  left: 0;
  background: transparent;
  cursor: pointer;
}

.tb-product-searc-btn:hover {
  opacity: 0.8;
}

.tb-product-searc-btn:focus {
  outline: none;
}

.tb-search-modal-cross {
  display: block;
  position: absolute;
  height: 14px;
  width: 14px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 2px;
  right: 0;
}

.tb-search-modal-cross:hover {
  opacity: 0.8;
}

.tb-search-modal-cross:before,
.tb-search-modal-cross:after {
  content: '';
  height: 2px;
  width: 14px;
  background-color: #666;
  position: absolute;
  left: 0;
  top: 50%;
}

.tb-search-modal-cross:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tb-search-modal-cross:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*Audio Player*/
/*Shop Card*/
.star-rating {
  font-size: 12px;
  width: 60px;
  margin-bottom: 0;
  height: 19px;
  overflow: hidden;
  font-family: 'FontAwesome';
  position: relative;
  color: transparent;
  letter-spacing: 1px;
}

.star-rating:before {
  content: '\f005\f005\f005\f005\f005';
  color: #b5b5b5 !important;
  position: absolute;
  top: 0;
  left: 0;
}

.woocommerce.widget_rating_filter .wc-layered-nav-rating a {
  display: inline-flex;
  flex-direction: row-reverse;
}

.woocommerce.widget_rating_filter .wc-layered-nav-rating a span.star-rating {
  margin-left: 4px;
}

.star-rating span {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 19px;
  color: #d26e4b !important;
}

.star-rating span:before {
  content: '\f005\f005\f005\f005\f005';
  position: absolute;
  top: 0;
  left: 0;
}

/*--------------------------------------------------------------
## ScrollUp
--------------------------------------------------------------*/
#tb-scrollup {
  position: fixed;
  bottom: -60px;
  right: 25px;
  height: 36px;
  width: 36px;
  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;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 10;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(17, 17, 18, 0.1);
  box-shadow: 0px 2px 4px 0px rgba(17, 17, 18, 0.1);
  border-radius: 10px;
  border: 1px solid #eaeaea;
  color: #666;
  padding-bottom: 2px;
}

#tb-scrollup:hover {
  color: #222;
}

#tb-scrollup.scrollup-show {
  bottom: 25px;
}

.lg-outer .lg-img-wrap {
  padding: 90px 5px !important;
}

.lg-img-wrap {
  transition: all 0.3s ease !important;
}

.tb-lightbox-item .caption {
  display: none;
}

.lg-thumb-open .lg-img-wrap {
  padding: 60px 30px 190px !important;
}

.lg-sub-html {
  padding: 25px 30px !important;
}

.lg-sub-html h4 {
  font-size: 18px !important;
  font-weight: 500 !important;
}

.lg-sub-html p {
  font-size: 14px !important;
  margin: 0px 0 0 !important;
  color: #666;
  line-height: 1.4em;
}

.tb-image-box.tb-style2 a,
.tb-horizontal-scroll-item a {
  position: relative;
  cursor: none;
}

.tb-image-box.tb-style2 a:hover,
.tb-horizontal-scroll-item a:hover {
  cursor: none;
}

.tb-image-box.tb-style2 a:hover .tb-cursor,
.tb-horizontal-scroll-item a:hover .tb-cursor {
  display: block;
}

.tb-cursor {
  height: 45px;
  width: 45px;
  position: absolute;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: none;
  z-index: 101;
}

.tb-cursor:before,
.tb-cursor:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 24px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -2px;
}

.tb-cursor:after {
  transform: rotate(90deg);
}

.tb-hover-layer-wrap.tb-style1 {
  position: relative;
  overflow: hidden;
  padding: 15px 15px 30px;
  margin: -15px -15px -30px;
}

/*End Shop Card*/
#elementor-lightbox-slideshow-single-img,
#sbi_lightbox+#elementor-lightbox-slideshow-single-img {
  display: none !important;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .tb-preloader {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .tb-site-footer.tb-style2 .tb-site-footer-in {
    padding: 5px 15px;
  }
}

@media screen and (max-width: 767px) {

  .tb-section-heading.tb-style2 br,
  .tb-intro-text br {
    display: none;
  }

  .tb-map-wrap.tb-style1 {
    margin-bottom: 30px;
  }

  .tb-full-widh-slider-padding {
    width: 100%;
  }

  .tb-promotion-bar.tb-style1 {
    height: 40px !important;
  }

  .tb-site-header.tb-style1 .tb-main-header,
  .tb-site-header.tb-style3 .tb-main-header {
    height: 70px !important;
  }
}

@media screen and (max-width: 575px) {

  .tb-footer-style4.tb-site-footer.tb-style2 .tb-site-footer-in {
    padding: 15px 0px;
  }

  .home .tb-header-style13.tb-site-header.tb-sticky-header {
    padding: 0;
  }

  .tb-site-header.tb-sticky-header.tb-header-style13 {
    padding-left: 0;
    padding-right: 0;
  }
}

.tb-ajax-pagination {
  width: 100%;
}

#tidio-chat-iframe {
  bottom: 60px !important;
}
