@media (min-width: 768px) {
  .max-width-500 {
    max-width: 500px;
    margin: 0 auto;
  }
}

.english{
	font-family: Cambria;
}

@font-face {
    font-family:"ktrastro";
    src:local('ktrastro'),url('../fonts/ktrastro.ttf') format('truetype');
}
.ktrastro {
    font-family: "ktrastro";
}

@font-face {
    font-family:"MyanmarAngoun";
    src:local('MyanmarAngoun'),url('../fonts/MyanmarAngoun.ttf') format('truetype');
}
.MyanmarAngoun {
    font-family: "MyanmarAngoun";
}
        
@font-face {
    font-family:"MyanmarChatu";
    src:local('MyanmarChatu'),url('../fonts/MyanmarChatu.ttf') format('truetype');
}
.MyanmarChatu {
    font-family: "MyanmarChatu";
}

@font-face {
    font-family:"Pyidaungsu";
    src:local('Pyidaungsu'),url('../fonts/Pyidaungsu.ttf') format('truetype');
}
.Pyidaungsu {
    font-family: "Pyidaungsu";
}

@font-face {
    font-family:"YoeYar-One";
    src:local('YoeYar-One'),url('../fonts/YoeYar-One.ttf') format('truetype');
}
.YoeYar-One {
    font-family: "YoeYar-One";
}

@font-face {
    font-family:"CherryUnicode";
    src:local('CherryUnicode'),url('../fonts/CherryUnicode.ttf') format('truetype');
}
.CherryUnicode {
    font-family: "CherryUnicode";
}

@font-face {
    font-family:"MyanmarTaungyi";
    src:local('MyanmarTaungyi'),url('../fonts/MyanmarTaungyi.ttf') format('truetype');
}
.MyanmarTaungyi {
    font-family: "MyanmarTaungyi";
}


@font-face {
    font-family:"TibetanMedium";
    src:local('TibetanMedium'),url('../fonts/TibetanMedium.ttf') format('truetype');
}
.TibetanMedium {
    font-family: "TibetanMedium";
}

@font-face {
    font-family:"TibetanRegular";
    src:local('TibetanRegular'),url('../fonts/TibetanRegular.ttf') format('truetype');
}
.TibetanRegular {
    font-family: "TibetanRegular";
}

.my-eye-slash::before {
  content: "\f070"; }
  
  
.tooltip {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  background-color: #333;
  color: #fff;
  padding: 5px;
  border-radius: 6px;
  font-size: 12px;
}

.tooltip:hover {
  visibility: visible;
}

.fs-custom {
  font-size: 15px;
}
.fs-custom-10 {
  font-size: 10px;
}
.fs-custom-12 {
  font-size: 12px;
}
.fs-custom-14 {
  font-size: 14px;
}
.fs-custom-16 {
  font-size: 16px;
}
.fs-custom-17 {
  font-size: 17px;
}
.fs-custom-18 {
  font-size: 18px;
}
.fs-custom-19 {
  font-size: 19px;
}
.fs-custom-20 {
  font-size: 20px;
}
.fs-custom-25 {
  font-size: 25px;
}
.fs-custom-30 {
  font-size: 30px;
}

.custom-container {
  padding-left: 0;
  padding-right: 0;
  margin-left: 15px;
  margin-right: 15px;
}

.justified-text {
      text-align: justify;
}
.line-height-1{
	line-height: 1.5;
}
.line-height-2{
	line-height: 2;
}
.line-height-3{
	line-height: 2.5;
}
.line-height-4{
	line-height: 3;
}
.line-height-5{
	line-height: 3.5;
}
.tts-red {
    color: red;
}
.tts-blue {
    color: blue;
}
.tts-teal {
    color: #008080;
}
.tts-green {
    color: #008000;
}
.tts-primary {
	color: #0d6efd;
}
.tts-green1 {
    color: #00FFFF;
}
.tts-black {
    color: black;
}
.tts-orange {
    color: #F56533;
}
.tts-yellow {
    color: yellow;
}
.tts-gold {
    color: gold;
}
.tts-maroon {
    color: #800000;
}

.tts-purple {
    color: #9F27CC;
}
.tts-d-red {
    color: #8B0000;
}
.tts-navy {
    color: #000080;
}
.tts-fuchsia {
    color: #FF00FF;
}
