.clear::after {
  content: " ";
  display: block;
  clear: both;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
.mce-toc {
  border: 1px solid #cecece;
  background: #f7f7f7;
  padding: 18px;
  border-radius: 10px;
  margin-bottom: 36px;
}
.mce-toc ul li {
  list-style: none;
}
.mce-toc ul li li {
  margin-left: 20px;
}
.mce-toc li a {
  padding: 5px 0;
  display: block;
}
.mce-content-body {
  min-height: 300px !important;
  padding: 20px !important;
}
.mce-content-body img,
.tnc-DetailsGroup img {
  max-width: 100%;
  height: auto;
}
.mce-content-body h1,
.tnc-DetailsGroup h1 {
  font-size: calc(100% + 8px);
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 5px;
  line-height: calc(100% + 5px);
}
.mce-content-body h2,
.tnc-DetailsGroup h2 {
  font-size: calc(100% + 6px);
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 5px;
}
.mce-content-body h3,
.tnc-DetailsGroup h3 {
  font-size: calc(100% + 4px);
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 5px;
}
.mce-content-body h4,
.tnc-DetailsGroup h4 {
  font-size: calc(100% + 2px);
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 5px;
}
.mce-content-body h5,
.tnc-DetailsGroup h5 {
  font-size: calc(100% + 1px);
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 5px;
}
.mce-content-body h6,
.tnc-DetailsGroup h6 {
  font-size: 100%;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 5px;
}
.tnc-DetailsGroup ul:not(.tnc-ul) {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 40px;
}
.tnc-mediatype1{
	margin:20px 0;
}

.tnc-mediatype1 .media-items {
  position: relative;
}
.tnc-mediatype1 .media-img {
  position: relative;
}
.tnc-mediatype1 .media-img img {
  width: 100%;
  height: auto;
}
.tnc-mediatype1 .t-text{
	display: none
}
.tnc-mediatype1.ShowDes .t-text {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  background: #616161;
  padding: 20px;
  color: #fff; 
  display: block;
}
.tnc-mediatype1 .tnc-next,
.tnc-mediatype1 .tnc-prev {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  font-size: 15px;
  background: 0 0;
  cursor: pointer;
  outline: 0;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
}
.tnc-btnslider::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: scale(0.5);
  z-index: 0;
  opacity: 0.5;
  transition: all 0.2s;
  background-color: #fff;
}
.tnc-mediatype1 .tnc-next::after,
.tnc-mediatype1 .tnc-prev::after {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -2px;
  left: -2px;
  border: 2px solid #fff;
  border-radius: 100%;
  animation: mediaButtonafter 3s infinite;
  opacity: 0;
}
@keyframes mediaButtonafter {
  0% {
    transform: scale(0.95);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.tnc-btnslider span {
  position: relative;
  z-index: 1;
  color: #000;
  font-size: 20px;
}
.tnc-mediatype1 .tnc-next {
  left: unset;
  right: 10px;
}
.tnc-mediatype1.rwl .owl-dots {
  width: calc(100%);
  float: left;
  padding: 20px 0;
  position: absolute;
  top: 0;
  text-align: right;
  padding-right: 16px;
}
.tnc-mediatype1.rwl .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  line-height: 15px;
  border-radius: 15px;
  border: 2px solid #fff;
  margin-right: 9px;
  color: #c6c6c6;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.tnc-mediatype1.rwl .owl-dots .owl-dot.active span {
  background: #fff;
  color: #000;
  width: 15px;
  border-color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .tnc-btnslider:hover {
    border-color: #ffc107;
  }
  .tnc-btnslider:hover::before {
    opacity: 1;
    transform: scale(1);
  }
}
.tny-FramedImage {
  border: 1px dashed #dfe1e4;
  padding: 10px;
  background: #f9f9f9;
  display: block;
  margin: auto;
/*  width: fit-content;*//*Bug Img With Over*/
}
.tny-FramedImage .tny-FramedImageDes {
  padding-top: 10px;
  font-size: calc(100% - 2px);
}
.ttemp-remove-empty {
  height: 2px;
  margin-bottom: 10px;
}
.ttemp-note {
  padding: 15px;
  margin: 10px 0;
  border: 1px dashed;
}
.ttemp-note.ttemp-pri-solid {
  border-style: solid;
}
.ttemp-pri-leftborder {
  border: none;
  border-left: 4px solid #ccc;
  background: #efefef !important;
}
.ttemp-note.ttemp-pri-red {
  border-color: #ff3d00;
  background-color: #ffebe5;
}
.ttemp-note.ttemp-pri-green {
  border-color: #8bc34a;
  background: #fbfff5;
}
.ttemp-note.ttemp-pri-oranges {
  border-color: #ff9800;
  background-color: #fff3e1;
}
.ttemp-note.ttemp-pri-blue {
  border-color: #2196f3;
  background: #edf7ff;
}
.ttemp-note.ttemp-pri-black {
  border-color: #000;
  background: #fbfbfb;
}
.ttemp-liImgSmall {
  margin-bottom: 5px;
  padding-bottom: 5px;
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 33px;
  background-size: 36px;
}
.ttemp-liImgSmall.ttemp-pri-1 {
  background-image: url(../img/liImgSmall/1.gif);
}
.ttemp-liImgSmall.ttemp-pri-2 {
  background-image: url(../img/liImgSmall/2.gif);
}
.ttemp-liImgSmall.ttemp-pri-3 {
  background-image: url(../img/liImgSmall/3.gif);
}
.ttemp-liImgSmall.ttemp-pri-4 {
  background-image: url(../img/liImgSmall/4.gif);
}
.ttemp-liImgSmall.ttemp-pri-5 {
  background-image: url(../img/liImgSmall/5.gif);
}
.ttemp-liImgSmall.ttemp-pri-6 {
  background-image: url(../img/liImgSmall/6.gif);
}
.ttemp-liImgSmall.ttemp-pri-7 {
  background-image: url(../img/liImgSmall/7.gif);
}
.ttemp-liImgSmall.ttemp-pri-8 {
  background-image: url(../img/liImgSmall/8.gif);
}
.ttemp-liImgSmall.ttemp-pri-9 {
  background-image: url(../img/liImgSmall/9.gif);
}
.ttemp-liImgSmall.ttemp-pri-10 {
  background-image: url(../img/liImgSmall/10.gif);
}
.ttemp-liImgSmall.ttemp-pri-11 {
  background-image: url(../img/liImgSmall/11.gif);
}
.ttemp-liImgSmall.ttemp-pri-12 {
  background-image: url(../img/liImgSmall/12.gif);
  background-size: 30px;
}
.ttemp-liImgSmall.ttemp-pri-13 {
  background-image: url(../img/liImgSmall/13.gif);
  background-size: 30px;
}
.ttemp-liImgSmall.ttemp-pri-14 {
  background-image: url(../img/liImgSmall/14.gif);
}
.ttemp-liImgSmall.ttemp-pri-15 {
  background-image: url(../img/liImgSmall/15.gif);
}
.ttemp-liImgSmall.ttemp-pri-16 {
  background-image: url(../img/liImgSmall/16.gif);
}
.ttemp-rowslayout.ttemp-left40right {
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 5px #cccccc6b;
}
.ttemp-rowslayout.ttemp-left40right .ttemp-pri-img {
  width: 40%;
  float: left;
}
.ttemp-rowslayout.ttemp-left40right .ttemp-pri-img br {
  display: none;
}
.ttemp-rowslayout.ttemp-left40right .ttemp-pri-img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.ttemp-rowslayout.ttemp-left40right .ttemp-pri-text {
  width: calc(60% - 20px);
  float: right;
  text-align: justify;
}
@media (max-width: 1000px) {
  .ttemp-rowslayout.ttemp-left40right .ttemp-pri-img {
    width: 30%;
  }
  .ttemp-rowslayout.ttemp-left40right .ttemp-pri-text {
    width: calc(70% - 20px);
  }
}
@media (max-width: 600px) {
  .ttemp-rowslayout.ttemp-left40right .ttemp-pri-img {
    width: 100%;
    float: none;
  }
  .ttemp-rowslayout.ttemp-left40right .ttemp-pri-text {
    width: 100%;
    padding-top: 20px;
    float: none;
  }
}
.ttemp-collums2-imagetext {
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  padding: 20px 0;
  margin: 20px 0;
}
.ttemp-collums2-imagetext .ttemp-items {
  width: calc(50% - 10px);
  float: left;
  margin-right: 0;
  margin-bottom: 10px;
}
.ttemp-collums2-imagetext .ttemp-items:nth-child(n + 1) {
  margin-right: 10px;
}
.ttemp-collums2-imagetext .ttemp-items .ttemp-pri-img {
  width: 100%;
  height: auto;
}
.ttemp-collums2-imagetext .ttemp-items .ttemp-pri-img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.ttemp-collums2-imagetext .ttemp-items .ttemp-pri-text {
  padding-top: 20px;
  text-align: justify;
}
@media (max-width: 800px) {
  .ttemp-collums2-imagetext .ttemp-items {
    width: 100%;
    float: none;
  }
  .ttemp-collums2-imagetext .ttemp-items:last-child {
    margin-top: 20px;
  }
}
.ttemp-collums3-imagetext {
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  padding: 20px 0;
  margin: 20px 0;
}

.ttemp-collums3-imagetext .ttemp-items {
  width: calc(33.3% - 20px);
  float: left;
  margin-right: 30px;
}
.ttemp-collums3-imagetext .ttemp-items:last-child {
  margin-right: 0;
}
.ttemp-collums3-imagetext .ttemp-items .ttemp-pri-img {
  width: 100%;
  height: auto;
}
.ttemp-collums3-imagetext .ttemp-items .ttemp-pri-img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 20px;
}
.ttemp-collums3-imagetext .ttemp-items .ttemp-pri-text {
  text-align: justify;
}
@media (max-width: 800px) {
  .ttemp-collums3-imagetext .ttemp-items {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .ttemp-collums3-imagetext .ttemp-items:last-child {
    margin-bottom: 0;
  }
}
.ttemp-onlyimage{
	margin:5px 0;
	padding: 5px 0;
	border-top:0;
	border-bottom: 0
}
.ttemp-onlyimage .ttemp-items .ttemp-pri-img img{
	margin-bottom: 5px;
}