body{
    font-family: 'prompt';
}

.blue{
    color: #2647c8;
}

.orange{
    color: #ff7f00;
}

.orange2{
    color: #ffefda;
}

h2{
    font-size: 35px;
}

/*================== Navbar ==================*/

.content {
    width: 94%;
    margin: 4em auto;
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
}

.logo {
    line-height: 60px;
    position: fixed;
    float: left;
    margin: 8px 46px;
    color: #2647c8;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 2px;
}

nav {
    position: fixed;
    width: 100%;
    line-height: 60px;
}

nav ul {
    line-height: 50px;
    list-style: none;
    background: rgba(0, 0, 0, 0);
    overflow: hidden;
    padding: 0;
    text-align: right;
    margin: 0;
    padding-right: 40px;
    transition: 1s;
}

nav.orange-menu ul {
    background: #ff7f00;
}

nav.orange-menu ul li a{
    color: white !important;
}

nav ul li {
    display: inline-block;
    padding: 16px 40px;;
}

nav ul li a {
    text-decoration: none !important;
    color: #2647c8;
    font-size: 18px;
    font-weight: bold;
}

.menu-icon {
    line-height: 60px;
    width: 100%;
    background: #ff7f00;
    text-align: right;
    box-sizing: border-box;
    padding: 15px 24px;
    display: none;
}

.nav-layer{
    z-index: 1000;
}

.logo-width{
    width: 100px;
}

/*================== head ==================*/

  .head-font{
    padding-top: 100px;
  }
  
  .body-padding{
    padding-top: 30px;
  }
  
  .head-bg-1{
      z-index: -2;
      top: -40px;
  }
  
  .head-bg-2{
      z-index: -3;
      right: 0px;
      top: -40px;
  }
  
  .head-bg-3{
      z-index: -1;
      top: -40px;
  }

/*================== body ==================*/

.body-margin{
    margin-top: 100px;
    margin-bottom: 100px;
}

/*================== blog-detail ==================*/

.second-font{
    font-size: 14px;
    color: rgb(116, 116, 116);
}


/*================== footer ==================*/
.footer-bg{
    background-color: #2647c8;
}

.copyright-bg{
    background-color: #486dff;
    color: white;
}

.footer-icon{
    color: white;
}

.footer-font{
    font-size: 14px;
    color: white;
}

.footer-font:hover{
    color: white;
}

.kpp-img{
    width: 135px;
}

.payment-img{
    width: 210px;
}

.footer-logo{
    width: 150px;
    height: 45px;
}

/*================== btn call and chat ==================*/

.btn-fixed1{
    position: fixed;
    right: 180px;
    bottom: 10px;
}

.btn-fix-color{
    background-color: #ff7f00;
    color: white;
    border-radius: 20px;
}

.btn-fix-color:hover{
    color: white;
}

.btn-fixed2{
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer
}