
body{
 background: #F6F7F9 !important;
}

a{
    text-decoration: none !important;
}

.body-bg {
    background: #F6F7F9;
}


.img-fl{
    width: 110px !important ;
}

.pop{
    font-family: "Poppins", sans-serif ;
}

.test-height{
    height: 350px !important;
}

.heighter{
 height: 420px !important;   
}


@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgba(255, 205, 77, 0.8);
  }
  100% {
    box-shadow: 0 0 7px 25px rgba(255, 205, 77, 0);
  }
}

.pulse {

 margin-left: 5px;
  padding: 12px 50px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: #FFCD4D;
 
  animation: shadow-pulse 1.5s infinite;
}


.fll{
	position:fixed;
	width:60px;
	height:60px;
	bottom:30px;
	right:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.mf{
	margin-top:16px;
}

.poper {
    animation: bounce 2s infinite;
}

.hvr-yb:hover{

  background-color: #FFCD4D !important;
  color: #000 !important;
  transition: 1s !important;
  
}


/* ============== loading-page =========== */

ul li{list-style: none;}

.clr-r {
    color: #FF0000;
}

.clr-b {
    color: #1A2FE7;
}

.clr-d5 {
    color: #d5d5d5 !important;
}

.clr-y {
    color: #FFCD4D;
}

.clr-y {
    color: #FFCD4D;
}

.common-bg1 {
    background: #43464D !important;
}

.bg-color1 {
    background-color: #FFCD4D !important;
}

.bg-color2 {
    background-color: #F5F5F5 !important;
}

.bg-color3 {
    background-color: #E3E6FF !important;
}

.bg-color4 {
    background-color: #D5D5D5 !important;
}

.bg-color5 {
    background-color: #F9F5FF !important;
}

.bg-color6 {
    background-color: #1A2FE7 !important;
}

.bg-color8 {
    background-color: #D2F9D6 !important;
}


.bg-black-0 {
    background: #212529;
}

.profile-img {
    left: 0%;
    top: 0px;
}

.bg-none {
    background: none;
}

.body-bg {
    background: #F6F7F9;
}

.py-6 {
    padding: 14px 20px;
}

.fs-11 {
    font-size: 90px;
}

.cards-bg {
    background: #F6F7F9 !important;
}

.common-clr {
    color: #6F727E !important;
}

.common-bg1 {
    background: #43464D !important;
}

.exact {
    font-weight: 700;
    font-size: 48px;
    line-height: 65px;
    width: 90%;
}

.enroll-btn {
    padding: 12px 50px;
}

.h-title {
    font-weight: 600;
    font-size: 32px;
    padding-bottom: 10px;
}

.p-tag {
    color: #6F727E;
    font-size: 16px;
    line-height: 26px;
    width: 90%;
    padding-bottom: 40px;
}

.reserve-btn {
    padding: 14px 50px;
}

.uxui {
    border: solid 5px #BBBBBB;
}

.card-shadow {
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}



@media (max-width:768px) {

    .order-01 {
        order: 1;
    }

    .order-02 {
        order: 2;
    }



}

@media (max-width:425px) {

   
  
    .order-01 {
      order: 1;
      width: 100%;
      margin-bottom: 20px;
    }
  
    .order-02 {
      order: 2;
      width: 100%;
    }
  
    .order-03 {
      order: 3;
      width: 100%;
    }
  
  
    .inds-btn {
      flex-wrap: wrap;
    }
  
    .inds-btn p {
      margin-bottom: 20px;
    }
  
    .buttons-assment {
      margin-bottom: 20px;
    }
  
    .clocker {
      margin-top: 20px;
    }
  
    .subsion {
      flex-wrap: wrap;
    }
  
    .footer-bar ul {flex-wrap: wrap;}
    .footer-bar ul li {
      list-style: none;
      width: 100%;
      margin-bottom: 20px;
      text-align: start;
    }
  }
  