/*header top bar*/
.head-top-bar {
  display: flow-root;
  border-bottom: 1px solid #efefef;
  padding: 10px 10px 0 0;
  background: #008FD5;
  color: #fff;
  display: none;
}

.head-top-bar ul {
  list-style-type: none;
  display: inline-block;
}

.head-top-bar li {
  display: inline-block;
}

.head-top-bar li .form-control-sm {
  border: 1px solid #f8f8f8;
  font-size: 13px;
}
.category-header-area h1 {
  font-size: 16px;
}
.head-top-bar .t-email {
  margin: 5px 0 0 0;
}

.head-top-bar li a {
  margin-right: 10px;
  color: #fff;
}
.float-right li a:hover {
  color: #f6851f !important;
}

.head-top-bar .d-block {
  display: block;
}
.float-right {
    float: right!important;
}
.float-left {
    float: left!important;
}

.waveshape{background-position: top; background-repeat: no-repeat;  background-image: url('https://acelotacademy.com/assets/backend/images/waves.png');}

@media only screen and (max-width: 768px) {
  .head-top-bar .m-d-none {
    padding: 5px !important;
  }

  .head-top-bar ul {
    display: block;
    margin: 0 auto;
    text-align: center;  }
}
/*end header top bar*/
@media only screen and (min-width: 281px) and (max-width: 768.5px){
  .getstarted {
position: fixed;
bottom: 0px;
left: 0;
display: flex;
justify-content: center;
align-items: center;
width: 100% !important;
background: #008fd5 !important;
text-align: center;
color: #fff;
border: none;
border-radius: 0 !important;
padding: 22px 0 !important;
font-weight: 600;
letter-spacing: 1.4px;
}

}


.sticky{
  position:-webkit-sticky;
  position:sticky;
  top:-3px;
  color:white;
  /* padding:10px; */
  background-color: #fff;
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 18%);
}
header {
    height: 100px;
    background-color: transparent;
    position: relative;
    z-index: 1020;
    margin-bottom: 0px !important;
}

@media only screen and (min-width: 281px) and (max-width: 768.5px){
  .getstarted {
position: fixed;
bottom: 0px;
left: 0;
display: flex;
justify-content: center;
align-items: center;
width: 100% !important;
background: #008fd5 !important;
text-align: center;
color: #fff;
border: none;
border-radius: 0 !important;
padding: 22px 0 !important;
font-weight: 600;
letter-spacing: 1.4px;
}

}
#studyAbroadForm .form-control::placeholder{
  font-size: 16px;
  color:#ccc
}

.mb-72{margin-bottom:72px;}

.acelot-content-space-around{
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.category-header-area h1 {
  font-size: 17px;
}
.bg-bluebtn:hover{
  background-color: #f28322;
  border:1px solid #f28322;
  transition: ease-in-out;
}
.text-justify{
  text-align: justify;
}

/* Style the active class for study abroad menu*/
#acelot_nav_active .active,
#acelot_nav_active .nav-link:hover {
  color: #F28322 !important;
}
/* filter height wiil be fixed all filter */
.filter .week_links, .filter-area .sidebar-item .make-me-sticky .card-header h6 i, .pr_search_icon, .public_profile_page .right_sidebar .card .card-body a, .widget_categories .categories_num {float: right;}
.overandheight {height: 300px !important;overflow: auto !important;}
.mrgin-left input {margin-top: 4px;}

/* responsive issue css 27_12_2023 */
@media only screen and (max-width: 600px) {
#scroll-top {
  right: 10px;
}}