.myAlert
{
  position:absolute !important;
  width: 20% !important;
  right: 10% !important;
  top: 3.8em;
  height: auto;
  z-index: 1000000;
 
}
.spot-img
{
  width:40px !important;
  height: 40px !important;
}
.course-btn
{
  background: #EE6225 !important;
  font-size: 120% !important;
  border-radius: 5px;
  box-shadow: 0 0 2px 2px rgba(205,204,204,0.2);
}
.price
{
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  color: #FFF;
  display: none;
}
.course-link {
  /*color: #37423b !important;*/
  color: #FFF;
  transition: 0.3s;
}

.course-link:hover {
  color: #EE6225 !important;
}
.btn-orange
{
  background: #EE6225;
  color: white;
  transition: 0.3s;
}
.btn-orange:hover{
  opacity:.9;
}
.text-description {
  color: #000 !important;
}
.bg-orange {
  background: #009FE3 !important;
  color: #FFF;
}
.about-title {
  text-align:center !important;
}
.bg-union {
  background: #EE6225;
  color: white;
  
}
.bg-swap{
  background: #EE6225;
  color: white;
}
.bg-original{
  background: #009FE3 !important;
  color: #FFF;
}
.blog .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.blog .icon-box::before {
  content: '';
  position: absolute;
  background: white;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.blog .icon-box:hover::before {
  background: #EE6225;
  top: 0;
  border-radius: 0px;
}

.blog .icon {
  margin-bottom: 15px;
}

.blog .icon i {
  font-size: 48px;
  line-height: 1;
  color: #EE6225;
  transition: all 0.3s ease-in-out;
}

.blog .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.blog .title a {
  color: #111 !important;
}

.blog .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.blog .icon-box:hover .title a, .blog .icon-box:hover .description {
  color: #fff;
}

.blog .icon-box:hover .icon i {
  color: #fff;
}
@media (max-width: 768px)
{
.myAlert
{
  position:absolute !important;
  width: 80% !important;
  right: 5% !important;
  top: 2.2em;
 
}
.bg-swap{
  background: #009FE3 !important;
  color: white;
}
.bg-original{
  
  background: #EE6225 !important;
  color: #FFF;
}
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #1977cc;
  border-top-color: #d1e6f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.inputHide
{
  border: none; background-color: transparent; font-size: 10px; color: #4e73df;

}
.inputHide:focus{ font-size:10px; color:#4e73df; border:none !important;}
.tooltip{position: relative; display: inline-block;}
.tooltip .tooltiptext
{
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #FFF;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: relative;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltip:hover .tooltiptext{
  visibility: visible;
  opacity: 1;
}
.tooltip .tooltiptext::after{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent;
}
