@charset "UTF-8";

/* File Link for Light Version */
/*========== Custome Fonts  ==========*/
@font-face {
  font-family: 'SanFranciscoPro';
  src: url("../fonts/SF-Pro-Display-Medium.otf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'SanFranciscoPro';
  src: url("../fonts/SF-Pro-Display-Regular.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

/*========== End Custome Fonts  ==========*/
/*========== Start Basic Typography  ==========*/
html {
  background-color: #fff;
}

body {
  color: rgba(34, 34, 34, 0.7);
  font-family: -apple-system, "SanFranciscoPro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
  background-color: rgba(34, 34, 34, 0.02);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h3,
h5,
h6 {
  clear: both;
  color: #222;
  padding: 0;
  margin: 0 0 10px 0;
  font-weight: 500;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 34px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 15px;
}

p {
  margin-bottom: 12px;
}

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

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

li {
  font-size: 14px;
}

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

blockquote {
  margin: 0 14px;
}

address {
  margin: 0 0 15px;
}

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

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

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

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

hr {
  border-color: rgba(34, 34, 34, 0.1);
  margin: 0;
}

.list_disabled {
    pointer-events:none;
    opacity:0.6;
}

/*========== End Basic Typography  ==========*/
/*========== Start Default Spacing  ==========*/
@media screen and (min-width: 992px) {
  .tb-height-b0 {
    height: 0px;
  }

  .tb-height-b5 {
    height: 5px;
  }

  .tb-height-b10 {
    height: 10px;
  }

  .tb-height-b15 {
    height: 15px;
  }

  .tb-height-b20 {
    height: 20px;
  }

  .tb-height-b25 {
    height: 25px;
  }

  .tb-height-b30 {
    height: 30px;
  }

  .tb-height-b35 {
    height: 35px;
  }

  .tb-height-b40 {
    height: 40px;
  }

  .tb-height-b45 {
    height: 45px;
  }

  .tb-height-b50 {
    height: 50px;
  }

  .tb-height-b55 {
    height: 55px;
  }

  .tb-height-b60 {
    height: 60px;
  }

  .tb-height-b65 {
    height: 65px;
  }

  .tb-height-b70 {
    height: 70px;
  }

  .tb-height-b75 {
    height: 75px;
  }

  .tb-height-b80 {
    height: 80px;
  }

  .tb-height-b85 {
    height: 85px;
  }

  .tb-height-b90 {
    height: 90px;
  }

  .tb-height-b95 {
    height: 95px;
  }

  .tb-height-b100 {
    height: 100px;
  }

  .tb-height-b105 {
    height: 105px;
  }

  .tb-height-b110 {
    height: 110px;
  }

  .tb-height-b115 {
    height: 115px;
  }

  .tb-height-b120 {
    height: 120px;
  }

  .tb-height-b125 {
    height: 125px;
  }

  .tb-height-b130 {
    height: 130px;
  }

  .tb-height-b135 {
    height: 135px;
  }

  .tb-height-b140 {
    height: 140px;
  }

  .tb-height-b145 {
    height: 145px;
  }

  .tb-height-b150 {
    height: 150px;
  }

  .tb-height-b155 {
    height: 155px;
  }

  .tb-height-b160 {
    height: 160px;
  }

  .tb-height-b165 {
    height: 165px;
  }

  .tb-height-b170 {
    height: 170px;
  }

  .tb-height-b175 {
    height: 175px;
  }

  .tb-height-b180 {
    height: 180px;
  }

  .tb-height-b185 {
    height: 185px;
  }

  .tb-height-b190 {
    height: 190px;
  }

  .tb-height-b195 {
    height: 195px;
  }

  .tb-height-b200 {
    height: 200px;
  }

  .tb-height-b205 {
    height: 205px;
  }

  .tb-height-b210 {
    height: 210px;
  }
}

@media screen and (max-width: 991px) {
  .tb-height-lg-b0 {
    height: 0px;
  }

  .tb-height-lg-b5 {
    height: 5px;
  }

  .tb-height-lg-b10 {
    height: 10px;
  }

  .tb-height-lg-b15 {
    height: 15px;
  }

  .tb-height-lg-b20 {
    height: 20px;
  }

  .tb-height-lg-b25 {
    height: 25px;
  }

  .tb-height-lg-b30 {
    height: 30px;
  }

  .tb-height-lg-b35 {
    height: 35px;
  }

  .tb-height-lg-b40 {
    height: 40px;
  }

  .tb-height-lg-b45 {
    height: 45px;
  }

  .tb-height-lg-b50 {
    height: 50px;
  }

  .tb-height-lg-b55 {
    height: 55px;
  }

  .tb-height-lg-b60 {
    height: 60px;
  }

  .tb-height-lg-b65 {
    height: 65px;
  }

  .tb-height-lg-b70 {
    height: 70px;
  }

  .tb-height-lg-b75 {
    height: 75px;
  }

  .tb-height-lg-b80 {
    height: 80px;
  }

  .tb-height-lg-b85 {
    height: 85px;
  }

  .tb-height-lg-b90 {
    height: 90px;
  }

  .tb-height-lg-b95 {
    height: 95px;
  }

  .tb-height-lg-b100 {
    height: 100px;
  }

  .tb-height-lg-b105 {
    height: 105px;
  }

  .tb-height-lg-b110 {
    height: 110px;
  }

  .tb-height-lg-b115 {
    height: 115px;
  }

  .tb-height-lg-b120 {
    height: 120px;
  }

  .tb-height-lg-b125 {
    height: 125px;
  }

  .tb-height-lg-b130 {
    height: 130px;
  }

  .tb-height-lg-b135 {
    height: 135px;
  }

  .tb-height-lg-b140 {
    height: 140px;
  }

  .tb-height-lg-b145 {
    height: 145px;
  }

  .tb-height-lg-b150 {
    height: 150px;
  }

  .tb-height-lg-b155 {
    height: 155px;
  }

  .tb-height-lg-b160 {
    height: 160px;
  }

  .tb-height-lg-b165 {
    height: 165px;
  }

  .tb-height-lg-b170 {
    height: 170px;
  }

  .tb-height-lg-b175 {
    height: 175px;
  }

  .tb-height-lg-b180 {
    height: 180px;
  }

  .tb-height-lg-b185 {
    height: 185px;
  }

  .tb-height-lg-b190 {
    height: 190px;
  }

  .tb-height-lg-b195 {
    height: 195px;
  }

  .tb-height-lg-b200 {
    height: 200px;
  }

  .tb-height-lg-b205 {
    height: 205px;
  }

  .tb-height-lg-b210 {
    height: 210px;
  }
}

/*========== End Default Spacing  ==========*/
/*========== Start General Style  ==========*/
.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

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

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

/* Margin Classes */
.tb-margin-0 {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tb-margin-top-0 {
  margin-top: 0;
}

.tb-margin-top-1 {
  margin-top: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tb-margin-bottom-0 {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tb-margin-left-0 {
  margin-left: 0;
}

.tb-margin-left-1 {
  margin-left: 1px;
}

.tb-margin-left-2 {
  margin-left: 2px;
}

.tb-margin-left-3 {
  margin-left: 3px;
}

.tb-margin-left-4 {
  margin-left: 4px;
}

.tb-margin-left-5 {
  margin-left: 5px;
}

.tb-margin-left-6 {
  margin-left: 6px;
}

.tb-margin-left-7 {
  margin-left: 7px;
}

.tb-margin-left-8 {
  margin-left: 8px;
}

.tb-margin-left-9 {
  margin-left: 9px;
}

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

.tb-margin-left-11 {
  margin-left: 11px;
}

.tb-margin-left-12 {
  margin-left: 12px;
}

.tb-margin-left-13 {
  margin-left: 13px;
}

.tb-margin-left-14 {
  margin-left: 14px;
}

.tb-margin-left-15 {
  margin-left: 15px;
}

.tb-margin-right-0 {
  margin-right: 0;
}

.tb-margin-right-1 {
  margin-right: 1px;
}

.tb-margin-right-2 {
  margin-right: 2px;
}

.tb-margin-right-3 {
  margin-right: 3px;
}

.tb-margin-right-4 {
  margin-right: 4px;
}

.tb-margin-right-5 {
  margin-right: 5px;
}

.tb-margin-right-6 {
  margin-right: 6px;
}

.tb-margin-right-7 {
  margin-right: 7px;
}

.tb-margin-right-8 {
  margin-right: 8px;
}

.tb-margin-right-9 {
  margin-right: 9px;
}

.tb-margin-right-10 {
  margin-right: 10px;
}

.tb-margin-right-11 {
  margin-right: 11px;
}

.tb-margin-right-12 {
  margin-right: 12px;
}

.tb-margin-right-13 {
  margin-right: 13px;
}

.tb-margin-right-14 {
  margin-right: 14px;
}

.tb-margin-right-15 {
  margin-right: 15px;
}

/* End Margin Classes */
/* Padidng Classes */
.tb-padding-0 {
  padding: 0;
}

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

.tb-padding-2 {
  padding: 2px;
}

.tb-padding-3 {
  padding: 3px;
}

.tb-padding-4 {
  padding: 4px;
}

.tb-padding-5 {
  padding: 5px;
}

.tb-padding-6 {
  padding: 6px;
}

.tb-padding-7 {
  padding: 7px;
}

.tb-padding-8 {
  padding: 8px;
}

.tb-padding-9 {
  padding: 9px;
}

.tb-padding-10 {
  padding: 10px;
}

.tb-padding-11 {
  padding: 11px;
}

.tb-padding-12 {
  padding: 12px;
}

.tb-padding-13 {
  padding: 13px;
}

.tb-padding-14 {
  padding: 14px;
}

.tb-padding-15 {
  padding: 15px;
}

.tb-padding-top-0 {
  padding-top: 0;
}

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

.tb-padding-top-2 {
  padding-top: 2px;
}

.tb-padding-top-3 {
  padding-top: 3px;
}

.tb-padding-top-4 {
  padding-top: 4px;
}

.tb-padding-top-5 {
  padding-top: 5px;
}

.tb-padding-top-6 {
  padding-top: 6px;
}

.tb-padding-top-7 {
  padding-top: 7px;
}

.tb-padding-top-8 {
  padding-top: 8px;
}

.tb-padding-top-9 {
  padding-top: 9px;
}

.tb-padding-top-10 {
  padding-top: 10px;
}

.tb-padding-top-11 {
  padding-top: 11px;
}

.tb-padding-top-12 {
  padding-top: 12px;
}

.tb-padding-top-13 {
  padding-top: 13px;
}

.tb-padding-top-14 {
  padding-top: 14px;
}

.tb-padding-top-15 {
  padding-top: 15px;
}

.tb-padding-bottom-0 {
  padding-bottom: 0;
}

.tb-padding-bottom-1 {
  padding-bottom: 1px;
}

.tb-padding-bottom-2 {
  padding-bottom: 2px;
}

.tb-padding-bottom-3 {
  padding-bottom: 3px;
}

.tb-padding-bottom-4 {
  padding-bottom: 4px;
}

.tb-padding-bottom-5 {
  padding-bottom: 5px;
}

.tb-padding-bottom-6 {
  padding-bottom: 6px;
}

.tb-padding-bottom-7 {
  padding-bottom: 7px;
}

.tb-padding-bottom-8 {
  padding-bottom: 8px;
}

.tb-padding-bottom-9 {
  padding-bottom: 9px;
}

.tb-padding-bottom-10 {
  padding-bottom: 10px;
}

.tb-padding-bottom-11 {
  padding-bottom: 11px;
}

.tb-padding-bottom-12 {
  padding-bottom: 12px;
}

.tb-padding-bottom-13 {
  padding-bottom: 13px;
}

.tb-padding-bottom-14 {
  padding-bottom: 14px;
}

.tb-padding-bottom-15 {
  padding-bottom: 15px;
}

.tb-padding-left-0 {
  padding-left: 0;
}

.tb-padding-left-1 {
  padding-left: 1px;
}

.tb-padding-left-2 {
  padding-left: 2px;
}

.tb-padding-left-3 {
  padding-left: 3px;
}

.tb-padding-left-4 {
  padding-left: 4px;
}

.tb-padding-left-5 {
  padding-left: 5px;
}

.tb-padding-left-6 {
  padding-left: 6px;
}

.tb-padding-left-7 {
  padding-left: 7px;
}

.tb-padding-left-8 {
  padding-left: 8px;
}

.tb-padding-left-9 {
  padding-left: 9px;
}

.tb-padding-left-10 {
  padding-left: 10px;
}

.tb-padding-left-11 {
  padding-left: 11px;
}

.tb-padding-left-12 {
  padding-left: 12px;
}

.tb-padding-left-13 {
  padding-left: 13px;
}

.tb-padding-left-14 {
  padding-left: 14px;
}

.tb-padding-left-15 {
  padding-left: 15px;
}

.tb-padding-right-0 {
  padding-right: 0;
}

.tb-padding-right-1 {
  padding-right: 1px;
}

.tb-padding-right-2 {
  padding-right: 2px;
}

.tb-padding-right-3 {
  padding-right: 3px;
}

.tb-padding-right-4 {
  padding-right: 4px;
}

.tb-padding-right-5 {
  padding-right: 5px;
}

.tb-padding-right-6 {
  padding-right: 6px;
}

.tb-padding-right-7 {
  padding-right: 7px;
}

.tb-padding-right-8 {
  padding-right: 8px;
}

.tb-padding-right-9 {
  padding-right: 9px;
}

.tb-padding-right-10 {
  padding-right: 10px;
}

.tb-padding-right-11 {
  padding-right: 11px;
}

.tb-padding-right-12 {
  padding-right: 12px;
}

.tb-padding-right-13 {
  padding-right: 13px;
}

.tb-padding-right-14 {
  padding-right: 14px;
}

.tb-padding-right-15 {
  padding-right: 15px;
}

/* End Padidng Classes */
.tb-text-transform-u {
  text-transform: uppercase;
}

.tb-text-transform-l {
  text-transform: lowercase;
}

.tb-text-transform-c {
  text-transform: capitalize;
}

.tb-font-style-i {
  font-style: italic;
}

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

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

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

.tb-font-semi-bold {
  font-weight: 600;
}

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

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

.tb-radious1 {
  border-radius: 1px;
}

.tb-radious2 {
  border-radius: 2px;
}

.tb-radious3 {
  border-radius: 3px;
}

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

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

.tb-radious6 {
  border-radius: 6px;
}

.tb-radious7 {
  border-radius: 7px;
}

.tb-radious8 {
  border-radius: 8px;
}

.tb-radious9 {
  border-radius: 9px;
}

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

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

.tb-radious50 {
  border-radius: 50%;
  overflow: hidden;
}

.tb-padding-lr30 {
  padding-left: 30px;
  padding-right: 30px;
}

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

.tb-un-list {
  padding-left: 0;
  list-style: disc;
  list-style-position: inside;
  margin-bottom: 0;
}

.tb-un-list li {
  font-size: 16px;
  line-height: 1.6em;
  margin-top: 10px;
}

.tb-un-list ul {
  padding-left: 23px;
  list-style: disc;
  list-style-position: inside;
}

.tb-un-list>li:first-child {
  margin-top: 0;
}

ol.tb-un-list {
  list-style-type: decimal;
}

.tb-icon-color1 {
  background-color: rgba(255, 59, 48, 0.1);
  color: #ff3b30;
}

.tb-icon-color2 {
  background-color: rgba(52, 199, 89, 0.1);
  color: #34c759;
}

.tb-icon-color3 {
  background-color: rgba(0, 122, 255, 0.1);
  color: #007aff;
}

.tb-icon-color4 {
  background-color: rgba(88, 86, 214, 0.1);
  color: #5856d6;
}

.tb-icon-color5 {
  background-color: rgba(34, 34, 34, 0.1);
  color: rgba(34, 34, 34, 0.7);
}

.tb-box-colo1,
.tb-box-colo2,
.tb-box-colo3,
.tb-box-colo4,
.tb-box-colo5,
.tb-box-colo6,
.tb-box-colo7,
.tb-box-colo8 {
  color: #fff;
}

.tb-box-colo1 {
  background-color: #5856d6;
}

.tb-box-colo2 {
  background-color: #007aff;
}

.tb-box-colo3 {
  background-color: #34c759;
}

.tb-box-colo4 {
  background-color: #ff3b30;
}

.tb-box-colo5 {
  background-color: #ffcc00;
}

.tb-box-colo6 {
  background-color: #5ac8fa;
}

.tb-box-colo7 {
  background-color: #8e8e93;
}

.tb-box-colo8 {
  background-color: #ff9500;
}

.tb-box-transparent-colo1 {
  background-color: rgba(88, 86, 214, 0.1);
  color: #5856d6;
}

a.tb-box-transparent-colo1:hover {
  background-color: #5856d6;
  color: #fff;
}

.tb-box-transparent-colo2 {
  background-color: rgba(0, 122, 255, 0.1);
  color: #007aff;
}

a.tb-box-transparent-colo2:hover {
  background-color: #007aff;
  color: #fff;
}

.tb-box-transparent-colo3 {
  background-color: rgba(52, 199, 89, 0.1);
  color: #34c759;
}

a.tb-box-transparent-colo3:hover {
  background-color: #34c759;
  color: #fff;
}

.tb-box-transparent-colo4 {
  background-color: rgba(255, 59, 48, 0.1);
  color: #ff3b30;
}

a.tb-box-transparent-colo4:hover {
  background-color: #ff3b30;
  color: #fff;
}

.tb-box-transparent-colo5 {
  background-color: rgba(255, 204, 0, 0.1);
  color: #ffcc00;
}

a.tb-box-transparent-colo5:hover {
  background-color: #ffcc00;
  color: #fff;
}

.tb-box-transparent-colo6 {
  background-color: rgba(90, 200, 250, 0.1);
  color: #5ac8fa;
}

a.tb-box-transparent-colo6:hover {
  background-color: #5ac8fa;
  color: #fff;
}

.tb-box-transparent-colo7 {
  background-color: rgba(90, 200, 250, 0.1);
  color: #8e8e93;
}

a.tb-box-transparent-colo7:hover {
  background-color: #8e8e93;
  color: #fff;
}

.tb-box-transparent-colo8 {
  background-color: rgba(255, 149, 0, 0.1);
  color: #ff9500;
}

a.tb-box-transparent-colo8:hover {
  background-color: #5ac8fa;
  color: #fff;
}

.tb-success-color {
  color: #34c759;
}

.tb-success-color-bg {
  background-color: #34c759;
  color: rgba(255, 255, 255, 0.9);
}

.tb-danger-color {
  color: #ff3b30;
}

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

.tb-color-plate-wrap.tb-style1 {
  color: #fff;
}

.tb-color-plate-wrap.tb-style2 div {
  border: 1px solid rgba(34, 34, 34, 0.1);
}

.tb-color-plate-wrap div {
  padding: 12px 20px;
  min-width: 150px;
  margin-bottom: 10px;
  margin-right: 10px;
  text-align: center;
  border-radius: 4px;
}

.tb-accent-bg1 {
  background-color: #5856d6;
}

.tb-accent-bg2 {
  background-color: #007aff;
}

.tb-accent-bg3 {
  background-color: #34c759;
}

.tb-accent-bg4 {
  background-color: #ff3b30;
}

.tb-accent-bg5 {
  background-color: #ffcc00;
}

.tb-accent-bg6 {
  background-color: #5ac8fa;
}

.tb-accent-bg7 {
  background-color: #8e8e93;
}

.tb-accent-bg8 {
  background-color: #ff9500;
}

.tb-accent-color1 {
  color: #5856d6;
}

.tb-accent-color2 {
  color: #007aff;
}

.tb-accent-color3 {
  color: #34c759;
}

.tb-accent-color4 {
  color: #ff3b30;
}

.tb-accent-color5 {
  color: #ffcc00;
}

.tb-accent-color6 {
  color: #5ac8fa;
}

.tb-accent-color7 {
  color: #8e8e93;
}

.tb-accent-color8 {
  color: #ff9500;
}

.tb-base-bg1 {
  background-color: #222;
}

.tb-base-bg2 {
  background-color: rgba(34, 34, 34, 0.7);
}

.tb-base-bg3 {
  background-color: rgba(34, 34, 34, 0.4);
}

.tb-base-bg4 {
  background-color: rgba(34, 34, 34, 0.1);
}

.tb-base-bg5 {
  background-color: rgba(34, 34, 34, 0.02);
}

.tb-base-bg6 {
  background-color: rgba(34, 34, 34, 0.05);
}

.tb-base-color1 {
  color: #222;
}

.tb-base-color2 {
  color: rgba(34, 34, 34, 0.7);
}

.tb-base-color3 {
  color: rgba(34, 34, 34, 0.4);
}

.tb-base-color4 {
  color: rgba(34, 34, 34, 0.1);
}

.tb-base-color5 {
  color: rgba(34, 34, 34, 0.02);
}

.tb-base-color6 {
  color: rgba(34, 34, 34, 0.05);
}

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

.tb-gray-bg {
  background-color: rgba(34, 34, 34, 0.02);
}

.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-height-100p {
  height: 100%;
}

.tb-card.tb-style1 {
  border: 1px solid rgba(34, 34, 34, 0.1);
  border-radius: 4px;
  background-color: #fff;
}

.tb-card.tb-style1.tb-height-auto {
  height: auto;
}

.tb-card.tb-style1 .tb-card-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: 10px 30px;
  min-height: 50px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
  position: relative;
  z-index: 5;
}

.tb-card.tb-style1 .tb-card-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

.tb-box-50 {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.tb-box-50 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.tb-padd-lr-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.tb-padd-lr-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.tb-content.tb-style1 {
  padding-left: 270px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  min-height: calc(100vh - 60px);
  overflow: hidden;
}

.tb-content.tb-style2 {
  padding-left: 360px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tb-content.tb-style3 {
  padding-right: 340px;
}

.tb-content.tb-style4 {
  background-color: #fff;
  z-index: 10;
  overflow-x: hidden;
}

.tb-content.tb-style4 .container-fluid {
  padding: 0 70px;
}

.tb-content.tb-style1.tb-sp-content-container {
  min-height: calc(100vh - 103px);
}

.material-icons {
  font-size: inherit;
}

.tb-card-content-height1 {
  height: 419px;
  overflow: auto;
}

.tb-opacity9 {
  opacity: 0.9;
}

.tb-opacity8 {
  opacity: 0.8;
}

.tb-opacity7 {
  opacity: 0.7;
}

.tb-opacity6 {
  opacity: 0.6;
}

.tb-opacity5 {
  opacity: 0.5;
}

.tb-opacity4 {
  opacity: 0.4;
}

.tb-opacity3 {
  opacity: 0.3;
}

.tb-opacity2 {
  opacity: 0.2;
}

.tb-opacity1 {
  opacity: 1;
}

.tb-navigation.tb-style1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 4px;
  border: 1px solid rgba(34, 34, 34, 0.1);
}

.tb-navigation.tb-style1 .tb-prev,
.tb-navigation.tb-style1 .tb-next {
  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: 18px;
  height: 30px;
  width: 30px;
}

.tb-navigation.tb-style1 .tb-prev:hover,
.tb-navigation.tb-style1 .tb-next:hover {
  background-color: rgba(34, 34, 34, 0.02);
}

.tb-navigation.tb-style1 .tb-prev {
  border-right: 1px solid rgba(34, 34, 34, 0.1);
}

.tb-get-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  position: relative;
  cursor: pointer;
  height: 24px;
  width: 24px;
  color: rgba(34, 34, 34, 0.4);
}

.tb-get-star i {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tb-get-star i:first-child {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.tb-get-star.active i:first-child {
  opacity: 1;
}

.tb-get-star.active i:last-child {
  opacity: 0;
}

.tb-search.tb-style2 {
  position: relative;
  min-width: 400px;
  background-color: #fff;
  border-radius: 4px;
}

.tb-search.tb-style2 input {
  border: 1px solid rgba(34, 34, 34, 0.1);
  height: 30px;
  border-radius: 4px;
  padding: 5px 10px;
  padding-left: 32px;
  width: 100%;
  font-size: 14px;
  background-color: transparent;
  color: rgba(34, 34, 34, 0.7);
}

.tb-search.tb-style2 input:focus {
  outline: none;
}

.tb-search.tb-style2 input::-webkit-input-placeholder {
  color: rgba(34, 34, 34, 0.4);
}

.tb-search.tb-style2 input::-moz-placeholder {
  color: rgba(34, 34, 34, 0.4);
}

.tb-search.tb-style2 input:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.4);
}

.tb-search.tb-style2 input:-moz-placeholder {
  color: rgba(34, 34, 34, 0.4);
}

.tb-search.tb-style2 button {
  position: absolute;
  top: 0;
  font-size: 20px;
  padding: 0;
  border: 0;
  background: transparent;
  height: 100%;
  width: 32px;
  cursor: pointer;
  color: rgba(34, 34, 34, 0.4);
  padding-top: 2px;
}

.tb-online-status {
  height: 6px;
  width: 6px;
  background-color: #b5b5b5;
  display: inline-block;
  border-radius: 50%;
}

.tb-online-status.tb-live {
  background-color: #34c759;
}

.tb-uikits-heading {
  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;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
  height: 60px;
}

.tb-uikits-heading .tb-uikits-title {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 0;
  margin-right: 20px;
}

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

.tb-breadcamb.tb-style1 li:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}

.tb-breadcamb.tb-style1 li:not(:last-child):before {
  content: '';
  height: 5px;
  width: 5px;
  border: 1px solid rgba(34, 34, 34, 0.7);
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -1px;
  top: 9px;
  border-left: none;
  border-bottom: none;
}

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

.tb-overlay.tb-style1 {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
}

.tb-zoom-effect {
  position: relative;
  overflow: hidden;
}

.tb-zoom-effect .tb-zoom-effect-in {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tb-zoom-effect:hover .tb-zoom-effect-in {
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
}

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

.tb-vertical-middle-in {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.tb-gutter-less {
  padding-left: 1px;
}

.tb-gutter-less .row>div {
  padding: 0;
  margin-left: -1px;
}

.tb-border {
  border: 1px solid rgba(34, 34, 34, 0.1);
}

.tb-custom-input-area {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.tb-custom-input-area .tb-custom-input-field {
  height: 100%;
  width: 100%;
  padding: 5px 0;
  font-size: 16px;
  line-height: 1.6em;
}

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

.tb-custom-input-area [contentEditable=true]:empty:not(:focus):before {
  content: attr(data-placeholder);
  color: rgba(34, 34, 34, 0.4);
}

.tb-mobile-toggle-btn {
  font-size: 24px;
  color: rgba(34, 34, 34, 0.4);
  display: none;
}

.tb-with-mobile-toggle {
  position: relative;
}

.nicescroll-rails div {
  background-color: rgba(34, 34, 34, 0.1) !important;
}

@media screen and (max-width: 1199px) {
  .tb-content.tb-style2 {
    padding-left: 0px;
  }

  .tb-mobile-toggle-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .tb-mobile-toggle-btn+.tb-search.tb-style2 {
    display: none;
  }

  .tb-mobile-toggle-btn.active+.tb-search.tb-style2 {
    display: block;
  }

  .tb-search.tb-style2 {
    position: absolute;
    top: 110%;
    right: 0;
    z-index: 100;
  }

  .tb-contact-wrap.tb-style1 .tb-search.tb-style2 {
    position: initial;
    min-width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .tb-hide-mobile {
    display: none;
  }
}

.tb-chart-tooltip {
  pointer-events: none;
  position: absolute;
  font-size: 13px;
  text-align: center;
  background: white;
  padding: 3px 12px 4px;
  z-index: 5;
  margin: 0 auto;
  border-radius: 4px;
  border: 1px solid rgba(34, 34, 34, 0.1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
  z-index: 1000;
  color: rgba(34, 34, 34, 0.7);
  background-color: #fff;
}

.tb-chart-tooltip.active {
  display: block;
}

.tb-chart-tooltip:after {
  content: "";
  position: absolute;
  margin-left: -5px;
  height: 10px;
  width: 10px;
  border: 1px solid rgba(34, 34, 34, 0.1);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 50%;
  bottom: -6px;
  background-color: #fff;
  border-left: 0;
  border-top: 0;
}

/*Custome Sticky*/
.tt-sticky-content {
  position: relative;
}

.tt-active-sticky .tt-sticky-content-in {
  position: fixed;
  bottom: 0px;
}

.tt-active-sticky-sm .tt-sticky-content-in {
  position: fixed;
  top: 0px;
}

.tt-active-sticky.tt-active-absoulut .tt-sticky-content-in {
  position: absolute;
  top: initial;
  left: 0 !important;
}

.tt-active-sticky-sm.tt-active-absoulut-bal .tt-sticky-content-in {
  position: absolute;
  bottom: 0;
  top: initial;
  left: 0 !important;
}

.tb-card-settings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  color: rgba(34, 34, 34, 0.4);
}

.tb-card-settings button {
  border: none;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 4px;
  color: inherit;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tb-card-settings button:focus {
  outline: none;
}

.tb-card-settings button:hover {
  color: rgba(34, 34, 34, 0.7);
}

.tb-dragable-card-toggle.tb-active {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.tb-card-heading .tb-card-settings {
  margin-right: -8px;
}

.tb-draggable-card-wrap .tb-card:not(:last-child) {
  margin-bottom: 30px;
}

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

.tb-icons-wrap li {
  width: 16.666667%;
  padding: 0 15px;
}

.tb-icons-wrap .tb-icons-wrap-in {
  text-align: center;
  border: 1px solid rgba(34, 34, 34, 0.1);
  border-radius: 4px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tb-icons-wrap .tb-icons-wrap-in:hover {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}

.tb-icons-wrap i {
  display: block;
  font-size: 40px;
  padding: 30px 0;
}

.tb-icons-wrap .tb-icons-classes {
  font-size: 14px;
  border-top: 1px solid rgba(34, 34, 34, 0.1);
  display: block;
  padding: 10px 0;
}

.breadcrumb {
  background-color: rgba(34, 34, 34, 0.02);
}

.breadcrumb .breadcrumb-item.active {
  color: rgba(34, 34, 34, 0.7);
}

.page-link {
  color: rgba(34, 34, 34, 0.7);
  border-color: rgba(34, 34, 34, 0.1);
  background-color: #fff;
}

.page-item.disabled .page-link {
  background-color: #fff;
  border-color: rgba(34, 34, 34, 0.1);
}

.page-link:focus,
.page-link:hover {
  color: #5856d6;
  text-decoration: none;
  background-color: rgba(34, 34, 34, 0.02);
  border-color: rgba(34, 34, 34, 0.1);
}

.page-item.active .page-link {
  background-color: #5856d6;
  border-color: #5856d6;
}

.pagination i {
  line-height: 1em;
  font-size: 18px;
  position: relative;
  margin-top: -5px;
  top: 4px;
}

/* Ensure that the demo table scrolls */
.tb-data-table th,
.tb-data-table td {
  white-space: nowrap;
}

.tb-data-table .dataTables_wrapper {
  width: 100%;
  margin: 0 auto;
}

.tb-badge-group.tb-style1 .tb-badge {
  margin-right: 10px;
}

.tb-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 5px;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  line-height: 17px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tb-section-heading.tb-style1 .tb-section-title {
  font-size: 50px;
  margin-bottom: 1px;
}

.tb-section-heading.tb-style1 .tb-section-subtitle {
  font-size: 21px;
  line-height: 1.6em;
}

.tb-section-heading.tb-style2 .tb-section-title {
  font-size: 70px;
  margin-bottom: 2px;
}

.tb-section-heading.tb-style2 .tb-section-subtitle {
  font-size: 21px;
  line-height: 1.6em;
}

.tb-section-heading.tb-style2.tb-white .tb-section-title {
  color: #fff;
}

.tb-section-heading.tb-style2.tb-white .tb-section-subtitle {
  color: rgba(255, 255, 255, 0.7);
}

.tb-landing-testimonial {
  border: 2px solid #eaeaea;
  padding: 30px 40px;
  padding-bottom: 40px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tb-landing-testimonial:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 4.386px 14.345px 25.5px 4.5px rgba(17, 17, 18, 0.1);
  box-shadow: 4.386px 14.345px 25.5px 4.5px rgba(17, 17, 18, 0.1);
}

.tb-landing-testimonial .tb-landing-testimonial-text {
  font-size: 21px;
  line-height: 1.6em;
  margin-bottom: 18px;
}

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

.tb-landing-testimonial .tb-landing-testimonial-img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 8px;
}

.tb-landing-testimonial .tb-landing-testimonial-name {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

.tb-landing-testimonial .tb-landing-testimonial-desc {
  font-size: 16px;
  line-height: 1.6em;
}

.tb-side-footer {
  background-color: #101010;
  overflow: hidden;
}

.tb-side-footer .tb-footer-img {
  width: calc(100% + 200px);
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: -60px;
}

.tb-footer-btn {
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  padding: 0.4em 2.4em;
  font-size: 16px;
  line-height: 1.6em;
}

.tb-footer-btn:hover {
  color: #101010;
  background-color: #fff;
  border-color: #fff;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}

.tb-dropdown {
  list-style: none;
  position: absolute;
  width: 220px;
  background: #fff;
  left: 0;
  top: 100%;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid rgba(34, 34, 34, 0.1);
  border-radius: 4px;
  display: block;
  z-index: 1;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

.tb-fade-up .tb-desktop-nav .tb-nav-list .tb-dropdown.tb-style1 .tb-has-children>a {
  position: relative;
}

.tb-fade-up .tb-desktop-nav .tb-nav-list .tb-dropdown.tb-style1 .tb-has-children>a:before {
  content: '';
  position: absolute;
  height: 6px;
  width: 6px;
  border: 1px solid rgba(34, 34, 34, 0.4);
  border-left: 0;
  border-top: 0;
  right: 15px;
  top: 15px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.tb-drop-style1 .tb-toggle-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  padding: 5px 0;
}

.tb-drop-style1 .tb-toggle-btn.tb-large-size {
  font-size: 30px;
}

.tb-drop-style1 .tb-toggle-btn.tb-small-size {
  font-size: 18px;
}

.tb-drop-style1 .tb-drop-dropdown-list {
  padding: 0;
}

.tb-drop-style1 .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tb-toggle-list.tb-style1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tb-toggle-list.tb-style1 .tb-toggle-body {
  margin-right: 20px;
}

.tb-toggle-list.tb-style1 .tb-toggle-body:last-child {
  margin-right: 0;
}

.tb-drop-style1 .tb-toggle-btn {
  cursor: pointer;
}

.tb-drop-style1 .tb-dropdown {
  margin-top: 10px;
}

.tb-drop-style1 .tb-dropdown.active {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}

.tb-left-dropdown .tb-dropdown {
  left: 0;
}

.tb-right-dropdown .tb-dropdown {
  left: inherit;
  right: 0;
}

.custom-control-input:focus~.custom-control-label::before,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal-content {
  background-color: #fff;
}

.modal-header,
.modal-footer {
  border-color: rgba(34, 34, 34, 0.1);
}

.close,
.close:hover {
  text-shadow: none;
  color: rgba(34, 34, 34, 0.7);
  opacity: 0.7;
}

.close:hover {
  opacity: 1;
}

.dropdown-item {
  font-size: 14px;
}

.table {
  color: rgba(34, 34, 34, 0.7);
}

.tb-card-heading-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tb-card-heading-right .tb-search.tb-style2 {
  min-width: 180px;
  margin-right: 10px;
}

.tb-card-heading-right .tb-search.tb-style2 input {
  height: 28px;
}

.tb-card-heading-right .tb-search.tb-style2 button {
  top: 1px;
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .tt-sticky-content-in {
    width: 100% !important;
    left: 0 !important;
    position: initial !important;
  }

  .tt-sticky-content-middle,
  .tt-sticky-content {
    height: initial !important;
  }

  .tb-card-content-height1 {
    height: initial;
  }

  .tb-icons-wrap li {
    width: 33.333333%;
  }
}

@media screen and (max-width: 575px) {
  .tb-icons-wrap li {
    width: 50%;
  }
}

@media screen and (max-width: 400px) {
  .tb-icons-wrap li {
    width: 100%;
  }
}

/*========== End General Style  ==========*/
/*========== Start Smooth Scrollbar Style  ==========*/
scrollbar,
[scrollbar],
[data-scrollbar] {
  display: block;
  position: relative;
  overflow: scroll;
}

scrollbar .scroll-content,
[scrollbar] .scroll-content,
[data-scrollbar] .scroll-content {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

scrollbar.scrolling .scroll-content,
[scrollbar].scrolling .scroll-content,
[data-scrollbar].scrolling .scroll-content {
  pointer-events: none;
}

scrollbar.scrolling .scroll-content .scroll-content,
[scrollbar].scrolling .scroll-content .scroll-content,
[data-scrollbar].scrolling .scroll-content .scroll-content {
  pointer-events: auto;
}

scrollbar .scrollbar-track,
[scrollbar] .scrollbar-track,
[data-scrollbar] .scrollbar-track {
  position: absolute;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.5s 1s ease-out, background 0.5s ease-out;
  transition: opacity 0.5s 1s ease-out, background 0.5s ease-out;
  background: none;
}

scrollbar .scrollbar-track.show,
[scrollbar] .scrollbar-track.show,
[data-scrollbar] .scrollbar-track.show,
scrollbar .scrollbar-track:hover,
[scrollbar] .scrollbar-track:hover,
[data-scrollbar] .scrollbar-track:hover {
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

scrollbar .scrollbar-track:hover,
[scrollbar] .scrollbar-track:hover,
[data-scrollbar] .scrollbar-track:hover {
  background: transparent;
}

scrollbar .scrollbar-track-x,
[scrollbar] .scrollbar-track-x,
[data-scrollbar] .scrollbar-track-x {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
}

scrollbar .scrollbar-track-y,
[scrollbar] .scrollbar-track-y,
[data-scrollbar] .scrollbar-track-y {
  top: 0;
  right: 0;
  width: 6px;
  height: 100%;
}

scrollbar .scrollbar-thumb,
[scrollbar] .scrollbar-thumb,
[data-scrollbar] .scrollbar-thumb {
  position: absolute;
  top: 0;
  left: -5px;
  width: 6px;
  height: 8px;
  background: transparent;
  border-radius: 4px;
}

[data-scrollbar] .scrollbar-thumb:before,
[data-scrollbar] .scrollbar-thumb:after {
  content: '';
  position: absolute;
  height: calc(100% - 40px);
  width: 6px;
  background: rgba(34, 34, 34, 0.1);
  top: 20px;
  right: 0;
  border-radius: 4px;
}

[data-scrollbar] .scrollbar-thumb:before {
  z-index: 1;
}

[data-scrollbar] .scrollbar-thumb:after {
  background-color: #fff;
}

/*========== End Smooth Scrollbar Style  ==========*/
/*========== Start Icon Box  ==========*/
.tb-iconbox.tb-style1 .tb-icon,
.tb-iconbox.tb-style2 .tb-icon {
  height: 50px;
  width: 50px;
  font-size: 24px;
}

.tb-iconbox.tb-style1 .tb-icon {
  margin: auto;
}

.tb-iconbox.tb-style1 .tb-iconbox-sub-heading {
  line-height: 1.3em;
}

.tb-iconbox.tb-style1 .tb-iconbox-heading {
  font-size: 36px;
  margin-top: 5px;
  margin-bottom: 0px;
  font-weight: 400;
}

.tb-iconbox.tb-style1 .tb-progress-lavel {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px 0;
}

.tb-iconbox.tb-style2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tb-iconbox.tb-style2 .tb-iconbox-text {
  text-align: right;
}

.tb-iconbox.tb-style2 .tb-icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 15px;
}

.tb-iconbox.tb-style2 .tb-iconbox-heading {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0;
}

.tb-iconbox.tb-style2 .tb-iconbox-sub-heading {
  font-size: 14px;
}

.tb-iconbox.tb-style2 .tb-progressbar-wrap.tb-style1 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100%;
  margin-top: 15px;
}

.tb-iconbox.tb-style3 {
  padding: 15px 20px;
}

.tb-iconbox.tb-style3 .tb-iconbox-text {
  position: relative;
}

.tb-iconbox.tb-style3 .tb-iconbox-heading {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 3px;
  line-height: 1.2em;
}

.tb-iconbox.tb-style3 .tb-iconbox-sub-heading {
  font-size: 14px;
}

.tb-iconbox.tb-style3 .tb-icon {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.tb-iconbox.tb-style3 .tb-progress-lavel {
  position: absolute;
  bottom: 0;
  right: 0;
}

.tb-iconbox.tb-style4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  padding: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.tb-iconbox.tb-style4:before {
  content: '';
  border-radius: 4px;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 244, 240, 0)));
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.3) 0%, rgba(255, 244, 240, 0) 100%);
}

.tb-iconbox.tb-style4.tb-color1 {
  background-color: #5856d6;
  -webkit-box-shadow: 0px 5px 18px 2px rgba(88, 86, 214, 0.2);
  box-shadow: 0px 5px 18px 2px rgba(88, 86, 214, 0.2);
}

.tb-iconbox.tb-style4.tb-color2 {
  background-color: #007aff;
  -webkit-box-shadow: 0px 5px 18px 2px rgba(0, 122, 255, 0.2);
  box-shadow: 0px 5px 18px 2px rgba(0, 122, 255, 0.2);
}

.tb-iconbox.tb-style4.tb-color3 {
  background-color: #5ac8fa;
  -webkit-box-shadow: 0px 5px 18px 2px rgba(90, 200, 250, 0.2);
  box-shadow: 0px 5px 18px 2px rgba(90, 200, 250, 0.2);
}

.tb-iconbox.tb-style4.tb-color4 {
  background-color: #8e8e93;
  -webkit-box-shadow: 0px 5px 18px 2px rgba(142, 142, 147, 0.2);
  box-shadow: 0px 5px 18px 2px rgba(142, 142, 147, 0.2);
}

.tb-iconbox.tb-style4 .tb-icon {
  height: 70px;
  width: 70px;
  color: rgba(255, 255, 255, 0.9);
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 30px;
  margin-right: 15px;
  border-radius: 4px;
  position: relative;
  z-index: 1;
}

.tb-iconbox.tb-style4 .tb-iconbox-text {
  position: relative;
  z-index: 1;
}

.tb-iconbox.tb-style4 .tb-iconbox-heading {
  font-size: 32px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
}

.tb-iconbox.tb-style4 .tb-iconbox-sub-heading {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

/*========== End Icon Box  ==========*/
/*========== Start Tabs  ==========*/
.tb-tab-body-text {
  font-size: 14px;
  line-height: 1.6em;
}

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

.tb-tab {
  display: none;
}

.tb-tab.tb-active {
  display: block;
}

.tb-tabs.tb-style1 .tb-tab-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tb-tabs.tb-style1 .tb-tab-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
  min-width: 140px;
  border-right: 1px solid rgba(34, 34, 34, 0.1);
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
  padding: 15px;
  position: relative;
}

.tb-tabs.tb-style1 .tb-tab-links a:hover {
  background-color: rgba(34, 34, 34, 0.02);
}

.tb-tabs.tb-style1 .tb-tab-links a:before {
  content: '';
  height: 3px;
  width: 0%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #5856d6;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tb-tabs.tb-style1 .tb-tab-links .tb-active a {
  border-bottom-color: transparent;
}

.tb-tabs.tb-style1 .tb-tab-links .tb-active a:before {
  width: 100%;
}

.tb-tabs.tb-style1 .tb-tab-links .tb-active a:hover {
  background-color: transparent;
}

.tb-tabs.tb-style1 .tb-tab-links .tb-tab-sub-heading {
  color: rgba(34, 34, 34, 0.4);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}

.tb-tabs.tb-style1 .tb-tab-links .tb-tab-heading {
  font-size: 24px;
  color: #222;
  line-height: 1.1em;
}

.tb-tabs.tb-style1.tb-type1 .tb-tab-links a {
  padding: 15px 30px;
  position: relative;
  min-width: initial;
}

.tb-tabs.tb-style1.tb-type1 .tb-tab-links .tb-tab-heading {
  font-size: 14px;
  color: rgba(34, 34, 34, 0.7);
}

.tb-tabs.tb-style1.tb-type1 .tb-tab-links .tb-active .tb-tab-heading {
  color: #222;
}

.tb-tabs.tb-style2 {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tb-tabs.tb-style2 .tb-tab-links {
  padding: 0;
  margin: 0;
  list-style: none;
  max-width: 350px;
  width: 100%;
  line-height: 1.6em;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 30px;
}

.tb-tabs.tb-style2 .tb-tab-links a {
  display: block;
  font-size: 14px;
  padding: 8px 15px;
  color: #222;
}

.tb-tabs.tb-style2 .tb-tab-links li.tb-active a {
  background-color: rgba(34, 34, 34, 0.02);
}

.tb-tabs.tb-style2 .tb-tab-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tb-tabs.tb-style2.tb-type1 .tb-tab-links {
  max-width: 230px;
}

.tb-tabs.tb-style2.tb-type1 .tb-tab-content {
  padding-right: 30px;
}

.tb-tabs.tb-style2.tb-type1 .tb-tab-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tb-tabs.tb-style2.tb-type1 .tb-tab-links a i {
  margin-right: 5px;
}

.tb-tabs.tb-style3 .tb-tab-links-wrap {
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}

.tb-tabs.tb-style3 .tb-tab-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tb-tabs.tb-style3 .tb-tab-links i {
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
}

.tb-tabs.tb-style3 .tb-tab-links a {
  font-size: 16px;
  color: rgba(34, 34, 34, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.9em 1.9em;
  line-height: 1.6em;
  position: relative;
}

.tb-tabs.tb-style3 .tb-tab-links a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0%;
  background-color: #007aff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tb-tabs.tb-style3 .tb-tab-links .tb-active a {
  color: #007aff;
}

.tb-tabs.tb-style3 .tb-tab-links .tb-active a:before {
  width: 100%;
}

.tb-tabs.tb-style3.tb-type1 .tb-tab-links-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tb-tabs.tb-style4 .tb-tab-links-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}

.tb-tabs.tb-style4 .tb-tab-links-wrap-in {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.tb-tabs.tb-style4 .tb-tab-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.tb-tabs.tb-style4 .tb-tab-links li {
  position: relative;
}

.tb-tabs.tb-style4 .tb-tab-links li:first-child:before,
.tb-tabs.tb-style4 .tb-tab-links li:last-child:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  background-color: #fff;
}

.tb-tabs.tb-style4 .tb-tab-links li:first-child:before {
  left: 0;
}

.tb-tabs.tb-style4 .tb-tab-links li:last-child:before {
  right: 0;
}

.tb-tabs.tb-style4 .tb-tab-links i {
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
}

.tb-tabs.tb-style4 .tb-tab-links a {
  font-size: 16px;
  color: rgba(34, 34, 34, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.3em 1.9em 0.9em;
  line-height: 1.6em;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.tb-tabs.tb-style4 .tb-tab-links .tb-tab-number-wrap {
  background-color: #fff;
}

.tb-tabs.tb-style4 .tb-tab-links .tb-tab-number {
  height: 35px;
  width: 35px;
  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;
  background-color: rgba(34, 34, 34, 0.4);
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  margin-bottom: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tb-tabs.tb-style4 .tb-tab-links .tb-active a {
  color: #222;
}

.tb-tabs.tb-style4 .tb-tab-links .tb-active .tb-tab-number {
  background-color: #007aff;
  border-color: #007aff;
  color: #fff;
}

.tb-tabs.tb-style4 .tb-tab-bar {
  position: absolute;
  height: 1px;
  width: 100%;
  top: 39px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(34, 34, 34, 0.1);
}

.tb-tabs.tb-style4.tb-type1 .tb-tab-number {
  -webkit-box-shadow: 0 0 0 10px #fff;
  box-shadow: 0 0 0 10px #fff;
}

.tb-tabs.tb-style4.tb-type2 .tb-tab-number {
  background-color: #fff;
  color: rgba(34, 34, 34, 0.7);
  border: 1px solid rgba(34, 34, 34, 0.1);
}

.tb-tabs.tb-style4.tb-type2 .tb-active .tb-tab-number {
  color: #fff;
}

.tb-tabs.tb-style4.tb-type2 .tb-tab-bar {
  background-color: rgba(34, 34, 34, 0.1);
}

.tb-tabs.tb-style4.tb-type3 .tb-tab-number {
  background-color: #fff;
  color: rgba(34, 34, 34, 0.7);
  border: 1px solid rgba(34, 34, 34, 0.1);
}

.tb-tabs.tb-style4.tb-type3 .tb-active .tb-tab-number {
  color: #fff;
}

.tb-tabs.tb-style4.tb-type3 .tb-tab-bar {
  background-color: rgba(34, 34, 34, 0.1);
  height: 5px;
  top: 36px;
}

.tb-tabs.tb-style4.tb-type4 .tb-tab-number {
  background-color: #fff;
  color: rgba(34, 34, 34, 0.7);
  border: 1px solid rgba(34, 34, 34, 0.1);
}

.tb-tabs.tb-style4.tb-type4 .tb-active .tb-tab-number {
  color: #fff;
}

.tb-tabs.tb-style4.tb-type4 .tb-tab-bar {
  background-color: rgba(34, 34, 34, 0.05);
  height: 5px;
  top: 36px;
  border: 1px solid rgba(34, 34, 34, 0.1);
}

.tb-tabs.tb-style5 .tb-tab-links {
  margin: 0;
  list-style: none;
  padding: 0 30px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
  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-tabs.tb-style5 .tb-tab-links a {
  font-size: 16px;
  line-height: 1.6em;
  display: inline-block;
  padding: 12px 15px;
  position: relative;
  color: rgba(34, 34, 34, 0.4);
}

.tb-tabs.tb-style5 .tb-tab-links a:before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 3px;
  width: 0%;
  background-color: #007aff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tb-tabs.tb-style5 .tb-tab-links .tb-active a {
  color: #222;
}

.tb-tabs.tb-style5 .tb-tab-links .tb-active a:before {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .tb-tabs.tb-style1 .tb-tab-links a {
    min-width: initial;
  }

  .tb-tabs.tb-style2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tb-tabs.tb-style2 .tb-tab-links {
    margin-right: 0;
    max-width: 100%;
    margin-bottom: 15px;
  }

  .tb-tabs.tb-style2.tb-type1 .tb-tab-content {
    padding-left: 30px;
  }

  .tb-tabs.tb-style2.tb-type1 .tb-tab-links {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 30px;
  }
}

@media screen and (max-width: 991px) {
  .tb-tabs.tb-style4 .tb-tab-links a {
    padding: 1.3em 1em 0.9em;
  }
}

@media screen and (max-width: 575px) {
  .tb-tabs.tb-style1 .tb-tab-links .tb-active a {
    border-bottom-color: rgba(34, 34, 34, 0.1);
  }

  .tb-tabs.tb-style4 .tb-tab-bar {
    display: none;
  }

  .tb-tabs.tb-style3 .tb-tab-links a {
    padding: 0.9em 1em;
  }
}

/*========== End Tabs  ==========*/
/*========== Start Button  ==========*/
.tb-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tb-btn.tb-style1 {
  border: 1px solid rgba(34, 34, 34, 0.1);
  padding: 0.5em 1.6em;
  font-size: 14px;
  font-weight: 500;
  background-color: #fff;
  border-radius: 4px;
}

.tb-btn.tb-style1 i {
  font-size: 16px;
  color: rgba(34, 34, 34, 0.4);
  margin-right: 10px;
}

.tb-btn.tb-style1.tb-small {
  font-size: 13px;
  padding: 0.155em 1.2em;
}

.tb-btn.tb-style1.tb-medium {
  font-size: 14px;
  padding: 0.25em 1.58em;
  border-radius: 4px;
}

.tb-btn.tb-style1:hover {
  background-color: rgba(34, 34, 34, 0.02);
  color: rgba(34, 34, 34, 0.7);
}

.tb-btn.tb-style2 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  color: rgba(34, 34, 34, 0.7);
  padding: 11px 15px 10px;
  width: 100%;
}

.tb-btn.tb-style2 i {
  margin-left: -2px;
  font-size: 15px;
  font-weight: 600;
  font-style: initial;
}

.tb-btn.tb-style2:hover {
  color: #222;
  background-color: rgba(34, 34, 34, 0.02);
}

.tb-btn.tb-style2 .tb-plus {
  font-size: 16px;
  font-weight: 500;
  margin-left: 0px;
  margin-right: 3px;
}

.tb-btn.tb-style2.tb-type1 {
  font-weight: 500;
  padding: 12px 30px;
  width: 100%;
  text-transform: capitalize;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
}

.tb-btn.tb-style2.tb-type1 i {
  margin-top: -1px;
}

.tb-btn.tb-style2.tb-type2 {
  -webkit-box-shadow: 0.438px 0.899px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0.438px 0.899px 1px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(34, 34, 34, 0.1);
  border-radius: 4px;
  padding: 7px 15px;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
  background-color: #fff;
}

.tb-btn.tb-style2.tb-type2:hover {
  background-color: rgba(34, 34, 34, 0.02);
}

.tb-btn.tb-style3 {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  border-radius: 4px;
  padding: 0.58em 1.6em;
  background: #5856d6;
  border: none;
  min-width: 130px;
}

.tb-btn.tb-style3:hover {
  opacity: 0.85;
}

.tb-btn.tb-style4 {
  width: 24px;
  height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(34, 34, 34, 0.1);
  border-radius: 4px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.tb-btn.tb-style5 {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  background-color: #5856d6;
  border-radius: 4px;
  padding: 0.5em 1.6em;
}

.tb-btn.tb-style5 i {
  font-style: initial;
  font-size: 24px;
  margin-right: 5px;
}

.tb-btn.tb-style5:hover {
  opacity: 0.85;
}

.tb-button-group.tb-style2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -5px;
}

.tb-button-group.tb-style2 .tb-btn {
  margin-bottom: 5px;
  margin-right: 5px;
}

.tb-button-group.tb-style1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tb-button-group.tb-style1 .tb-btn:not(:last-child) {
  margin-right: 15px;
}

.tb-button-group.tb-style1 .tb-btn {
  margin-top: 10px;
}

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

.tb-button-group.tb-style3 .tb-btn:not(:last-child) {
  margin-right: 5px;
}

.tb-btn.tb-color1 {
  background-color: #007aff;
}

.tb-btn.tb-color2 {
  background-color: rgba(34, 34, 34, 0.4);
}

.tb-btn.tb-color3 {
  background-color: #007aff;
  border-color: #007aff;
}

.tb-style1.tb-color3 {
  background-color: transparent;
  color: #007aff;
}

.tb-style1.tb-color3:hover {
  color: #007aff;
}

.tb-btn.tb-add-btn {
  background-color: #5856d6;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 4px 27px;
  line-height: 1.6em;
}

.tb-btn.tb-add-btn i {
  font-size: 16px;
  margin-right: 3px;
}

.tb-btn.tb-add-btn:hover {
  opacity: 0.8;
}

.tb-kit-btns .btn {
  margin-right: 7px;
}

.btn {
  cursor: pointer;
  border-radius: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn i {
  /* margin-right: 5px; */
}

.btn-primary,
.btn-primary:hover,
.badge-primary,
a.badge-primary:hover {
  background-color: #5ac8fa;
  border-color: #5ac8fa;
}

.btn-primary .badge,
.btn-primary:hover .badge,
.badge-primary .badge,
a.badge-primary:hover .badge {
  color: #5ac8fa;
}

.btn-success,
.btn-success:hover,
.badge-success,
a.badge-success:hover {
  background-color: #34c759;
  border-color: #34c759;
}

.btn-success .badge,
.btn-success:hover .badge,
.badge-success .badge,
a.badge-success:hover .badge {
  color: #34c759;
}

.btn-info,
.btn-info:hover,
.badge-info,
a.badge-info:hover {
  color: #fff;
  background-color: #5856d6;
  border-color: #5856d6;
}

.btn-info .badge,
.btn-info:hover .badge,
.badge-info .badge,
a.badge-info:hover .badge {
  color: #5856d6;
}

.btn-danger,
.btn-danger:hover,
.badge-danger,
a.badge-danger:hover {
  background-color: #ff3b30;
  border-color: #ff3b30;
}

.btn-danger .badge,
.btn-danger:hover .badge,
.badge-danger .badge,
a.badge-danger:hover .badge {
  color: #ff3b30;
}

.btn-warning,
.btn-warning:hover,
.btn-info,
.btn-info:hover {
  color: #fff;
}

.btn-warning,
.btn-warning:hover,
.badge-warning,
a.badge-warning:hover {
  background-color: #ffcc00;
  border-color: #ffcc00;
}

.btn-warning .badge,
.btn-warning:hover .badge,
.badge-warning .badge,
a.badge-warning:hover .badge {
  color: #ffcc00;
}

.btn-primary:hover,
.btn-success:hover,
.btn-info:hover,
.btn-danger:hover,
.btn-warning:hover,
.btn-link:hover,
a.badge:hover {
  opacity: 0.8;
}

.badge-secondary {
  background-color: #8e8e93;
}

.btn-outline-primary {
  color: #5ac8fa;
  background-image: none;
  background-color: rgba(90, 200, 250, 0.1);
  border-color: rgba(90, 200, 250, 0.4);
}

.btn-outline-primary:hover {
  background-color: #5ac8fa;
  border-color: #5ac8fa;
}

.btn-outline-success {
  color: #34c759;
  background-image: none;
  background-color: rgba(52, 199, 89, 0.1);
  border-color: rgba(52, 199, 89, 0.4);
}

.btn-outline-success:hover {
  background-color: #34c759;
  border-color: #34c759;
}

.btn-outline-danger {
  color: #ff3b30;
  background-color: rgba(255, 59, 48, 0.1);
  border-color: rgba(255, 59, 48, 0.4);
}

.btn-outline-danger:hover {
  background-color: #ff3b30;
  border-color: #ff3b30;
}

.btn-outline-warning {
  color: #ffcc00;
  background-color: rgba(255, 204, 0, 0.1);
  border-color: rgba(255, 204, 0, 0.4);
}

.btn-outline-warning:hover {
  background-color: #ffcc00;
  border-color: #ffcc00;
}

.btn-outline-info {
  color: #5856d6;
  background-color: rgba(97, 88, 223, 0.1);
  border-color: rgba(97, 88, 223, 0.4);
}

.btn-outline-info:hover {
  background-color: #5856d6;
  border-color: #5856d6;
}

.btn-outline-link {
  background-color: #fff;
  border: 1px solid rgba(34, 34, 34, 0.1);
  color: rgba(34, 34, 34, 0.7);
  font-weight: 500;
}

.btn-outline-link:hover {
  opacity: 1;
  background-color: rgba(34, 34, 34, 0.02);
}

.btn-outline-link:hover {
  color: rgba(34, 34, 34, 0.7);
}

.btn.btn-pill {
  border-radius: 3em;
}

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

.tb-social-btn-list.tb-style1 li {
  margin-right: 10px;
}

.tb-solial-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 35px;
  width: 35px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
}

.tb-radious50.tb-solial-btn {
  border-radius: 50%;
  overflow: hidden;
}

.social-derault-color {
  color: rgba(34, 34, 34, 0.7);
  border: 1px solid rgba(34, 34, 34, 0.1);
}

.social-derault-color:hover {
  background-color: rgba(34, 34, 34, 0.02);
  color: rgba(34, 34, 34, 0.7);
}

.social-facebook {
  background-color: #007aff;
  border-color: #007aff;
  color: #fff;
}

.social-twitter {
  background-color: #4ab3f4;
  border-color: #4ab3f4;
  color: #fff;
}

.social-pinterest {
  background-color: #E00022;
  border-color: #E00022;
  color: #fff;
}

.social-instagram {
  background-color: #517fa4;
  border-color: #517fa4;
  color: #fff;
}

.social-linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
  color: #fff;
}

.btn-outline-warning:hover {
  color: #fff;
}

.social-facebook.opacity-color {
  background-color: rgba(0, 122, 255, 0.1);
  color: #007aff;
}

.social-facebook.opacity-color:hover {
  background-color: #007aff;
  color: #fff;
}

.social-twitter.opacity-color {
  background-color: rgba(74, 179, 244, 0.1);
  color: #4ab3f4;
}

.social-twitter.opacity-color:hover {
  background-color: #4ab3f4;
  color: #fff;
}

.social-pinterest.opacity-color {
  background-color: rgba(224, 0, 34, 0.1);
  color: #E00022;
}

.social-pinterest.opacity-color:hover {
  background-color: #E00022;
  color: #fff;
}

.social-instagram.opacity-color {
  background-color: rgba(81, 127, 164, 0.1);
  color: #517fa4;
}

.social-instagram.opacity-color:hover {
  background-color: #517fa4;
  color: #fff;
}

.social-linkedin.opacity-color {
  background-color: rgba(0, 119, 181, 0.1);
  color: #0077b5;
}

.social-linkedin.opacity-color:hover {
  background-color: #0077b5;
  color: #fff;
}

.tb-social-brand-color a:hover {
  color: #fff;
  opacity: 0.8;
}

.tb-with-radius-100 a {
  border-radius: 50%;
}

.tb-toolbtn {
  height: 35px;
  width: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid rgba(34, 34, 34, 0.1);
  border-radius: 4px;
  background-color: transparent;
  padding: 5px;
  font-size: 18px;
  color: rgba(34, 34, 34, 0.7);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tb-toolbtn:focus {
  outline: none;
}

.tb-toolbtn:hover {
  background-color: rgba(34, 34, 34, 0.02);
}

.tb-play-btn.tb-style1 {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.7);
  border: 2px solid rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tb-play-btn.tb-style1:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.9);
  margin-left: -2px;
  margin-top: -7px;
}

.tb-play-btn.tb-style1:hover {
  opacity: 0.8;
}

.btn-sm {
  padding: .25rem .65rem;
}

.badge-light,
a.badge-light:hover {
  background-color: #fff;
  color: #222;
}

.btn .badge {
  top: 0;
  margin-left: 6px;
}

.badge {
  font-weight: 500;
}

.tb-btn-group.tb-style1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tb-btn-group.tb-style1 .btn {
  margin-right: 10px;
}

.tb-toggle-btn.tb-style1 .btn i {
  font-size: 18px;
  line-height: 1em;
  margin-right: -4px;
  margin-left: 2px;
}

.tb-kit-btns {
  margin-bottom: -10px;
}

.tb-kit-btns .btn {
  margin-bottom: 10px;
}

/*========== End Button  ==========*/
/*========== Start Table  ==========*/
table.dataTable tbody tr {
  background-color: #fff;
}

.table {
  margin: 0;
}

.tb-table.tb-style1 .table {
  min-width: 820px;
}

.tb-table.tb-style1 .table thead th {
  border-color: rgba(34, 34, 34, 0.1);
  border-top: none;
  border-bottom-width: 1px;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 15px;
  line-height: 1.45em;
  color: #222;
}

.tb-table.tb-style1 .table thead th:first-child {
  padding-left: 30px;
  width: 40%;
}

.tb-table.tb-style1 .table thead th:last-child {
  padding-right: 30px;
}

.tb-table.tb-style1 .table td {
  padding: 10px 15px;
  border: none;
  vertical-align: middle;
}

.tb-table.tb-style1 .table td:first-child {
  padding-left: 30px;
  width: 40%;
}

.tb-table.tb-style1 .table td:last-child {
  padding-right: 30px;
}

.tb-table.tb-style1 .table tbody tr:nth-child(even) {
  background-color: rgba(34, 34, 34, 0.02);
}

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

.tb-table.tb-style1 .tb-table-icon-box .tb-table-icon {
  margin-right: 8px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  height: 24px;
  width: 24px;
}

.tb-table.tb-style1 .tb-table-icon-box .tb-table-img {
  height: 26px;
  width: 26px;
  border-radius: 50%;
  margin-right: 8px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  border-radius: 50%;
}

.tb-table.tb-style1.tb-type1 {
  font-size: 14px;
  min-height: 250px;
}

.tb-table.tb-style1.tb-type1 .tb-table-icon-box .tb-checkbox {
  margin-right: 10px;
}

.tb-table.tb-style1.tb-type1 .tb-table-icon-title {
  font-size: 14px;
  font-weight: 500;
  color: rgba(34, 34, 34, 0.7);
  margin-bottom: 0;
}

.tb-table.tb-style1.tb-type1 .tb-table-icon-text {
  font-size: 12px;
  color: rgba(34, 34, 34, 0.4);
  display: block;
  line-height: 1.3em;
}

.tb-table.tb-style1.tb-type1 .table thead th:first-child,
.tb-table.tb-style1.tb-type1 .table td:first-child {
  width: initial;
}

.tb-table.tb-style1 .tb-table-follow-btn {
  font-size: 21px;
  color: rgba(34, 34, 34, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tb-table.tb-style1 .tb-table-follow-btn:hover {
  color: rgba(34, 34, 34, 0.7);
}

.tb-table.tb-style1 .tb-table-icon-subtext {
  margin-left: 3px;
  color: rgba(34, 34, 34, 0.4);
}

.tb-table.tb-style1.tb-auto-width .table thead th:first-child {
  width: auto;
}

.tb-table.tb-style1.tb-auto-width .table td:first-child {
  width: auto;
}

.tb-table-footer-left-text {
  color: rgba(34, 34, 34, 0.4);
}

.tb-table-footer-left-text a {
  font-weight: 500;
  color: rgba(34, 34, 34, 0.7);
}

.tb-table-footer-left-text a:hover {
  color: #222;
}

.tb-table-footer-list {
  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-table-footer-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tb-table-footer-list li:not(:last-child) {
  margin-right: 10px;
}

.tb-table-footer-list input {
  height: 30px;
  width: 30px;
  border: 1px solid rgba(34, 34, 34, 0.1);
  border-radius: 4px;
  padding: 5px;
  text-align: center;
  color: rgba(34, 34, 34, 0.7);
}

.tb-table-footer-list input:focus {
  outline: none;
}

.tb-table-footer-list .tb-efl-title {
  color: rgba(34, 34, 34, 0.4);
  margin-right: 8px;
}

.tb-table-footer-list .custom-select-trigger {
  height: 30px;
  width: 60px;
  border: 1px solid rgba(34, 34, 34, 0.1);
  border-radius: 4px;
  background-color: rgba(34, 34, 34, 0.02);
  padding: 5px 16px 5px 10px;
}

.tb-table-footer-list .custom-select-trigger:after {
  right: 10px;
}

.tb-table-footer-list .custom-options {
  width: 100%;
}

.tb-table-footer {
  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;
  padding: 10px 30px;
  border-top: 1px solid rgba(34, 34, 34, 0.1);
}

.tb-table.tb-style2 .table thead th {
  border-bottom-width: 1px;
  border-top: none;
  padding: 6px 0;
  font-weight: 400;
  color: rgba(34, 34, 34, 0.4);
  line-height: 1.4em;
  border-bottom-color: rgba(34, 34, 34, 0.1);
}

.tb-table.tb-style2 .table thead th:last-child {
  text-align: right;
}

.tb-table.tb-style2 .table td {
  padding: 6px 0;
  line-height: 1.4em;
  border-color: rgba(34, 34, 34, 0.1);
}

.tb-table.tb-style2 .table td:last-child {
  text-align: right;
}

.tb-table.tb-style3 {
  text-align: right;
}

.tb-table.tb-style3 th {
  color: rgba(34, 34, 34, 0.4);
  border: none;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 0;
  text-align: right;
}

.tb-table.tb-style3 td {
  border: none;
  padding: 6px 0;
  font-size: 14px;
}

.tb-table.tb-style3 tr td:first-child {
  font-weight: 500;
  text-align: left;
}

.tb-table.tb-style3 tr th:first-child {
  text-align: left;
}

.tb-lock-table table.dataTable thead th,
.tb-lock-table table.dataTable thead td {
  padding: 10px 30px;
  color: rgba(34, 34, 34, 0.7);
  font-weight: 500;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
  border-top: none;
}

.tb-table-img-box.tb-style1 {
  min-width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tb-table-img-box.tb-style1 .tb-table-img {
  margin-right: 8px;
  height: 24px;
  width: 24px;
  border-radius: 50%;
}

.tb-lock-table table.dataTable tbody th,
.tb-lock-table table.dataTable tbody td {
  padding: 10px 30px;
  color: rgba(34, 34, 34, 0.7);
}

.tb-lock-table .dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}

.tb-lock-table table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
  background: transparent;
}

.tb-lock-table table.dataTable.display tbody tr.odd>.sorting_1,
.tb-lock-table table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
  background-color: #fff;
}

.tb-lock-table table.dataTable.row-border tbody th,
.tb-lock-table table.dataTable.row-border tbody td,
.tb-lock-table table.dataTable.display tbody th,
.tb-lock-table table.dataTable.display tbody td {
  border: none;
}

.dataTables_filter label {
  margin-bottom: 0;
  width: 200px;
  height: 36px;
  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;
  overflow: hidden;
  margin-right: 30px;
  margin-top: -46px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 6;
}

.dataTables_wrapper .dataTables_filter label input {
  width: 100%;
  margin-left: 0;
  height: 30px;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: rgba(34, 34, 34, 0.4);
}

.dataTables_wrapper .dataTables_info {
  width: 100%;
  padding: 15px 30px;
}

#tb-no-locked {
  width: 100% !important;
}

.tb-table-footer-right {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.tb-table.tb-style4 .table {
  min-width: 300px;
}

.tb-data-table.tb-lock-table.tb-style1 .table {
  min-width: inherit;
}

table.DTFC_Cloned thead,
table.DTFC_Cloned tfoot {
  background-color: #fff;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  background-image: none;
  position: relative;
}

.DTFC_LeftHeadWrapper thead th.sorting_asc:before,
.DTFC_LeftHeadWrapper thead th:before,
.DTFC_RightHeadWrapper thead th.sorting_asc:before,
.DTFC_RightHeadWrapper thead th:before,
.dataTables_scrollHeadInner table.dataTable thead .sorting:before,
.dataTables_scrollHeadInner table.dataTable thead .sorting_asc:before {
  content: "\f0d8";
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  position: absolute;
  right: 10px;
  font-size: 13px;
  top: 8px;
  color: rgba(34, 34, 34, 0.4);
}

.DTFC_LeftHeadWrapper thead th.sorting_desc:after,
.DTFC_LeftHeadWrapper thead th:after,
.DTFC_RightHeadWrapper thead th.sorting_desc:after,
.DTFC_RightHeadWrapper thead th:after,
.dataTables_scrollHeadInner table.dataTable thead .sorting:after,
.dataTables_scrollHeadInner table.dataTable thead .sorting_desc:after {
  content: "\f0dd";
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  position: absolute;
  right: 10px;
  font-size: 13px;
  top: 11px;
  color: rgba(34, 34, 34, 0.4);
}

.DTFC_LeftHeadWrapper thead th.sorting_asc:after,
.DTFC_LeftHeadWrapper thead th.sorting_desc:before,
.DTFC_RightHeadWrapper thead th.sorting_asc:after,
.DTFC_RightHeadWrapper thead th.sorting_desc:before {
  display: none;
}

.DTFC_LeftHeadWrapper thead th.sorting_asc:before,
.DTFC_LeftHeadWrapper thead th.sorting_desc:after,
.DTFC_RightHeadWrapper thead th.sorting_asc:before,
.DTFC_RightHeadWrapper thead th.sorting_desc:after,
.dataTables_scrollHeadInner table.dataTable thead .sorting_asc:before,
.dataTables_scrollHeadInner table.dataTable thead .sorting_desc:after {
  color: rgba(34, 34, 34, 0.7);
}

.DTFC_LeftBodyWrapper,
.DTFC_LeftHeadWrapper {
  -webkit-box-shadow: 0px 3px 5px 0px rgba(34, 34, 34, 0.1);
  box-shadow: 0px 3px 5px 0px rgba(34, 34, 34, 0.1);
}

.DTFC_RightBodyWrapper,
.DTFC_RightHeadWrapper {
  -webkit-box-shadow: 0px 3px 5px 0px rgba(34, 34, 34, 0.1);
  box-shadow: 0px 3px 5px 0px rgba(34, 34, 34, 0.1);
}

.tb-lock-table table.dataTable thead th:focus,
.tb-lock-table table.dataTable thead td:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tb-table.tb-equal-width-50 .table th,
.tb-table.tb-equal-width-50 .table td {
  width: 50% !important;
}

@media screen and (max-width: 991px) {
  .tb-table.tb-style1.tb-type1 .table {
    min-width: 910px;
  }
}

@media screen and (max-width: 767px) {
  .tb-table-footer-left-text {
    display: none;
  }

  .table {
    min-width: 600px;
  }

  .tb-table.tb-style2 .table {
    min-width: 300px;
  }
}

@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0;
  }
}

@media screen and (max-width: 575px) {
  .tb-table-footer-list .tb-efl-title {
    display: none;
  }
}

@media screen and (max-width: 420px) {
  .dataTables_filter label {
    width: 120px;
  }
}

/*========== End Table  ==========*/
/*========== Start ProgressBar  ==========*/
.tb-progress-lavel.tb-style1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tb-progress-lavel.tb-style1 i {
  font-size: 18px;
}

.tb-progress-lavel.tb-style2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  padding: 0 6px 1px 2px;
}

.tb-progress-lavel.tb-style2 i {
  font-size: 18px;
}

.tb-progressbar-wrap.tb-style1 .tb-single-progress:not(:last-child) {
  margin-bottom: 15px;
}

.tb-progressbar-wrap.tb-style1 .tb-progressbar {
  width: 100%;
  overflow: hidden;
  height: 5px;
  background-color: rgba(34, 34, 34, 0.1);
  border-radius: 1.6em;
}

.tb-progressbar-wrap.tb-style1 .tb-progressbar-in {
  height: 100%;
  background-color: #5856d6;
  border-radius: 1.6em 0 0 1.6em;
}

.tb-progressbar-wrap.tb-style1 .tb-progress-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 6px;
}

.tb-progressbar-wrap.tb-style1 .tb-progress-title {
  font-size: 13px;
  color: rgba(34, 34, 34, 0.7);
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.3em;
  margin-right: 20px;
}

.tb-progressbar-wrap.tb-style1 .tb-progress-percentage {
  font-size: 13px;
  color: rgba(34, 34, 34, 0.4);
  line-height: 1.3em;
}

.tb-progressbar-wrap.tb-style1.tb-color1 .tb-progressbar-in {
  background-color: #ff3b30;
}

.tb-progressbar-wrap.tb-style1.tb-color2 .tb-progressbar-in {
  background-color: #34c759;
}

.tb-progressbar-wrap.tb-style1.tb-color3 .tb-progressbar-in {
  background-color: #007aff;
}

.tb-progressbar-wrap.tb-style1.tb-color4 .tb-progressbar-in {
  background-color: #5856d6;
}

/*========== End ProgressBar  ==========*/
/*========== Start SVG Map  ==========*/
#svg-usa {
  height: 200px;
  background-color: transparent !important;
}

.vmap-wrapper.tb-style1,
.vmap-wrapper.tb-style1#svg-usa {
  height: 280px;
  background-color: transparent !important;
}

.jqvmap-label {
  padding: 2px 10px;
  background-color: #fff;
  border-radius: 2px;
  font-size: 12px;
  color: rgba(34, 34, 34, 0.7);
  opacity: 1;
  border: 1px solid rgba(34, 34, 34, 0.1);
}

.jqvmap-region {
  cursor: pointer;
  stroke-opacity: 1;
  stroke: #fff;
}

.jqvmap-zoomin,
.jqvmap-zoomout {
  border-radius: 2px;
  background-color: rgba(34, 34, 34, 0.4);
  width: 14px;
  height: 13px;
  line-height: 7px;
  padding: 0;
  left: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  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;
}

.jqvmap-zoomin:hover,
.jqvmap-zoomout:hover {
  background-color: rgba(34, 34, 34, 0.7);
}

.jqvmap-zoomout {
  top: 28px;
}

/*========== End SVG Map  ==========*/
/*========== Start Chart Style  ==========*/
/* Start Chart Heading */
.tb-chart-heading.tb-style1 h3 {
  font-size: 36px;
  margin-bottom: 0;
  line-height: 1em;
  font-weight: 400;
}

.tb-chart-heading.tb-style1 p {
  font-size: 14px;
  margin-bottom: 0;
}

.tb-chart-heading.tb-style2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3px 0;
}

.tb-chart-heading.tb-style2 .tb-chart-heading-in:not(:last-child) {
  margin-right: 30px;
}

.tb-chart-heading.tb-style2 p {
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(34, 34, 34, 0.4);
  margin-bottom: 0;
  line-height: 1.45em;
}

.tb-chart-heading.tb-style2 h3 {
  font-size: 36px;
  margin-bottom: 0;
  font-weight: 400;
}

.tb-chart-heading.tb-style3 {
  padding: 3px 0;
}

.tb-chart-heading.tb-style3 .tb-chart-heading-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 2px;
  padding-top: 3px;
}

.tb-chart-heading.tb-style3 h3 {
  font-size: 18px;
  margin-right: 8px;
  margin-bottom: 0;
}

.tb-chart-heading.tb-style3 p {
  color: rgba(34, 34, 34, 0.4);
  font-size: 14px;
  margin-bottom: -1px;
}

.tb-chart-heading.tb-style4 {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tb-chart-heading.tb-style4 .tb-chart-heading-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tb-chart-heading.tb-style4 .tb-chart-heading-in>div {
  margin-right: 20px;
}

.tb-chart-heading.tb-style4 .tb-chart-heading-title span,
.tb-chart-heading.tb-style4 .tb-chart-heading-number span {
  display: block;
  color: rgba(34, 34, 34, 0.4);
  line-height: 1.6em;
  font-size: 14px;
}

.tb-chart-heading.tb-style4 .tb-chart-heading-number span {
  display: block;
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 500;
  color: #222;
}

/* End Chart Heading */
.tb-chart-wrap.tb-style1 {
  padding: 20px;
  padding-top: 30px;
}

.tb-chart-wrap.tb-style1 .tb-chart-in {
  height: 299px;
  position: relative;
}

.tb-chart-wrap.tb-style1 canvas {
  height: 100% !important;
}

.tb-chart-wrap.tb-style2 .tb-chart-in {
  height: 76px;
  position: relative;
  border-bottom: 1.5px dashed rgba(34, 34, 34, 0.1);
}

.tb-chart-wrap.tb-style2 canvas {
  height: 100% !important;
}

.tb-chart-wrap.tb-style3 {
  padding: 30px;
}

.tb-chart-wrap.tb-style3 .tb-chart-inside {
  position: relative;
}

.tb-chart-wrap.tb-style3 .tb-chart-in {
  max-width: 229px;
  margin: auto;
  position: relative;
  z-index: 1;
}

.tb-chart-wrap.tb-style3 .tb-active-device {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.tb-chart-wrap.tb-style3 .tb-active-device .tb-active-device-per {
  font-size: 36px;
  color: #222;
  position: relative;
  line-height: 1em;
  display: inline-block;
}

.tb-chart-wrap.tb-style3 .tb-active-device .tb-active-device-per span {
  font-size: 18px;
  color: rgba(34, 34, 34, 0.7);
  position: absolute;
  top: -11px;
  right: -13px;
}

.tb-chart-wrap.tb-style3 .tb-active-device .tb-active-device-title {
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(34, 34, 34, 0.4);
  margin-top: 5px;
}

.tb-chart-wrap.tb-style3.tb-type2 .tb-active-device .tb-active-device-per {
  font-size: 32px;
}

.tb-chart-wrap.tb-style3.tb-type2 .tb-active-device .tb-active-device-per span {
  font-size: 14px;
  top: -11px;
  right: -10px;
}

.tb-chart-wrap.tb-style3.tb-type2 .tb-active-device .tb-active-device-title {
  font-size: 10px;
  margin-top: 2px;
  line-height: 13px;
}

.tb-chart-wrap.tb-style3.tb-type2 .tb-chart-in {
  max-width: 248px;
}

.tb-circle-stroke.tb-style1 {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tb-circle-stroke.tb-style1 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5px;
}

.tb-circle-stroke.tb-style1 li:not(:last-child) {
  margin-right: 20px;
}

.tb-circle-stroke.tb-style1 .tb-circle-color {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  display: block;
  margin-right: 8px;
}

.tb-circle-stroke.tb-style1.tb-type1 .tb-circle-color {
  height: 10px;
  width: 10px;
  border-radius: 2px;
}

.tb-vertical-chart-wrap {
  overflow: hidden;
}

.tb-vertical-chart-list {
  height: 305px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 32px;
  padding-top: 6px;
}

.tb-vertical-chart-graph {
  width: 32px;
  position: absolute;
  left: 0;
  top: 0;
  height: calc(100% - 16px);
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tb-graph-col {
  font-size: 13px;
  color: rgba(34, 34, 34, 0.4);
  line-height: 11px;
  position: relative;
}

.tb-graph-col:before {
  content: "";
  height: 1px;
  width: 10000px;
  position: absolute;
  background-color: rgba(34, 34, 34, 0.1);
  left: 100%;
  top: 50%;
}

.tb-vertical-chart {
  height: 100%;
  background-color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.tb-vertical-chart-up {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 5px;
  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;
  padding-bottom: 21px;
  background-color: #fff;
}

.tb-vertical-chart-up:last-child {
  margin-right: 0;
}

.tb-vertical-chart-wrap.tb-style1 .tb-vertical-chart-up:not(:last-child) {
  margin-right: 15px;
}

.tb-vertical-chart-layer {
  width: 100%;
  background-color: #5856d6;
}

.tb-vertical-chart-wrap.tb-style1 .tb-vertical-chart-layer {
  background-color: #007aff;
}

.tb-chart-label {
  text-align: center;
  position: absolute;
  white-space: nowrap;
  width: 100%;
  color: rgba(34, 34, 34, 0.4);
  bottom: -4px;
  z-index: 1;
}

.tb-chart-label-rotate .tb-chart-label {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.tb-vertical-chart-stroke {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 30px;
  margin-top: 15px;
}

.tb-vertical-chart-stroke li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
  font-size: 14px;
}

.tb-vertical-chart-stroke li:last-child {
  margin-right: 0;
}

.tb-vertical-chart-stroke span {
  display: block;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #5856d6;
  margin-right: 8px;
}

.tb-vertical-chart-wrap.tb-style1 .tb-vertical-chart-stroke span,
.tb-vertical-chart-wrap.tb-style2 .tb-vertical-chart-stroke span {
  background: #007aff;
}

.tb-vertical-chart-up-pair {
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 21px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.tb-vertical-chart-up-pair:last-child {
  margin-right: 0;
}

.tb-vertical-chart-up-pair .tb-vertical-chart-up {
  height: 100%;
  padding-bottom: 0;
  margin-right: 0;
  margin-left: 5px;
}

.tb-vertical-chart-up-pair .tb-vertical-chart-up:first-child {
  margin-left: 0;
}

.tb-vertical-chart-up-pair .tb-vertical-chart-layer {
  height: 100% !important;
  width: 100%;
}

.tb-chart-wrap.tb-style4 {
  padding: 25px 30px;
}

.tb-chart-wrap.tb-style5 .tb-chart-in {
  margin-left: -10px;
  margin-right: -5px;
  height: 163px;
}

.tb-chart-wrap.tb-style5 canvas {
  height: 100% !important;
}

.tb-chart-wrap.tb-style6 .tb-chart-in {
  margin-left: -10px;
  margin-right: -5px;
  height: 239px;
}

.tb-chart-wrap.tb-style6 canvas {
  height: 100% !important;
}

.tb-chart-wrap.tb-style7 .tb-chart-in {
  height: 40px;
  width: 100px;
}

.tb-chart-wrap.tb-style7 canvas {
  height: 100% !important;
}

.tb-chart-wrap.tb-style7.tb-type1 .tb-chart-in {
  height: 34px;
}

.tb-chart-wrap.tb-style8 {
  position: relative;
}

.tb-chart-wrap.tb-style8 .tb-chart-in {
  height: 221px;
  width: calc(100% + 8px);
  margin-left: -5px;
}

.tb-chart-wrap.tb-style8 canvas {
  height: 100%;
}

.tb-chart-wrap.tb-style9 {
  position: relative;
  padding-left: 25px;
  padding-right: 30px;
}

.tb-chart-wrap.tb-style9 .tb-chart-in {
  height: 232px;
}

.tb-chart-wrap.tb-style9 canvas {
  height: 100%;
}

.tb-chart-wrap.tb-style10,
.tb-chart-wrap.tb-style11 {
  position: relative;
  padding-left: 25px;
  padding-right: 30px;
}

.tb-chart-wrap.tb-style10 .tb-chart-in,
.tb-chart-wrap.tb-style11 .tb-chart-in {
  height: 271px;
}

.tb-chart-wrap.tb-style10 canvas,
.tb-chart-wrap.tb-style11 canvas {
  height: 100%;
}

.tb-chart-wrap.tb-style10.tb-type1 .tb-chart-in {
  height: 378px;
}

.tb-chart-wrap.tb-style11 {
  padding-bottom: 20px;
  padding-top: 25px;
}

.tb-chart-wrap.tb-style11 .tb-chart-in {
  height: 199px;
}

.tb-chart-wrap.tb-style12 {
  width: 70px;
}

.tb-chart-wrap.tb-style12 .tb-chart-in {
  height: 35px;
  width: 100px;
}

.tb-chart-wrap.tb-style12 canvas {
  height: 100% !important;
}

.tb-chart-wrap.tb-style13 {
  margin-top: 10px;
}

.tb-chart-wrap.tb-style13 .tb-chart-in {
  height: 80px;
  width: 100%;
}

.tb-chart-wrap.tb-style13 canvas {
  height: 100% !important;
}

.tb-chart-wrap.tb-style14 .tb-chart-in {
  height: 275px;
  width: 100%;
}

.tb-chart-wrap.tb-style14 canvas {
  height: 100% !important;
}

.tb-chart-wrap.tb-style16 .tb-chart-in {
  height: 120px;
  width: 100%;
  max-width: 380px;
}

.tb-chart-wrap.tb-style16 canvas {
  height: 100% !important;
}

.tb-chart-wrap.tb-style17 {
  padding: 0 25px;
}

.tb-chart-wrap.tb-style17 .tb-chart-in {
  height: 192px;
  width: 100%;
}

.tb-chart-wrap.tb-style17 canvas {
  height: 100% !important;
}

.tb-chart-wrap.tb-style15 {
  padding: 0 20px;
}

.tb-chart-wrap.tb-style15 .tb-chart-in {
  height: 378px;
  width: 100%;
}

.tb-chart-wrap.tb-style15 canvas {
  height: 100% !important;
}

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

.tb-line-stroke.tb-style1 li:not(:last-child) {
  margin-right: 20px;
}

.tb-line-stroke.tb-style1 .tb-stroke-circle {
  display: inline-block;
  height: 12px;
  width: 12px;
  background-color: #5856d6;
  border-radius: 50%;
  margin-right: 8px;
}

.tb-line-stroke.tb-style1.tb-type1 .tb-stroke-circle {
  height: 10px;
  width: 10px;
  border-radius: 2px;
}

.tb-funnel-chart-wrap.tb-style1 {
  padding-left: 30px;
  padding-right: 30px;
}

.tb-funnel-chart {
  width: 247px;
  height: 225px;
  margin: auto;
  position: relative;
  background: #7000ff;
  overflow: hidden;
}

.tb-funnel-chart .tb-funnel-structure-left,
.tb-funnel-chart .tb-funnel-structure-right {
  height: 115%;
  width: 47%;
  position: absolute;
  top: 0;
  background: #fff;
  margin-top: 40px;
}

.tb-funnel-chart .tb-funnel-structure-left {
  -webkit-transform: skew(0deg, 55deg);
  transform: skew(0deg, 55deg);
  left: -20px;
}

.tb-funnel-chart .tb-funnel-structure-right {
  -webkit-transform: skew(0deg, -55deg);
  transform: skew(0deg, -55deg);
  right: -20px;
}

.tb-funnel-chart .tb-funnel-structure-middle {
  position: absolute;
  height: 50px;
  width: 50%;
  bottom: -22px;
  left: 42%;
  -webkit-transform: skew(-71deg, 0deg);
  transform: skew(-71deg, 0deg);
  background-color: #fff;
}

.tb-funnel-chart .tb-vertical-chart-wrap {
  height: 100%;
}

.tb-funnel-chart .tb-vertical-chart-list {
  height: 100%;
  padding-left: 0;
  padding-top: 0;
}

.tb-funnel-chart .tb-vertical-chart-up {
  padding-bottom: 0;
}

.tb-chart-color1 {
  background-color: #007aff;
}

.tb-chart-color2 {
  background-color: #007aff;
}

.tb-chart-wrap.tb-style1.tb-type1 .tb-chart-in {
  height: 218px;
}

.tb-chart-wrap.tb-style1.tb-type1 {
  padding: 0;
}

/*========== End Chart Style  ==========*/
/*========== Start Header  ==========*/
.tb-side-heading {
  height: 60px;
  background-color: #fff;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
  position: relative;
  z-index: 100;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

.tb-sidebarheader {
  width: 270px;
  background-color: #fff;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  left: 0;
  top: 0;
  border-right: 2px solid rgba(34, 34, 34, 0.1);
  padding-top: 60px;
  z-index: 50;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tb-sidebarheader .tb-sidebarheader-in {
  height: 100vh;
  height: 100%;
  background-color: #fff;
}

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

.tb-sidebar-link-text,
.tb-sidebar-nav-list .tb-nav-label,
.tb-dropdown-arrow,
.tb-sidebar-link-icon {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tb-sidebar-nav {
  padding: 15px 0;
  overflow: hidden;
  width: 268px;
}

.tb-sidebar-nav-list {
  color: #222;
  margin-bottom: 10px;
}

.tb-sidebar-nav-list:last-child {
  margin-bottom: 0;
}

.tb-sidebar-nav-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tb-sidebar-nav-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 15px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #222;
  position: relative;
  cursor: pointer;
  position: relative;
  min-height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tb-sidebar-nav-list a:hover {
  background-color: rgba(34, 34, 34, 0.05);
}

.tb-sidebar-nav-list a .tb-sidebar-link-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tb-sidebar-nav-list a .tb-sidebar-link-text {
  line-height: 1.25em;
}

.tb-sidebar-nav-list .tb-sidebar-link-icon {
  color: rgba(34, 34, 34, 0.4);
  display: inline-block;
  font-size: 24px;
  margin-right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tb-sidebar-nav-list>li a {
  padding: 10px 30px;
}

.tb-sidebar-nav-list .tb-nav-label {
  font-size: 10px;
  line-height: 1.5em;
  padding: 0 4px;
  border-radius: 2px;
  color: rgba(255, 255, 255, 0.9);
  background-color: #5856d6;
}

.tb-sidebar-nav-list li {
  position: relative;
}

.tb-sidebar-nav-list li.active>a {
  color: #5856d6;
  background-color: rgba(34, 34, 34, 0.05);
}

.tb-sidebar-nav-list li.active>a:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 3px;
  left: 0;
  top: 0;
  background-color: #5856d6;
}

.tb-sidebar-nav-list li.active>a i {
  color: inherit;
}

.tb-sidebar-nav-list li.active>a:hover {
  color: #5856d6;
}

.tb-sidebar-nav-list li.active>a .tb-sidebar-link-icon {
  color: #5856d6;
}

.tb-sidebar-nav-list li.tb-sidebar-has-children>a {
  padding-right: 45px;
}

.tb-sidebar-nav-list li.tb-sidebar-has-children .tb-dropdown-arrow {
  height: 0px;
  width: 0px;
  position: absolute;
  right: 28px;
  top: 18px;
  z-index: 2;
  cursor: pointer;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(34, 34, 34, 0.4);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  pointer-events: none;
}

.tb-sidebar-nav-list li.tb-sidebar-has-children .tb-dropdown-arrow.active {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.tb-sidebar-nav-list li.tb-sidebar-has-children .tb-sidebar-nav-dropdown>li a {
  padding-left: 60px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
}

.tb-sidebar-nav-list li.tb-sidebar-has-children .tb-sidebar-nav-dropdown .tb-sidebar-nav-dropdown>li a {
  padding-left: 80px;
}

.tb-sidebar-nav-list li.tb-sidebar-has-children .tb-sidebar-nav-dropdown .tb-sidebar-nav-dropdown .tb-sidebar-nav-dropdown>li a {
  padding-left: 95px;
}

.tb-sidebar-nav-list li.tb-sidebar-has-children .tb-sidebar-nav-dropdown .tb-sidebar-link-icon {
  font-size: 16px;
}

.tb-sidebar-nav-list .tb-sidebar-nav-dropdown {
  display: none;
}

.tb-sidebar-nav-title {
  text-transform: uppercase;
  padding: 5px 30px;
  color: rgba(34, 34, 34, 0.4);
  font-weight: 500;
  font-size: 12px;
  min-height: 29px;
  position: relative;
  width: 268px;
}

.tb-sidebar-nav-title-text {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tb-sidebar-nav-title-dotline {
  position: absolute;
  height: 100%;
  width: 80px;
  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: 0;
  left: 0;
  font-size: 21px;
  color: rgba(34, 34, 34, 0.4);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tb-sidebar-active .tb-sidebar-nav-title-dotline {
  opacity: 1;
}

.tb-sidebar-active.tb-sidebar-hover-active .tb-sidebar-nav-title-dotline {
  opacity: 0;
}

.tb-sidebar-nav-dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 19px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tb-header {
  position: relative;
  z-index: 101;
}

.tb-header.tb-sticky-menu {
  position: fixed;
  width: 100%;
  top: 0;
  background: #fff;
  z-index: 100;
}

.tb-header.tb-style1 .tb-main-header {
  position: relative;
}

.tb-header.tb-style1 .tb-main-header-in {
  height: 60px;
  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-header.tb-style2 {
  border-top: 1px solid rgba(34, 34, 34, 0.1);
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}

/*Style2*/
.tb-header.tb-style1 .tb-main-header {
  position: relative;
}

.tb-header.tb-style1 .tb-main-header .tb-main-header-left,
.tb-header.tb-style1 .tb-main-header .tb-main-header-right {
  border-top: 1px solid rgba(34, 34, 34, 0.1);
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}

.tb-header.tb-style2 .tb-main-header-in {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*=== Logo Area ===*/
.tb-site-title {
  font-size: 20px;
  font-weight: 700;
  color: #222;
}

.tb-site-title a {
  color: inherit;
}

.tb-logo-link img {
  display: block;
  width: 100px;
}

/*End Logo Area*/
/*Horizontal Menu Area*/
.tb-nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tb-nav-wrap,
.tb-desktop-nav.tb-nav,
.tb-desktop-nav .tb-nav-list {
  height: 100%;
}

.tb-nav-list>li>a>i {
  color: rgba(34, 34, 34, 0.4);
  font-size: 24px;
  margin-right: 6px;
}

.tb-nav.tb-desktop-nav {
  display: block !important;
}

.tb-desktop-nav .tb-nav-list {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}

.tb-desktop-nav .tb-nav-list>li {
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tb-desktop-nav .tb-nav-list>li:first-child {
  margin-left: 0;
}

.tb-desktop-nav .tb-nav-list>li>a {
  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;
  padding: 8px 10px;
  border-radius: 4px 4px 0 0;
}

.tb-desktop-nav .tb-nav-list>li:hover>a {
  background-color: rgba(34, 34, 34, 0.05);
}

.tb-nav-list>li>a {
  color: #222;
  font-size: 15px;
}

.tb-nav-label {
  color: rgba(255, 255, 255, 0.9);
  font-size: 9px;
  font-weight: 500;
  line-height: 1.7em;
  padding: 0 4px;
  border-radius: 2px;
  display: inline-block;
}

.tb-nav-label.tb-style1 {
  position: relative;
  top: -6px;
  margin-left: 5px;
}

.tb-nav-label.tb-color1 {
  background: #ff3b30;
}

.tb-nav-label.tb-color2 {
  background: #34c759;
}

.tb-nav-label.tb-style2 {
  background-color: #34c759;
  margin-left: auto;
}

/*=== Horizontal Dropdown ===*/
.tb-has-children {
  position: relative;
}

.tb-desktop-nav .tb-nav-list>.tb-has-children>a {
  position: relative;
}

.tb-desktop-nav .tb-nav-list>li>a.active {
  color: rgba(34, 34, 34, 0.4);
}

.tb-desktop-nav .tb-nav-list>.tb-has-children>a:before {
  border-left: 0;
  border-top: 0;
}

.tb-desktop-nav .tb-has-children .tb-has-children>a:before {
  border-left: 0;
  border-bottom: 0;
  right: 18px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.tb-nav .tb-dropdown {
  border-radius: 0 4px 4px;
}

.tb-nav-list ul a,
.tb-profile-nav .tb-dropdown a {
  color: rgba(34, 34, 34, 0.7);
  padding: 8px 20px;
  display: block;
  font-size: 13px;
}

.tb-desktop-nav .tb-nav-list .tb-sub-megamenu-list li a:hover {
  background: transparent;
}

.tb-desktop-nav .tb-nav-list ul a:hover,
.tb-desktop-nav .tb-nav-list .tb-sub-megamenu-list li.active a,
.tb-profile-nav .tb-dropdown a:hover {
  background-color: rgba(34, 34, 34, 0.05);
}

.tb-desktop-nav .tb-nav-list .tb-has-children>ul ul {
  left: 100%;
  top: 0;
}

.tb-desktop-nav .tb-has-children:hover>ul {
  opacity: 1;
  visibility: visible;
  display: block !important;
}

.tb-nav-list ul .tb-has-children>a {
  padding-right: 25px;
}

.tb-dropdown.tb-style1 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tb-dropdown.tb-style1 li i {
  font-size: 19px;
  color: rgba(34, 34, 34, 0.4);
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 27px;
}

/*Style 2,3,4*/
.tb-dropdown.tb-style2 li,
.tb-dropdown.tb-style3 li,
.tb-dropdown.tb-style4 li,
.tb-dropdown.tb-style5 li {
  padding: 0 10px;
}

.tb-dropdown.tb-style2 a,
.tb-dropdown.tb-style3 a,
.tb-dropdown.tb-style4 a {
  padding: 7px 10px;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tb-dropdown.tb-style3 .tb-dropdown-cta a:hover,
.tb-dropdown.tb-style4 .tb-dropdown-cta a:hover {
  padding-left: 10px;
}

.tb-dropdown.tb-style2 .tb-subdropdown-title,
.tb-dropdown.tb-style3 .tb-subdropdown-title,
.tb-dropdown.tb-style4 .tb-subdropdown-title,
.tb-dropdown.tb-style5 .tb-subdropdown-title,
.tb-dropdown.tb-style6 .tb-subdropdown-title,
.tb-dropdown.tb-style7 .tb-subdropdown-title {
  font-size: 14px;
  color: #222;
  font-weight: 500;
  padding: 7px 20px 5px !important;
}

.tb-dropdown.tb-style1 .tb-dropdown-cta,
.tb-dropdown.tb-style2 .tb-dropdown-cta,
.tb-dropdown.tb-style3 .tb-dropdown-cta,
.tb-dropdown.tb-style4 .tb-dropdown-cta {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid rgba(34, 34, 34, 0.1);
}

.tb-dropdown.tb-style2 li i,
.tb-dropdown.tb-style3 li i {
  display: inline-block;
  margin-right: 8px;
  width: 13px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.tb-dropdown.tb-style4 li a:hover i {
  width: 9px;
  margin-right: 4px;
}

/*Style 5,6,7*/
.tb-desc-title {
  font-size: 13px;
  line-height: 1.25em;
}

.tb-desc-cat {
  display: block;
  color: rgba(34, 34, 34, 0.4);
  line-height: 1.25em;
  font-size: 12px;
}

.tb-dropdown.tb-style5 a,
.tb-dropdown.tb-style6 a,
.tb-dropdown.tb-style7 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tb-dropdown.tb-style5 a {
  padding: 9px 10px;
}

.tb-dropdown.tb-style6 a,
.tb-dropdown.tb-style7 a {
  padding: 10px 20px;
}

.tb-desc-box {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  overflow: hidden;
  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;
  margin-right: 10px;
}

.tb-desc-box i {
  font-size: 14px;
}

.tb-desc-box img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.tb-icon-color1 {
  color: #ff3b30;
  background-color: rgba(255, 59, 48, 0.1);
}

.tb-icon-color2 {
  color: #34c759;
  background-color: rgba(52, 199, 89, 0.1);
}

.tb-icon-color3 {
  color: #007aff;
  background-color: rgba(0, 122, 255, 0.1);
}

.tb-icon-color4 {
  color: #5856d6;
  background-color: rgba(88, 86, 214, 0.1);
}

/*=== Hovizontal Mega Menu ===*/
.tb-desktop-nav .tb-has-children.tb-megamenu.tb-style1 {
  position: initial;
}

.tb-desktop-nav .tb-has-children .tb-megamenu-in {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
  width: 1100px;
  background-color: #fff;
  border: 1px solid rgba(34, 34, 34, 0.1);
  border-radius: 0px 4px 4px 4px;
  border-bottom-width: 2px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}

.tb-desktop-nav .tb-has-children:hover .tb-megamenu-in {
  opacity: 1;
  visibility: visible;
}

.tb-megamenu-title {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.65em;
  margin-bottom: 0;
}

.tb-desktop-nav .tb-megamenu-title {
  padding: 6px 20px;
}

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

.tb-megamenu.tb-style1 .row {
  margin: 0;
}

.tb-megamenu.tb-style1 .container,
.tb-megamenu.tb-style1 .row>div {
  padding: 0;
  margin-top: 0;
}

.tb-desktop-nav .tb-nav-list .tb-megamenu ul a {
  padding: 7px 20px;
}

.tb-desktop-nav .tb-megamenu-col {
  height: 100%;
  padding: 10px 0;
  border-right: 1px solid rgba(34, 34, 34, 0.1);
}

.tb-desktop-nav .row>div:last-child>.tb-megamenu-col {
  border-right: 0;
}

/*Style2 3 4*/
.tb-megamenu.tb-style2 .container {
  padding-left: 30px;
  padding-right: 30px;
}

.tb-megamenu.tb-style2 .tb-megamenu-in {
  padding-top: 15px;
  padding-bottom: 15px;
}

.tb-megamenu.tb-style3 .row,
.tb-megamenu.tb-style4 .row {
  margin-top: -30px;
}

.tb-megamenu.tb-style2 .row>div {
  padding-top: 15px;
  padding-bottom: 15px;
}

.tb-megamenu.tb-style3 .row>div,
.tb-megamenu.tb-style4 .row>div {
  margin-top: 30px;
}

/*Style5*/
.tb-megamenu.tb-style5 .row {
  position: relative;
}

.tb-megamenu.tb-style5 .row:before {
  content: "";
  height: 1px;
  width: calc(100% + 30px);
  position: absolute;
  background: #fff;
  bottom: 0px;
  left: -15px;
  z-index: 1;
}

.tb-megamenu.tb-style5 .row>div {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.tb-megamenu.tb-style5 .row>div:before {
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% + 30px);
  background-color: rgba(34, 34, 34, 0.1);
  bottom: 0;
  left: -15px;
}

/*Style 3, 4*/
.tb-megamenu.tb-style3 .tb-sub-megamenu-list,
.tb-megamenu.tb-style4 .tb-sub-megamenu-list,
.tb-megamenu.tb-style5 .tb-sub-megamenu-list {
  list-style: none;
  padding: 30px 0;
  width: 230px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  border-right: 1px solid rgba(34, 34, 34, 0.1);
}

.tb-megamenu.tb-style3 .tb-megamenu-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tb-megamenu-in {
  overflow: hidden;
}

.tb-megamenu.tb-style3 .tb-sub-megamenu,
.tb-megamenu.tb-style4 .tb-sub-megamenu,
.tb-megamenu.tb-style5 .tb-sub-megamenu {
  width: 100%;
  padding: 30px 15px;
}

.tb-megamenu.tb-style6 .tb-megamenu-in {
  padding: 30px 15px;
}

/*Style5*/
.tb-megamenu.tb-style5 .tb-sub-megamenu {
  padding-top: 0;
  padding-bottom: 0;
}

/*End Horizontal Mega menu*/
/*=== Horizontal Mobile Menu Style ===*/
.tb-mobile-nav {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #fff;
  padding: 20px 0;
}

.tb-mobile-nav ul {
  margin: 0;
  list-style: none;
  padding: 0;
  padding-left: 15px;
}

.tb-mobile-nav .tb-nav-list ul {
  display: none;
}

.tb-mobile-nav .tb-nav-list>li>a {
  padding: 8px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tb-mobile-nav .tb-nav-list ul a {
  padding-left: 0;
  padding-right: 0;
}

.tb-sub-megamenu-in {
  display: none;
}

.tb-sub-megamenu-in.active {
  display: block;
}

.tb-nav.tb-mobile-nav {
  max-height: calc(100vh - 60px);
  overflow: auto;
}

.tb-mobile-nav .tb-nav-list .tb-megamenu-list {
  display: block;
}

.tb-mobile-nav .tb-megamenu-title {
  padding: 7px 15px;
}

.tb-mobile-nav .tb-nav-list .tb-megamenu-list a {
  padding-left: 10px;
  padding-right: 10px;
}

.tb-mobile-nav .tb-megamenu-in {
  display: none;
}

.tb-mobile-nav .tb-dropdown-btn {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 15px;
  top: 9px;
  cursor: pointer;
  z-index: 1;
}

.tb-mobile-nav .tb-dropdown-btn:before,
.tb-mobile-nav .tb-dropdown-btn:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 8px;
  background-color: rgba(34, 34, 34, 0.7);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tb-mobile-nav .tb-dropdown-btn:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.tb-mobile-nav .tb-dropdown-btn.tb-active:before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}

/*End Horizontal Mobile Menu*/
/*=== Mobile Menu Button ===*/
.tb-nav-toggle {
  position: relative;
  cursor: pointer;
  font-size: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgba(34, 34, 34, 0.4);
  margin-left: -9px;
  display: none;
}

.tb-nav-toggle.tb-active {
  color: rgba(34, 34, 34, 0.7);
}

/*Ene Mobile Menu Button*/
/*=== Horizontal Menu Animation Efect ===*/
.tb-fade-up .tb-desktop-nav .tb-nav-list .tb-has-children>ul {
  margin-top: 15px;
}

.tb-fade-up .tb-desktop-nav .tb-has-children:hover>ul {
  margin-top: 0px;
}

.tb-fade-up .tb-desktop-nav .tb-nav-list .tb-dropdown.tb-style1 ul {
  margin-left: 0;
  padding: 10px 0;
  list-style: none;
  position: absolute;
  background-color: #fff;
  width: 100%;
  left: 100%;
  top: 0;
  margin-top: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid rgba(34, 34, 34, 0.1);
}

.tb-fade-up .tb-desktop-nav .tb-nav-list .tb-dropdown.tb-style1 .tb-has-children:hover>ul {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.tb-fade-up .tb-desktop-nav .tb-has-children .tb-megamenu-in {
  margin-top: 15px;
}

.tb-fade-up .tb-desktop-nav .tb-has-children:hover .tb-megamenu-in {
  margin-top: -10px;
}

.tb-fade-down .tb-desktop-nav .tb-nav-list .tb-has-children>ul {
  margin-top: -20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tb-fade-down .tb-desktop-nav .tb-has-children:hover>ul {
  margin-top: -10px;
}

.tb-fade-down .tb-desktop-nav .tb-has-children .tb-megamenu-in {
  margin-top: -20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tb-fade-down .tb-desktop-nav .tb-has-children:hover .tb-megamenu-in {
  margin-top: -10px;
}

/*Ene Horizontal Menu Animation Effect*/
/*=== Menu Responsive Style ===*/
@media screen and (min-width: 991px) {
  .container {
    max-width: 1200px;
    width: 100%;
  }
}

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

  .tb-nav-toggle,
  .tb-megamenu.tb-style3 .tb-sub-megamenu-list,
  .tb-megamenu.tb-style4 .tb-sub-megamenu-list,
  .tb-megamenu.tb-style5 .tb-sub-megamenu-list {
    display: block;
  }

  .tb-nav.tb-mobile-nav,
  .tb-megamenu.tb-style3 .tb-sub-megamenu,
  .tb-megamenu.tb-style4 .tb-sub-megamenu,
  .tb-megamenu.tb-style5 .tb-sub-megamenu,
  .tb-megamenu.tb-style3 .tb-megamenu-in {
    display: none;
  }

  .tb-header .container {
    max-width: 100%;
  }

  .tb-megamenu.tb-style3 .tb-sub-megamenu-list,
  .tb-megamenu.tb-style4 .tb-sub-megamenu-list,
  .tb-megamenu.tb-style5 .tb-sub-megamenu-list {
    width: 100%;
    padding: 0px 15px;
  }

  .tb-megamenu.tb-style2 .tb-megamenu-in {
    padding: 0;
  }

  .tb-dropdown.tb-style2 li,
  .tb-dropdown.tb-style3 li,
  .tb-dropdown.tb-style4 li,
  .tb-dropdown.tb-style5 li,
  .tb-dropdown.tb-style6 li,
  .tb-dropdown.tb-style7 li {
    padding-left: 0;
    padding-right: 0px;
  }

  .tb-dropdown.tb-style2 a,
  .tb-dropdown.tb-style3 a,
  .tb-dropdown.tb-style4 a {
    padding-left: 0;
    padding-right: 0;
  }

  .tb-dropdown.tb-style2 .tb-dropdown-cta,
  .tb-dropdown.tb-style3 .tb-dropdown-cta,
  .tb-dropdown.tb-style4 .tb-dropdown-cta {
    margin-top: 0;
    padding-top: 0;
    border: none;
  }

  .tb-dropdown.tb-style2 .tb-subdropdown-title,
  .tb-dropdown.tb-style3 .tb-subdropdown-title,
  .tb-dropdown.tb-style4 .tb-subdropdown-title,
  .tb-dropdown.tb-style5 .tb-subdropdown-title,
  .tb-dropdown.tb-style6 .tb-subdropdown-title,
  .tb-dropdown.tb-style7 .tb-subdropdown-title {
    padding-left: 0 !important;
  }

  .tb-dropdown.tb-style5 a,
  .tb-dropdown.tb-style6 a,
  .tb-dropdown.tb-style7 a {
    padding-left: 0;
    padding-right: 0;
  }

  .tb-mobile-nav {
    border-bottom: 1px solid rgba(34, 34, 34, 0.1);
  }

  .tb-megamenu.tb-style2 .container {
    padding-left: 15px;
  }

  .tb-megamenu.tb-style6 .tb-megamenu-in {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tb-header.tb-style2 .tb-main-header-in {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .tb-nav .tb-has-children .tb-dropdown {
    position: initial;
    opacity: initial;
    visibility: visible;
    width: calc(100% - 15px);
    display: none;
    -webkit-transition: initial;
    transition: initial;
  }
}

/*End Menu Responsive*/
/*=== Vertical Menu Style ===*/
.tb-vertical-nav-wrap {
  height: 100%;
  width: 240px;
  margin-right: 30px;
}

.tb-vertical-nav-btn {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #5856d6;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px 4px 0 0;
  width: 100%;
  font-size: 14px;
  position: relative;
  z-index: 1;
}

.tb-vertical-nav-btn i {
  margin-right: 8px;
}

.tb-vertical-nav.tb-style1 {
  width: 240px;
}

.tb-vertical-nav-list {
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #fff;
  position: relative;
  width: 100%;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

.tb-desktop-nav .tb-vertical-nav-btn.tb-vertical-nav-perform {
  pointer-events: none;
}

.tb-vertical-nav-list li a {
  font-size: 14px;
  color: rgba(34, 34, 34, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 20px;
  width: 100%;
  line-height: 1.65em;
}

.tb-vertical-nav-list .tb-vertical-cta>a {
  font-size: 12px;
  font-weight: 700;
  padding: 11px 20px;
  line-height: 1.5em;
}

.tb-vertical-nav-list>li {
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}

.tb-vertical-nav-list>li:last-child {
  border-bottom: none;
}

.tb-vertical-nav-list li a:hover {
  background-color: rgba(34, 34, 34, 0.05);
}

.tb-vertical-nav-list>li>a>i {
  margin-right: 10px;
}

.tb-desktop-nav .tb-has-children.tb-vertical-megamenu {
  position: initial;
}

.tb-vertical-arrow {
  display: inline-block;
  background-image: url(../img/arrow.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 8px;
  width: 8px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-left: 7px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.tb-desktop-nav .tb-vertical-megamenu-in {
  position: absolute;
  left: 100%;
  margin-left: 0;
  width: calc(1170px - 240px);
  min-height: 100%;
  background: #fff;
  top: 0;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  border-left: 1px solid rgba(34, 34, 34, 0.1);
  border-top: 1px solid rgba(34, 34, 34, 0.1);
}

.tb-has-children:hover .tb-vertical-megamenu-in {
  opacity: 1;
  visibility: visible;
}

.tb-vertical-megamenu-in .container {
  padding: 0;
}

.tb-vertical-megamenu-in .row {
  margin: 0;
}

.tb-vertical-megamenu-in .row>div {
  padding: 0;
  border-top: 1px solid rgba(34, 34, 34, 0.1);
  margin-top: -1px;
}

.tb-desktop-nav.tb-vertical-nav-wrap .tb-megamenu-col {
  border-right: none;
}

/*Vertical Mobile menu*/
.tb-vertical-nav-wrap.tb-mobile-nav {
  position: relative;
  top: 0;
  padding: 0;
}

.tb-mobile-nav .tb-has-children .tb-vertical-arrow {
  display: none;
}

.tb-mobile-nav .tb-vertical-nav-list {
  padding-left: 0;
  display: block !important;
  height: initial !important;
}

.tb-mobile-nav .tb-vertical-nav-list li a {
  padding-left: 15px;
  padding-right: 15px;
}

.tb-mobile-nav .tb-vertical-nav.tb-style1 {
  max-height: calc(100vh - 60px);
  overflow: auto;
  border: 1px solid rgba(34, 34, 34, 0.1);
  border-radius: 0 0 4px 4px;
  width: 240px;
  margin-left: -300px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tb-mobile-nav .tb-mobile-active+.tb-vertical-nav.tb-style1 {
  margin-left: 0;
}

.tb-mobile-nav .tb-vertical-nav-list {
  width: 100%;
}

.tb-mobile-nav .tb-vertical-megamenu-in {
  display: none;
}

.tb-mobile-nav .tb-vertical-megamenu-in .row>div {
  margin-top: 0;
}

.tb-mobile-nav .tb-megamenu-col {
  padding: 10px 0;
}

/*End Vertical Menu Style*/
/*=== Vertical Menu Animation Efect ===*/
.tb-fade-left.tb-desktop-nav .tb-vertical-megamenu-in {
  margin-left: -30px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tb-fade-left.tb-desktop-nav .tb-has-children:hover .tb-vertical-megamenu-in {
  margin-left: 0px;
}

.tb-fade-left.tb-desktop-nav .tb-has-children .tb-vertical-megamenu-in {
  display: block !important;
}

/*End Vertical Menu Animation Efect*/
.tb-main-header-left {
  width: 270px;
  border-right: 2px solid rgba(34, 34, 34, 0.1);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tb-main-header-right {
  padding: 0 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tb-profile-nav.tb-style1 {
  padding-left: 20px;
  border-left: 1px solid rgba(34, 34, 34, 0.1);
}

.tb-profile-nav.tb-style1 .tb-profile-nav-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tb-profile-nav.tb-style1 .tb-profile-nav-btn:hover {
  opacity: 0.8;
}

.tb-profile-nav.tb-style1 .tb-profile-nav-text {
  text-align: right;
  margin-right: 8px;
}

.tb-profile-nav.tb-style1 .tb-profile-nav-text span {
  color: rgba(34, 34, 34, 0.4);
  font-size: 12px;
  display: block;
  line-height: 1.3em;
}

.tb-profile-nav.tb-style1 .tb-profile-nav-text h4 {
  margin-bottom: 0;
  font-size: 12px;
  color: rgba(34, 34, 34, 0.7);
  font-weight: 500;
}

.tb-profile-nav.tb-style1 .tb-profile-nav-img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  border-radius: 50%;
  overflow: hidden;
  height: 32px;
  width: 32px;
}

.tb-ex-nav-btn {
  display: block;
  color: rgba(34, 34, 34, 0.4);
  font-size: 24px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tb-toggle-body:hover .tb-ex-nav-btn {
  color: rgba(34, 34, 34, 0.7);
}

.tb-toggle-body .tb-ex-nav-btn.active {
  border-radius: 4px 4px 0 0;
}

.tb-ex-nav-label {
  position: absolute;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.9);
  background-color: #ff3b30;
  line-height: 1.4em;
  padding: 0 4px;
  border-radius: 50%;
  top: 5px;
  right: 0px;
  -webkit-transform: translateX(40%);
  transform: translateX(40%);
}

.tb-ex-nav.tb-style1>li:not(:first-child) {
  margin-left: 20px;
}

.tb-notice-area.tb-style1 .tb-ex-nav-label {
  -webkit-transform: translateX(20%);
  transform: translateX(20%);
}

.tb-toggle-body {
  position: relative;
}

.tb-toggle-body .tb-dropdown.tb-style1 {
  left: initial;
  right: 0;
  margin-top: 10px;
}

.tb-toggle-body .tb-dropdown.tb-style1.active {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}

.tb-toggle-body .tb-dropdown.tb-notify-dropdown {
  left: initial;
  right: 0;
  margin-top: 10px;
  width: 400px;
  padding: 0;
}

.tb-toggle-body .tb-dropdown.tb-notify-dropdown.active {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}

.tb-toggle-body.tb-start-left .tb-dropdown.tb-notify-dropdown {
  right: inherit;
  left: 0;
}

.tb-notify-dropdown .tb-btn.tb-style2 {
  padding: 8px 15px 7px;
}

.tb-notify-dropdown .tb-btn.tb-style2 i {
  margin-left: -2px;
}

.tb-notify-dropdown .tb-btn.tb-style2:hover {
  background-color: rgba(34, 34, 34, 0.02);
}

.tb-nofify-list.tb-style1 {
  background: #fff;
}

.tb-nofify-list.tb-style1 li {
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}

.tb-nofify-list.tb-style1 li>a,
.tb-nofify-list.tb-style1 li .tb-nofify-list-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 8px 15px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tb-nofify-list.tb-style1 li>a.active,
.tb-nofify-list.tb-style1 li .tb-nofify-list-in.active {
  background-color: rgba(34, 34, 34, 0.05);
}

.tb-nofify-list.tb-style1 li>a:hover,
.tb-nofify-list.tb-style1 li .tb-nofify-list-in:hover {
  background-color: rgba(34, 34, 34, 0.02);
  color: rgba(34, 34, 34, 0.7);
}

.tb-nofify-list.tb-style1 li .tb-nofify-list-in .tb-nofify-text-head {
  color: rgba(34, 34, 34, 0.7);
}

.tb-nofify-list.tb-style1 li .tb-nofify-list-in .tb-nofify-text-head a {
  color: #222;
}

.tb-nofify-list.tb-style1 li .tb-nofify-list-in .tb-nofify-text-head a:hover {
  color: rgba(34, 34, 34, 0.9);
}

.tb-nofify-list.tb-style1 .tb-nofify-thumb {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.tb-nofify-list.tb-style1 .tb-nofify-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.tb-nofify-list.tb-style1 .tb-nofify-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 35px;
  position: relative;
}

.tb-nofify-list.tb-style1 .tb-nofify-text .tb-nofify-text-head {
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 400;
  line-height: 1.2em;
}

.tb-nofify-list.tb-style1 .tb-nofify-text .tb-notify-time {
  color: rgba(34, 34, 34, 0.4);
  line-height: 1em;
  font-size: 12px;
}

.tb-nofify-list.tb-style1 .tb-nofify-text strong {
  font-weight: 500;
}

.tb-nofify-list.tb-style1 .tb-nofify-text span {
  color: rgba(34, 34, 34, 0.7);
}

.tb-nofify-list.tb-style1 .tb-online-status {
  margin-left: 4px;
  margin-bottom: 2px;
}

.tb-message-area .tb-nofify-list.tb-style1 .tb-nofify-text .tb-notify-time {
  position: absolute;
  top: 2px;
  right: 0;
}

.tb-nofify-list.tb-style2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 5px 0;
}

.tb-nofify-list.tb-style2 li {
  width: 33.333333%;
  margin-bottom: 10px;
  padding: 0px 5px;
}

.tb-nofify-list.tb-style2 a {
  display: block;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 20px 0;
}

.tb-nofify-list.tb-style2 a:hover {
  border-color: rgba(34, 34, 34, 0.1);
  background-color: rgba(34, 34, 34, 0.02);
}

.tb-nofify-list.tb-style2 .tb-nofify-icon {
  margin: auto;
  margin-top: 5px;
}

.tb-nofify-list.tb-style2 .tb-nofify-text h3 {
  text-align: center;
  font-size: 14px;
  color: rgba(34, 34, 34, 0.7);
  font-weight: 400;
  margin-bottom: 3px;
  margin-top: 10px;
}

.tb-nofify-title {
  font-size: 14px;
  margin-bottom: 0;
  padding: 12px 15px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tb-nofify-title .tb-nofify-title-right {
  font-size: 13px;
  font-weight: 500;
  color: rgba(34, 34, 34, 0.4);
}

.tb-nofify-title a:hover {
  color: rgba(34, 34, 34, 0.7);
}

.tb-nofify-icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  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-right: 10px;
  font-size: 21px;
  overflow: hidden;
}

.tb-nofify-icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.tb-sidebarheader-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 18px;
  height: 12px;
  cursor: pointer;
  z-index: 100;
  position: fixed;
  top: 24px;
  left: 222px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tb-sidebarheader-toggle div {
  -ms-flex-item-align: end;
  align-self: flex-end;
  height: 2px;
  width: 100%;
  background: rgba(34, 34, 34, 0.4);
}

.tb-sidebarheader-toggle div.tb-button-bar2 {
  width: 65.5%;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.tb-sidebarheader-toggle div.tb-button-bar3 {
  width: 35%;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.tb-sidebarheader-toggle:hover div {
  width: 100%;
}

.tb-sidebarheader-toggle:hover .tb-button-bar1 {
  -webkit-animation: burger-hover 1s infinite ease-in-out alternate;
  animation: burger-hover 1s infinite ease-in-out alternate;
}

.tb-sidebarheader-toggle:hover .tb-button-bar2 {
  -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
  animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
}

.tb-sidebarheader-toggle:hover .tb-button-bar3 {
  -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
  animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
}

@-webkit-keyframes burger-hover {
  0% {
    width: 100%;
  }

  50% {
    width: 50%;
  }

  100% {
    width: 100%;
  }
}

@keyframes burger-hover {
  0% {
    width: 100%;
  }

  50% {
    width: 50%;
  }

  100% {
    width: 100%;
  }
}

/* Start Search Area */
.tb-search.tb-style1 {
  position: relative;
}

.tb-search.tb-style1 .tb-search-input {
  width: 100%;
  border: 1px solid rgba(34, 34, 34, 0.1);
  font-size: 14px;
  padding: 4px 15px;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: rgba(34, 34, 34, 0.7);
  padding-left: 32px;
}

.tb-search.tb-style1 .tb-search-input:focus {
  outline: none;
}

.tb-search.tb-style1 .tb-toggle-cross {
  position: absolute;
  height: 100%;
  width: 32px;
  top: 0;
  right: 0;
  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: 16px;
  border: 1px solid transparent;
  padding-bottom: 1px;
  color: rgba(34, 34, 34, 0.4);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tb-search.tb-style1 .tb-toggle-cross:hover {
  color: rgba(34, 34, 34, 0.7);
}

.tb-search.tb-style1 .tb-search-submit {
  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;
  border: none;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
  color: rgba(34, 34, 34, 0.4);
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tb-search.tb-style1 .tb-search-submit:hover {
  color: rgba(34, 34, 34, 0.7);
}

.tb-dropdown.active .tb-search-input {
  border-radius: 4px;
}

.tb-search-area.tb-toggle-body .tb-dropdown {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 120px;
  padding: 0;
  top: 2px;
  left: initial;
  right: 0;
}

.tb-search-area.tb-toggle-body.tb-start-left .tb-dropdown {
  right: inherit;
  left: 0;
}

.tb-search-area.tb-toggle-body .tb-dropdown.active {
  opacity: 1;
  visibility: visible;
  width: 250px;
}

.tb-search-area.tb-toggle-body .tb-toggle-btn.active {
  visibility: hidden;
}

/* End Search Area */
/* Start Sidebar heading Toggle Function */
.tb-sidebar-active {
  /* Hover */
}

.tb-sidebar-active .tb-content.tb-style1 {
  padding-left: 80px;
}

.tb-sidebar-active .tb-main-header-left {
  margin-left: -190px;
}

.tb-sidebar-active .tb-sidebarheader-toggle {
  left: 24px;
}

.tb-sidebar-active .tb-sidebarheader {
  width: 80px;
}

.tb-sidebar-active .tb-sidebarheader .tb-sidebar-link-icon {
  margin-right: 0;
}

.tb-sidebar-active .tb-sidebarheader .tb-sidebar-nav-dropdown,
.tb-sidebar-active .tb-sidebarheader .tb-nav-label,
.tb-sidebar-active .tb-sidebarheader .tb-sidebar-link-text,
.tb-sidebar-active .tb-sidebarheader .tb-sidebar-nav-title-text,
.tb-sidebar-active .tb-sidebarheader .tb-site-branding {
  opacity: 0;
  visibility: hidden;
}

.tb-sidebar-active .tb-sidebarheader .tb-sidebar-nav-dot {
  opacity: 1;
  visibility: visible;
}

.tb-sidebar-active .tb-sidebarheader .tb-sidebar-nav-dropdown li {
  display: none;
}

.tb-sidebar-active.tb-sidebar-hover-active .tb-sidebarheader {
  width: 270px;
}

.tb-sidebar-active.tb-sidebar-hover-active .tb-sidebar-nav-dropdown,
.tb-sidebar-active.tb-sidebar-hover-active .tb-nav-label,
.tb-sidebar-active.tb-sidebar-hover-active .tb-sidebar-link-text,
.tb-sidebar-active.tb-sidebar-hover-active .tb-sidebar-nav-title-text,
.tb-sidebar-active.tb-sidebar-hover-active .tb-site-branding {
  opacity: 1;
  visibility: visible;
}

.tb-sidebar-active.tb-sidebar-hover-active .tb-sidebar-nav-dot {
  opacity: 0;
  visibility: hidden;
}

.tb-sidebar-active.tb-sidebar-hover-active .tb-sidebar-link-icon {
  margin-right: 15px;
}

.tb-sidebar-active.tb-sidebar-hover-active .tb-sidebar-nav-dropdown li {
  display: block;
}

/* End Sidebar heading Toggle Function */
.tb-header.tb-sticky-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

.tb-header.tb-style3 {
  padding: 30px 40px;
  padding-right: 70px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tb-header.tb-style3 .tb-main-header-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.tb-header.tb-style3 .tb-main-header-left {
  border: none;
}

.tb-header.tb-style3 .tb-main-header-right {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding: 0;
}

.tb-header.tb-style3 .tb-nav-list>li>a {
  color: rgba(34, 34, 34, 0.7);
  font-size: 14px;
  padding: 13px 10px;
}

.tb-header.tb-style3 .tb-desktop-nav .tb-has-children .tb-megamenu-in {
  left: initial;
  right: 0;
}

.tb-header.tb-style3 .tb-has-children.tb-megamenu {
  position: initial;
}

.tb-header.tb-style3 .tb-desktop-nav .tb-nav-list>li:hover>a {
  background-color: transparent;
  color: #222;
}

.tb-header.tb-style3.tb-sticky-header.tb-sticky-active {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #fff;
  border-bottom: 1px solid #eaeaea;
}

/* Header Responsive */
@media screen and (max-width: 1199px) {
  .tb-sidebarheader {
    left: -270px;
  }

  .tb-content.tb-style1 {
    padding-left: 0;
  }

  .tb-sidebarheader-toggle {
    left: 21px;
  }

  .tb-main-header-left {
    margin-left: -208px;
  }

  .tb-sidebar-active .tb-content.tb-style1 {
    padding-left: 0px;
  }

  .tb-sidebar-active .tb-sidebarheader {
    width: 270px;
    left: 0;
    background-color: #fff;
  }

  .tb-sidebar-active .tb-sidebarheader .tb-sidebar-link-icon {
    margin-right: 15px;
  }

  .tb-sidebar-active .tb-sidebarheader .tb-sidebar-nav-dropdown,
  .tb-sidebar-active .tb-sidebarheader .tb-nav-label,
  .tb-sidebar-active .tb-sidebarheader .tb-sidebar-link-text,
  .tb-sidebar-active .tb-sidebarheader .tb-sidebar-nav-title-text,
  .tb-sidebar-active .tb-sidebarheader .tb-site-branding {
    opacity: 1;
    visibility: visible;
  }

  .tb-sidebar-active .tb-sidebarheader .tb-sidebar-nav-dot {
    opacity: 0;
    visibility: hidden;
  }

  .tb-sidebar-active .tb-sidebarheader-toggle {
    left: 222px;
  }

  .tb-sidebar-active .tb-main-header-left {
    margin-left: 0px;
  }
}

@media screen and (max-width: 991px) {
  .tb-main-header-right {
    padding: 0 20px;
  }
}

@media screen and (max-width: 575px) {
  .tb-profile-nav.tb-style1 .tb-profile-nav-text {
    display: none;
  }

  .tb-profile-nav.tb-style1 {
    margin-left: 5px;
    padding-left: 15px;
  }

  .tb-main-header .tb-toggle-body {
    position: initial;
  }

  .tb-main-header .tb-toggle-body .tb-dropdown.tb-notify-dropdown {
    right: initial;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
  }

  .tb-sidebar-active .tb-main-header-left {
    margin-left: -208px;
    left: 208px;
    position: relative;
    z-index: 10;
    background-color: #fff;
  }

  .tb-mobile-nav .tb-megamenu-col {
    padding: 0;
  }
}

.tb-sidebarheader.tb-sidebarheader1 {
  background-color: #fff;
  padding-top: 0;
  width: 360px;
  border-right-width: 1px;
}

.tb-sidebarheader.tb-sidebarheader1 .tb-sidebar-nav {
  width: 100%;
}

.tb-sidebarheader.tb-sidebarheader1 .tb-sidebar-nav-list {
  margin-bottom: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}

.tb-sidebarheader.tb-sidebarheader1 .tb-sidebar-nav-list .tb-sidebar-link-icon {
  font-size: 24px;
}

.tb-sidebarheader.tb-sidebarheader1 .tb-sidebar-nav-list li>a {
  padding: 6px 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tb-sidebarheader.tb-sidebarheader1 .tb-sidebar-nav-list .tb-nav-label {
  margin-top: 0;
  background-color: #ff3b30;
}

.tb-sidebarheader.tb-sidebarheader1 .tb-sidebar-nav-list a:hover {
  background-color: rgba(34, 34, 34, 0.02);
}

.tb-sidebarheader.tb-sidebarheader1 .tb-sidebar-nav-list li.active>a,
.tb-sidebarheader.tb-sidebarheader1 .tb-sidebar-nav-list li.active>a:hover {
  background-color: rgba(88, 86, 214, 0.1);
}

.tb-sidebarheader.tb-sidebarheader1 .tb-sidebar-nav-list li.active>a:before {
  display: none;
}

.tb-sidebarheader.tb-sidebarheader1.tb-type1 .tb-sidebar-nav-list li>a {
  padding: 10px 30px;
  font-weight: 500;
}

.tb-sidebarheader-toggle.tb-style1 {
  display: none;
}

@media screen and (max-width: 1199px) {
  .tb-sidebarheader.tb-sidebarheader1 {
    left: -100%;
    width: 100%;
  }

  .tb-sidebarheader-toggle.tb-style1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    height: 80px;
    width: 80px;
    top: 0;
    left: 0;
    border-right: 1px solid rgba(34, 34, 34, 0.1);
    padding: 33px 30px;
  }

  .tb-sidebar-active .tb-sidebarheader.tb-sidebarheader1 {
    left: 0px;
  }

  .tb-sidebar-active .tb-sidebarheader-toggle.tb-style1 {
    left: 100%;
    margin-left: -80px;
  }

  .tb-sidebar-active.tb-sidebar-hover-active .tb-sidebarheader {
    width: 100%;
  }

  .tb-sidebarheader .tb-search.tb-style2 {
    position: inherit;
  }
}

/*========== End Header  ==========*/
/*========== Start Footer  ==========*/
.tb-footer.tb-style1 {
  border-top: 1px solid rgba(34, 34, 34, 0.1);
  padding: 10px 0;
}

.tb-footer.tb-style1 .tb-footer-content {
  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-footer-nav li:not(:last-child) {
  margin-right: 30px;
}

.tb-footer-nav a {
  font-weight: 500;
  color: rgba(34, 34, 34, 0.4);
}

.tb-footer-nav a:hover {
  color: rgba(34, 34, 34, 0.7);
}

.tb-copyride {
  font-size: 12px;
  color: rgba(34, 34, 34, 0.4);
  line-height: 1.6em;
}

.tb-copyride a:hover {
  color: rgba(34, 34, 34, 0.7);
}

.tb-footer.tb-fixed-footer {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0;
  background-color: #fff;
}

.tb-footer.tb-fixed-footer .tb-footer-in {
  background-color: rgba(34, 34, 34, 0.02);
  width: 100%;
  padding: 10px 0;
  padding-left: 270px;
}

@media screen and (max-width: 1199px) {
  .tb-footer.tb-fixed-footer .tb-footer-in {
    padding-left: 10px;
  }
}

@media screen and (max-width: 991px) {
  .tb-footer.tb-style1 .tb-footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .tb-footer.tb-fixed-footer {
    position: initial;
  }
}

/*========== End Footer  ==========*/
/*========== Start Section Heading  ==========*/
.tb-sectin-heading.tb-style1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tb-sectin-heading.tb-style1 .tb-section-title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 7px;
  margin-top: -3px;
}

.tb-sectin-heading.tb-style1 .tb-section-sub-title {
  font-size: 16px;
  margin-bottom: -3px;
}

/*========== End Section Heading  ==========*/
/*========== Start Tags  ==========*/
.tb-tag-wrap.tb-style1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tb-tag-wrap.tb-style1 .tb-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 5px;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  line-height: 17px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tb-tag-wrap.tb-style1 .tb-tag:not(:last-child) {
  margin-right: 5px;
}

.tb-post-tag {
  padding: 0;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tb-post-tag li {
  margin-right: 5px;
}

.tb-post-tag a {
  background-color: rgba(0, 0, 0, 0.1);
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  line-height: 1em;
  padding: 3px 5px;
  border-radius: 2px;
}

.tb-post-tag a:hover {
  color: rgba(255, 255, 255, 0.7);
}

/*========== End Tags  ==========*/
/*========== Start Contact List  ==========*/
.tb-contact-list.tb-style1 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 60px;
  min-height: 50px;
}

.tb-contact-list.tb-style1 li:not(:last-child) {
  margin-bottom: 15px;
}

.tb-contact-list.tb-style1 .tb-contact-icon {
  margin-right: 10px;
  position: absolute;
  left: 0;
}

.tb-contact-list.tb-style1 .tb-tag-wrap.tb-style1 {
  margin: 3px 0;
}

.tb-contact-list.tb-style1 .tb-contact-text {
  margin-right: 30px;
}

.tb-contact-list.tb-style1 .tb-contact-text h3 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}

.tb-contact-list.tb-style1 .tb-contact-text span {
  font-size: 12px;
  color: rgba(34, 34, 34, 0.4);
  display: block;
  line-height: 14px;
}

.tb-contact-list.tb-style1.tb-type1 .tb-contact-text {
  margin-right: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tb-contact-list.tb-style1.tb-type1 .tb-contact-text h3 {
  margin-bottom: 12px;
}

.tb-contact-info-list {
  font-size: 14px;
  line-height: 1.6em;
}

.tb-contact-info-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px;
}

.tb-contact-info-list li:last-child {
  margin-bottom: 0;
}

.tb-contact-info-list .tb-contact-info-label {
  color: rgba(34, 34, 34, 0.4);
  width: 200px;
}

/*========== End Contact List  ==========*/
/*========== Start Task List  ==========*/
.tb-task-list.tb-style1>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.tb-task-list.tb-style1>li:not(:last-child) {
  margin-bottom: 15px;
}

.tb-task-list.tb-style1>li:hover .tb-button-group {
  opacity: 1;
}

.tb-task-list.tb-style1 .tb-task-checkmark {
  margin-right: 10px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tb-task-list.tb-style1 .tb-task-icon {
  margin-right: 12px;
}

.tb-task-list.tb-style1 .tb-task-icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.tb-task-list.tb-style1 .tb-task-text h3 {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.6em;
}

.tb-task-list.tb-style1 .tb-button-group {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tb-task-list.tb-style1 .tb-ativity-time {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(34, 34, 34, 0.4);
  margin-bottom: -3px;
}

.tb-task-list.tb-style1 .tb-ativity-time i {
  margin-right: 5px;
}

@media screen and (max-width: 575px) {
  .tb-cta.tb-style2 {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .tb-padd-lr-30.tb-card-content-height1 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*========== End Task List  ==========*/
/*========== Start Calendar  ==========*/
#tb-calendar a {
  -webkit-transition: none;
  transition: none;
}

#tb-calendar .fc-event,
#tb-calendar .fc-event-dot {
  background-color: rgba(52, 199, 89, 0.1);
  border-radius: 0;
  border: none;
  color: #34c759;
  margin: 0;
  padding: 11px 30px;
  border-left: 3px solid #34c759;
}

#tb-calendar .fc-time {
  margin-top: 3px;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
}

#tb-calendar .fc-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

#tb-calendar .fc-day-grid-event .fc-time:before {
  content: "at";
  text-transform: lowercase;
  margin-right: 2px;
}

#tb-calendar .fc-day-grid-event .fc-time:after {
  content: "m";
}

#tb-calendar .fc-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
}

#tb-calendar.fc-unthemed .fc-content,
#tb-calendar.fc-unthemed .fc-divider,
#tb-calendar.fc-unthemed .fc-list-heading td,
#tb-calendar.fc-unthemed .fc-list-view,
#tb-calendar.fc-unthemed .fc-popover,
#tb-calendar.fc-unthemed .fc-row,
#tb-calendar.fc-unthemed tbody,
#tb-calendar.fc-unthemed td,
#tb-calendar.fc-unthemed th,
#tb-calendar.fc-unthemed thead {
  border-color: rgba(34, 34, 34, 0.1);
}

#tb-calendar .fc-day-top .fc-day-number {
  float: initial;
  font-size: 14px;
  color: rgba(34, 34, 34, 0.4);
  display: inline-block;
  padding: 15px 30px;
}

#tb-calendar .fc-day-header span,
#tb-calendar .fc-day-header a {
  display: block;
  padding: 16px 15px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(34, 34, 34, 0.4);
}

#tb-calendar .fc-center h2 {
  font-size: 16px;
}

#tb-calendar .fc-toolbar.fc-header-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 17px 0;
  position: relative;
  margin-bottom: 0;
  border-left: 1px solid rgba(34, 34, 34, 0.1);
  border-right: 1px solid rgba(34, 34, 34, 0.1);
}

#tb-calendar .fc-center h2 {
  font-size: 16px;
}

#tb-calendar .fc-toolbar .fc-left {
  float: left;
  position: absolute;
  right: 30px;
  width: 126px;
  border: 1px solid rgba(34, 34, 34, 0.1);
  border-radius: 4px;
  top: 11px;
  height: 30px;
}

#tb-calendar .fc-toolbar .fc-left .fc-button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

#tb-calendar .fc-toolbar .fc-left .fc-button-group .fc-button {
  position: absolute;
  top: 0;
  padding: 0;
  width: 28px;
  background: transparent;
  border: none;
  height: 28px;
  line-height: 28px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#tb-calendar .fc-toolbar .fc-left .fc-button-group .fc-button .fc-icon {
  font-size: 10px;
  color: rgba(34, 34, 34, 0.4);
  top: -2px;
}

#tb-calendar .fc-toolbar .fc-left .fc-button-group .fc-button:hover {
  background-color: rgba(34, 34, 34, 0.02);
}

#tb-calendar .fc-toolbar .fc-left .fc-button-group .fc-button:focus {
  outline: none;
}

#tb-calendar .fc-toolbar .fc-left .fc-button-group .fc-prev-button {
  left: 0;
}

#tb-calendar .fc-toolbar .fc-left .fc-button-group .fc-next-button {
  right: 0;
}

#tb-calendar .fc-toolbar .fc-left .fc-today-button {
  position: absolute;
  left: 28px;
  margin-left: 0;
  width: 68px;
  border: none;
  border-left: 1px solid rgba(34, 34, 34, 0.1);
  border-right: 1px solid rgba(34, 34, 34, 0.1);
  border-radius: 0;
  background: transparent;
  color: rgba(34, 34, 34, 0.7);
  font-weight: 400;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#tb-calendar .fc-toolbar .fc-left .fc-today-button:hover {
  background-color: rgba(34, 34, 34, 0.02);
}

#tb-calendar .fc-toolbar .fc-right {
  position: absolute;
  left: 30px;
  top: 11px;
}

#tb-calendar .fc-toolbar .fc-right .fc-button-group {
  border: 1px solid rgba(34, 34, 34, 0.4);
  border-radius: 4px;
}

#tb-calendar .fc-toolbar .fc-right .fc-button-group .fc-button {
  background: #fff;
  border-color: rgba(34, 34, 34, 0.4);
  line-height: 1.6em;
  padding: 0;
  height: 28px;
  width: 70px;
  border: none;
  border-left: 1px solid rgba(34, 34, 34, 0.4);
  margin: 0;
  font-size: 14px;
  text-transform: capitalize;
  border-right: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: rgba(34, 34, 34, 0.4);
  text-shadow: none;
  font-size: 14px;
  font-weight: 500;
  font-family: inherit;
}

#tb-calendar .fc-toolbar .fc-right .fc-button-group .fc-button.fc-state-active {
  background-color: rgba(34, 34, 34, 0.4);
  color: #fff;
  border-color: transparent;
}

#tb-calendar .fc-toolbar .fc-right .fc-button-group .fc-button:focus {
  outline: none;
}

#tb-calendar .fc-toolbar .fc-right .fc-button-group .fc-button:first-child {
  border-left: none;
}

#tb-calendar .fc-more {
  margin: 0;
  font-size: 14px;
  color: #fff;
  padding: 11px 30px;
  display: block;
  background-color: rgba(34, 34, 34, 0.4);
}

#tb-calendar.fc-unthemed .fc-popover {
  border: 1px solid rgba(34, 34, 34, 0.1);
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

#tb-calendar.fc-unthemed .fc-popover .fc-header {
  background: rgba(34, 34, 34, 0.02);
  padding: 12px 15px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}

#tb-calendar .fc-header.fc-widget-header .fc-title {
  font-size: 14px;
  margin: 0;
  font-weight: 400;
}

#tb-calendar .fc-more-popover .fc-event-container {
  padding: 0;
}

#tb-calendar .fc-row.fc-rigid .fc-content-skeleton tbody tr:nth-child(even) .fc-event-container .fc-event,
#tb-calendar .fc-event-container .fc-event:nth-child(even) {
  background-color: rgba(88, 86, 214, 0.1);
  border-left: 3px solid #5856d6;
  color: #5856d6;
}

#tb-calendar.fc-unthemed .fc-content-skeleton td {
  border: none;
}

.fc-highlight {
  background: rgba(34, 34, 34, 0.02);
  opacity: 1;
}

.fc-highlight-skeleton td {
  border: none !important;
}

.fc-unthemed td.fc-today {
  background-color: rgba(34, 34, 34, 0.02);
}

#tb-calendar.fc-unthemed .fc-popover.fc-more-popover {
  width: 225px;
}

.tb-card.tb-style1.tb-calendar-card {
  border: none;
}

.tb-card.tb-style1.tb-calendar-card .tb-card-heading {
  border: 1px solid rgba(34, 34, 34, 0.1);
  border-radius: 4px 4px 0 0;
}

/*========== End Calendar  ==========*/
/*========== Start Active List ==========*/
.tb-ativity-list.tb-style1 li:not(:last-child) {
  margin-bottom: 15px;
}

.tb-ativity-list.tb-style1 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tb-ativity-list.tb-style1 li .tb-ativity-icon {
  margin-right: 10px;
}

.tb-ativity-list.tb-style1 .tb-ativity-text h3 {
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 3px;
  color: rgba(34, 34, 34, 0.7);
}

.tb-ativity-list.tb-style1 .tb-ativity-text .tb-ativity-time {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(34, 34, 34, 0.4);
  margin-bottom: -3px;
}

.tb-ativity-list.tb-style1 .tb-ativity-text .tb-ativity-time i {
  margin-right: 5px;
}

.tb-ativity-list.tb-style1 .tb-ativity-text strong,
.tb-ativity-list.tb-style1 .tb-ativity-text a {
  font-weight: 400;
  color: #222;
}

.tb-ativity-list.tb-style1 .tb-ativity-text strong:hover,
.tb-ativity-list.tb-style1 .tb-ativity-text a:hover {
  color: rgba(34, 34, 34, 0.8);
}

/*========== End Active List ==========*/
/*========== Start Payout List  ==========*/
.tb-payouts-list {
  padding-top: 15px;
}

.tb-payouts-list li:not(:last-child) {
  margin-bottom: 10px;
}

.tb-payout-title {
  font-size: 14px;
  font-weight: 500;
  color: rgba(34, 34, 34, 0.4);
  margin-bottom: 2px;
}

.tb-payout-title i {
  font-size: 13px;
  position: relative;
  top: 1px;
  margin-right: 3px;
}

.tb-payout-number {
  font-size: 24px;
  color: #222;
  line-height: 1.2em;
}

.tb-payouts-card .tb-btn.tb-style2:hover {
  background-color: transparent;
}

/*========== End Payout List  ==========*/
/*========== Start Project Card  ==========*/
.tb-card-bar-color1 {
  background-color: #34c759;
}

.tb-card-bar-color2 {
  background-color: #5856d6;
}

.tb-card-bar-color3 {
  background-color: #5ac8fa;
}

.tb-card-bar-color4 {
  background-color: #ffcc00;
}

.tb-card-bar-color5 {
  background-color: #007aff;
}

.tb-drop-list>.ui-sortable-helper {
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
}

.tb-project-mang-body-out {
  overflow-x: auto;
  overflow-y: hidden;
}

.tb-drop-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.tb-drop-list-wrap .tb-drop-list-in {
  margin-right: 30px;
  background: #fff;
  padding: 0px 10px;
  width: 250px;
  border: 1px solid rgba(34, 34, 34, 0.1);
  border-radius: 4px;
}

.tb-drop-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-top: 10px;
}

.tb-drop-list>li {
  width: 100%;
  margin-bottom: 10px;
  border: none;
  border-radius: 4px;
}

.tb-drop-list-wrap.tb-style2 {
  margin-left: -15px;
  margin-right: -15px;
}

.tb-drop-list-wrap.tb-style2 .tb-drop-list-in {
  width: 33.333333%;
  margin-right: 15px;
  margin-left: 15px;
  border: none;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}

.tb-drop-list-wrap.tb-style2 .tb-drop-list>li {
  margin-bottom: 30px;
}

.tb-drop-list-wrap.tb-style2 .tb-drop-list>li:last-child {
  margin-bottom: 0;
}

.tb-drop-list-wrap.tb-style2 .tb-drop-list {
  padding-top: 0;
}

.ui-sortable-placeholder {
  visibility: visible !important;
  background: rgba(34, 34, 34, 0.1) !important;
}

/*Project Card*/
.tb-project-card {
  border: 1px solid rgba(34, 34, 34, 0.1);
  background: #fff;
  -webkit-box-shadow: 0.438px 0.899px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0.438px 0.899px 1px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.tb-project-card .tb-project-card-img {
  position: relative;
  display: block;
}

.tb-project-card .tb-play-btn.tb-style1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tb-project-card-info {
  padding: 15px;
}

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

.tb-project-card-info .tb-project-card-title {
  font-size: 14px;
  font-weight: 400;
  margin-top: -1px;
  margin-bottom: 0;
}

.tb-project-card-meta {
  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;
}

.tb-project-card-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tb-project-card-user li {
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  height: 26px;
  width: 26px;
  margin-left: -5px;
  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;
  font-size: 11px;
  font-weight: 500;
  position: relative;
}

.tb-project-card-user li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fff;
}

.tb-project-card-user li.tb-project-card-user-more {
  height: 26px;
  width: 26px;
  border: 2px solid #fff;
}

.tb-project-card-user li.tb-project-card-user-more a {
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
  background-color: rgba(34, 34, 34, 0.02);
}

.tb-project-card-user.tb-color1 li a {
  border-color: rgba(34, 34, 34, 0.02);
}

.tb-project-card-user.tb-color1 li.tb-project-card-user-more a {
  border-color: rgba(34, 34, 34, 0.1);
  background-color: #fff;
}

.tb-project-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
}

.tb-project-tag li {
  margin-left: 8px;
}

.tb-project-tag i {
  font-size: 16px;
  line-height: inherit;
  color: rgba(34, 34, 34, 0.4);
  margin-right: 2px;
  position: relative;
  top: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tb-project-tag a:hover i {
  color: rgba(34, 34, 34, 0.7);
}

.tb-project-card-img img {
  width: 100%;
  border-radius: 4px 4px 0 0;
}

.tb-drop-title {
  width: calc(100% + 20px);
  margin-left: -10px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
  background-color: #fff;
  border-radius: 4px 4px 0 0;
}

.tb-project-card-bar-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tb-project-card-bar-wrap .tb-project-card-bar {
  height: 5px;
  width: 30px;
  border-radius: 10px;
  margin-right: 5px;
}

.tb-project-card-bar-wrap .tb-project-card-bar:last-child {
  margin-right: 0;
}

.tb-drop-list-btn {
  padding-bottom: 10px;
}

.tb-drop-title-wrap {
  position: relative;
}

.tb-drop-toggle.tb-style1 {
  position: absolute;
  right: 3px;
  top: 11px;
  z-index: 1;
}

.tb-drop-toggle.tb-style1 .tb-toggle-btn {
  font-size: 18px;
  color: rgba(34, 34, 34, 0.4);
  cursor: pointer;
}

.tb-toggle-body .tb-dropdown.tb-notify-dropdown.tb-drop-dropdown {
  right: initial;
  left: 0px;
  width: 220px;
}

.tb-drop-dropdown-list {
  padding: 10px 0;
}

.tb-drop-dropdown-list li a {
  display: block;
  padding: 8px 20px;
}

.tb-drop-dropdown-list li a:hover {
  background-color: rgba(34, 34, 34, 0.02);
  color: rgba(34, 34, 34, 0.7);
}

.tb-project-mang-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tb-add-another-card {
  width: 225px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.tb-toggle-body.tb-project-card-add-toggle-btn .tb-dropdown {
  top: -15px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.tb-toggle-body.tb-project-card-add-toggle-btn .tb-dropdown.active {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  top: 0;
}

.tb-toggle-body.tb-project-card-add-toggle-btn .tb-dropdown .tb-toggle-cross-btn {
  background-color: transparent;
  border: none;
  padding: 5px 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 24px;
  color: rgba(34, 34, 34, 0.4);
  line-height: 1em;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tb-toggle-body.tb-project-card-add-toggle-btn .tb-dropdown .tb-toggle-cross-btn:hover {
  color: rgba(34, 34, 34, 0.7);
}

.tb-project-card-add-form input {
  border: 1px solid rgba(34, 34, 34, 0.1);
  border-radius: 4px;
  height: 38px;
  width: 100%;
  padding: 2px 10px;
  margin-bottom: 10px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tb-project-card-add-form input:focus {
  outline: none;
  border-color: #007aff;
}

.tb-project-board-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
}

.tb-project-board-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}

.tb-project-board-team i {
  font-size: 16px;
  margin-right: 5px;
  color: rgba(34, 34, 34, 0.4);
}

.tb-project-board-heading {
  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-project-board-heading>div:not(:last-child) {
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid rgba(34, 34, 34, 0.1);
}

.tb-project-board-heading .tb-project-card-user li {
  font-size: 16px;
  line-height: 1.5em;
  height: 28px;
  width: 28px;
}

.tb-project-board-heading .tb-project-card-user li.tb-project-card-user-more {
  height: 26px;
  width: 26px;
}

.tb-project-board-heading .tb-project-card-user li.tb-project-card-user-more {
  height: 28px;
  width: 28px;
  border-color: rgba(34, 34, 34, 0.02);
}

.ui-sortable-placeholder {
  background-color: transparent !important;
  position: relative;
}

.ui-sortable-placeholder.tb-drop-list-in {
  border: none;
}

.ui-sortable-placeholder:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  border: 2px dashed rgba(34, 34, 34, 0.1);
}

.tb-project-card-img.tb-video-open:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #222;
  opacity: 0.2;
  border-radius: 4px 4px 0 0;
}

.tb-project-card-edit-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  width: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  border: none;
  border-radius: 4px;
  background-color: #fff;
  color: rgba(34, 34, 34, 0.7);
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid rgba(34, 34, 34, 0.1);
  opacity: 0;
}

.tb-project-card-edit-btn:hover {
  color: #222;
}

.tb-project-card-edit-btn:focus {
  outline: none;
}

.tb-project-card:hover .tb-project-card-edit-btn {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .tb-drop-list-wrap.tb-style2 {
    display: block;
    margin: 0;
  }

  .tb-drop-list-wrap.tb-style2 .tb-drop-list-in {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .tb-drop-list-wrap.tb-style2 .tb-drop-list-in:last-child {
    margin-bottom: 0;
  }
}

/*========== End Project Card  ==========*/
/*========== Start Email  ==========*/
.tb-outline-label {
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  color: rgba(34, 34, 34, 0.4);
}

.tb-email-badgh {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  background-color: #34c759;
  border-radius: 4px;
  padding: 2px 6px;
}

.tb-email-text.tb-style1 {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tb-email-text.tb-style1 .tb-email-title {
  font-weight: 400;
  font-size: inherit;
  margin-right: 5px;
  margin-bottom: 0;
  line-height: inherit;
}

.tb-table.tb-style4 {
  padding-bottom: 30px;
  margin-bottom: -30px;
  padding-top: 30px;
  margin-top: -30px;
}

.tb-table.tb-style4 .table {
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}

.tb-table.tb-style4 .table td {
  vertical-align: middle;
  border-color: rgba(34, 34, 34, 0.1);
}

.tb-table.tb-style4 td {
  padding: 8px 7px;
}

.tb-table.tb-style4 td:first-child {
  padding-left: 30px;
  width: 56px;
}

.tb-table.tb-style4 td:nth-child(2) {
  width: 36px;
}

.tb-table.tb-style4 td:nth-child(3) {
  width: 37px;
}

.tb-table.tb-style4 td:nth-child(4) {
  width: 185px;
}

.tb-table.tb-style4 td:nth-child(5) {
  width: 60px;
}

.tb-table.tb-style4 td:last-child {
  padding-right: 30px;
  min-width: 110px;
}

.tb-table.tb-style4 tr {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.tb-table.tb-style4 tr.tb-new-message {
  background-color: rgba(34, 34, 34, 0.02);
}

.tb-table.tb-style4 tr:hover {
  -webkit-box-shadow: 0px 2px 9px 1px rgba(34, 34, 34, 0.1);
  box-shadow: 0px 2px 9px 1px rgba(34, 34, 34, 0.1);
}

.tb-email-sent-time {
  font-size: 16px;
  text-align: right;
}

.tb-new-message .tb-user.tb-style2 .tb-user-name,
.tb-new-message .tb-email-text.tb-style1 .tb-email-title,
.tb-new-message .tb-email-sent-time {
  font-weight: 500;
  color: #222;
}

.tb-email-header.tb-style1 {
  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;
  height: 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
}

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

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

.tb-icon-group.tb-style1 li:not(:last-child) {
  margin-right: 15px;
}

.tb-icon-group.tb-style1 .tb-search.tb-style2 {
  width: 425px;
  padding-left: 25px;
  margin-left: 8px;
}

.tb-icon-group.tb-style1 .tb-search.tb-style2:before {
  content: '';
  width: 1px;
  height: 20px;
  position: absolute;
  left: 0;
  background: rgba(34, 34, 34, 0.1);
  top: 50%;
  margin-top: -10px;
}

.tb-icon-group.tb-style1:not(:last-child) {
  margin-right: 23px;
  padding-right: 23px;
  position: relative;
}

.tb-icon-group.tb-style1:not(:last-child):before {
  content: '';
  width: 1px;
  height: 20px;
  position: absolute;
  right: 0;
  background: rgba(34, 34, 34, 0.1);
  top: 50%;
  margin-top: -10px;
}

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

.tb-email-header-marks-btn,
.tb-icon-group-icon,
.tb-email-header-more-list-btn,
.tb-email-header-setting-btn {
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgba(34, 34, 34, 0.4);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.tb-email-header-marks-btn:hover,
.tb-icon-group-icon:hover,
.tb-email-header-more-list-btn:hover,
.tb-email-header-setting-btn:hover {
  color: rgba(34, 34, 34, 0.7);
}

.tb-email-header-right-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tb-email-header-right-list li:not(:first-child) {
  margin-left: 20px;
}

.tb-email-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
}

.tb-email-pagination .tb-email-page-number {
  margin-right: 10px;
}

.tb-email-pagination .tb-navigation.tb-style1 {
  color: rgba(34, 34, 34, 0.4);
}

.tb-email-pagination .tb-navigation.tb-style1 a:hover {
  color: rgba(34, 34, 34, 0.7);
}

.tb-email-details-body {
  padding: 30px;
  border-top: 1px solid rgba(34, 34, 34, 0.1);
}

.tb-email-details-body .tb-email-user-email {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tb-email-details-meta-right {
  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-email-details-meta-right .tb-user-img {
  height: 32px;
  width: 32px;
}

.tb-email-details-meta-right .tb-email-details-time {
  padding-right: 25px;
  margin-right: 23px;
  position: relative;
}

.tb-email-details-meta-right .tb-email-details-time:after {
  content: '';
  width: 1px;
  height: 20px;
  position: absolute;
  right: 0;
  background: rgba(34, 34, 34, 0.1);
  top: 50%;
  margin-top: -10px;
}

.tb-email-details-title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 9px;
}

.tb-email-details-title .tb-email-details-title-badgh {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: rgba(34, 34, 34, 0.7);
  background-color: rgba(34, 34, 34, 0.1);
  border-radius: 4px;
  padding: 4px 6px;
  margin-left: 10px;
  margin-top: 1px;
}

.tb-email-details-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
  padding-bottom: 20px;
}

.tb-email-user-email-toggle-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgba(34, 34, 34, 0.4);
  font-size: 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tb-email-user-email-toggle-btn:hover {
  color: rgba(34, 34, 34, 0.7);
}

.tb-email-details-text {
  font-size: 16px;
  line-height: 1.6em;
  max-width: 780px;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #222;
}

#tb-email-editor {
  height: 125px;
  border-radius: 5px;
  border: 1px solid rgba(34, 34, 34, 0.1);
  text-shadow: none;
  margin-top: 30px;
  padding: 20px 25px;
}

#tb-email-editor .ql-editor.ql-blank::before {
  left: 25px;
  right: 25px;
  font-style: normal;
  color: rgba(34, 34, 34, 0.4);
  font-size: 16px;
  line-height: 1.6em;
  top: 20px;
}

#tb-email-editor .ql-editor {
  line-height: 1.6em;
  padding: 0;
  font-size: 16px;
  line-height: 1.6em;
}

#tb-email-editor strong {
  font-weight: 500;
}

.ql-container {
  font-family: inherit;
}

.tb-email-btn-group {
  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;
  margin-top: 15px;
}

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

.tb-email-editor-btn .tb-btn {
  min-width: 100px;
}

#tb-email-editor-toolbox {
  border: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#tb-email-editor-toolbox button {
  font-size: 21px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: initial;
  color: rgba(34, 34, 34, 0.4);
  margin-right: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#tb-email-editor-toolbox button.ql-active,
#tb-email-editor-toolbox button:hover {
  color: rgba(34, 34, 34, 0.7);
}

.tb-email-editor-file-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tb-email-editor-file-group button {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-size: 21px;
  color: rgba(34, 34, 34, 0.4);
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tb-email-editor-file-group button:hover {
  color: rgba(34, 34, 34, 0.7);
}

.tb-email-editor-file-group button:focus {
  outline: none;
}

.tb-email-user-wrap {
  height: 81px;
  width: 100%;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}

.tb-email-user-wrap .tb-user.tb-style2 .tb-user-img {
  height: 36px;
  width: 36px;
}

@media screen and (max-width: 1199px) {
  .tb-email-text.tb-style1 .tb-email-body {
    display: none;
  }

  .tb-email-header.tb-style1 {
    padding-left: 110px;
  }

  .tb-email-header.tb-style1 .tb-mobile-hide {
    display: none;
  }

  .tb-icon-group.tb-style1 .tb-search.tb-style2 {
    width: 200px;
    min-width: 200px;
    padding-left: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .tb-table.tb-style4 td:nth-child(6) {
    display: none;
  }

  .tb-icon-group.tb-style1:not(:last-child) {
    margin-right: 13px;
    padding-right: 13px;
  }

  .tb-email-details-meta-right .tb-email-details-time {
    padding-right: 15px;
    margin-right: 13px;
  }
}

@media screen and (max-width: 575px) {
  .tb-email-header.tb-style1 .tb-email-page-number {
    display: none;
  }

  .tb-icon-group.tb-style1 li {
    margin-right: 10px;
  }

  .tb-icon-group.tb-style1 li:last-child {
    margin-right: 0px;
  }

  .tb-email-header-right-list li:not(:first-child) {
    margin-left: 15px;
  }

  .tb-table.tb-style4 td {
    padding: 8px 5px;
  }

  .tb-table.tb-style4 td:first-child {
    padding-left: 20px;
    width: 46px;
  }

  .tb-table.tb-style4 td:last-child {
    padding-right: 20px;
    min-width: 95px;
  }

  .tb-table.tb-style4 td:nth-child(5),
  .tb-table.tb-style4 .tb-user.tb-style2 .tb-user-img {
    display: none;
  }

  .tb-email-header.tb-style1 .tb-icon-group.tb-style1:not(:last-child) {
    margin-right: 0;
    padding-right: 0;
  }

  .tb-email-header.tb-style1 .tb-icon-group.tb-style1:not(:last-child):before {
    display: none;
  }

  .tb-email-details-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .tb-email-details-title .tb-email-details-title-badgh {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 6px;
  }

  .tb-email-details-meta-right .tb-email-details-time {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .tb-email-header.tb-style1 {
    padding-left: 100px;
    padding-right: 20px;
  }
}

/*========== End Email  ==========*/
/*========== Start Chartting  ==========*/
.tb-chat-heading {
  height: 81px;
  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;
  padding: 0 30px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}

.tb-chat-heading .tb-icon-group.tb-style1 .tb-search.tb-style2 {
  width: 100%;
  min-width: 300px;
  margin-left: 0;
  padding-left: 0;
  margin-right: -5px;
}

.tb-user-meta {
  color: rgba(34, 34, 34, 0.4);
  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;
  margin-top: 2px;
}

.tb-user-meta li:not(:last-child) {
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
}

.tb-user-meta li:not(:last-child):before {
  content: '';
  position: absolute;
  height: 15px;
  width: 1px;
  background: rgba(34, 34, 34, 0.1);
  right: 0;
  top: 50%;
  margin-top: -7px;
}

.tb-user-meta a:hover {
  color: rgba(34, 34, 34, 0.7);
}

.tb-user-meta .tb-get-star {
  font-size: 18px;
  height: 18px;
  width: 18px;
}

.tb-chatbox-wrap {
  height: calc(100vh - 81px);
  padding: 30px;
  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;
}

.tb-chatbox-wrap .tb-chat-box {
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 15px;
}

.tb-chatbox-wrap .tb-user.tb-style2 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 10px;
}

.tb-chatbox-wrap .tb-user.tb-style2 .tb-user-name {
  margin-bottom: 8px;
}

.tb-chatbox-wrap .tb-user.tb-style2 .tb-user-time {
  font-size: 12px;
  color: rgba(34, 34, 34, 0.4);
  margin-left: 8px;
  font-weight: 400;
}

.tb-chatbox-wrap .tb-user-chat-text {
  font-size: 14px;
}

.tb-chatbox-wrap .tb-user-chat-text p {
  margin-bottom: 6px;
}

.tb-chatbox-wrap .tb-user-chat-text p:last-child {
  margin-bottom: 0;
}

.tb-chat-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 2px solid rgba(34, 34, 34, 0.1);
  border-radius: 5px;
}

.tb-chat-controller .tb-chat-input {
  border: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  width: 100%;
  padding: 15px 20px;
  font-size: 14px;
}

.tb-chat-controller .tb-chat-input:focus {
  outline: none;
}

.tb-chat-controller .tb-chat-input::-webkit-input-placeholder {
  color: rgba(34, 34, 34, 0.4);
}

.tb-chat-controller .tb-chat-input::-moz-placeholder {
  color: rgba(34, 34, 34, 0.4);
}

.tb-chat-controller .tb-chat-input:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.4);
}

.tb-chat-controller .tb-chat-input:-moz-placeholder {
  color: rgba(34, 34, 34, 0.4);
}

.tb-chat-controller .tb-chat-option {
  font-size: 24px;
  height: 100%;
  width: 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;
  height: 50px;
  color: rgba(34, 34, 34, 0.4);
}

.tb-chat-controller .tb-custom-input-area .tb-custom-input-field {
  padding: 14px 15px;
  font-size: 14px;
  border-left: 2px solid rgba(34, 34, 34, 0.1);
}

.tb-chat-controller .tb-icon-group.tb-style1 {
  padding: 13px 20px 13px 0;
}

.tb-chat-controller .tb-custom-input-area {
  overflow: auto;
  max-height: 300px;
}

.tb-chat-date {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: rgba(34, 34, 34, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.2em;
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
}

.tb-chat-date span {
  position: relative;
  padding: 0 12px;
}

.tb-chat-date span:before,
.tb-chat-date span:after {
  content: '';
  position: absolute;
  top: 50%;
  height: 1px;
  width: 2000px;
  background-color: rgba(34, 34, 34, 0.1);
}

.tb-chat-date span:before {
  left: 100%;
}

.tb-chat-date span:after {
  right: 100%;
}

.tb-messenger-sidebar .tb-search-wrap {
  padding: 0 30px 20px;
}

.tb-messenger-sidebar .tb-search.tb-style2 {
  min-width: 100%;
  width: 100%;
}

.tb-messenger-sidebar .tb-user-list .tb-user-img img {
  height: 48px;
  width: 48px;
}

.tb-messenger-sidebar .tb-user-list .tb-user-name {
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 400;
}

.tb-messenger-sidebar .tb-user-text {
  font-size: 14px;
  line-height: 1.6em;
}

.tb-messenger-sidebar a.tb-user.tb-style1 {
  position: relative;
}

.tb-messenger-sidebar .tb-user-list .tb-user-time {
  position: absolute;
  right: 30px;
  top: 12px;
  font-size: 13px;
}

.tb-messenger-sidebar .tb-nav-label {
  font-size: 10px;
  background-color: #ff3b30;
  margin-left: 4px;
  position: relative;
  top: -1px;
}

.tb-messenger-sidebar .tb-online-status.tb-live {
  font-size: 14px;
}

.tb-messenger-body .tb-user.tb-style2 .tb-user-time {
  font-size: 14px;
}

.tb-messenger-body .tb-chat-date {
  font-size: 14px;
  font-weight: 400;
}

.tb-messenger-body .tb-user.tb-style2 .tb-user-chat-text-group {
  width: 60%;
}

.tb-messenger-body .tb-user.tb-style2 .tb-user-chat-text-in {
  display: inline-block;
  font-size: 14px;
  line-height: 1.6em;
  border-radius: 10px;
  padding: 9px 15px;
  background-color: rgba(34, 34, 34, 0.1);
  color: #222;
  position: relative;
}

.tb-messenger-body .tb-chatbox-wrap .tb-user-chat-text:not(:last-child) {
  margin-bottom: 10px;
}

.tb-messenger-body .tb-user-chat-text-seting {
  position: absolute;
  left: 100%;
  top: 9px;
  margin-left: 13px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tb-messenger-body .tb-user-chat-text-in:hover .tb-user-chat-text-seting {
  opacity: 1;
  visibility: visible;
}

.tb-messenger-body .tb-user.tb-style2.tb-right-side .tb-user-chat-text-group {
  margin-left: auto;
  text-align: right;
}

.tb-messenger-body .tb-user.tb-style2.tb-right-side .tb-user-chat-text-in {
  text-align: left;
  color: rgba(255, 255, 255, 0.9);
  background-color: #007aff;
}

.tb-messenger-body .tb-right-side .tb-user-chat-text-seting {
  left: initial;
  right: 100%;
  margin-left: 0;
  margin-right: 13px;
}

@media screen and (max-width: 1199px) {
  .tb-chat-heading {
    padding-left: 90px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .tb-chat-heading .tb-user-meta {
    display: none;
  }

  .tb-messenger-body .tb-user.tb-style2 .tb-user-chat-text-group {
    width: 85%;
  }
}

@media screen and (max-width: 575px) {
  .tb-messenger-body .tb-user.tb-style2 .tb-user-time {
    font-size: 13px;
    line-height: 1.2em;
  }

  .tb-chat-heading .tb-user.tb-style2 .tb-user-name {
    font-size: 13px;
  }

  .tb-chat-heading .tb-icon-group.tb-style1 li:not(:last-child) {
    margin-right: 10px;
  }

  .tb-chat-heading .tb-icon-group.tb-style1 li:not(:last-child) {
    margin-right: 10px;
  }

  .tb-chat-heading .tb-icon-group.tb-style1 li a {
    font-size: 21px;
  }

  .tb-chat-controller .tb-icon-group.tb-style1 li:not(:last-child) {
    margin-right: 10px;
  }

  .tb-user.tb-style4 .btn {
    min-width: initial;
  }

  .tb-chatbox-wrap {
    padding: 15px;
  }
}

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

  .tb-chat-heading .tb-icon-group.tb-style1 li a,
  .tb-chat-controller .tb-icon-group.tb-style1 li a {
    font-size: 19px;
  }
}

.conversation-list {
  list-style: none;
  padding-left: 0;
}

.conversation-list li {
  margin-bottom: 24px;
}

.conversation-list .chat-avatar {
  width: 40px;
  display: inline-block;
  text-align: center;
  float: left;
}

.conversation-list .chat-avatar i {
  font-size: 12px;
  font-style: normal;
}

.conversation-list .ctext-wrap i {
  display: block;
  font-style: normal;
  font-weight: bold;
  position: relative;
  font-size: 12px;
  color: #2cb9b3;
}

.conversation-list .conversation-text {
  display: inline-block;
  font-size: 12px;
  float: left;
  margin-left: 12px;
  width: 70%;
}

.conversation-list .ctext-wrap {
  padding: 10px;
  background: #d5f2ef;
  border-radius: 3px;
  position: relative;
  display: inline-block;
}

.conversation-list .ctext-wrap p {
  margin: 0px;
  padding-top: 3px;
}

.conversation-list .ctext-wrap:after {
  right: 100%;
  top: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(213, 242, 239, 0);
  border-right-color: #d5f2ef;
  border-width: 5px;
  margin-top: -5px;
}

.conversation-list .odd .chat-avatar {
  float: right !important;
}

.conversation-list .odd .conversation-text {
  width: 70% !important;
  margin-right: 12px;
  text-align: right;
  float: right !important;
}

.conversation-list .odd .ctext-wrap {
  background: #eeeef2 !important;
}

.conversation-list .odd .ctext-wrap i {
  color: #acacac;
}

.conversation-list .odd .ctext-wrap:after {
  left: 100% !important;
  top: 20% !important;
  border-color: rgba(238, 238, 242, 0) !important;
  border-left-color: #eeeef2 !important;
}

.chat-send {
  padding-left: 0px;
}

.chat-send button {
  width: 100%;
}

.tb-chat-info-card {
  position: absolute;
  top: 81px;
  right: -460px;
  width: 450px;
  background-color: #fff;
  border-left: 1px solid rgba(34, 34, 34, 0.1);
  height: calc(100vh - 81px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: auto;
}

.tb-chat-container {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tb-chat-container.tb-active .tb-chat-info-card {
  right: 0;
}

.tb-chat-container.tb-active {
  padding-right: 450px;
}

.tb-chat-info-cross {
  position: absolute;
  font-size: 21px;
  right: 15px;
  top: 15px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tb-chat-info-cross:hover {
  color: #222;
}

@media screen and (max-width: 1400px) {
  .tb-chat-container.tb-active {
    padding-right: 0;
  }

  .tb-chat-container .tb-chat-info-card {
    right: 0;
    display: block;
    width: 100%;
  }

  .tb-chat-container.tb-active .tb-chat-info-card {
    right: -460px;
    display: none;
  }
}

/*========== End Chartting  ==========*/
/*========== Start Alart ==========*/
.tb-alert-text {
  font-size: 14px;
  line-height: 1.6em;
}

.tb-alert {
  font-size: 14px;
  line-height: 1.6em;
  padding: 12px 20px;
  border-radius: 4px;
  border: 1px solid;
}

.tb-alert a {
  font-weight: 500;
  text-decoration: underline;
}

.tb-alert p {
  margin-bottom: 0;
}

.tb-alert h2 {
  font-size: 18px;
  margin-bottom: 5px;
}

.tb-alert hr {
  margin: 5px 0;
  opacity: 0.3;
}

.tb-alert.tb-style1 {
  padding: 15px 20px;
}

.tb-primary {
  color: #5ac8fa;
  border-color: rgba(90, 200, 250, 0.6);
  background-color: rgba(90, 200, 250, 0.1);
}

.tb-primary h2 {
  color: #5ac8fa;
}

.tb-primary hr {
  border-color: #5ac8fa;
}

.tb-success {
  color: #34c759;
  border-color: rgba(52, 199, 89, 0.6);
  background-color: rgba(52, 199, 89, 0.1);
}

.tb-success h2 {
  color: #34c759;
}

.tb-success hr {
  border-color: rgba(34, 34, 34, 0.4);
}

.tb-info {
  color: #5856d6;
  border-color: rgba(88, 86, 214, 0.6);
  background-color: rgba(88, 86, 214, 0.1);
}

.tb-info h2 {
  color: #5856d6;
}

.tb-info hr {
  border-color: #5856d6;
}

.tb-danger {
  color: #ff3b30;
  border-color: rgba(255, 59, 48, 0.6);
  background-color: rgba(255, 59, 48, 0.1);
}

.tb-danger h2 {
  color: #ff3b30;
}

.tb-danger hr {
  border-color: #ff3b30;
}

.tb-primary-text {
  color: #5ac8fa;
}

.tb-success-text {
  color: #34c759;
}

.tb-info-text {
  color: #5856d6;
}

.tb-danger-text {
  color: #ff3b30;
}

.tb-alert-wrap .tb-alert:not(:last-child) {
  margin-bottom: 10px;
}

.tb-link {
  color: #007aff;
}

/*========== End Alart ==========*/
/*========== Start Profile Page  ==========*/
.tb-profile-thumb {
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 30px;
  position: relative;
}

.tb-profile-thumb.tb-small {
  height: 100px;
}

.tb-profile-sidebar-body {
  height: calc(100vh - 100px);
}

.tb-profile-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: -40px;
  position: relative;
  z-index: 1;
}

.tb-profile-info .tb-profile-text {
  margin-bottom: 12px;
}

.tb-profile-info .tb-profile-pic {
  height: 160px;
  width: 160px;
  border: 4px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
  position: relative;
}

.tb-profile-info .tb-profile-name {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 1px;
}

.tb-profile-info .tb-profile-email {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}

.tb-profile-info .tb-overlay.tb-style1 {
  top: initial;
  bottom: 0;
  height: 120px;
}

.tb-profile-info.tb-small {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  margin-bottom: 0;
  margin-top: -35px;
}

.tb-profile-info.tb-small .tb-profile-pic {
  height: 70px;
  width: 70px;
  border-width: 2px;
  margin-bottom: 0;
  margin-right: 0;
}

.tb-profile-info.tb-small .tb-profile-text {
  padding: 6px 0 10px;
}

.tb-profile-info.tb-small .tb-profile-name {
  font-size: 16px;
  color: #222;
}

.tb-profile-info.tb-small .tb-profile-email {
  font-size: 14px;
  color: rgba(34, 34, 34, 0.7);
}

.tb-drop-toggle.tb-style2 {
  margin-right: -7px;
}

.tb-drop-toggle.tb-style2 .tb-toggle-btn {
  font-size: 21px;
  color: rgba(34, 34, 34, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.tb-drop-toggle.tb-style2 .tb-toggle-btn:hover {
  color: rgba(34, 34, 34, 0.7);
}

.tb-about-text {
  font-size: 14px;
  line-height: 1.6em;
}

.tb-post-option {
  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;
}

.tb-post-option .tb-icon-group.tb-style1 {
  margin: 0;
  padding: 0;
}

.tb-post-option .tb-icon-group.tb-style1:before {
  display: none;
}

.tb-post-option .tb-btn {
  font-weight: 500;
  background-color: rgba(34, 34, 34, 0.02);
}

.tb-post-option .tb-btn:hover {
  background-color: transparent;
}

.tb-profile-sidebar {
  width: 340px;
  background-color: #fff;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  right: 0;
  top: 0;
  border-left: 1px solid rgba(34, 34, 34, 0.1);
  padding-bottom: 40px;
  padding-top: 60px;
  z-index: 5;
}

.tb-profile-sidebar .tb-sidebar-footer {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 339px;
  padding: 0 30px;
  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;
  border-top: 1px solid rgba(34, 34, 34, 0.1);
  background-color: #fff;
}

.tb-profile-sidebar .tb-sidebar-footer .tb-search.tb-style2 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: initial;
}

.tb-profile-sidebar .tb-sidebar-footer .tb-search.tb-style2 button {
  font-size: 21px;
  width: 30px;
  left: -8px;
}

.tb-profile-sidebar .tb-sidebar-footer .tb-search.tb-style2 input {
  height: 42px;
  padding-left: 23px;
  border: none;
}

.tb-profile-sidebar .tb-sidebar-footer .tb-icon-group-icon {
  font-size: 21px;
}

.tb-profile-sidebar .tb-sidebar-footer .tb-icon-group.tb-style1 li:not(:last-child) {
  margin-right: 13px;
}

.tb-profile-sidebar .tb-user-list .tb-user.tb-style1 {
  padding: 5px 30px;
}

.tb-profile-story {
  height: 155px;
  width: 115px;
  border-radius: 4px;
  overflow: hidden;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tb-profile-story .tb-profile-pic {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tb-profile-story .tb-profile-email {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  margin-top: 1px;
  margin-bottom: 10px;
}

.tb-profile-story:hover .tb-profile-pic {
  border-color: #fff;
}

.tb-story-slider .swiper-slide {
  width: 115px;
  margin-right: 10px;
}

.tb-profile-setting-container {
  max-width: 750px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.tb-profile-setting-title {
  font-size: 18px;
  margin-bottom: 1px;
}

.tb-profile-setting-subtitle {
  font-size: 14px;
  line-height: 1.6em;
}

.tb-setting-profile-pic {
  border: 1px solid rgba(34, 34, 34, 0.1);
  display: inline-block;
  border-radius: 4px;
  padding: 5px;
  position: relative;
}

.tb-profile-pic-edit-btn {
  position: absolute;
  top: 11px;
  right: 11px;
  height: 32px;
  width: 32px;
  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;
  background-color: rgba(0, 0, 0, 0.7);
  color: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  font-size: 18px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tb-profile-pic-edit-btn:hover {
  color: white;
  background-color: rgba(0, 0, 0, 0.95);
}

.tb-setting-profile-pic:hover .tb-profile-pic-edit-btn {
  opacity: 1;
}

.tb-profile-btn.tb-style1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 15px;
  line-height: 1.6em;
  font-weight: 500;
  padding: 0.55em 1.5em;
  min-width: 135px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 4px;
}

.tb-profile-btn.tb-style1.tb-color1 {
  border-color: #007aff;
  background-color: #007aff;
  color: rgba(255, 255, 255, 0.9);
}

.tb-profile-btn.tb-style1.tb-color1:hover {
  opacity: 0.8;
}

.tb-profile-btn.tb-style1.tb-color2 {
  border-color: rgba(34, 34, 34, 0.1);
  background-color: rgba(34, 34, 34, 0.02);
  color: rgba(34, 34, 34, 0.7);
}

.tb-profile-btn.tb-style1.tb-color2:hover {
  background-color: transparent;
}

.tb-profile-btn-group.tb-style1 {
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.tb-profile-btn-group.tb-style1 .tb-profile-btn:not(:last-child) {
  margin-right: 15px;
}

.tb-profile-setting-list-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 2px;
}

.tb-profile-setting-list li {
  font-size: 13px;
  margin-bottom: 5px;
}

.tb-profile-setting-list li:last-child {
  margin-bottom: 0;
}

.tb-profile-setting-list .tb-card-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tb-profile-setting-list .tb-card-number span {
  margin-right: 8px;
}

.tb-invoice-table.tb-style1 .tb-invoice-row {
  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;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
  padding: 10px 0;
}

.tb-invoice-table.tb-style1 .tb-invoice-row-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tb-invoice-table.tb-style1 .tb-invoice-icon {
  margin-right: 10px;
}

.tb-invoice-table.tb-style1 .tb-invoice-text {
  font-size: 14px;
}

.tb-invoice-table.tb-style1 .tb-bill-amount {
  font-size: 14px;
  font-weight: 500;
  color: #222;
}

.tb-invoice-table.tb-style1 .tb-invoice-total-bill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 14px;
  padding: 10px 0;
}

.tb-invoice-table.tb-style1 .tb-invoice-total-bill .tb-invoice-total-bill-text {
  color: rgba(34, 34, 34, 0.4);
  margin-right: 6px;
}

.tb-invoice-table.tb-style1 .tb-invoice-total-bill .tb-invoice-total-bill-amount {
  color: #222;
  font-weight: 500;
}

.tb-post-view-imoges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 4px;
}

.tb-post-view-imoges .tb-post-imog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -4px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #fff;
}

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

.tb-post-view-wrap .tb-post-view-imoges {
  margin-right: 5px;
}

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

.tb-newsfeed-row .tb-newsfeed-col-1 {
  width: 320px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.tb-newsfeed-row .tb-newsfeed-col-2 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.tb-profile-sidebar-btn {
  height: 48px;
  width: 48px;
  background-color: #0077fc;
  color: rgba(255, 255, 255, 0.9);
  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;
  border-radius: 50%;
  font-size: 24px;
  position: relative;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

.tb-profile-sidebar-cross {
  position: absolute;
  right: 15px;
  top: 68px;
  font-size: 20px;
  color: #b5b5b5;
  display: none;
  z-index: 2;
}

@media screen and (max-width: 1600px) {
  .tb-horizontal-list.tb-style2 li {
    margin: 0 15px;
  }
}

@media screen and (max-width: 1500px) {
  .tb-newsfeed-row .tb-newsfeed-col-1 {
    width: 280px;
  }

  .tb-profile-sidebar,
  .tb-profile-sidebar .tb-sidebar-footer {
    right: -340px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .tb-profile-sidebar-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .tb-profile-sidebar.active,
  .tb-profile-sidebar.active .tb-sidebar-footer {
    right: 0;
  }

  .tb-profile-sidebar.active .tb-profile-sidebar-btn {
    display: none;
  }

  .tb-profile-sidebar.active .tb-profile-sidebar-cross {
    display: block;
  }

  .tb-profile-content .tb-content.tb-style3 {
    padding-right: 0;
    overflow: hidden;
  }
}

@media screen and (max-width: 1199px) {
  .tb-profile-sidebar .tb-sidebar-footer .tb-search.tb-style2 {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .tb-newsfeed-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tb-newsfeed-row .tb-newsfeed-col-1 {
    width: 100%;
    margin-bottom: 30px;
  }

  .tb-profile-info {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 500px) {
  .tb-profile-post-meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/*========== End Profile Page  ==========*/
/*========== Start Image Gallery  ==========*/
.tb-image-gallery.tb-style1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -6px;
}

.tb-image-gallery.tb-style1 li {
  width: 33.333333%;
  padding: 6px;
}

.tb-image-gallery.tb-style1 a {
  display: block;
}

.tb-image-gallery.tb-style1 img {
  width: 100%;
}

.tb-image-gallery.tb-style2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -5px;
}

.tb-image-gallery.tb-style2 li {
  width: 50%;
  padding: 5px;
}

.tb-image-gallery.tb-style2 a {
  display: block;
}

.tb-gallery-img-height1 {
  height: 430px;
  display: block;
  width: 100%;
}

.tb-gallery-img-height2 {
  height: 210px;
  display: block;
  width: 100%;
}

@media screen and (max-width: 575px) {
  .tb-image-gallery.tb-style2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tb-image-gallery.tb-style2 li {
    width: 100%;
  }
}

/*========== End Image Gallery  ==========*/
/*========== Start Post  ==========*/
.tb-post.tb-style1 .tb-post-text {
  font-size: 21px;
  line-height: 1.6em;
  color: #222;
}

.tb-post.tb-style2 .tb-post-text {
  font-size: 14px;
  line-height: 1.6em;
  color: #222;
}

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

.tb-profile-post-meta .tb-post-comments,
.tb-profile-post-meta .tb-post-view {
  font-size: 14px;
}

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

.tb-post.tb-style3 .tb-post-user-img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}

.tb-post.tb-style3 .tb-post-user-name {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}

.tb-post.tb-style3 .tb-post-user-email {
  font-size: 13px;
  color: rgba(34, 34, 34, 0.4);
  display: block;
  line-height: 14px;
}

.tb-post.tb-style3 .tb-post-heading {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  padding-bottom: 27px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
}

.tb-post.tb-style3 .tb-post-title {
  margin: 0;
  font-size: 21px;
  color: #fff;
}

.tb-post.tb-style3 .tb-post-title a {
  color: inherit;
}

.tb-post.tb-style3 .tb-post-title a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.tb-post.tb-style3 .tb-post-thumb {
  position: relative;
  display: block;
}

.tb-post.tb-style3 .tb-post-thumb img {
  width: 100%;
  border-radius: 4px 4px 0 0;
}

.tb-post.tb-style3 .tb-post-thumb img.tb-radious4 {
  border-radius: 4px;
}

.tb-post.tb-style3 .tb-post-text {
  font-size: 14px;
  line-height: 1.6em;
}

.tb-post-label.tb-style1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tb-post-label.tb-style1 li {
  font-size: 12px;
  color: rgba(34, 34, 34, 0.4);
  line-height: 1.4em;
}

.tb-post-label.tb-style1 li:not(:last-child) {
  margin-right: 6px;
}

.tb-post-label.tb-style1 li:not(:last-child):after {
  content: "•";
  font-size: 12px;
  margin-left: 6px;
}

.tb-post-label.tb-style1 li i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
}

/*========== End Post  ==========*/
/*========== Start Page Nav  ==========*/
.tb-page-nav.tb-style1 {
  padding-left: 210px;
  border: 1px solid rgba(34, 34, 34, 0.1);
  background-color: #fff;
  border-radius: 4px;
}

.tb-page-nav.tb-style1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.tb-page-nav.tb-style1 li:not(:last-child) {
  margin-right: 30px;
}

.tb-page-nav.tb-style1 a {
  display: inline-block;
  padding: 20px 0;
  font-size: 16px;
  color: rgba(34, 34, 34, 0.4);
  font-weight: 500;
  position: relative;
}

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

.tb-page-nav.tb-style1 .tb-active a {
  color: #222;
}

.tb-page-nav.tb-style1 .tb-active a:before {
  content: '';
  position: absolute;
  height: 3px;
  width: 100%;
  left: 0;
  bottom: -1px;
  background-color: #007aff;
}

@media screen and (max-width: 767px) {
  .tb-page-nav.tb-style1 {
    padding-left: 30px;
  }
}

@media screen and (max-width: 575px) {
  .tb-page-nav.tb-style1 li:not(:last-child) {
    margin-right: 15px;
  }
}

/*========== End Page Nav  ==========*/
/*========== Start List  ==========*/
.tb-insights-list.tb-style1 li {
  border-top: 1px solid rgba(34, 34, 34, 0.1);
  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-insights-list.tb-style1 .tb-insights-text {
  padding: 18px 0;
}

.tb-insights-list.tb-style1 .tb-insights-title {
  margin-bottom: 0;
  color: #222;
  font-size: 18px;
}

.tb-insights-list.tb-style1 .tb-insights-subtitle {
  color: rgba(34, 34, 34, 0.4);
  line-height: 1em;
  margin-top: 5px;
  font-size: 14px;
}

.tb-list.tb-style1 li {
  position: relative;
  padding-left: 22px;
}

.tb-list.tb-style1 li:not(:last-child) {
  margin-bottom: 6px;
}

.tb-list.tb-style1 li i {
  position: absolute;
  left: 0;
  top: 0;
  color: rgba(34, 34, 34, 0.4);
  font-size: 18px;
}

.tb-horizontal-list.tb-style1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tb-horizontal-list.tb-style1 .tb-list-title {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1.6em;
  margin-bottom: 1px;
}

.tb-horizontal-list.tb-style1 .tb-list-number {
  font-size: 24px;
  color: #222;
  line-height: 1.2em;
}

.tb-horizontal-list.tb-style2 {
  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;
  font-size: 16px;
}

.tb-horizontal-list.tb-style2 li {
  margin: 0 50px;
}

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

.tb-horizontal-list.tb-style2 i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 21px;
  margin-top: -1px;
  margin-right: 6px;
}

.tb-card-heading-list.tb-style1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tb-card-heading-list.tb-style1 li {
  margin-left: 12px;
  font-size: 13px;
}

.tb-card-heading-list.tb-style1 li:first-child {
  margin-left: 0;
}

.tb-card-heading-list.tb-style1 a:hover {
  color: #007aff;
}

.tb-coin-list.tb-style1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1px;
}

.tb-coin-list.tb-style1 li {
  width: 33.333333%;
  border-left: 1px solid rgba(34, 34, 34, 0.1);
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
  padding: 20px 30px;
  min-height: 198px;
  position: relative;
}

.tb-coin-list.tb-style1 .tb-coin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  margin-bottom: 10px;
}

.tb-coin-list.tb-style1 .tb-coin-icon {
  width: 25px;
  height: 25px;
  margin-right: 7px;
}

.tb-coin-list.tb-style1 .tb-coin-price {
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 500;
  color: #222;
}

.tb-coin-list.tb-style1 .tb-changes-percentage {
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  right: 30px;
  top: 24px;
}

.tb-coin-list.tb-style2 li {
  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;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
  padding: 11px 30px;
}

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

.tb-coin-list.tb-style2 .tb-coin-icon {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.tb-coin-list.tb-style2 .tb-coin-text {
  font-size: 16px;
  color: #222;
}

.tb-coin-list.tb-style2 .tb-coin-text span {
  display: block;
  font-size: 12px;
  line-height: 1.6em;
  text-transform: uppercase;
  color: rgba(34, 34, 34, 0.7);
  margin-top: 2px;
}

.tb-coin-list.tb-style2 .tb-coin-price {
  font-size: 16px;
  color: #222;
}

@media screen and (max-width: 991px) {
  .tb-horizontal-list.tb-style2 li {
    margin: 0 25px;
  }
}

@media screen and (max-width: 767px) {
  .tb-coin-list.tb-style1 li {
    width: 50%;
  }
}

@media screen and (max-width: 575px) {
  .tb-coin-list.tb-style1 li {
    width: 100%;
    border-left: none;
  }

  .tb-horizontal-list.tb-style2 li {
    margin: 0 10px;
  }
}

/*========== End List  ==========*/
/*========== Start Error Page  ==========*/
.tb-error-wrap.tb-style1 {
  padding: 60px 0;
}

.tb-error-wrap.tb-style1,
.tb-error-wrap.tb-style2 {
  min-height: 100vh;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tb-error-wrap.tb-style1 .container,
.tb-error-wrap.tb-style2 .container {
  max-width: 1330px;
}

.tb-error-text.tb-style1 .tb-error-title {
  font-size: 48px;
  margin-bottom: 15px;
}

.tb-error-text.tb-style1 .tb-error-desc {
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 25px;
  max-width: 560px;
}

.tb-error-text.tb-style1.tb-color1 .tb-error-title {
  color: #fff;
}

.tb-error-text.tb-style1.tb-color1 .tb-error-desc {
  color: #fff;
  opacity: 0.7;
}

.tb-error-text.tb-style1.tb-color1 .tb-style1.tb-color3 {
  color: #fff;
  border-color: #fff;
}

.tb-error-text.tb-style1.tb-color1 .tb-style1.tb-color3:hover {
  color: #007aff;
}

.tb-error-img.tb-style2 {
  width: 50vw;
  height: 100vh;
  margin-left: -15px;
}

.tb-error-wrap.text-center .tb-error-desc {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .tb-error-img.tb-style2 {
    width: 100%;
    height: 350px;
    margin-left: -0;
  }

  .tb-error-wrap.tb-style2 {
    padding: 60px 0;
  }
}

/*========== End Error Page  ==========*/
/*========== Start Pricing Table  ==========*/
.tb-pricing-table.tb-style1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  max-width: 830px;
  margin: auto;
}

.tb-pricing-table.tb-style1 .tb-pricing-col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid rgba(34, 34, 34, 0.1);
  margin-left: -1px;
  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;
}

.tb-pricing-table.tb-style1 .tb-pricing-row {
  text-align: center;
  min-height: 40px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
  padding: 11px 15px;
  font-size: 14px;
  margin-bottom: -1px;
}

.tb-pricing-table.tb-style1 .tb-pricing-title {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 280px;
}

.tb-pricing-table.tb-style1 .tb-pricing-title .tb-pricing-row {
  text-align: left;
}

.tb-pricing-table.tb-style1 .tb-packeg-heading {
  background-color: rgba(34, 34, 34, 0.02);
}

.tb-pricing-table.tb-style1 .tb-price {
  font-size: 48px;
  margin-bottom: 16px;
  margin-top: 6px;
}

.tb-pricing-table.tb-style1 .tb-price-currency {
  font-style: initial;
  font-size: 16px;
  position: relative;
  top: -8px;
  margin-right: 3px;
}

.tb-pricing-table.tb-style1 .tb-btn {
  margin-bottom: 4px;
}

.tb-packeg.tb-style1 .tb-packeg-heading,
.tb-packeg.tb-style2 .tb-packeg-heading {
  background: rgba(34, 34, 34, 0.02);
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
  padding: 10px 30px;
  font-size: 14px;
}

.tb-packeg.tb-style1 .tb-packeg-price,
.tb-packeg.tb-style2 .tb-packeg-price {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
  font-size: 48px;
  font-weight: 500;
  padding: 23px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tb-packeg.tb-style1 .tb-packeg-currency,
.tb-packeg.tb-style2 .tb-packeg-currency {
  font-style: normal;
  font-size: 16px;
  position: relative;
  top: 11px;
  margin-right: 2px;
}

.tb-packeg.tb-style1 .tb-packeg-per,
.tb-packeg.tb-style2 .tb-packeg-per {
  padding-bottom: 7px;
  margin-left: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.tb-packeg.tb-style1 .tb-packeg-btn,
.tb-packeg.tb-style2 .tb-packeg-btn {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6em;
  border-top: 1px solid rgba(34, 34, 34, 0.1);
  color: #222;
  padding: 0.4em 1.5em;
  text-align: center;
}

.tb-packeg.tb-style1 .tb-packeg-btn:hover,
.tb-packeg.tb-style2 .tb-packeg-btn:hover {
  background-color: rgba(34, 34, 34, 0.02);
}

.tb-packeg.tb-style1.tb-featured-packeg,
.tb-packeg.tb-style2.tb-featured-packeg {
  margin-top: -25px;
}

.tb-packeg.tb-style1.tb-featured-packeg .tb-packeg-price,
.tb-packeg.tb-style2.tb-featured-packeg .tb-packeg-price {
  padding: 36px 30px 35px;
}

.tb-packeg.tb-style1.tb-featured-packeg .tb-packeg-btn,
.tb-packeg.tb-style2.tb-featured-packeg .tb-packeg-btn {
  color: rgba(255, 255, 255, 0.9);
  background-color: #007aff;
}

.tb-packeg.tb-style1.tb-featured-packeg .tb-packeg-btn:hover,
.tb-packeg.tb-style2.tb-featured-packeg .tb-packeg-btn:hover {
  opacity: 0.8;
}

.tb-packeg.tb-style1,
.tb-packeg.tb-style2,
.tb-packeg.tb-style3 {
  border: 1px solid rgba(34, 34, 34, 0.1);
  text-align: center;
}

.tb-packeg-feature {
  font-size: 14px;
  padding: 25px 30px;
}

.tb-packeg-feature li:not(:last-child) {
  margin-bottom: 12px;
}

.tb-packeg-feature .tb-packeg-icon {
  margin-right: 8px;
  font-size: 12px;
}

.tb-packeg-per {
  font-size: 14px;
  color: rgba(34, 34, 34, 0.4);
}

.tb-packeg.tb-style2 {
  text-align: left;
}

.tb-packeg.tb-style2 .tb-packeg-price {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.tb-packeg.tb-style3 {
  padding: 15px;
}

.tb-packeg.tb-style3 .tb-packeg-img {
  height: 160px;
  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;
}

.tb-packeg.tb-style3 .tb-packeg-heading {
  font-size: 16px;
  line-height: 1.2em;
}

.tb-packeg.tb-style3 .tb-packeg-price {
  font-size: 36px;
  margin-bottom: 0;
}

.tb-check {
  color: #34c759;
  font-size: 12px;
}

.tb-cross {
  color: rgba(34, 34, 34, 0.4);
  font-size: 12px;
}

.tb-pricing-tab.tb-style1 .tb-pricing-switch {
  margin-right: -30px;
  margin-left: -30px;
}

.tb-pricing-tab.tb-style1 li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
}

.tb-pricing-tab.tb-style1 li a {
  font-size: 15px;
  padding: 0 40px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tb-pricing-tab.tb-style1 li:first-child a {
  padding-left: 0;
}

.tb-pricing-tab.tb-style1 li:last-child a {
  padding-right: 0;
}

.tb-pricing-tab.tb-style1 li.tb-active .tb-pricing-switch span {
  left: 3px;
}

.tb-pricing-switch {
  position: relative;
  height: 32px;
  width: 60px;
  background-color: #34c759;
  border-radius: 16px;
  pointer-events: none;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.tb-pricing-switch span {
  display: block;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: -0.382px 1.963px 3.92px 0.08px rgba(0, 0, 0, 0.2);
  box-shadow: -0.382px 1.963px 3.92px 0.08px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 31px;
  top: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tb-pricing-tab.tb-style2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tb-pricing-tab.tb-style2 .tb-tab-links {
  border: 2px solid rgba(34, 34, 34, 0.4);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 5px;
}

.tb-pricing-tab.tb-style2 a {
  min-width: 100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 7px 10px;
  color: rgba(34, 34, 34, 0.4);
}

.tb-pricing-tab.tb-style2 a:hover {
  background-color: rgba(34, 34, 34, 0.02);
}

.tb-pricing-tab.tb-style2 .tb-active a {
  background-color: rgba(34, 34, 34, 0.4);
  color: #fff;
}

.tb-pricing-tab.tb-style2 li:first-child a {
  border-radius: 3px 0 0 3px;
}

.tb-pricing-tab.tb-style2 li:last-child a {
  border-radius: 0 3px 3px 0;
}

.tb-packeg.tb-style3 .tb-packeg-feature {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 991px) {
  .tb-pricing-table.tb-style1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tb-pricing-table.tb-style1 .tb-pricing-col {
    width: 100%;
    margin-bottom: 30px;
  }

  .tb-pricing-table.tb-style1 .tb-pricing-col:last-child {
    margin-bottom: 0;
  }

  .tb-pricing-table.tb-style3 .row>div {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/*========== End Pricing Table  ==========*/
/*========== Start Form Element  ==========*/
.custom-control-input:disabled~.custom-control-label::before,
.custom-control-label::before {
  background-color: #fff;
  border-color: rgba(34, 34, 34, 0.1);
}

.tb-checkbox-wrap.tb-style1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  color: rgba(34, 34, 34, 0.4);
  line-height: 1.3em;
}

.tb-checkbox-wrap.tb-style1 .tb-checkbox {
  margin-right: 8px;
}

.tb-checkbox-wrap.tb-style1.tb-color1 {
  color: #222;
}

.tb-checkbox-text.tb-style1 {
  font-size: 14px;
}

.tb-signup-img.tb-style1 {
  padding: 0 15px;
}

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

.tb-checkbox-wrap .tb-checkbox {
  margin-right: 5px;
}

.tb-checkbox.tb-style1,
.tb-checkbox.tb-style2,
.tb-checkbox.tb-style3 {
  display: block;
  height: 16px;
  width: 16px;
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.tb-checkbox.tb-style1 [type="checkbox"]:disabled+.tb-checkbox-icon,
.tb-checkbox.tb-style2 [type="checkbox"]:disabled+.tb-checkbox-icon,
.tb-checkbox.tb-style3 [type="checkbox"]:disabled+.tb-checkbox-icon {
  opacity: 0.25;
}

.tb-checkbox.tb-style1 input,
.tb-checkbox.tb-style2 input,
.tb-checkbox.tb-style3 input {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
  left: 0;
}

.tb-checkbox.tb-style1 .tb-checkbox-icon,
.tb-checkbox.tb-style2 .tb-checkbox-icon,
.tb-checkbox.tb-style3 .tb-checkbox-icon {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  border: 1px solid rgba(34, 34, 34, 0.1);
  font-size: 13px;
  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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tb-checkbox.tb-style1 .tb-checkbox-icon i,
.tb-checkbox.tb-style2 .tb-checkbox-icon i,
.tb-checkbox.tb-style3 .tb-checkbox-icon i {
  opacity: 0;
}

.tb-checkbox.tb-style1 [type="checkbox"]:checked+.tb-checkbox-icon i,
.tb-checkbox.tb-style2 [type="checkbox"]:checked+.tb-checkbox-icon i,
.tb-checkbox.tb-style3 [type="checkbox"]:checked+.tb-checkbox-icon i {
  opacity: 1;
  color: #fff;
}

.tb-checkbox.tb-style1.tb-color1 [type="checkbox"]:checked+.tb-checkbox-icon,
.tb-checkbox.tb-style2.tb-color1 [type="checkbox"]:checked+.tb-checkbox-icon,
.tb-checkbox.tb-style3.tb-color1 [type="checkbox"]:checked+.tb-checkbox-icon {
  background-color: #5856d6;
  border-color: #5856d6;
}

.tb-checkbox.tb-style1.tb-color2 [type="checkbox"]:checked+.tb-checkbox-icon,
.tb-checkbox.tb-style2.tb-color2 [type="checkbox"]:checked+.tb-checkbox-icon,
.tb-checkbox.tb-style3.tb-color2 [type="checkbox"]:checked+.tb-checkbox-icon {
  background-color: #007aff;
  border-color: #007aff;
}

.tb-checkbox.tb-style1.tb-color3 [type="checkbox"]:checked+.tb-checkbox-icon,
.tb-checkbox.tb-style2.tb-color3 [type="checkbox"]:checked+.tb-checkbox-icon,
.tb-checkbox.tb-style3.tb-color3 [type="checkbox"]:checked+.tb-checkbox-icon {
  background-color: #34c759;
  border-color: #34c759;
}

.tb-checkbox.tb-style1.tb-color4 [type="checkbox"]:checked+.tb-checkbox-icon,
.tb-checkbox.tb-style2.tb-color4 [type="checkbox"]:checked+.tb-checkbox-icon,
.tb-checkbox.tb-style3.tb-color4 [type="checkbox"]:checked+.tb-checkbox-icon {
  background-color: #ff3b30;
  border-color: #ff3b30;
}

.tb-checkbox.tb-style1.tb-color5 [type="checkbox"]:checked+.tb-checkbox-icon,
.tb-checkbox.tb-style2.tb-color5 [type="checkbox"]:checked+.tb-checkbox-icon,
.tb-checkbox.tb-style3.tb-color5 [type="checkbox"]:checked+.tb-checkbox-icon {
  background-color: #ffcc00;
  border-color: #ffcc00;
}

.tb-checkbox.tb-style1.tb-color6 [type="checkbox"]:checked+.tb-checkbox-icon,
.tb-checkbox.tb-style2.tb-color6 [type="checkbox"]:checked+.tb-checkbox-icon,
.tb-checkbox.tb-style3.tb-color6 [type="checkbox"]:checked+.tb-checkbox-icon {
  background-color: #5ac8fa;
  border-color: #5ac8fa;
}

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

.tb-checkbox-list .tb-checkbox-wrap {
  margin-right: 30px;
}

.tb-checkbox-list .tb-checkbox-wrap:last-child {
  margin-right: 0;
}

.tb-checkbox.tb-style2 .tb-checkbox-icon {
  border-width: 2px;
  border-color: rgba(34, 34, 34, 0.4);
}

.tb-checkbox.tb-style2.tb-size1 {
  height: 18px;
  width: 18px;
}

.tb-checkbox.tb-style3 {
  height: 12px;
  width: 12px;
}

.tb-checkbox.tb-style3 .tb-checkbox-icon {
  border-radius: 2px;
  border-color: rgba(34, 34, 34, 0.4);
  font-size: 10px;
  padding-bottom: 0;
}

/** 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%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding-right: 17px;
  min-height: 29px;
}

.custom-select-trigger:hover {
  color: rgba(34, 34, 34, 0.7);
}

.custom-select-trigger:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 49%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 9px;
  transition: -webkit-transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(34, 34, 34, 0.7);
  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);
  transform: translateY(-50%) rotate(-180deg);
}

.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0px;
  right: 0;
  margin-top: 0px;
  background-color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  z-index: 10;
  border: 1px solid rgba(34, 34, 34, 0.1);
  border-radius: 4px;
  border-bottom-width: 2px;
  max-height: 285px;
  overflow: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

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

.custom-option {
  position: relative;
  display: block;
  padding: 7px 15px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
  color: rgba(34, 34, 34, 0.7);
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #fff;
  font-size: 13px;
}

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

.custom-option:hover {
  background: rgba(34, 34, 34, 0.02);
}

/*Style Two*/
.tb-form-field.tb-style1 .custom-select-trigger {
  border: 1px solid rgba(34, 34, 34, 0.1);
  background-color: #fff;
  font-weight: 400;
}

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

.tb-custom-select-wrap.tb-style2 .custom-select-trigger {
  min-height: 36px;
  border: 1px solid rgba(34, 34, 34, 0.1);
  padding: 3px 15px;
  border-radius: 4px;
  font-size: 14px;
  color: #222;
}

.tb-custom-select-wrap.tb-style2 .custom-select-trigger:after {
  right: 15px;
  border-top: 5px solid #222;
}

.tb-custom-select-wrap.tb-style2 .custom-options {
  width: 100%;
}

.tb-custom-select-wrap.tb-style2 .custom-option {
  font-size: 14px;
}

.tb-custom-select-wrap.tb-style2.tb-color1 .custom-select-trigger {
  color: rgba(34, 34, 34, 0.4);
}

.tb-custom-select-wrap.tb-style2.tb-color1 .custom-select-trigger:after {
  border-top: 5px solid rgba(34, 34, 34, 0.4);
}

/*End Custom Select*/
.tb-login-wrap.tb-style1 {
  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;
  min-height: 100vh;
  padding: 60px 0;
}

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

.tb-login-wrap.tb-style2 .tb-left-login {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: 600px;
  min-height: 100vh;
  width: 100%;
  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;
  padding-bottom: 60px;
}

.tb-login-wrap.tb-style2 .tb-left-login .tb-footer-nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 11px 0;
}

.tb-login-wrap.tb-style2 .tb-left-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tb-login-wrap.tb-style3 {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 100vh;
  padding: 45px 0;
}

.tb-login-wrap.tb-style3 .tb-left-login,
.tb-login-wrap.tb-style3 .tb-left-right {
  padding: 15px;
}

.tb-login-image {
  min-width: 460px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}

.tb-login-image.tb-height1 {
  height: 573px;
}

.tb-login-image.tb-height2 {
  height: 620px;
}

.tb-login-image .tb-login-image-text {
  color: #fff;
  padding: 50px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
}

.tb-login-image .tb-login-image-text p {
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 9px;
}

.tb-login-image .tb-login-image-text span {
  display: block;
  font-size: 14px;
  opacity: 0.8;
}

.tb-forget-pass-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

input:focus,
textarea:focus {
  outline: none;
}

input,
textarea {
  border: 1px solid rgba(34, 34, 34, 0.1);
  font-size: 14px;
  line-height: 1.6em;
  padding: 6px 15px;
  width: 100%;
  display: block;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
}

input:focus,
textarea:focus {
  border-color: rgba(34, 34, 34, 0.4);
}

input[type="checkbox"],
input[type="radio"] {
  width: initial;
}

textarea {
  height: 147px;
}

.form-control::-webkit-input-placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(34, 34, 34, 0.4);
}

.form-control::-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: rgba(34, 34, 34, 0.4);
}

.form-control:-ms-input-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.4);
}

.form-control:-moz-placeholder,
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: rgba(34, 34, 34, 0.4);
}

form .row {
  margin-top: 0px;
}

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

.tb-form-separator {
  overflow: hidden;
  display: block;
  text-align: center;
  color: rgba(34, 34, 34, 0.4);
  position: relative;
}

.tb-form-separator:before,
.tb-form-separator:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 50%;
  background-color: rgba(34, 34, 34, 0.1);
  top: 9px;
}

.tb-form-separator:before {
  left: -16px;
}

.tb-form-separator:after {
  right: -16px;
}

.tb-form.tb-style1 .tb-form-title,
.tb-form.tb-style2 .tb-form-title {
  font-size: 32px;
  margin-bottom: 0;
}

.tb-form.tb-style1 .tb-form-subtitle,
.tb-form.tb-style2 .tb-form-subtitle {
  font-size: 16px;
  line-height: 1.6em;
}

.tb-form.tb-style1 .row,
.tb-form.tb-style2 .row {
  margin-right: -7px;
  margin-left: -7px;
  margin-top: -15px;
}

.tb-form.tb-style1 .row [class*=col-],
.tb-form.tb-style2 .row [class*=col-] {
  margin-top: 15px;
  padding-left: 7px;
  padding-right: 7px;
}

.tb-form.tb-style2 {
  max-width: 460px;
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  margin: auto;
  padding: 50px;
  text-align: center;
}

.tb-social-area.tb-style1 li:not(:last-child) {
  margin-bottom: 10px;
}

.tb-form-btn.tb-style1 {
  width: 100%;
  padding: 0px;
  height: 36px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6em;
  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;
  text-align: center;
}

.tb-form-btn.tb-style1 i {
  width: 36px;
  height: 100%;
  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;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.tb-form-btn.tb-style1 span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tb-form-btn.tb-style1:hover {
  opacity: 0.85;
}

.tb-form-btn.tb-style1.tb-color1 {
  background-color: #007aff;
  color: rgba(255, 255, 255, 0.9);
}

.tb-form-btn.tb-style1.tb-colo2 {
  background-color: #007aff;
  color: rgba(255, 255, 255, 0.9);
}

.tb-form-btn.tb-style1.tb-colo3 {
  background-color: #ff3b30;
  color: rgba(255, 255, 255, 0.9);
}

.tb-form-btn.tb-style2.tb-color1:before {
  background-color: rgba(34, 34, 34, 0.4);
}

.tb-form-btn.tb-style2.tb-color1:after {
  background-color: rgba(34, 34, 34, 0.7);
}

.tb-form-btn.tb-style2 {
  display: inline-block;
  position: relative;
  line-height: 1.35em;
}

.tb-form-btn.tb-style2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(34, 34, 34, 0.7);
}

.tb-form-btn.tb-style2:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #222;
}

.tb-checkbox-text .tb-form-btn.tb-style2:before {
  background-color: rgba(34, 34, 34, 0.1);
}

.tb-form-btn.tb-style2:hover:after {
  opacity: 1;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.tb-form-btn.tb-style2.tb-type1:before,
.tb-form-btn.tb-style2.tb-type1:after {
  height: 1px;
}

.tb-form-field-wrap.tb-style1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tb-form-field-wrap.tb-style1 .tb-form-field-label {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 160px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.2em;
  padding: 0px 20px;
  text-align: right;
  min-height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tb-form-field-wrap.tb-style1 .tb-form-field {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}

.tb-form-field-wrap.tb-style1 .tb-with-left-icon {
  position: relative;
}

.tb-form-field-wrap.tb-style1 .tb-with-left-icon .tb-form-field-left-icon {
  position: absolute;
  font-size: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: rgba(34, 34, 34, 0.4);
}

.tb-form-field-wrap.tb-style1 .tb-with-left-icon input {
  padding-left: 45px;
}

.tb-profile-setting-container .tb-form-field-wrap.tb-style1 .tb-form-field-label {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tb-form-field-wrap.tb-style2 .tb-form-field-label {
  font-size: 14px;
  line-height: 1.6em;
  margin-bottom: 2px;
  display: block;
}

.tb-form-field.tb-with-left-text {
  position: relative;
}

.tb-form-field.tb-with-left-text .tb-form-field-left-text {
  position: absolute;
  left: 1px;
  top: 1px;
  height: calc(100% - 2px);
  width: 35px;
  background-color: rgba(34, 34, 34, 0.02);
  border-right: 1px solid rgba(34, 34, 34, 0.1);
  border-radius: 4px 0 0 4px;
  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;
  font-size: 14px;
  color: rgba(34, 34, 34, 0.4);
}

.tb-form-field.tb-with-left-text input {
  padding-left: 48px;
}

.tb-form-field.tb-with-right-text {
  position: relative;
}

.tb-form-field.tb-with-right-text .tb-form-field-right-text {
  position: absolute;
  right: 1px;
  height: calc(100% - 2px);
  top: 1px;
  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;
  font-size: 14px;
  width: 52px;
  border-left: 1px solid rgba(34, 34, 34, 0.1);
  background-color: rgba(34, 34, 34, 0.02);
  border-radius: 0 4px 4px 0;
  color: rgba(34, 34, 34, 0.4);
}

.tb-form-field.tb-with-right-text input {
  padding-right: 67px;
}

.tb-form-field.tb-color1 input {
  color: #222;
}

.tb-form-field-note {
  font-size: 13px;
  color: rgba(34, 34, 34, 0.4);
  margin-top: 5px;
}

.tb-radio-wrap.tb-style1 {
  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-radio-wrap.tb-style1 .tb-radio {
  margin-bottom: 4px;
  padding-left: 22px;
  cursor: pointer;
  font-size: 14px;
  position: relative;
  display: block;
  line-height: 1.6em;
  margin-bottom: 0;
  margin-right: 15px;
}

.tb-radio-wrap.tb-style1 .tb-radio:last-child {
  margin-right: 0;
}

.tb-radio-wrap.tb-style1 .tb-radio input {
  position: absolute;
  left: -9999px;
}

.tb-radio-wrap.tb-style1 .tb-radio i {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 0;
  display: block;
  width: 12px;
  height: 12px;
  outline: 0;
  border: 1px solid rgba(34, 34, 34, 0.4);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50%;
}

.tb-radio-wrap.tb-style1 .tb-radio input:checked+i {
  border-color: #007aff;
  border-width: 4px;
}

.tb-radio-wrap.tb-style1.tb-type1 .tb-radio {
  margin-right: 25px;
}

.tb-radio-wrap.tb-style1.tb-type1 .tb-radio:last-child {
  margin-right: 0;
}

.tb-switch-wrap.tb-style1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tb-switch-wrap.tb-style1 .tb-switch-text {
  font-size: 14px;
}

.tb-switch {
  position: relative;
  width: 36px;
  height: 20px;
  border-radius: 10px;
  background-color: rgba(34, 34, 34, 0.4);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tb-switch span {
  display: block;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 2px 0.99px 0.01px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 0.99px 0.01px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 2px;
  left: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tb-switch.tb-active {
  background-color: #34c759;
}

.tb-switch.tb-active span {
  left: 18px;
}

.form-control {
  font-size: 14px;
  border-color: rgba(34, 34, 34, 0.1);
  background-color: #fff;
}

.form-text {
  font-size: 12px;
  color: rgba(34, 34, 34, 0.4) !important;
  line-height: 1.6em;
}

.invalid-feedback,
.valid-feedback {
  font-size: 12px;
  line-height: 1.6em;
}

.form-group label {
  margin-bottom: 5px;
}

.form-group select:focus,
.form-group input:focus,
.form-group textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.input-group-text {
  padding: 3px 10px;
  line-height: 1.6em;
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus,
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus,
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control:focus {
  color: rgba(34, 34, 34, 0.7);
}

.input-group-text {
  color: rgba(34, 34, 34, 0.7);
  background-color: rgba(34, 34, 34, 0.02);
  border-color: rgba(34, 34, 34, 0.1);
}

.custom-control-label::before {
  border-color: rgba(34, 34, 34, 0.1);
}

.form-control:focus {
  color: rgba(34, 34, 34, 0.7);
  background-color: #fff;
  border-color: #5ac8fa;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.input-group .btn {
  padding: 0 15px;
  font-weight: 400;
  border-right: 2px solid rgba(255, 255, 255, 0.1);
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  background-color: #5ac8fa;
  border-color: #5ac8fa;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #ff3b30;
}

.invalid-feedback,
.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
  color: #ff3b30;
}

.dropdown-item {
  color: rgba(34, 34, 34, 0.7);
}

.custom-control-input:checked~.custom-control-label::before {
  border-color: #5ac8fa;
  background-color: #5ac8fa;
}

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #34c759;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: rgba(34, 34, 34, 0.1);
}

.custom-control-label::after {
  left: -24px;
}

.tb-cs-input-btn {
  position: relative;
}

.tb-cs-input-btn:before {
  content: '';
  position: absolute;
  height: 50px;
  width: 100px;
  background-color: #fff;
  left: 5px;
  bottom: 1px;
  pointer-events: none;
}

.tb-cs-input-btn span {
  position: absolute;
  bottom: 16px;
  left: 16px;
  width: 80px;
  height: 28px;
  border: 1px solid rgba(34, 34, 34, 0.1);
  text-align: center;
  line-height: 26px;
  font-size: 13px;
  border-radius: 4px;
  font-weight: 500;
  background: rgba(34, 34, 34, 0.02);
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tb-cs-input-btn:hover span {
  background-color: rgba(34, 34, 34, 0.05);
}

.form-control-file:hover {
  cursor: pointer;
}

.form-control-file {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .tb-login-wrap.tb-style3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 575px) {
  .tb-login-image {
    min-width: 100%;
  }

  .tb-login-image-text br {
    display: none;
  }

  .tb-form-field-wrap.tb-style1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tb-form-field-wrap.tb-style1 .tb-form-field-label {
    width: 100%;
    padding-right: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 0;
  }
}

/*========== End Form Element  ==========*/
/*========== Start Accordion ==========*/
/*Accordion Style1*/
.tb-accordian-body {
  display: none;
}

.tb-accordian.tb-active .tb-accordian-body {
  display: block;
}

.tb-accordian-wrap.tb-style1 .tb-accordian-title {
  font-size: 16px;
  line-height: 1.6em;
  color: #222;
  font-weight: 500;
  padding: 12px 15px;
  border: 1px solid rgba(34, 34, 34, 0.1);
  border-radius: 4px;
  background-color: rgba(34, 34, 34, 0.02);
  position: relative;
  cursor: pointer;
  padding-right: 35px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tb-accordian-wrap.tb-style1 .tb-accordian-title.tb-open {
  color: #007aff;
}

.tb-accordian-wrap.tb-style1 .tb-accordian-title>i {
  font-size: 21px;
  line-height: 0.5em;
  position: relative;
  top: 5px;
  margin-right: 8px;
}

.tb-accordian-wrap.tb-style1 .tb-accordian-body {
  padding: 15px 20px;
  font-size: 14px;
  line-height: 1.6em;
  border: 1px solid rgba(34, 34, 34, 0.1);
  margin-top: -2px;
  border-top: 0;
}

.tb-accordian-wrap.tb-style1 .tb-accordian-body p {
  margin-bottom: 18px;
}

.tb-accordian-wrap.tb-style1 .tb-accordian-body p:last-child {
  margin-bottom: 0;
}

.tb-accordian-wrap.tb-style1 .tb-accordian:not(:last-child) {
  margin-bottom: 15px;
}

.tb-accordian-toggle {
  display: block;
  height: 10px;
  width: 10px;
  right: 20px;
  position: absolute;
  top: 50%;
  margin-top: -5px;
}

.tb-accordian-toggle:before,
.tb-accordian-toggle:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 10px;
  background: #222;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tb-accordian-toggle:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 3px;
  left: 0;
}

.tb-accordian-toggle:after {
  top: 3px;
  left: 0px;
}

.tb-accordian-toggle.tb-style1 {
  height: 20px;
  width: 20px;
  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;
  line-height: 1.6em;
  font-size: 21px;
  top: 19px;
  right: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tb-accordian-toggle.tb-style1:before,
.tb-accordian-toggle.tb-style1:after {
  display: none;
}

.tb-accordian-title.tb-open .tb-accordian-toggle.tb-style1 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.tb-accordian-title.tb-open .tb-accordian-toggle:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #007aff;
}

.tb-accordian-title.tb-open .tb-accordian-toggle:after {
  background-color: #007aff;
}

/*========== End Accordion ==========*/
/*========== Start Documentation  ==========*/
.tb-doc-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tb-doc-wrap .tb-doc-left {
  margin-right: 70px;
  width: 270px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

/*Doc Nav*/
.tb-doc-header.tb-style1 {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 280px;
  background: #fff;
  border-right: 1px solid rgba(34, 34, 34, 0.1);
}

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

.tb-doc-nav-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
}

.tb-doc-nav-list .tb-doc-dropdown.tb-doc-active {
  display: block;
}

.tb-doc-nav-list li {
  margin-bottom: 10px;
  position: relative;
}

.tb-doc-nav-list a {
  font-size: 14px;
  color: #222;
  font-weight: 500;
  padding: 7px 15px;
  display: block;
  width: 100%;
  line-height: 1.6em;
  border-radius: 4px;
}

.tb-doc-nav-list ul a {
  padding-left: 30px;
}

.tb-doc-nav-list a:hover,
.tb-doc-nav-list a.active {
  background-color: rgba(34, 34, 34, 0.02);
}

.tb-doc-nav-list ul ul a {
  padding-left: 40px;
}

.tb-doc-nav {
  width: 270px;
  display: block;
  position: fixed;
}

.tb-doc-container {
  padding-left: 310px;
  padding-right: 30px;
}

.tb-doc-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.tb-doc-section h2 {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 32px;
}

.tb-doc-section p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 22px;
}

.tb-doc-section p:last-child {
  margin-bottom: 0;
}

.tb-doc-header .tb-site-title {
  display: block;
  padding: 28px 20px;
  font-size: 22px;
}

.tb-doc-has-children {
  position: relative;
}

.tb-doc-nav .tb-dropdown-btn {
  position: absolute;
  height: 30px;
  width: 30px;
  right: 0;
  top: 5px;
  margin-right: 5px;
  cursor: pointer;
}

.tb-doc-nav .tb-dropdown-btn:before,
.tb-doc-nav .tb-dropdown-btn:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 8px;
  background-color: rgba(34, 34, 34, 0.7);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tb-doc-nav .tb-dropdown-btn:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.tb-doc-nav .tb-dropdown-btn.tb-active:after,
.tb-doc-nav .tb-doc-dropdown.tb-doc-active+.tb-dropdown-btn:after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}

.tb-doc-body h1 {
  font-size: 56px;
  font-weight: 500;
  margin-bottom: 0px;
}

.tb-doc-subtitle {
  font-size: 21px;
  line-height: 1.6em;
}

.tb-doc-body h2 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 0;
}

.tb-doc-paragraph p {
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 5px;
}

.tb-doc-paragraph p:last-child {
  margin-bottom: 0;
}

.tb-doc-nav-dropdown-btn {
  position: absolute;
  height: 20px;
  width: 20px;
  top: 8px;
  right: 5px;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tb-doc-nav-dropdown-btn:before {
  content: '';
  height: 0px;
  width: 0px;
  position: absolute;
  right: 4px;
  top: 7px;
  z-index: 2;
  cursor: pointer;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(34, 34, 34, 0.4);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  pointer-events: none;
}

.tb-doc-nav-dropdown-btn.active:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

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

.tb-structure-list ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 15px;
}

.tb-structure-list ul li {
  display: block;
  position: relative;
}

.tb-structure-list ul li:before {
  content: '|--';
  display: inline-block;
  margin-right: 5px;
}

.tb-doc-box {
  border: 1px solid rgba(34, 34, 34, 0.1);
  border-radius: 4px;
  padding: 15px 20px;
}

.tb-doc-paragraph .tb-table.tb-style1.tb-type1 .table {
  min-width: 100%;
}

@media screen and (max-width: 1450px) {
  .tb-doc-wrap .tb-doc-left {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .tb-doc-body h1 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 0px;
  }

  .tb-doc-subtitle {
    font-size: 18px;
  }
}

/*========== End Documentation  ==========*/
/*========== Start CTA  ==========*/
.tb-cta.tb-style1,
.tb-cta.tb-style2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
  border-radius: 4px;
}

.tb-cta.tb-style1 .tb-cta-img,
.tb-cta.tb-style2 .tb-cta-img {
  margin-right: 30px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.tb-cta.tb-style1 .tb-cta-title,
.tb-cta.tb-style2 .tb-cta-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
}

.tb-cta.tb-style1 .tb-cta-subtitle,
.tb-cta.tb-style2 .tb-cta-subtitle {
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 24px;
}

.tb-cta.tb-style2 {
  padding: 0;
}

.tb-cta.tb-style2 .tb-cta-title {
  font-size: 36px;
  margin-bottom: 6px;
}

.tb-cta.tb-style2 .tb-cta-subtitle {
  font-size: 18px;
  margin-bottom: 22px;
}

.tb-cta.tb-style2 .tb-btn.tb-style3 {
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .tb-cta.tb-style1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .tb-cta.tb-style1 .tb-cta-img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 575px) {
  .tb-cta.tb-style2 {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

/*========== End CTA  ==========*/
/*========== Start Testimonial  ==========*/
.tb-transition-list.tb-style1 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
  padding: 15px 30px;
}

.tb-transition-list.tb-style1 .tb-transition-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin-right: 13px;
}

.tb-transition-list.tb-style1 .tb-transition-date span {
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(34, 34, 34, 0.4);
}

.tb-transition-list.tb-style1 .tb-transition-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 40px;
  color: rgba(34, 34, 34, 0.4);
  margin-right: 13px;
}

.tb-transition-list.tb-style1 .tb-transition-heading h2,
.tb-transition-list.tb-style1 .tb-transition-amount h2 {
  font-size: 16px;
  margin-bottom: 0;
}

.tb-transition-list.tb-style1 .tb-transition-heading span,
.tb-transition-list.tb-style1 .tb-transition-amount span {
  font-size: 13px;
  display: block;
}

.tb-transition-list.tb-style1 .tb-transition-amount {
  text-align: right;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

  .tb-transition-list.tb-style1 .tb-transition-heading h2,
  .tb-transition-list.tb-style1 .tb-transition-amount h2 {
    font-size: 14px;
  }
}

/*========== End Testimonial  ==========*/
/*========== Start Road Map  ==========*/
.tb-for-1-day {
  width: 14.2857%;
}

.tb-for-2-day {
  width: 28.5714%;
}

.tb-for-3-day {
  width: 42.8571%;
}

.tb-for-4-day {
  width: 57.1429%;
}

.tb-for-5-day {
  width: 71.4286%;
}

.tb-for-6-day {
  width: 85.7143%;
}

.tb-for-7-day {
  width: 100%;
}

.tb-task-color1 .tb-task-color-in {
  background-color: rgba(88, 86, 214, 0.4);
}

.tb-task-color1 .tb-progressbar-in {
  background-color: #5856d6;
}

.tb-task-color2 .tb-task-color-in {
  background-color: rgba(80, 180, 60, 0.4);
}

.tb-task-color2 .tb-progressbar-in {
  background-color: #34c759;
}

.tb-roadmap-task-heading {
  padding: 10px 30px;
  background-color: #fff;
  position: relative;
}

.tb-roadmap-task-title {
  display: inline-block;
  position: relative;
  font-size: 13px;
  padding: 5px 13px;
  padding-right: 46px;
  line-height: 1.6em;
  border: 1px solid rgba(34, 34, 34, 0.1);
  border-radius: 4px;
  background-color: rgba(34, 34, 34, 0.02);
  font-weight: 500;
}

.tb-roadmap-task-titleoption {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 17px;
  color: rgba(34, 34, 34, 0.4);
}

.tb-roadmap-user {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 230px;
  padding: 14px 30px;
}

.tb-roadmap-user .tb-project-card-user li {
  height: 32px;
  width: 32px;
}

.tb-roadmap-user .tb-project-card-user li.tb-project-card-user-more {
  height: 30px;
  width: 30px;
}

.tb-roadmap-user-task-list {
  border-top: 1px solid rgba(34, 34, 34, 0.1);
}

.tb-roadmap-user-task-list>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
  cursor: pointer;
}

.tb-roadmap-user-task-list .tb-roadmap-taskes {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tb-roadmap-user-task-list .tb-roadmap-single-task {
  padding: 10px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding-top: 0;
  margin-top: 10px;
  padding-bottom: 0;
  margin-bottom: 10px;
  cursor: pointer;
}

.tb-roadmap-user-task-list .tb-roadmap-single-task-in {
  position: relative;
  font-size: 14px;
  line-height: 1.6em;
  padding: 9px 15px;
  border-radius: 4px;
  overflow: hidden;
  color: #fff;
  background-color: #fff;
}

.tb-roadmap-user-task-list .tb-roadmap-single-task-in .tb-task-color-in {
  position: absolute;
  height: 100px;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 4px;
}

.tb-roadmap-user-task-list .tb-roadmap-task-text {
  padding-right: 10px;
  height: 22px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.tb-roadmap-user-task-list .tb-roadmap-task-options {
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  font-size: 17px;
  right: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}

.tb-roadmap-user-task-list .tb-progressbar-in {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.tb-roadmap-body .ui-sortable-placeholder:before {
  border-radius: 0px;
  border-width: 1px;
  background-color: rgba(34, 34, 34, 0.02);
}

.tb-roadmap-body .tb-roadmap-taskes .ui-sortable-placeholder:before {
  width: calc(100% - 20px);
  margin-left: 10px;
  border-radius: 4px;
}

.tb-roadmap-body .tb-roadmap-taskes .ui-sortable-placeholder:before {
  border-radius: 4px;
}

.tb-roadmap-body .tb-roadmap-row.ui-sortable-helper,
.tb-roadmap-body .tb-roadmap-user-task-list>.ui-sortable-helper {
  border: 1px solid rgba(34, 34, 34, 0.1) !important;
  background: #fff;
}

.tb-roadmap-head {
  height: 51px;
  position: relative;
}

.tb-roadmap-head-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
  background-color: rgba(34, 34, 34, 0.02);
  height: 51px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.tb-roadmap-head-in .tb-roadmap-head-left {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 230px;
  padding: 8px 30px;
}

.tb-roadmap-head-in .tb-roadmap-head-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tb-roadmap-head-in .tb-roadmap-week {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tb-roadmap-head-in .tb-roadmap-week li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  height: 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;
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(34, 34, 34, 0.4);
  position: relative;
}

.tb-roadmap-head-in .tb-roadmap-week li:before {
  content: '';
  position: absolute;
  height: 3000px;
  width: 1px;
  background-color: rgba(34, 34, 34, 0.1);
  left: 0;
  top: 0;
}

.tb-roadmap-head-in .custom-select-trigger {
  min-height: 30px;
  border: 1px solid rgba(34, 34, 34, 0.1);
  border-radius: 4px;
  background-color: #fff;
  padding: 5px 10px;
  padding-right: 20px;
  font-weight: 500;
}

.tb-roadmap-head-in .custom-select-trigger:after {
  right: 10px;
}

.tb-roadmap-head-in .custom-option {
  padding: 5px 10px;
}

.tb-roadmap-head-in .custom-options {
  width: 100%;
}

.tb-roadmap {
  position: relative;
  overflow: hidden;
}

.tb-roadmap-tab-btn {
  border: 1px solid rgba(34, 34, 34, 0.4);
  border-radius: 4px;
  overflow: hidden;
}

.tb-roadmap-tab-btn .tb-btn {
  font-size: 14px;
  line-height: 1.6em;
  color: rgba(34, 34, 34, 0.4);
  min-width: 80px;
  padding: 3px 10px;
}

.tb-roadmap-tab-btn .tb-btn:hover {
  background-color: rgba(34, 34, 34, 0.02);
}

.tb-roadmap-tab-btn .tb-btn.tb-active {
  background-color: rgba(34, 34, 34, 0.4);
  color: #fff;
}

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

.tb-roadmap-buttons .tb-roadmap-tab-btn {
  margin-right: 10px;
}

.tb-roadmap-out {
  min-width: 800px;
}

/*========== End Road Map  ==========*/
/*========== Start Live Chat  ==========*/
.tb-live-chat-wrap {
  -webkit-box-shadow: 0px 4px 36px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 36px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  width: 100%;
  max-width: 320px;
  overflow: hidden;
}

.tb-live-chat-heading {
  background-color: #007aff;
  border-radius: 10px 10px 0 0;
  position: relative;
}

.tb-live-chat-heading .tb-live-chat-user {
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: calc(100% - 50px);
  cursor: pointer;
}

.tb-live-chat-heading .tb-live-chat-user-img {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}

.tb-live-chat-heading .tb-live-chat-user-name {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
  margin-top: 3px;
}

.tb-live-chat-heading .tb-live-chat-user-text {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6em;
}

.tb-live-chat-list-wrap.tb-style1 .tb-live-chat-list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tb-live-chat-list-wrap.tb-style1 .tb-live-chat-list li:hover {
  background-color: rgba(34, 34, 34, 0.02);
}

.tb-live-chat-list-wrap.tb-style1 .tb-live-chat-list .tb-chat-avatar {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}

.tb-live-chat-list-wrap.tb-style1 .tb-live-chat-list .tb-chat-time {
  position: absolute;
  right: 20px;
  top: 10px;
  font-style: normal;
  font-size: 12px;
  line-height: 1.6em;
  color: rgba(34, 34, 34, 0.4);
}

.tb-live-chat-list-wrap.tb-style1 .tb-live-chat-list .tb-conversation-user-name {
  font-size: 13px;
  margin-bottom: 1px;
  margin-top: 3px;
  font-weight: 400;
}

.tb-live-chat-list-wrap.tb-style1 .tb-live-chat-list .tb-unseen-msg .tb-conversation-user-name {
  font-weight: 500;
}

.tb-live-chat-list-wrap.tb-style1 .tb-live-chat-list .tb-conversation-text p {
  font-size: 12px;
  line-height: 1.3em;
  margin-bottom: 0;
}

.tb-live-chat-list-wrap.tb-style1 .tb-unseen-msg {
  background-color: rgba(34, 34, 34, 0.02);
}

.tb-live-chat-list-wrap.tb-style1 .tb-live-chat-list {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto;
  height: 340px;
  border: 1px solid rgba(34, 34, 34, 0.1);
  border-bottom: none;
}

.tb-live-chat-list-wrap.tb-style1 .tb-custom-input-area .tb-custom-input-field,
.tb-live-chat.tb-style2 .tb-custom-input-area .tb-custom-input-field {
  height: 100%;
  width: 100%;
  padding: 15px 0 15px 20px;
  font-size: 13px;
  line-height: 1.6em;
  overflow: hidden;
}

.tb-live-chat-list-wrap.tb-style1 .tb-conversion-input,
.tb-live-chat.tb-style2 .tb-conversion-input {
  border: 1px solid rgba(34, 34, 34, 0.1);
  border-radius: 0 0 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.tb-live-chat-list-wrap.tb-style1 .tb-icon-group.tb-style1,
.tb-live-chat.tb-style2 .tb-icon-group.tb-style1 {
  padding: 14px 20px 14px 5px;
}

.tb-live-chat-list-wrap.tb-style1 .tb-icon-group.tb-style1 li:not(:last-child),
.tb-live-chat.tb-style2 .tb-icon-group.tb-style1 li:not(:last-child) {
  margin-right: 8px;
}

.tb-live-chat.tb-style2 .tb-conversation-list {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto;
  height: 340px;
  border: 1px solid rgba(34, 34, 34, 0.1);
  border-bottom: none;
}

.tb-live-chat.tb-style2 .tb-conversation-list {
  padding: 15px 0;
}

.tb-live-chat.tb-style2 .tb-conversation-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0px 20px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.tb-live-chat.tb-style2 .tb-conversation-list li p {
  display: inline-block;
}

.tb-live-chat.tb-style2 .tb-conversation-list li img {
  display: inline-block;
  margin-bottom: 5px;
}

.tb-live-chat.tb-style2 .tb-conversation-list .tb-another-side {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: transparent;
  text-align: left;
}

.tb-live-chat.tb-style2 .tb-conversation-list .tb-another-side p {
  background-color: rgba(34, 34, 34, 0.1);
  color: #222;
}

.tb-live-chat.tb-style2 .tb-chat-avatar {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}

.tb-live-chat.tb-style2 .tb-chat-time {
  display: none;
}

.tb-live-chat.tb-style2 .tb-conversation-text p {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 1.6em;
  background-color: #007aff;
  padding: 5px 10px;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.9);
}

.tb-toggle-chat-btn {
  height: 48px;
  width: 48px;
  background-color: #0077fc;
  color: rgba(255, 255, 255, 0.9);
  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;
  border-radius: 50%;
  font-size: 24px;
  position: relative;
  cursor: pointer;
}

.tb-toggle-chat-btn i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tb-toggle-chat-btn i:last-child {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}

.tb-toggle-chat-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 101;
}

.tb-toggle-chat-wrap .tb-live-chat-wrap {
  width: 320px;
  position: absolute;
  right: 0;
  bottom: 100%;
  background-color: #fff;
  margin-bottom: -15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tb-toggle-chat-wrap.tb-active .tb-live-chat-wrap {
  margin-bottom: 15px;
  opacity: 1;
  visibility: visible;
}

.tb-toggle-chat-wrap.tb-active .tb-toggle-chat-btn i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tb-toggle-chat-wrap.tb-active .tb-toggle-chat-btn i:first-child {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}

.tb-toggle-chat-wrap.tb-active .tb-toggle-chat-btn i:last-child {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.tb-live-chat-heading-btn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.7);
  right: 15px;
  font-size: 18px;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tb-live-chat-heading-btn:hover {
  color: white;
}

.tb-live-chat-list-btns {
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 0px 20px;
  border-top: 1px solid rgba(34, 34, 34, 0.1);
  color: rgba(34, 34, 34, 0.4);
}

.tb-live-chat-list-btns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
}

.tb-live-chat-body {
  position: relative;
}

.tb-live-chat-list-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tb-live-chat-wrap.tb-active .tb-live-chat-list-wrap {
  left: 100%;
}

.tb-user-arrow-btn {
  color: #fff;
  opacity: 0.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  margin-left: 0px;
  margin-right: 0px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tb-live-chat-wrap.tb-active .tb-user-arrow-btn {
  font-size: 18px;
  margin-left: -5px;
  margin-right: 15px;
}

.tb-chat-conversation.tb-live-chat.tb-style2 {
  position: relative;
  padding-bottom: 52px;
}

.tb-chat-conversation.tb-live-chat.tb-style2 .tb-conversion-input {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background: #fff;
  overflow: auto;
}

/*========== End Live Chat  ==========*/
/*========== Start Contact Page  ==========*/
.tb-contact-wrap.tb-style1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tb-contact-wrap.tb-style1 .tb-contact-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid rgba(34, 34, 34, 0.1);
}

.tb-contact-wrap.tb-style1 .tb-contact-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 991px) {
  .tb-contact-wrap.tb-style1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: block;
  }

  .tb-contact-wrap.tb-style1 .tb-contact-left {
    border-right: none;
    border-bottom: 1px solid rgba(34, 34, 34, 0.1);
  }
}

/*========== End Contact Page  ==========*/
/*========== Start User  ==========*/
.tb-user-heading.tb-style1 {
  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: 8px 30px 7px;
  margin-top: 0px;
}

.tb-user-heading.tb-style1 .tb-user-title {
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(34, 34, 34, 0.4);
  font-weight: 500;
  margin: 0;
}

.tb-user-heading.tb-style1 .tb-user-options {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgba(34, 34, 34, 0.4);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.tb-user-heading.tb-style1 .tb-user-options:hover {
  color: rgba(34, 34, 34, 0.7);
}

.tb-user-heading.tb-style1.tb-type1 {
  padding-left: 0;
  padding-right: 0;
}

.tb-user-list .tb-user.tb-style1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 30px;
}

.tb-user-list .tb-user.tb-style1:hover,
.tb-user-list .active .tb-user.tb-style1 {
  background-color: rgba(34, 34, 34, 0.02);
}

.tb-user-list .tb-user-img {
  position: relative;
  border-radius: 50%;
  margin-right: 8px;
}

.tb-user-list .tb-user-img img {
  height: 32px;
  width: 32px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.tb-user-list .tb-user-name {
  font-size: 14px;
  margin-bottom: 0px;
}

.tb-user-list .tb-user-time {
  display: block;
  font-size: 12px;
  color: rgba(34, 34, 34, 0.4);
  line-height: 1.2;
}

.tb-user-list .tb-online-status {
  height: 8px;
  width: 8px;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9);
}

.tb-user-list .tb-group-member {
  font-size: 12px;
  line-height: 1.3em;
}

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

.tb-user.tb-style2 .tb-user-img {
  border-radius: 50%;
  height: 34px;
  width: 34px;
  overflow: hidden;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.tb-user.tb-style2 .tb-user-img img {
  height: 100%;
  width: 100%;
}

.tb-user.tb-style2 .tb-user-name {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0;
  padding-top: 2px;
}

.tb-user.tb-style2 .tb-online-status {
  height: 8px;
  width: 8px;
}

.tb-user.tb-style3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tb-user.tb-style3 .tb-user-img {
  border-radius: 50%;
  height: 36px;
  width: 36px;
  overflow: hidden;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.tb-user.tb-style3 .tb-user-img img {
  height: 100%;
  width: 100%;
}

.tb-user.tb-style3 .tb-user-name {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 3px;
  padding-top: 8px;
}

.tb-user.tb-style3 .tb-online-status {
  height: 8px;
  width: 8px;
}

.tb-user.tb-style3 .tb-post-label.tb-style1 {
  margin-bottom: -2px;
}

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

.tb-user.tb-style4 .tb-user-img {
  margin-right: 20px;
  height: 128px;
  width: 128px;
  border-radius: 50%;
  overflow: hidden;
}

.tb-user.tb-style4 .tb-user-name {
  font-size: 20px;
  margin-bottom: 0;
}

.tb-user.tb-style4 .tb-lavel {
  font-size: 14px;
  line-height: 1.6em;
}

.tb-user.tb-style4 .tb-user-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tb-user.tb-style4 .btn {
  min-width: 140px;
  padding: 8px 15px;
  font-size: 14px;
  margin-right: 10px;
}

/*========== End User  ==========*/
/*========== Start Attachment List ==========*/
.tb-attachment-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 15px;
}

.tb-attachment-list.tb-style1 {
  display: block;
}

.tb-attachment-list li {
  margin-right: 15px;
  margin-bottom: 15px;
}

.tb-attachment {
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
  background: rgba(34, 34, 34, 0.02);
  border-radius: 5px;
  border: 1px solid rgba(34, 34, 34, 0.1);
  padding: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 40px;
  width: 100%;
  max-width: 245px;
}

.tb-attachment .tb-attachment-img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  height: 34px;
  width: 34px;
  margin-right: 8px;
}

.tb-attachment .tb-attachment-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.tb-attachment .tb-attachment-file {
  font-size: 40px;
  margin-left: -5px;
  margin-right: 2px;
  margin-top: -2px;
  margin-bottom: -2px;
  color: rgba(34, 34, 34, 0.4);
}

.tb-attachment .tb-attachment-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tb-attachment .tb-attachment-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 1px;
}

.tb-attachment .tb-attachment-size {
  font-size: 12px;
  color: rgba(34, 34, 34, 0.4);
  line-height: 1.2em;
}

.tb-attachment .tb-attachment-toggle {
  position: absolute;
  right: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tb-attachment .tb-attachment-toggle .tb-attachment-toggle-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  cursor: pointer;
  color: rgba(34, 34, 34, 0.4);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tb-attachment .tb-attachment-toggle .tb-attachment-toggle-btn:hover {
  color: rgba(34, 34, 34, 0.7);
}

/*========== End Attachment List ==========*/
/*========== Start Video Modal  ==========*/
.tb-pd-video .tb-video-open,
.tb-sample-img .tb-video-open {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 68px;
  -webkit-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;
  transition-delay: 0.3s;
}

.tb-video-popup.active {
  left: 0;
  -webkit-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;
  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;
  transition: all 0.4s ease-out;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  padding: 15px;
}

.tb-video-popup.active .tb-video-popup-content {
  -webkit-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;
  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);
  transform: rotate(-45deg);
  -webkit-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);
  transform: rotate(45deg);
  -webkit-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 Modal  ==========*/
/*========== Start Nestable List  ==========*/
.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dd-list .dd-list {
  padding-left: 30px;
}

.dd-collapsed .dd-list {
  display: none;
}

.dd-item,
.dd-empty,
.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px;
}

.dd-handle {
  display: block;
  text-decoration: none;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 42px !important;
  margin: 10px 0;
  color: rgba(34, 34, 34, 0.7);
  border: 1px solid rgba(34, 34, 34, 0.1);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  background: #fff;
  cursor: all-scroll;
}

.dd-handle span {
  line-height: inherit;
  padding: 10px 15px;
  display: block;
  background: rgba(34, 34, 34, 0.02);
}

.dd.tb-nestable.tb-style2 .dd-handle {
  color: #007aff;
  border: 1px solid rgba(0, 122, 255, 0.6);
  background: #fff;
}

.dd.tb-nestable.tb-style2 .dd-handle span {
  background: rgba(0, 122, 255, 0.1);
}

.dd.tb-nestable.tb-style2 .tb-nested-dropdown {
  border-color: rgba(0, 122, 255, 0.6);
}

.dd-item>button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 16px;
  height: 42px;
  margin: 5px 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  margin: 0;
  font-size: 16px;
  margin-right: 3px;
  margin-left: 12px;
  padding-top: 1px;
  color: #b5b5b5;
  display: none;
}

.dd-item>button:before {
  content: '+';
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
}

.dd-item>button[data-action="collapse"]:before {
  content: '-';
}

.dd-placeholder,
.dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  border: 2px dashed rgba(34, 34, 34, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 4px;
}

.dd-empty {
  border: 2px dashed rgba(34, 34, 34, 0.1);
  min-height: 100px;
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}

.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}

.dd-dragel>.dd-item .dd-handle {
  margin-top: 0;
}

.tb-nested-dropdown {
  padding: 15px;
  padding-top: 22px;
  padding-bottom: 5px;
  border: 1px solid rgba(34, 34, 34, 0.1);
  margin-top: -12px;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  display: none;
}

.tb-nested-dropdown-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tb-nested-dropdown-row .tb-nested-col-1 {
  width: 100%;
  padding: 0 7px;
  margin-bottom: 15px;
}

.tb-nested-dropdown-row .tb-nested-col-2 {
  width: 50%;
  padding: 0 7px;
  margin-bottom: 15px;
}

.tb-nested-dropdown-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tb-nested-dropdown-btn-group .btn:not(:last-child) {
  margin-right: 8px;
}

.tb-nested-dropdown-btn {
  position: absolute;
  right: 0;
  top: 0px;
  border: none;
  background-color: transparent;
  font-size: 26px;
  color: #b5b5b5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tb-nested-dropdown-btn:focus {
  outline: none;
}

.tb-nested-dropdown-btn:hover {
  color: rgba(34, 34, 34, 0.7);
}

.tb-nested-dropdown-btn.tb-active {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*========== End Nestable List  ==========*/
/*========== Start Theme Options  ==========*/
.tb-theme-options-demos {
  -webkit-box-shadow: 0px 5px 18px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 18px 2px rgba(0, 0, 0, 0.1);
  width: 240px;
  border-radius: 4px;
  padding: 40px 30px;
  background-color: #fff;
  height: 100vh;
  overflow: auto;
}

.tb-theme-options {
  position: fixed;
  z-index: 201;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tb-theme-options li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}

.tb-theme-options li:last-child {
  border-bottom: none;
}

.tb-theme-options li.tb-active:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 5px;
  background: #fff;
  right: -5px;
}

.tb-theme-options .tb-theme-options-switch {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 18px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 18px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px 0 0 4px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  z-index: 100;
  margin-left: -35px;
}

.tb-theme-options .tb-theme-options-switch:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 20px;
  background: #fff;
  right: -20px;
  top: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.tb-theme-options.active {
  right: 0px;
}

.tb-theme-options .tb-theme-options-switch-btn {
  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;
  height: 42px;
  width: 42px;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.tb-theme-options .tb-theme-options-switch-btn:hover {
  background-color: rgba(0, 0, 0, 0.02);
}

.tb-theme-options .tb-theme-options-switch-btn:hover .tb-theme-options-switch-tooltip {
  opacity: 1;
  visibility: visible;
}

.tb-theme-options .tb-theme-options-switch-btn .tb-theme-options-switch-tooltip {
  position: absolute;
  right: 100%;
  margin-right: 10px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  background-color: #fff;
  border-radius: 4px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.tb-theme-options .tb-theme-options-switch-btn .tb-theme-options-switch-tooltip span {
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  line-height: 1.5em;
  padding: 1px 6px;
}

.tb-theme-options-settings {
  -webkit-box-shadow: 0px 5px 18px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 18px 2px rgba(0, 0, 0, 0.1);
  width: 240px;
  border-radius: 4px;
  padding: 40px 30px;
  background-color: #fff;
}

.tb-theme-options-ui .tb-pricing-switch-parents {
  color: rgba(0, 0, 0, 0.7);
  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;
  position: relative;
  font-size: 15px;
}

.tb-theme-options-ui .tb-pricing-switch-parents .tb-theme-options-mode-text {
  display: inline-block;
  line-height: 1.6em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tb-theme-options-ui .tb-pricing-switch-parents .tb-theme-options-mode-text:last-child {
  position: absolute;
  left: 0;
  top: 4px;
  opacity: 0;
}

.tb-theme-options-settings-heading {
  color: #222;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 15px;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tb-theme-options-ui .tb-pricing-switch-parents.active .tb-theme-options-mode-text:last-child {
  opacity: 1;
}

.tb-theme-options-ui .tb-pricing-switch-parents.active .tb-theme-options-mode-text:first-child {
  opacity: 0;
}

.tb-theme-options-settings-subheading {
  color: #222;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
}

.tb-theme-options-accent-color-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -4px;
}

.tb-theme-options-accent-color-list .tb-accent-color {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  height: 25px;
  width: 25px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 3px;
  margin: 4px;
  cursor: pointer;
}

.tb-theme-options-accent-color-list span {
  display: block;
  height: 100%;
  width: 100%;
}

.tb-option-switch {
  position: relative;
  height: 32px;
  width: 60px;
  background-color: #34c759;
  border-radius: 16px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.tb-option-switch span {
  display: block;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: -0.382px 1.963px 3.92px 0.08px rgba(0, 0, 0, 0.2);
  box-shadow: -0.382px 1.963px 3.92px 0.08px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 4px;
  top: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tb-theme-options-mode .tb-option-switch:last-child {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.tb-theme-options-mode.active .tb-option-switch:last-child {
  visibility: visible;
}

.tb-demo-list {
  margin-top: 20px;
}

.tb-demo-list a {
  display: block;
  margin-bottom: 20px;
  border-radius: 4px;
  position: relative;
  text-align: center;
}

.tb-demo-list a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 111px;
  width: 100%;
  background-color: #000;
  opacity: 0;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tb-demo-list a:hover:before {
  opacity: 0.6;
}

.tb-demo-list a:hover:after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.tb-demo-list a img {
  border-radius: 4px;
  border: 1px solid #eaeaea;
}

.tb-demo-list a:last-child {
  margin-bottom: 0;
}

.tb-demo-list a span {
  display: block;
  font-size: 14px;
  line-height: 1.6em;
  color: #666;
  font-weight: 400;
  margin-top: 4px;
}

.tb-pricing-switch-parents.active .tb-option-switch span {
  left: 31px;
}

.tb-color-check,
.tb-icon-check {
  height: 16px;
  width: 16px;
  display: block;
  border: 1px solid #b5b5b5;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tb-icon-check {
  border-radius: 4px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tb-icon-check i {
  position: absolute;
  top: 0px;
  line-height: 1em;
  font-size: 12px;
  opacity: 0;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tb-icon-switch.active .tb-icon-check i {
  opacity: 1;
}

.tb-icon-switch.active .tb-icon-check {
  border-color: #34c759;
  background-color: #34c759;
}

.tb-theme-options .tb-color-switcher li,
.tb-theme-options .tb-icon-switch-wrap li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  border: none;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 10px;
}

.tb-theme-options .tb-color-switcher li:last-child,
.tb-theme-options .tb-icon-switch-wrap li:last-child {
  margin-bottom: 0;
}

.tb-theme-options .tb-color-switcher li.active-mode,
.tb-theme-options .tb-icon-switch-wrap li.active-mode {
  pointer-events: none;
}

.tb-theme-options .tb-color-switcher li.active-mode .tb-color-check,
.tb-theme-options .tb-icon-switch-wrap li.active-mode .tb-color-check {
  border-width: 5px;
  border-color: #34c759;
}

.tb-color-switcher {
  padding-bottom: 20px;
}

.tb-icon-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

.tb-switch-seperator {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}

.tb-ops-cross {
  position: absolute;
  top: 9px;
  right: 15px;
  font-size: 16px;
  color: #b5b5b5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.tb-ops-cross:hover {
  color: #666;
}

@media screen and (max-width: 575px) {
  .tb-theme-options {
    display: none;
  }
}

/*========== End Theme Options  ==========*/
.tb-main-header-left.tb-reverse-color {
  background-color: #101010;
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.tb-sidebarheader-toggle.tb-reverse-color div {
  background-color: rgba(255, 255, 255, 0.4);
}

.tb-header.tb-style1.tb-reverse-color .tb-main-header .tb-main-header-left {
  border-color: rgba(255, 255, 255, 0.1);
}

.tb-header.tb-reverse-color {
  color: rgba(255, 255, 255, 0.7);
  background-color: #101010;
}

.tb-header.tb-reverse-color .tb-megamenu-title,
.tb-header.tb-reverse-color .tb-dropdown.tb-style2 .tb-subdropdown-title,
.tb-header.tb-reverse-color .tb-dropdown.tb-style3 .tb-subdropdown-title,
.tb-header.tb-reverse-color .tb-dropdown.tb-style4 .tb-subdropdown-title,
.tb-header.tb-reverse-color .tb-dropdown.tb-style5 .tb-subdropdown-title,
.tb-header.tb-reverse-color .tb-dropdown.tb-style6 .tb-subdropdown-title,
.tb-header.tb-reverse-color .tb-dropdown.tb-style7 .tb-subdropdown-title,
.tb-header.tb-reverse-color .tb-nofify-title,
.tb-header.tb-reverse-color .tb-nofify-list.tb-style1 .tb-nofify-text .tb-nofify-text-head,
.tb-header.tb-reverse-color .tb-notify-dropdown .tb-btn.tb-style2:hover {
  color: rgba(255, 255, 255, 0.9);
}

.tb-header.tb-reverse-color .tb-nav-list>li>a,
.tb-header.tb-reverse-color .tb-nav-list ul a,
.tb-header.tb-reverse-color .tb-profile-nav .tb-dropdown a,
.tb-header.tb-reverse-color .tb-search.tb-style1 .tb-search-input,
.tb-header.tb-reverse-color .tb-profile-nav.tb-style1 .tb-profile-nav-text h4,
.tb-header.tb-reverse-color .tb-nofify-list.tb-style1 li a:hover,
.tb-header.tb-reverse-color .tb-btn.tb-style2,
.tb-header.tb-reverse-color .tb-nofify-list.tb-style2 .tb-nofify-text h3,
.tb-header.tb-reverse-color .tb-nofify-list.tb-style1 .tb-nofify-text span {
  color: rgba(255, 255, 255, 0.7);
}

.tb-header.tb-reverse-color .tb-nav-list>li>a>i,
.tb-header.tb-reverse-color .tb-ex-nav-btn,
.tb-header.tb-reverse-color .tb-profile-nav.tb-style1 .tb-profile-nav-text span,
.tb-header.tb-reverse-color .tb-desc-cat,
.tb-header.tb-reverse-color .tb-nofify-list.tb-style1 .tb-nofify-text .tb-notify-time,
.tb-header.tb-reverse-color .tb-dropdown.tb-style1 li i {
  color: rgba(255, 255, 255, 0.4);
}

.tb-header.tb-reverse-color .tb-desktop-nav .tb-nav-list>li:hover>a,
.tb-header.tb-reverse-color .tb-desktop-nav .tb-nav-list ul a:hover,
.tb-header.tb-reverse-color .tb-desktop-nav .tb-nav-list .tb-sub-megamenu-list li.active a,
.tb-header.tb-reverse-color .tb-profile-nav .tb-dropdown a:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.tb-header.tb-reverse-color .tb-desktop-nav .tb-has-children .tb-megamenu-in,
.tb-header.tb-reverse-color .tb-desktop-nav .tb-megamenu-col,
.tb-header.tb-reverse-color .tb-profile-nav.tb-style1,
.tb-header.tb-reverse-color.tb-style1 .tb-main-header .tb-main-header-left,
.tb-header.tb-reverse-color.tb-style1 .tb-main-header .tb-main-header-right,
.tb-header.tb-reverse-color .tb-main-header-left,
.tb-header.tb-reverse-color .tb-nofify-title,
.tb-header.tb-reverse-color .tb-nofify-list.tb-style2 a:hover,
.tb-header.tb-reverse-color .tb-nofify-list.tb-style1 li,
.tb-header.tb-reverse-color .tb-dropdown,
.tb-header.tb-reverse-color .tb-dropdown.tb-style1 .tb-dropdown-cta,
.tb-header.tb-reverse-color .tb-dropdown.tb-style2 .tb-dropdown-cta,
.tb-header.tb-reverse-color .tb-dropdown.tb-style3 .tb-dropdown-cta,
.tb-header.tb-reverse-color .tb-dropdown.tb-style4 .tb-dropdown-cta,
.tb-header.tb-reverse-color .tb-search.tb-style1 .tb-search-input,
.tb-header.tb-reverse-color hr {
  border-color: rgba(255, 255, 255, 0.1);
}

.tb-header.tb-reverse-color .tb-online-status {
  background-color: rgba(255, 255, 255, 0.1);
}

.tb-header.tb-reverse-color .tb-online-status.tb-live {
  background-color: #34c759;
}

.tb-header.tb-reverse-color .tb-nofify-list.tb-style1 li a:hover,
.tb-header.tb-reverse-color .tb-notify-dropdown .tb-btn.tb-style2:hover,
.tb-header.tb-reverse-color .tb-nofify-list.tb-style2 a:hover {
  background-color: #101010;
}

.tb-header.tb-reverse-color .tb-desktop-nav .tb-has-children .tb-megamenu-in,
.tb-header.tb-reverse-color .tb-dropdown,
.tb-header.tb-reverse-color .tb-search.tb-style1 .tb-search-input,
.tb-header.tb-reverse-color .tb-nofify-list.tb-style1 {
  background-color: #090909;
}

.tb-header.tb-reverse-color input::-webkit-input-placeholder,
.tb-header.tb-reverse-color textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.tb-header.tb-reverse-color input::-moz-placeholder,
.tb-header.tb-reverse-color textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.tb-header.tb-reverse-color input:-ms-input-placeholder,
.tb-header.tb-reverse-color textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.tb-header.tb-reverse-color input:-moz-placeholder,
.tb-header.tb-reverse-color textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.tb-header.tb-reverse-color+.tb-sidebarheader-toggle div {
  background: rgba(255, 255, 255, 0.4);
}

.tb-sidebarheader.tb-reverse-color {
  color: rgba(255, 255, 255, 0.7);
  background-color: #101010;
  border-color: rgba(255, 255, 255, 0.1);
}

.tb-sidebarheader.tb-reverse-color.tb-white-bg .tb-sidebarheader-in {
  background-color: #101010;
}

.tb-sidebarheader.tb-reverse-color .tb-sidebar-nav-list,
.tb-sidebarheader.tb-reverse-color .tb-sidebar-nav-list a,
.tb-sidebarheader.tb-reverse-color .tb-sidebar-nav-list li.active>a .tb-sidebar-link-icon,
.tb-sidebarheader.tb-reverse-color.tb-messenger-sidebar .tb-user-list .tb-user-name,
.tb-sidebarheader.tb-reverse-color .tb-user.tb-style2 .tb-user-name,
.tb-sidebarheader.tb-reverse-color .tb-user-list .tb-user-name {
  color: rgba(255, 255, 255, 0.9);
}

.tb-sidebarheader.tb-reverse-color .tb-user-list .tb-user.tb-style1:hover,
.tb-sidebarheader.tb-reverse-color .tb-user.tb-style1:hover {
  color: rgba(255, 255, 255, 0.7);
}

.tb-sidebarheader.tb-reverse-color .tb-sidebar-nav-list .tb-sidebar-link-icon,
.tb-sidebarheader.tb-reverse-color .tb-user-list .tb-user-time,
.tb-sidebarheader.tb-reverse-color .tb-search.tb-style2 button,
.tb-sidebarheader.tb-reverse-color .tb-user-heading.tb-style1 .tb-user-title,
.tb-sidebarheader.tb-reverse-color .tb-sidebar-nav-title {
  color: rgba(255, 255, 255, 0.4);
}

.tb-sidebarheader.tb-reverse-color .tb-search.tb-style2 input {
  border-color: rgba(255, 255, 255, 0.1);
}

.tb-sidebarheader.tb-reverse-color .tb-sidebar-nav-list a:hover,
.tb-sidebarheader.tb-reverse-color .tb-user-list .tb-user.tb-style1:hover,
.tb-sidebarheader.tb-reverse-color .tb-user-list .active .tb-user.tb-style1,
.tb-sidebarheader.tb-reverse-color .tb-user-list .tb-user.tb-style1:hover,
.tb-sidebarheader.tb-reverse-color .tb-user-list .active .tb-user.tb-style1 {
  background-color: rgba(255, 255, 255, 0.05);
}

.tb-sidebarheader.tb-reverse-color .tb-sidebar-nav-list li.tb-sidebar-has-children .tb-dropdown-arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(255, 255, 255, 0.4);
}

.tb-sidebarheader.tb-reverse-color .tb-search.tb-style2 {
  background-color: transparent;
}

.tb-sidebarheader.tb-reverse-color input::-webkit-input-placeholder,
.tb-sidebarheader.tb-reverse-color textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.tb-sidebarheader.tb-reverse-color input::-moz-placeholder,
.tb-sidebarheader.tb-reverse-color textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.tb-sidebarheader.tb-reverse-color input:-ms-input-placeholder,
.tb-sidebarheader.tb-reverse-color textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.tb-sidebarheader.tb-reverse-color input:-moz-placeholder,
.tb-sidebarheader.tb-reverse-color textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.tb-light-logo {
  display: block;
}

.tb-dark-logo {
  display: none;
}

.tb-reverse-color .tb-light-logo {
  display: none;
}

.tb-reverse-color .tb-dark-logo {
  display: block;
}

.tb-tabs.tb-style4 .tb-tab-links i.widget-icon {
  margin-right: 0 !important;
}

.tb-tabs.tb-style4 .tb-tab-links .tb-completed .tb-tab-number {
    background-color: #77a4d6;
    border-color: #77a4d6;
    color: #fff;
}

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