/* offcanvas header */
.offcanvas{
  background-color: #0d111d !important;
  width: 80% !important;
}
 .btn-close{
  color: #fff !important;
}

/* Nav active */
.nav-link{
  position: relative;
}
.nav-item .active{
    color: #FF8000 !important;
    /* border-bottom:3px solid #FF8000; */
  }
  .nav-item .active::after {
    position: absolute;
    bottom: 0;
    left: 13%;
    color: #FF8000 !important;
    content: "";
    width: 50px;
    height: 5px ;
    border-radius: 5px;
    background-color: #FF8000 !important;
  }

/* ================================== User Pannel Header  */
.hide-home, .mobile-footer-content{
    display: none !important;
  }
  #for-mob-screen{
    display: none !important;
  }
.hr-footer{
    width: 100%;
    height: 1px;
    color: #ff8000 !important;
}
.quick-link-mob{
    display: none;
}
.site-service-help{
    display: block;
}
.site-service-help p{
  margin-bottom: 8px;
  padding-bottom: 0px;
}
.color-only , .footer-head{
  color: #ff8000 !important;
  width: max-content;
}
.img-size-footer{
  height: 40px;
  width: 40px;
}
.card-none-d{
  display: flex !important;
  align-items: center !important;
}
@media screen and (max-width:767px) {
    #for-mob-screen, .hide-home{
        display: flex !important;
        align-items: center;
        /* width: 400px; */
      }
    .site-service-help{
        display: none;

      }

    .quick-link-mob{
        display: block;
    }
    .mobile-footer-content{
        display: flex !important;
    }
    #for-large-screen{
    display: none !important;
    }
    .foot-row-reverse{
    flex-flow: column-reverse;
    display: flex;
    margin: 10px;
    
    }
    .footer-content{
        margin: 10px !important;
    }
    .nav-item .active::after {
      position: absolute;
      bottom: 0;
      left: 0%;
      border: none;
      color: #FF8000 !important;
      content: "";
      width: 50px;
      height: 5px ;
      border-radius: 5px;
      background-color: #FF8000 !important;
    }
    .card-none-d{
      display: none !important;
    }
}

/* ================================== Card slider for user detail */
.owl-carousel .owl-item img {
    border-radius: 10px;
  }
  .owl-theme .owl-dots {
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    background: none;
  }

  .owl-theme .owl-dots .owl-dot.active span {
    background: #5bacd9;
  }

  .card-item {
    border-radius: 30px;
    background: #0d111d !important;
    box-shadow: 15px 15px 30px 0px rgba(0, 0, 0, 0.3),
      -10px -10px 20px 0px rgba(119, 113, 113, 0.3);
  }
 
  .card-icons span i {
    background: #fff;
    color: #40403F !important;
    border: 1px solid #fff; 
    box-shadow: none; 
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .card-header {
    color: #fff;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-left: 0;
  }
  .card-text {
    color: #fff;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .card-text span {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
  }
  .card-btn {
    display: inline-flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    background: #5bacd9;
    border: none;
  }
  /* ============ box shoadow */
  .card {
    border-radius: 30px;
    background: #0d111d;
    box-shadow:-9px 15px -1px 0px rgba(0, 0, 0, 0.3),
     -5px -4px 20px 0px rgba(119, 113, 113, 0.1) !important;
  }


  /*------------ select option  */
  .form-select{
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 21px !important;
    letter-spacing: 0em;
    text-align: left;
    background: #0d111d !important;
    appearance: auto !important;
    color: white !important;
    border-radius: 2px !important;

    /* width: 150px !important; */
    text-wrap: wrap !important;

    background-size: 10px !important;
    color: white !important;
    border: none !important;
    outline: none !important;
  }
  .form-select option{
    background-color: #252832 !important;
  }
  #form-selecting input{
    background-color: #252832 !important;
    border: none !important;
  }
  #otherCollegeInput::placeholder{
   color: #fff !important;
  }
  .footer-logo-new{
    width: 174.36px;
    height: 74px;
  }
  
  /* =============================== footer line ==================================== */

@media only screen and (max-width:767px) {
    /* ============= footer line */
        .mob-footer-line{
            width: 100%;
            border: 0.5px solid #E5F3FF;
            margin-bottom: 15px !important;
        }
        footer{
          padding: 0px !important;
        }
        .email-call{
          color: #ff8000 !important;
        }
        .paragraph{
          font-size: 16px;
        } 

    }

    